summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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-121-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-041-1/+2
| * blk-cgroup: don't use removal safe list iteratorsDaniel Vacek2024-01-041-2/+2
| * block: floor the discard granularity to the physical block sizeChristoph Hellwig2024-01-041-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-201-0/+1
| * block: simplify disk_set_zonedChristoph Hellwig2023-12-193-24/+13
| * block: remove support for the host aware zone modelChristoph Hellwig2023-12-193-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
| * block: Use pr_info() instead of printk(KERN_INFO ...)Bart Van Assche2023-12-141-8/+4
| * block: add check that partition length needs to be aligned with block sizeMin Li2023-12-131-4/+7
| * block: Set memalloc_noio to false on device_add_disk() error pathLi Nan2023-12-131-0/+1
| * block: Remove special-casing of compound pagesMatthew Wilcox (Oracle)2023-12-071-22/+24
| * block: skip QUEUE_FLAG_STATS and rq-qos for passthrough ioKundan Kumar2023-12-012-2/+3
| * block: bio-integrity: directly map user buffersKeith Busch2023-12-011-2/+216
* | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-091-4/+19
|\ \
| * | fs: convert block_write_full_page to block_write_full_folioMatthew Wilcox (Oracle)2023-12-291-3/+18
| * | fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)2023-12-101-1/+1
* | | Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-01-082-107/+171
|\ \ \
| * | | block: Fix a memory leak in bdev_open_by_dev()Christophe JAILLET2023-12-281-2/+4
| * | | block: Add config option to not allow writing to mounted devicesJan Kara2023-11-182-1/+94
| * | | block: Remove blkdev_get_by_*() functionsJan Kara2023-11-181-64/+30
| * | | bdev: implement freeze and thaw holder operationsChristian Brauner2023-11-181-33/+32
| * | | bdev: surface the error from sync_blockdev()Christian Brauner2023-11-181-1/+1
| * | | bdev: rename freeze and thaw helpersChristian Brauner2023-11-181-9/+13
* | | | Merge tag 'block-6.7-2023-12-29' of git://git.kernel.dk/linuxLinus Torvalds2023-12-291-2/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | badblocks: avoid checking invalid range in badblocks_check()Coly Li2023-12-231-2/+4