summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorLines
2024-03-06sed-opal: Remove unnecessary ‘0’ values from errorLi zeming-2/+2
2024-03-06block: make block_class constantRicardo B. Marliere-1/+1
2024-03-06block: Fix page refcounts for unaligned buffers in __bio_release_pages()Tony Battersby-3/+4
2024-03-04Merge tag 'vfs-6.9.rw_hint' of gitolite.kernel.org:pub/scm/linux/kernel/git/v...Christian Brauner-0/+17
2024-03-01dm: use queue_limits_setChristoph Hellwig-1/+1
2024-03-01block: add a queue_limits_stack_bdev helperChristoph Hellwig-0/+25
2024-03-01block: add a queue_limits_set helperChristoph Hellwig-0/+18
2024-02-28blk-mq: don't change nr_hw_queues and nr_maps for kdump kernelMing Lei-8/+6
2024-02-25block: remove bdev_handle completelyChristian Brauner-39/+34
2024-02-25block: don't rely on BLK_OPEN_RESTRICT_WRITES when yielding write accessChristian Brauner-6/+11
2024-02-25bdev: remove bdev pointer from struct bdev_handleChristian Brauner-17/+14
2024-02-25bdev: make struct bdev_handle private to the block layerChristian Brauner-82/+86
2024-02-25bdev: make bdev_{release, open_by_dev}() private to block layerChristian Brauner-2/+4
2024-02-25bdev: remove bdev_open_by_path()Christian Brauner-40/+0
2024-02-25block/genhd: port disk_scan_partitions() to fileChristian Brauner-6/+6
2024-02-25block/ioctl: port blkdev_bszset() to fileChristian Brauner-5/+4
2024-02-25bdev: open block device as filesChristian Brauner-4/+97
2024-02-24bdev: remove SLAB_MEM_SPREAD flag usageChengming Zhou-1/+1
2024-02-24block/blk-mq: Don't complete locally if capacities are differentQais Yousef-2/+3
2024-02-24blk-lib: check for kill signalKeith Busch-1/+39
2024-02-24block: io wait hang check helperKeith Busch-27/+17
2024-02-24block: cleanup __blkdev_issue_write_zeroesKeith Busch-12/+9
2024-02-24block: blkdev_issue_secure_erase loop styleKeith Busch-6/+5
2024-02-23block: fix deadlock between bd_link_disk_holder and partition scanLi Nan-5/+7
2024-02-22block: Do not include rbtree.h in blk-zoned.cDamien Le Moal-1/+0
2024-02-22block: Clear zone limits for a non-zoned stacked queueDamien Le Moal-0/+4
2024-02-21block: fix virt_boundary handling in blk_validate_limitsChristoph Hellwig-10/+10
2024-02-19block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig-5/+6
2024-02-16block: sed-opal: handle empty atoms when parsing responseGreg Joyce-1/+6
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig-2/+3
2024-02-13block: pass a queue_limits argument to blk_mq_init_queueChristoph Hellwig-14/+9
2024-02-13block: pass a queue_limits argument to blk_alloc_queueChristoph Hellwig-14/+26
2024-02-13block: use queue_limits_commit_update in queue_discard_max_storeChristoph Hellwig-3/+10
2024-02-13block: add a max_user_discard_sectors queue limitChristoph Hellwig-12/+23
2024-02-13block: use queue_limits_commit_update in queue_max_sectors_storeChristoph Hellwig-25/+12
2024-02-13block: add an API to atomically update queue limitsChristoph Hellwig-37/+194
2024-02-13block: decouple blk_set_stacking_limits from blk_set_default_limitsChristoph Hellwig-4/+9
2024-02-13block: refactor disk_update_readaheadChristoph Hellwig-9/+12
2024-02-12block: support PI at non-zero offset within metadataKanchan Joshi-14/+40
2024-02-12block: refactor guard helpersKanchan Joshi-10/+10
2024-02-12block: remove gfp_flags from blkdev_zone_mgmtJohannes Thumshirn-11/+8
2024-02-08block: Simplify the allocation of slab cachesKunwu Chan-2/+1
2024-02-08block: optimise in irq bio put cachingPavel Begunkov-11/+12
2024-02-08block: extend bio caching to task contextPavel Begunkov-1/+2
2024-02-08blk-iocost: Fix an UBSAN shift-out-of-bounds warningTejun Heo-0/+7
2024-02-06blk-wbt: Fix detection of dirty-throttled tasksJan Kara-2/+2
2024-02-06block, fs: Restore the per-bio/request data lifetime fieldsBart Van Assche-0/+17
2024-02-05blk-throttle: Eliminate redundant checks for data directionTang Yizhou-2/+2
2024-02-05block: update cached timestamp post schedule/preemptionJens Axboe-1/+5
2024-02-05block: cache current nsec time in struct blk_plugJens Axboe-1/+14