summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-13blk-mq: move blk_mq_sched_insert_request to blk-mq.cChristoph Hellwig
2023-04-13blk-mq: fold blk_mq_sched_insert_requests into blk_mq_dispatch_plug_listChristoph Hellwig
2023-04-13blk-mq: move more logic into blk_mq_insert_requestsChristoph Hellwig
2023-04-13blk-mq: include <linux/blk-mq.h> in block/blk-mq.hChristoph Hellwig
2023-04-13blk-mq: remove blk-mq-tag.hChristoph Hellwig
2023-04-13blk-mq: don't plug for head insertions in blk_execute_rq_nowaitChristoph Hellwig
2023-04-13blk-throttle: only enable blk-stat when BLK_DEV_THROTTLING_LOWChengming Zhou
2023-04-13blk-stat: fix QUEUE_FLAG_STATS clearChengming Zhou
2023-04-13blk-iolatency: Make initialization lazyTejun Heo
2023-04-13blk-iolatency: s/blkcg_rq_qos/iolat_rq_qos/Tejun Heo
2023-04-13blkcg: Restructure blkg_conf_prep() and friendsTejun Heo
2023-04-13blkcg: Drop unnecessary RCU read [un]locks from blkg_conf_prep/finish()Tejun Heo
2023-04-11s390/dasd: fix hanging blockdevice after request requeueStefan Haberland
2023-04-11s390/dasd: add autoquiesce event for start IO errorStefan Haberland
2023-04-11s390/dasd: add aq_timeouts autoquiesce triggerStefan Haberland
2023-04-11s390/dasd: add aq_requeue sysfs attributeStefan Haberland
2023-04-11s390/dasd: add aq_mask sysfs attributeStefan Haberland
2023-04-11s390/dasd: add autoquiesce featureStefan Haberland
2023-04-11s390/dasd: remove unused DASD EER definesStefan Haberland
2023-04-06blk-cgroup: delete cpd_init_fn of blkcg_policyChengming Zhou
2023-04-06blk-cgroup: delete cpd_bind_fn of blkcg_policyChengming Zhou
2023-04-06block, bfq: remove BFQ_WEIGHT_LEGACY_DFLChengming Zhou
2023-04-05sed-opal: Add command to read locking range parameters.Ondrej Kozina
2023-04-05sed-opal: add helper to get multiple columns at once.Ondrej Kozina
2023-04-05sed-opal: allow user authority to get locking range attributes.Ondrej Kozina
2023-04-05sed-opal: add helper for adding user authorities in ACE.Ondrej Kozina
2023-04-05sed-opal: do not add same authority twice in boolean ace.Ondrej Kozina
2023-04-02block: ublk_drv: cleanup 'struct ublk_map_data'Ming Lei
2023-04-02block: ublk_drv: clean up several helpersMing Lei
2023-04-02block: ublk_drv: add two helpers to clean up map/unmap requestMing Lei
2023-04-02block: ublk_drv: don't consider flush request in map/unmap ioMing Lei
2023-04-02block: ublk_drv: add common exit handlingMing Lei
2023-04-01drbd: Pass a peer device to the resync and online verify functionsChristoph Böhmwalder
2023-04-01drbd: pass drbd_peer_device to __req_modChristoph Böhmwalder
2023-04-01drbd: drbd_uuid_compare: pass a peer_deviceChristoph Böhmwalder
2023-04-01drbd: INFO_bm_xfer_stats(): Pass a peer device argumentAndreas Gruenbacher
2023-04-01drbd: Add peer device parameter to whole-bitmap I/O handlersAndreas Gruenbacher
2023-04-01drbd: Rip out the ERR_IF_CNT_IS_NEGATIVE macroAndreas Gruenbacher
2023-04-01genetlink: make _genl_cmd_to_str staticChristoph Böhmwalder
2023-04-01null_blk: use kmap_local_page() and kunmap_local()Chaitanya Kulkarni
2023-04-01null_blk: use non-deprecated lib functionsChaitanya Kulkarni
2023-03-27block: open code __blk_account_io_done()Chaitanya Kulkarni
2023-03-27block: open code __blk_account_io_start()Chaitanya Kulkarni
2023-03-20blk-mq: remove hybrid pollingKeith Busch
2023-03-16blk-crypto: drop the NULL check from blk_crypto_put_keyslot()Eric Biggers
2023-03-16blk-mq: return actual keyslot error in blk_insert_cloned_request()Eric Biggers
2023-03-16blk-crypto: remove blk_crypto_insert_cloned_request()Eric Biggers
2023-03-16blk-crypto: make blk_crypto_evict_key() more robustEric Biggers
2023-03-16blk-crypto: make blk_crypto_evict_key() return voidEric Biggers
2023-03-16blk-mq: release crypto keyslot before reporting I/O completeEric Biggers