summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
| * block: Do not include rbtree.h in blk-zoned.cDamien Le Moal2024-02-221-1/+0
| * block: Clear zone limits for a non-zoned stacked queueDamien Le Moal2024-02-221-0/+4
| * block: fix virt_boundary handling in blk_validate_limitsChristoph Hellwig2024-02-211-10/+10
| * block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig2024-02-191-5/+6
| * block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig2024-02-131-2/+3
| * block: pass a queue_limits argument to blk_mq_init_queueChristoph Hellwig2024-02-132-14/+9
| * block: pass a queue_limits argument to blk_alloc_queueChristoph Hellwig2024-02-134-14/+26
| * block: use queue_limits_commit_update in queue_discard_max_storeChristoph Hellwig2024-02-131-3/+10
| * block: add a max_user_discard_sectors queue limitChristoph Hellwig2024-02-132-12/+23
| * block: use queue_limits_commit_update in queue_max_sectors_storeChristoph Hellwig2024-02-131-25/+12
| * block: add an API to atomically update queue limitsChristoph Hellwig2024-02-133-37/+194
| * block: decouple blk_set_stacking_limits from blk_set_default_limitsChristoph Hellwig2024-02-131-4/+9
| * block: refactor disk_update_readaheadChristoph Hellwig2024-02-131-9/+12
| * block: support PI at non-zero offset within metadataKanchan Joshi2024-02-123-14/+40
| * block: refactor guard helpersKanchan Joshi2024-02-121-10/+10
| * block: remove gfp_flags from blkdev_zone_mgmtJohannes Thumshirn2024-02-121-11/+8
| * block: Simplify the allocation of slab cachesKunwu Chan2024-02-081-2/+1
| * block: optimise in irq bio put cachingPavel Begunkov2024-02-081-11/+12
| * block: extend bio caching to task contextPavel Begunkov2024-02-081-1/+2
| * blk-throttle: Eliminate redundant checks for data directionTang Yizhou2024-02-051-2/+2
| * block: update cached timestamp post schedule/preemptionJens Axboe2024-02-052-1/+5
| * block: cache current nsec time in struct blk_plugJens Axboe2024-02-052-1/+14
| * block: add blk_time_get_ns() and blk_time_get() helpersJens Axboe2024-02-0510-45/+56
| * block: move cgroup time handling code into blk.hJens Axboe2024-02-052-0/+43
| * blk-mq: special case cached requests lessChristoph Hellwig2024-02-051-19/+22
| * blk-mq: introduce a blk_mq_peek_cached_request helperChristoph Hellwig2024-02-051-30/+33
| * blk-mq: move blk_mq_attempt_bio_merge out blk_mq_get_new_requestsChristoph Hellwig2024-02-051-10/+11
* | Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-03-115-134/+189
|\ \
| * | block: remove bdev_handle completelyChristian Brauner2024-02-253-39/+34
| * | block: don't rely on BLK_OPEN_RESTRICT_WRITES when yielding write accessChristian Brauner2024-02-251-6/+11
| * | bdev: remove bdev pointer from struct bdev_handleChristian Brauner2024-02-253-17/+14
| * | bdev: make struct bdev_handle private to the block layerChristian Brauner2024-02-253-82/+86
| * | bdev: make bdev_{release, open_by_dev}() private to block layerChristian Brauner2024-02-252-2/+4
| * | bdev: remove bdev_open_by_path()Christian Brauner2024-02-251-40/+0
| * | block/genhd: port disk_scan_partitions() to fileChristian Brauner2024-02-251-6/+6
| * | block/ioctl: port blkdev_bszset() to fileChristian Brauner2024-02-251-5/+4
| * | bdev: open block device as filesChristian Brauner2024-02-251-4/+97
* | | Merge tag 'vfs-6.9.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-03-116-1/+18
|\ \ \
| * \ \ Merge tag 'vfs-6.9.rw_hint' of gitolite.kernel.org:pub/scm/linux/kernel/git/v...Christian Brauner2024-03-046-0/+17
| |\ \ \
| | * | | block, fs: Restore the per-bio/request data lifetime fieldsBart Van Assche2024-02-066-0/+17
| | |/ /
| * / / iomap: pass the length of the dirty region to ->map_blocksChristoph Hellwig2024-02-011-1/+1
| |/ /
* | | block: sed-opal: handle empty atoms when parsing responseGreg Joyce2024-02-162-1/+6
* | | blk-iocost: Fix an UBSAN shift-out-of-bounds warningTejun Heo2024-02-081-0/+7
* | | blk-wbt: Fix detection of dirty-throttled tasksJan Kara2024-02-061-2/+2
| |/ |/|
* | block: Fix where bio IO priority gets setHongyu Jin2024-02-012-10/+10
* | block: Fix WARNING in _copy_from_iterChristian A. Ehrhardt2024-01-231-3/+10
* | block: Move checking GENHD_FL_NO_PART to bdev_add_partition()Li Lingfeng2024-01-222-2/+5
|/
* Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds2024-01-188-62/+44
|\
| * blk-mq: Remove the hctx 'run' debugfs attributeBart Van Assche2024-01-172-20/+0
| * block: bio-integrity: fix kcalloc() arguments orderDmitry Antipov2024-01-161-1/+1