summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2021-12-19Merge tag 'block-5.16-2021-12-19' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-12-19Revert "block: reduce kblockd_mod_delayed_work_on() CPU consumption"Jens Axboe
2021-12-17Merge tag 'block-5.16-2021-12-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-12-14block: reduce kblockd_mod_delayed_work_on() CPU consumptionJens Axboe
2021-12-14iocost: Fix divide-by-zero on donation from low hweight cgroupTejun Heo
2021-12-11Merge tag 'block-5.16-2021-12-10' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-12-10block: fix ioprio_get(IOPRIO_WHO_PGRP) vs setuid(2)Davidlohr Bueso
2021-12-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-12-07block: fix single bio async DIO error handlingPavel Begunkov
2021-12-03treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski
2021-11-26block: call rq_qos_done() before ref check in batch completionsJens Axboe
2021-11-25block: fix parameter not described warningYang Guang
2021-11-22block: avoid to touch unloaded module instance when opening bdevMing Lei
2021-11-19blk-mq: don't insert FUA request with data into scheduler queueMing Lei
2021-11-19blk-cgroup: fix missing put device in error path from blkg_conf_pref()Yu Kuai
2021-11-17block: avoid to quiesce queue in elevator_init_mqMing Lei
2021-11-15blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and disk_release()Ming Lei
2021-11-15block: fix missing queue put in error pathJens Axboe
2021-11-15block: Check ADMIN before NICE for IOPRIO_CLASS_RTAlistair Delva
2021-11-12blk-mq: fix filesystem I/O request allocationMing Lei
2021-11-12blkcg: Remove extra blkcg_bio_issue_initLaibin Qiu
2021-11-11block: Hold invalidate_lock in BLKRESETZONE ioctlShin'ichiro Kawasaki
2021-11-11blk-mq: rename blk_attempt_bio_mergeMing Lei
2021-11-11blk-mq: don't grab ->q_usage_counter in blk_mq_sched_bio_mergeMing Lei
2021-11-11block: fix kerneldoc for disk_register_independent_access__ranges()Jens Axboe
2021-11-09block: add __must_check for *add_disk*() callersLuis Chamberlain
2021-11-09block: use enum type for blk_mq_alloc_data->rq_flagsJens Axboe
2021-11-09block: Hold invalidate_lock in BLKZEROOUT ioctlShin'ichiro Kawasaki
2021-11-09block: Hold invalidate_lock in BLKDISCARD ioctlShin'ichiro Kawasaki
2021-11-09Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-09Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-09Merge tag 'for-5.16/bdev-size-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-09blk-mq: add one API for waiting until quiesce is doneMing Lei
2021-11-08blk-mq: don't free tags if the tag_set is used by other device in queue initi...Ye Bin
2021-11-05block: use new bdev_nr_bytes() helper for blkdev_{read,write}_iter()Jens Axboe
2021-11-04block: fix device_add_disk() kobject_create_and_add() error handlingLuis Chamberlain
2021-11-04block: ensure cached plug request matches the current queueJens Axboe
2021-11-04block: move queue enter logic into blk_mq_submit_bio()Jens Axboe
2021-11-04block: make bio_queue_enter() fast-path available inlineJens Axboe
2021-11-04block: split request allocation components into helpersJens Axboe
2021-11-04block: have plug stored requests hold references to the queueJens Axboe
2021-11-04block: update __register_blkdev() probe documentationLuis Chamberlain
2021-11-03blk-mq: update hctx->nr_active in blk_mq_end_request_batch()Ming Lei
2021-11-03blk-mq: add RQF_ELV debug entryMing Lei
2021-11-03blk-mq: only try to run plug merge if request has same queue with incoming bioMing Lei
2021-11-03block: move RQF_ELV setting into allocatorsJens Axboe
2021-11-02block: replace always false argument with 'false'Jens Axboe
2021-11-02block: assign correct tag before doing prefetch of requestJens Axboe
2021-11-01Merge tag 'for-5.16/inode-sync-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-01Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds