summaryrefslogtreecommitdiffstats
path: root/block (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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-198-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
| * block: Correct a documentation comment in blk-cgroup.cNicky Chorley2024-01-151-1/+1
| * block: ensure we hold a queue reference when using queue limitsJens Axboe2024-01-131-6/+10
| * blk-mq: rename blk_mq_can_use_cached_rqChristoph Hellwig2024-01-121-3/+6
| * block: print symbolic error name instead of error codeChristian Heusel2024-01-121-2/+2
| * blk-mq: fix IO hang from sbitmap wakeup raceMing Lei2024-01-121-0/+16
| * block: fix partial zone append completion handling in req_bio_endio()Damien Le Moal2024-01-101-2/+7
| * block/iocost: silence warning on 'last_period' potentially being unusedJens Axboe2024-01-101-1/+1
| * block: move __get_task_ioprio() into header fileJens Axboe2024-01-081-26/+0
* | Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds2024-01-1117-185/+320
|\|
| * block: Treat sequential write preferred zone type as invalidDamien Le Moal2024-01-081-1/+1
| * block: remove disk_clear_zonedChristoph Hellwig2024-01-081-21/+0
| * blk-cgroup: fix rcu lockdep warning in blkg_lookup()Ming Lei2024-01-051-1/+2
| * blk-cgroup: don't use removal safe list iteratorsDaniel Vacek2024-01-051-2/+2
| * block: floor the discard granularity to the physical block sizeChristoph Hellwig2024-01-051-0/+3
| * block: default the discard granularity to sector sizeChristoph Hellwig2023-12-291-1/+4
| * block: remove two comments in bio_split_discardChristoph Hellwig2023-12-291-5/+1
| * block: rename and document BLK_DEF_MAX_SECTORSChristoph Hellwig2023-12-272-2/+2
| * blk-wbt: remove the separate write cache trackingChristoph Hellwig2023-12-263-18/+2
| * block: reject invalid operation in submit_bio_noacctChristoph Hellwig2023-12-261-5/+21
| * block: export disk_clear_zoned()Jens Axboe2023-12-211-0/+1
| * block: simplify disk_set_zonedChristoph Hellwig2023-12-203-24/+13
| * block: remove support for the host aware zone modelChristoph Hellwig2023-12-203-75/+13
| * block: add check of 'minors' and 'first_minor' in device_add_disk()Li Nan2023-12-191-1/+3
| * block: skip cgroups for passthrough ioKundan Kumar2023-12-181-0/+3
| * block: support adding less than len in bio_add_hw_pageChristoph Hellwig2023-12-151-1/+4
| * block: prevent an integer overflow in bvec_try_merge_hw_pageChristoph Hellwig2023-12-151-1/+1