summaryrefslogtreecommitdiffstats
path: root/block (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-231-1/+2
|\
| * fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)2022-03-161-1/+1
| * fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)2022-03-151-0/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-232-2/+2
|\ \
| * | fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
| * | block/bfq-iosched.c: use "false" rather than "BLK_RW_ASYNC"NeilBrown2022-03-221-1/+1
* | | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-2247-659/+1430
|\ \ \ | |/ / |/| |
| * | block: cancel all throttled bios in del_gendisk()Yu Kuai2022-03-183-1/+41
| * | block: let blkcg_gq grab request queue's refcntMing Lei2022-03-181-0/+5
| * | block: avoid use-after-free on throttle dataMing Lei2022-03-181-1/+11
| * | block: limit request dispatch loop durationShin'ichiro Kawasaki2022-03-181-1/+8
| * | block/bfq-iosched: Fix spelling mistake "tenative" -> "tentative"Colin Ian King2022-03-161-1/+1
| * | block: don't merge across cgroup boundaries if blkcg is enabledTejun Heo2022-03-152-0/+28
| * | block: fix rq-qos breakage from skipping rq_qos_done_bio()Tejun Heo2022-03-143-12/+13
| * | block: flush plug based on hardware and software queue orderJens Axboe2022-03-111-31/+28
| * | block: ensure plug merging checks the correct queue at least onceJens Axboe2022-03-111-6/+14
| * | block: move rq_qos_exit() into disk_release()Ming Lei2022-03-091-2/+1
| * | block: do more work in elevator_exitChristoph Hellwig2022-03-092-6/+3
| * | block: move blk_exit_queue into disk_releaseMing Lei2022-03-092-17/+30
| * | block: move q_usage_counter release into blk_queue_releaseMing Lei2022-03-092-2/+2
| * | block: don't remove hctx debugfs dir from blk_mq_exit_queueMing Lei2022-03-091-1/+0
| * | block: move blkcg initialization/destroy into disk allocation/release handlerMing Lei2022-03-093-12/+9
| * | blk-mq: handle already freed tags gracefully in blk_mq_free_rqsMing Lei2022-03-091-0/+3
| * | blk-mq: do not include passthrough requests in I/O accountingChristoph Hellwig2022-03-092-4/+9
| * | blk-mq: manage hctx map via xarrayMing Lei2022-03-094-40/+28
| * | blk-mq: prepare for implementing hctx table via xarrayMing Lei2022-03-095-28/+35
| * | blk-mq: reconfigure poll after queue map is changedMing Lei2022-03-091-3/+13
| * | blk-mq: simplify reallocation of hw ctxs a bitMing Lei2022-03-091-19/+14
| * | blk-mq: figure out correct numa node for hw queueMing Lei2022-03-091-6/+30
| * | Revert "Revert "block, bfq: honor already-setup queue merges""Paolo Valente2022-03-091-3/+13
| * | block: remove bio_devnameChristoph Hellwig2022-03-071-6/+0
| * | block: remove handle_bad_sectorChristoph Hellwig2022-03-071-12/+5
| * | block: fix and cleanup bio_check_roChristoph Hellwig2022-03-071-6/+2
| * | bfq: fix use-after-free in bfq_dispatch_requestZhang Wensheng2022-03-051-7/+8
| * | blk-crypto: show crypto capabilities in sysfsEric Biggers2022-02-285-1/+195
| * | block: don't delete queue kobject before its childrenEric Biggers2022-02-281-3/+5
| * | block: simplify calling convention of elv_unregister_queue()Eric Biggers2022-02-282-6/+5
| * | block: remove redundant semicolonNian Yanchuan2022-02-271-1/+1
| * | block: default BLOCK_LEGACY_AUTOLOAD to yChristoph Hellwig2022-02-272-6/+4
| * | block: update io_ticks when io hangZhang Wensheng2022-02-221-2/+12
| * | block, bfq: don't move oom_bfqqYu Kuai2022-02-181-0/+6
| * | block, bfq: avoid moving bfqq to it's parent bfqgYu Kuai2022-02-181-1/+9
| * | block, bfq: cleanup bfq_bfqq_to_bfqg()Yu Kuai2022-02-183-18/+2
| * | block/bfq_wf2q: correct weight to ioprioYahu Gao2022-02-171-1/+1
| * | blk-mq: avoid extending delays of active hctx from blk_mq_delay_run_hw_queuesDavid Jeffery2022-02-171-0/+8
| * | block: add a ->free_disk methodChristoph Hellwig2022-02-171-0/+5
| * | block: revert 4f1e9630afe6 ("blk-throtl: optimize IOPS throttle for large IO ...Ming Lei2022-02-172-33/+0
| * | block: don't try to throttle split bio if iops limit isn't setMing Lei2022-02-172-7/+25
| * | block: throttle split bio in case of iops limitMing Lei2022-02-173-7/+7
| * | block: merge submit_bio_checks() into submit_bio_noacctMing Lei2022-02-171-108/+101