aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-23block: Remove elevator_lock usage from blkg_conf frozen operationsMing Lei1-9/+4
2025-10-23blk-mq: fix stale tag depth for shared sched tags in blk_mq_update_nr_requests()Yu Kuai4-5/+7
2025-10-19blk-crypto: fix missing blktrace bio split eventsYu Kuai1-0/+3
2025-10-15blk-throttle: fix throtl_data leak during disk releaseYu Kuai1-2/+5
2025-10-15block: fix stacking of atomic writes when atomics are not supportedJohn Garry1-9/+10
2025-10-15block: update validation of atomic writes boundary for stacked devicesJohn Garry1-8/+14
2025-10-15blk-mq: fix potential deadlock while nr_requests grownYu Kuai3-22/+34
2025-10-15blk-mq-sched: add new parameter nr_requests in blk_mq_alloc_sched_tags()Yu Kuai4-11/+19
2025-10-15blk-mq: split bitmap grow and resize case in blk_mq_update_nr_requests()Yu Kuai1-12/+27
2025-10-15blk-mq: cleanup shared tags case in blk_mq_update_nr_requests()Yu Kuai2-28/+22
2025-10-15blk-mq: convert to serialize updating nr_requests with update_nr_hwq_lockYu Kuai1-5/+20
2025-10-15blk-mq: check invalid nr_requests in queue_requests_store()Yu Kuai4-22/+17
2025-10-15blk-mq: remove useless checkings in blk_mq_update_nr_requests()Yu Kuai1-8/+1
2025-10-15block: fix ordering of recursive split IOYu Kuai4-9/+13
2025-10-15block: skip unnecessary checks for split bioYu Kuai3-2/+7
2025-10-15block: factor out a helper bio_submit_split_bioset()Yu Kuai1-19/+40
2025-10-15block: initialize bio issue time in blk_mq_submit_bio()Yu Kuai4-8/+8
2025-10-15block: cleanup bio_issueYu Kuai4-55/+5
2025-10-15blk-throttle: fix access race during throttle policy activationHan Guangjiang4-18/+18
2025-10-15blk-mq: fix elevator depth_updated methodYu Kuai6-52/+41
2025-10-15block: use int to store blk_stack_limits() return valueQianfeng Rong1-1/+2
2025-10-15blk-mq: check kobject state_in_sysfs before deleting in blk_mq_unregister_hctxLi Nan1-2/+4
2025-10-06blk-mq: fix blk_mq_tags double free while nr_requests grownYu Kuai1-0/+1
2025-09-26Merge tag 'block-6.17-20250925' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxLinus Torvalds1-1/+3
2025-09-22block: fix EOD return for device with nr_sectors == 0Jens Axboe1-1/+3
2025-09-08Merge tag 'vfs-6.17-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-5/+8
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-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-21block: avoid cpu_hotplug_lock depedency on freeze_lockNilay Shroff3-28/+36
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-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