aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-26block: Add independent access ranges supportDamien Le Moal
2021-10-26blk-mq: don't issue request directly in case that current is to be blockedMing Lei
2021-10-25sbitmap: silence data race warningJens Axboe
2021-10-25blk-cgroup: synchronize blkg creation against policy deactivationYu Kuai
2021-10-25block: refactor bio_iov_bvec_set()Pavel Begunkov
2021-10-25block: add single bio async direct IO helperPavel Begunkov
2021-10-22sched: make task_struct->plug always definedJens Axboe
2021-10-22blk-mq-sched: Don't reference queue tagset in blk_mq_sched_tags_teardown()John Garry
2021-10-22block: fix req_bio_endio append error handlingPavel Begunkov
2021-10-21blk-crypto: update inline encryption documentationEric Biggers
2021-10-21blk-crypto: rename blk_keyslot_manager to blk_crypto_profileEric Biggers
2021-10-21blk-crypto: rename keyslot-manager files to blk-crypto-profileEric Biggers
2021-10-21blk-crypto-fallback: properly prefix function and struct namesEric Biggers
2021-10-21nbd: Use invalidate_disk() helper on disconnectXie Yongji
2021-10-21loop: Remove the unnecessary bdev checks and unused bdev variableXie Yongji
2021-10-21loop: Use invalidate_disk() helper to invalidate gendiskXie Yongji
2021-10-21block: Add invalidate_disk() helper to invalidate the gendiskXie Yongji
2021-10-21block: kill extra rcu lock/unlock in queue enterPavel Begunkov
2021-10-21percpu_ref: percpu_ref_tryget_live() version holding RCUPavel Begunkov
2021-10-21block: convert fops.c magic constants to SHIFT_SECTORPavel Begunkov
2021-10-21block: clean up blk_mq_submit_bio() mergingPavel Begunkov
2021-10-21block: optimise boundary blkdev_read_iter's checksPavel Begunkov
2021-10-21fs: bdev: fix conflicting comment from lookup_bdevJackie Liu
2021-10-21blk-mq: Fix blk_mq_tagset_busy_iter() for shared tagsJohn Garry
2021-10-20block: cleanup the flush plug helpersChristoph Hellwig
2021-10-20block: optimise blk_flush_plug_listPavel Begunkov
2021-10-20blk-mq: move blk_mq_flush_plug_list to block/blk-mq.hChristoph Hellwig
2021-10-20blk-mq: only flush requests from the plug in blk_mq_submit_bioChristoph Hellwig
2021-10-20block: remove inaccurate requeue checkJens Axboe
2021-10-20block: inline a part of bio_release_pages()Pavel Begunkov
2021-10-20block: don't bloat enter_queue with percpu_refPavel Begunkov
2021-10-20block: optimise req_bio_endio()Pavel Begunkov
2021-10-20block: convert leftovers to bdev_get_queuePavel Begunkov
2021-10-20block: turn macro helpers into inline functionsPavel Begunkov
2021-10-19blk-mq: support concurrent queue quiesce/unquiesceMing Lei
2021-10-19nvme: loop: clear NVME_CTRL_ADMIN_Q_STOPPED after admin queue is reallocatedMing Lei
2021-10-19nvme: paring quiesce/unquiesceMing Lei
2021-10-19nvme: prepare for pairing quiescing and unquiescingMing Lei
2021-10-19nvme: apply nvme API to quiesce/unquiesce admin queueMing Lei
2021-10-19nvme: add APIs for stopping/starting admin queueMing Lei
2021-10-19block, bfq: fix UAF problem in bfqg_stats_init()Zheng Liang
2021-10-19block: inline fast path of driver tag allocationJens Axboe
2021-10-19blk-mq: don't handle non-flush requests in blk_insert_flushChristoph Hellwig
2021-10-19block: attempt direct issue of plug listJens Axboe
2021-10-19block: change plugging to use a singly linked listJens Axboe
2021-10-19blk-wbt: prevent NULL pointer dereference in wb_timer_fnAndrea Righi
2021-10-19block: align blkdev_dio inlined bio to a cachelineJens Axboe
2021-10-19block: move blk_mq_tag_to_rq() inlineJens Axboe
2021-10-19block: get rid of plug list sortingJens Axboe
2021-10-19block: return whether or not to unplug through booleanJens Axboe