summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-22nfsd/blocklayout: use ->get_unique_id instead of sending SCSI commandsChristoph Hellwig3-120/+44
2021-10-22sd: implement ->get_unique_idChristoph Hellwig1-0/+39
2021-10-22block: add a ->get_unique_id methodChristoph Hellwig1-0/+11
2021-10-21blk-crypto: update inline encryption documentationEric Biggers1-206/+245
2021-10-21blk-crypto: rename blk_keyslot_manager to blk_crypto_profileEric Biggers18-522/+555
2021-10-21blk-crypto: rename keyslot-manager files to blk-crypto-profileEric Biggers10-9/+9
2021-10-21blk-crypto-fallback: properly prefix function and struct namesEric Biggers1-29/+30
2021-10-21nbd: Use invalidate_disk() helper on disconnectXie Yongji1-9/+3
2021-10-21loop: Remove the unnecessary bdev checks and unused bdev variableXie Yongji1-6/+3
2021-10-21loop: Use invalidate_disk() helper to invalidate gendiskXie Yongji1-5/+1
2021-10-21block: Add invalidate_disk() helper to invalidate the gendiskXie Yongji2-0/+22
2021-10-21block: kill extra rcu lock/unlock in queue enterPavel Begunkov1-1/+1
2021-10-21percpu_ref: percpu_ref_tryget_live() version holding RCUPavel Begunkov1-10/+23
2021-10-21block: convert fops.c magic constants to SHIFT_SECTORPavel Begunkov1-8/+10
2021-10-21block: clean up blk_mq_submit_bio() mergingPavel Begunkov3-20/+9
2021-10-21block: optimise boundary blkdev_read_iter's checksPavel Begunkov1-8/+11
2021-10-21fs: bdev: fix conflicting comment from lookup_bdevJackie Liu1-3/+5
2021-10-21blk-mq: Fix blk_mq_tagset_busy_iter() for shared tagsJohn Garry1-2/+5
2021-10-20block: cleanup the flush plug helpersChristoph Hellwig4-36/+16
2021-10-20block: optimise blk_flush_plug_listPavel Begunkov1-2/+2
2021-10-20blk-mq: move blk_mq_flush_plug_list to block/blk-mq.hChristoph Hellwig2-2/+1
2021-10-20blk-mq: only flush requests from the plug in blk_mq_submit_bioChristoph Hellwig1-1/+1
2021-10-20block: remove inaccurate requeue checkJens Axboe1-1/+0
2021-10-20block: inline a part of bio_release_pages()Pavel Begunkov2-6/+9
2021-10-20block: don't bloat enter_queue with percpu_refPavel Begunkov1-1/+1
2021-10-20block: optimise req_bio_endio()Pavel Begunkov1-9/+7
2021-10-20block: convert leftovers to bdev_get_queuePavel Begunkov2-2/+2
2021-10-20block: turn macro helpers into inline functionsPavel Begunkov1-16/+16
2021-10-20blk-mq: support concurrent queue quiesce/unquiesceMing Lei2-3/+21
2021-10-20nvme: loop: clear NVME_CTRL_ADMIN_Q_STOPPED after admin queue is reallocatedMing Lei1-0/+2
2021-10-20nvme: paring quiesce/unquiesceMing Lei2-4/+10
2021-10-20nvme: prepare for pairing quiescing and unquiescingMing Lei1-21/+31
2021-10-20nvme: apply nvme API to quiesce/unquiesce admin queueMing Lei6-26/+26
2021-10-20nvme: add APIs for stopping/starting admin queueMing Lei2-0/+14
2021-10-20block, bfq: fix UAF problem in bfqg_stats_init()Zheng Liang1-5/+7
2021-10-20block: inline fast path of driver tag allocationJens Axboe2-6/+17
2021-10-19blk-mq: don't handle non-flush requests in blk_insert_flushChristoph Hellwig3-15/+13
2021-10-19block: attempt direct issue of plug listJens Axboe3-0/+62
2021-10-19block: change plugging to use a singly linked listJens Axboe4-42/+51
2021-10-19blk-wbt: prevent NULL pointer dereference in wb_timer_fnAndrea Righi1-0/+3
2021-10-19block: align blkdev_dio inlined bio to a cachelineJens Axboe1-1/+1
2021-10-19block: move blk_mq_tag_to_rq() inlineJens Axboe3-35/+35
2021-10-19block: get rid of plug list sortingJens Axboe1-19/+0
2021-10-19block: return whether or not to unplug through booleanJens Axboe3-14/+15
2021-10-19block: don't call blk_status_to_errno in blk_update_requestChristoph Hellwig3-7/+8
2021-10-19block: move bdev_read_only() into the headerJens Axboe2-6/+5
2021-10-19block: fix too broad elevator check in blk_mq_free_request()Jens Axboe1-1/+1
2021-10-18nvme: wire up completion batching for the IRQ pathJens Axboe1-1/+5
2021-10-18io_uring: utilize the io batching infrastructure for more efficient polled IOJens Axboe1-2/+6
2021-10-18nvme: add support for batched completion of polled IOJens Axboe3-12/+51