summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: avoid calling blkg_free() in atomic contextMing Lei2022-03-232-11/+26
* lib/sbitmap: allocate sb->map via kvzalloc_nodeMing Lei2022-03-222-2/+2
* 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
* sr: simplify the local variable initialization in sr_block_open()Lukas Bulwahn2022-03-151-2/+2
* 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-144-13/+15
* 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
* sr: implement ->free_disk to simplify refcountingChristoph Hellwig2022-03-092-102/+26
* sd: implement ->free_disk to simplify refcountingChristoph Hellwig2022-03-091-74/+16
* sd: delay calling free_opal_devChristoph Hellwig2022-03-091-2/+1
* sd: call sd_zbc_release_disk before releasing the scsi_device referenceChristoph Hellwig2022-03-091-1/+1
* sd: rename the scsi_disk.dev fieldChristoph Hellwig2022-03-092-13/+18
* scsi: don't use disk->private_data to find the scsi_driverChristoph Hellwig2022-03-098-21/+11
* 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-096-43/+30
* blk-mq: prepare for implementing hctx table via xarrayMing Lei2022-03-096-29/+36
* block: mtip32xx: don't touch q->queue_hw_ctxMing Lei2022-03-091-3/+1
* 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-072-8/+0
* ext4: stop using bio_devnameChristoph Hellwig2022-03-071-3/+2
* raid5-ppl: stop using bio_devnameChristoph Hellwig2022-03-071-9/+4
* raid1: stop using bio_devnameChristoph Hellwig2022-03-071-3/+2
* md-multipath: stop using bio_devnameChristoph Hellwig2022-03-071-5/+4
* dm-integrity: stop using bio_devnameChristoph Hellwig2022-03-071-3/+2
* dm-crypt: stop using bio_devnameChristoph Hellwig2022-03-071-6/+4
* pktcdvd: remove a pointless debug check in pkt_submit_bioChristoph Hellwig2022-03-071-8/+1
* 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-287-1/+245
* 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