aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2025-09-03Merge tag 'pull-getgeo' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into for-6.18/blockJens Axboe2-3/+3
2025-09-02block: use int to store blk_stack_limits() return valueQianfeng Rong1-1/+2
2025-09-01copy_process: pass clone_flags as u64 across calltreeSimon Schuster1-1/+1
2025-09-01Merge tag 'fuse-fixes-6.17-rc5' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse into vfs.fixesChristian Brauner6-32/+52
2025-08-28blk-mq: check kobject state_in_sysfs before deleting in blk_mq_unregister_hctxLi Nan1-2/+4
2025-08-26block: validate QoS before calling __rq_qos_done_bio()Nilay Shroff1-5/+8
2025-08-26blk-zoned: Fix a lockdep complaint about recursive lockingBart Van Assche1-5/+6
2025-08-25block: Move a misplaced comment in queue_wb_lat_store()Bart Van Assche1-5/+5
2025-08-25blk-integrity: use iterator for mapping sgKeith Busch2-58/+45
2025-08-25blk-mq-dma: add scatter-less integrity data DMA mappingKeith Busch1-7/+97
2025-08-25blk-mq-dma: move common dma start code to a helperKeith Busch1-26/+33
2025-08-25blk-mq: remove REQ_P2PDMA flagKeith Busch2-17/+15
2025-08-25blk-mq-dma: provide the bio_vec array being iteratedKeith Busch1-23/+33
2025-08-25blk-mq-dma: create blk_map_iter typeKeith Busch1-2/+2
2025-08-21block: avoid cpu_hotplug_lock depedency on freeze_lockNilay Shroff3-27/+35
2025-08-21block: decrement block_rq_qos static key in rq_qos_del()Nilay Shroff1-0/+1
2025-08-21block: skip q->rq_qos check in rq_qos_done_bio()Nilay Shroff1-2/+8
2025-08-21blk-mq: fix lockdep warning in __blk_mq_update_nr_hw_queuesMing Lei1-4/+9
2025-08-20block: don't silently ignore metadata for sync read/writeChristoph Hellwig1-5/+5
2025-08-20fs: add a FMODE_ flag to indicate IOCB_HAS_METADATA availabilityChristoph Hellwig1-0/+3
2025-08-18block: tone down bio_check_eodChristoph Hellwig1-1/+1
2025-08-18block: remove newlines from the warnings in blk_validate_integrity_limitsChristoph Hellwig1-6/+3
2025-08-18block: handle pi_tuple_size in queue_limits_stack_integrityChristoph Hellwig1-0/+3
2025-08-13block: restore default wbt enablementJulian Sun1-1/+1
2025-08-13block: switch ->getgeo() to struct gendiskAl Viro2-3/+3
2025-08-11blk-wbt: Eliminate ambiguity in the comments of struct rq_wbTang Yizhou1-2/+2
2025-08-11blk-wbt: Optimize wbt_done() for non-throttled writesTang Yizhou1-5/+6
2025-08-11block: fix kobject double initialization in add_diskZheng Qixing3-7/+8
2025-08-11blk-cgroup: remove redundant __GFP_NOWARNQianfeng Rong1-3/+3
2025-08-11block, bfq: remove redundant __GFP_NOWARNQianfeng Rong1-2/+1
2025-08-09Merge tag 'block-6.17-20250808' of git://git.kernel.dk/linuxLinus Torvalds12-200/+287
2025-08-07lib/sbitmap: convert shallow_depth from one word to the whole sbitmapYu Kuai4-43/+20
2025-08-04block, bfq: Reorder struct bfq_iocq_bfqq_dataChristophe JAILLET1-5/+5
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-2/+2
2025-07-31block: ensure discard_granularity is zero when discard is not supportedChristoph Hellwig1-3/+10
2025-07-30block: fix potential deadlock while running nr_hw_queue updateNilay Shroff5-15/+89
2025-07-30block: fix lockdep warning caused by lock dependency in elv_iosched_storeNilay Shroff4-81/+136
2025-07-30block: move elevator queue allocation logic into blk_mq_init_schedNilay Shroff6-36/+16
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-coreLinus Torvalds1-7/+5
2025-07-29blk-ioc: don't hold queue_lock for ioc_lookup_icq()Yu Kuai2-26/+8
2025-07-29block: Enforce power-of-2 physical block sizeJohn Garry1-1/+5
2025-07-29block: avoid possible overflow for chunk_sectors check in blk_stack_limits()John Garry1-1/+1
2025-07-29block: Improve read ahead size for rotational devicesDamien Le Moal1-2/+10
2025-07-28Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linuxLinus Torvalds9-88/+395
2025-07-28Merge tag 'vfs-6.17-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-12/+25
2025-07-28Merge tag 'vfs-6.17-rc1.integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds5-15/+122
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-6/+6
2025-07-28Merge tag 'vfs-6.17-rc1.fallocate' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds3-21/+69
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-6/+9
2025-07-25Merge tag 'block-6.16-20250725' of git://git.kernel.dk/linuxLinus Torvalds1-6/+13