summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nvme-fc: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg2022-02-281-8/+8
* nvme: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg2022-02-281-9/+9
* nvmet: allow bdev in buffered_io modeChaitanya Kulkarni2022-02-281-0/+8
* nvmet: use i_size_read() to set size for file-nsChaitanya Kulkarni2022-02-282-14/+5
* nvme-fabrics: remove unnecessary braces for caseChaitanya Kulkarni2022-02-281-1/+1
* nvme-fabrics: use consistent zeroout patternChaitanya Kulkarni2022-02-281-2/+1
* nvme-fabrics: use unsigned int typeChaitanya Kulkarni2022-02-281-1/+1
* nvme-fabrics: use unsigned int typeChaitanya Kulkarni2022-02-281-1/+1
* nvme-core: remove unnecessary function parameterChaitanya Kulkarni2022-02-281-5/+3
* nvme-core: remove unnecessary semicolonChaitanya Kulkarni2022-02-281-1/+1
* nvme-fc: fix a typoQinghua Jin2022-02-281-1/+1
* null_blk: null_alloc_page() cleanupChaitanya Kulkarni2022-02-271-7/+5
* null_blk: remove hardcoded null_alloc_page() paramChaitanya Kulkarni2022-02-271-4/+4
* null_blk: remove hardcoded alloc_cmd() parameterChaitanya Kulkarni2022-02-271-17/+12
* loop: allow user to set the queue depthChaitanya Kulkarni2022-02-271-1/+20
* loop: remove extra variable in lo_req_flushChaitanya Kulkarni2022-02-271-2/+1
* loop: remove extra variable in lo_fallocate()Chaitanya Kulkarni2022-02-271-2/+1
* loop: use sysfs_emit() in the sysfs xxx show()Chaitanya Kulkarni2022-02-271-5/+5
* null_blk: fix return value from null_add_dev()Chaitanya Kulkarni2022-02-271-2/+3
* loop: clean up grammar in warning messageColin Ian King2022-02-271-2/+2
* block/rnbd: Remove a useless mutexChristophe JAILLET2022-02-271-8/+3
* block/rnbd: client device does not care queue/rotationalGioh Kim2022-02-274-9/+8
* block/rnbd-clt: fix CHECK:BRACES warningGioh Kim2022-02-271-2/+2
* 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
* virtio_blk: simplify refcountingChristoph Hellwig2022-02-171-52/+14
* memstick/mspro_block: simplify refcountingChristoph Hellwig2022-02-171-42/+7
* memstick/mspro_block: fix handling of read-only devicesChristoph Hellwig2022-02-171-6/+4
* memstick/ms_block: simplify refcountingChristoph Hellwig2022-02-172-50/+15
* block: add a ->free_disk methodChristoph Hellwig2022-02-172-0/+7
* 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
* block: don't check bio in blk_throtl_dispatch_work_fnMing Lei2022-02-173-14/+19
* block: don't declare submit_bio_checks in local headerMing Lei2022-02-172-2/+1
* block: move blk_crypto_bio_prep() out of blk-mq.cMing Lei2022-02-172-16/+8
* block: move submit_bio_checks() into submit_bio_noacctMing Lei2022-02-171-3/+3
* dm: remove dm_dispatch_clone_requestChristoph Hellwig2022-02-171-13/+9
* dm: remove useless code from dm_dispatch_clone_requestChristoph Hellwig2022-02-171-4/+0
* blk-mq: remove the request_queue argument to blk_insert_cloned_requestChristoph Hellwig2022-02-173-8/+6
* blk-mq: fold blk_cloned_rq_check_limits into blk_insert_cloned_requestChristoph Hellwig2022-02-171-33/+5
* blk-mq: make the blk-mq stacking code optionalChristoph Hellwig2022-02-173-0/+6
* blk-cgroup: set blkg iostat after percpu stat aggregationChengming Zhou2022-02-151-5/+5
* blk-lib: don't check bdev_get_queue() NULL checkChaitanya Kulkarni2022-02-151-14/+0