summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2024-03-06sed-opal: Remove unnecessary ‘0’ values from retLi kunyu1-2/+2
2024-03-06sed-opal: Remove unnecessary ‘0’ values from errLi zeming1-1/+1
2024-03-06sed-opal: Remove unnecessary ‘0’ values from errorLi zeming1-2/+2
2024-03-06block: make block_class constantRicardo B. Marliere1-1/+1
2024-03-06block: Fix page refcounts for unaligned buffers in __bio_release_pages()Tony Battersby1-3/+4
2024-03-04Merge tag 'vfs-6.9.rw_hint' of gitolite.kernel.org:pub/scm/linux/kernel/git/v...Christian Brauner6-0/+17
2024-03-01dm: use queue_limits_setChristoph Hellwig1-1/+1
2024-03-01block: add a queue_limits_stack_bdev helperChristoph Hellwig1-0/+25
2024-03-01block: add a queue_limits_set helperChristoph Hellwig1-0/+18
2024-02-28blk-mq: don't change nr_hw_queues and nr_maps for kdump kernelMing Lei1-8/+6
2024-02-25block: remove bdev_handle completelyChristian Brauner3-39/+34
2024-02-25block: don't rely on BLK_OPEN_RESTRICT_WRITES when yielding write accessChristian Brauner1-6/+11
2024-02-25bdev: remove bdev pointer from struct bdev_handleChristian Brauner3-17/+14
2024-02-25bdev: make struct bdev_handle private to the block layerChristian Brauner3-82/+86
2024-02-25bdev: make bdev_{release, open_by_dev}() private to block layerChristian Brauner2-2/+4
2024-02-25bdev: remove bdev_open_by_path()Christian Brauner1-40/+0
2024-02-25block/genhd: port disk_scan_partitions() to fileChristian Brauner1-6/+6
2024-02-25block/ioctl: port blkdev_bszset() to fileChristian Brauner1-5/+4
2024-02-25bdev: open block device as filesChristian Brauner1-4/+97
2024-02-24bdev: remove SLAB_MEM_SPREAD flag usageChengming Zhou1-1/+1
2024-02-24block/blk-mq: Don't complete locally if capacities are differentQais Yousef1-2/+3
2024-02-24blk-lib: check for kill signalKeith Busch1-1/+39
2024-02-24block: io wait hang check helperKeith Busch3-27/+17
2024-02-24block: cleanup __blkdev_issue_write_zeroesKeith Busch1-12/+9
2024-02-24block: blkdev_issue_secure_erase loop styleKeith Busch1-6/+5
2024-02-23block: fix deadlock between bd_link_disk_holder and partition scanLi Nan1-5/+7
2024-02-22block: Do not include rbtree.h in blk-zoned.cDamien Le Moal1-1/+0
2024-02-22block: Clear zone limits for a non-zoned stacked queueDamien Le Moal1-0/+4
2024-02-21block: fix virt_boundary handling in blk_validate_limitsChristoph Hellwig1-10/+10
2024-02-20block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig1-5/+6
2024-02-17block: sed-opal: handle empty atoms when parsing responseGreg Joyce2-1/+6
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig1-2/+3
2024-02-13block: pass a queue_limits argument to blk_mq_init_queueChristoph Hellwig2-14/+9
2024-02-13block: pass a queue_limits argument to blk_alloc_queueChristoph Hellwig4-14/+26
2024-02-13block: use queue_limits_commit_update in queue_discard_max_storeChristoph Hellwig1-3/+10
2024-02-13block: add a max_user_discard_sectors queue limitChristoph Hellwig2-12/+23
2024-02-13block: use queue_limits_commit_update in queue_max_sectors_storeChristoph Hellwig1-25/+12
2024-02-13block: add an API to atomically update queue limitsChristoph Hellwig3-37/+194
2024-02-13block: decouple blk_set_stacking_limits from blk_set_default_limitsChristoph Hellwig1-4/+9
2024-02-13block: refactor disk_update_readaheadChristoph Hellwig1-9/+12
2024-02-12block: support PI at non-zero offset within metadataKanchan Joshi3-14/+40
2024-02-12block: refactor guard helpersKanchan Joshi1-10/+10
2024-02-12block: remove gfp_flags from blkdev_zone_mgmtJohannes Thumshirn1-11/+8
2024-02-08block: Simplify the allocation of slab cachesKunwu Chan1-2/+1
2024-02-08block: optimise in irq bio put cachingPavel Begunkov1-11/+12
2024-02-08block: extend bio caching to task contextPavel Begunkov1-1/+2
2024-02-08blk-iocost: Fix an UBSAN shift-out-of-bounds warningTejun Heo1-0/+7
2024-02-06blk-wbt: Fix detection of dirty-throttled tasksJan Kara1-2/+2
2024-02-06block, fs: Restore the per-bio/request data lifetime fieldsBart Van Assche6-0/+17
2024-02-05blk-throttle: Eliminate redundant checks for data directionTang Yizhou1-2/+2