summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2021-10-18blk-mq-sched: Rename blk_mq_sched_free_{requests -> rqs}()John Garry4-6/+6
2021-10-18blk-mq-sched: Rename blk_mq_sched_alloc_{tags -> map_and_rqs}()John Garry1-7/+7
2021-10-18blk-mq: Invert check in blk_mq_update_nr_requests()John Garry1-5/+5
2021-10-18blk-mq: Relocate shared sbitmap resize in blk_mq_update_nr_requests()John Garry1-5/+7
2021-10-18block: Rename BLKDEV_MAX_RQ -> BLKDEV_DEFAULT_RQJohn Garry3-3/+3
2021-10-18blk-mq: Change rqs check in blk_mq_free_rqs()John Garry1-1/+1
2021-10-18block: print the current process in handle_bad_sectorChristoph Hellwig1-1/+2
2021-10-18block/mq-deadline: Prioritize high-priority requestsBart Van Assche1-4/+73
2021-10-18block/mq-deadline: Stop using per-CPU countersBart Van Assche1-68/+56
2021-10-18block/mq-deadline: Add an invariant checkBart Van Assche1-6/+12
2021-10-18block/mq-deadline: Improve request accounting furtherBart Van Assche1-7/+10
2021-10-18block: move struct request to blk-mq.hChristoph Hellwig2-1/+2
2021-10-18block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig8-3/+8
2021-10-18block: move a few merge helpers out of <linux/blkdev.h>Christoph Hellwig2-0/+62
2021-10-18block: drop unused includes in <linux/genhd.h>Christoph Hellwig3-0/+3
2021-10-18block: move elevator.h to block/Christoph Hellwig9-5/+176
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig3-0/+3
2021-10-18blk-cgroup: blk_cgroup_bio_start() should use irq-safe operations on blkg->io...Tejun Heo1-2/+3
2021-10-17Merge tag 'block-5.15-2021-10-17' of git://git.kernel.dk/linux-blockLinus Torvalds6-75/+123
2021-10-17block, bfq: reset last_bfqq_created on group changePaolo Valente1-0/+6
2021-10-17block: warn when putting the final reference on a registered diskChristoph Hellwig1-0/+1
2021-10-15kyber: avoid q->disk dereferences in trace pointsChristoph Hellwig1-4/+6
2021-10-15block: keep q_usage_counter in atomic mode after del_gendiskChristoph Hellwig3-2/+11
2021-10-15block: drain file system I/O on del_gendiskChristoph Hellwig3-15/+34
2021-10-15block: split bio_queue_enter from blk_queue_enterChristoph Hellwig1-8/+25
2021-10-15block: factor out a blk_try_enter_queue helperChristoph Hellwig1-28/+32
2021-10-15block: call submit_bio_checks under q_usage_counterChristoph Hellwig1-22/+12
2021-10-09Merge tag 'block-5.15-2021-10-09' of git://git.kernel.dk/linux-blockLinus Torvalds3-1/+3
2021-10-04block: decode QUEUE_FLAG_HCTX_ACTIVE in debugfs outputJohannes Thumshirn1-0/+1
2021-10-02Merge tag 'block-5.15-2021-10-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-13/+3
2021-10-02block: genhd: fix double kfree() in __alloc_disk_node()Tetsuo Handa2-1/+2
2021-09-28Revert "block, bfq: honor already-setup queue merges"Jens Axboe1-13/+3
2021-09-25Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-8/+15
2021-09-24block: hold ->invalidate_lock in blkdev_fallocateMing Lei1-11/+10
2021-09-24block: don't call rq_qos_ops->done_bio if the bio isn't trackedMing Lei1-1/+1
2021-09-15blk-cgroup: fix UAF by grabbing blkcg lock before destroying blkg pdLi Jinlin1-0/+8
2021-09-15blkcg: fix memory leak in blk_iolatency_initYanfei Xu1-4/+6
2021-09-14block: flush the integrity workqueue in blk_integrity_unregisterLihong Kou1-0/+3
2021-09-14block: check if a profile is actually registered in blk_integrity_unregisterChristoph Hellwig1-1/+5
2021-09-14scsi: bsg: Fix device unregistrationZenghui Yu1-8/+15
2021-09-12blk-mq: avoid to iterate over stale requestMing Lei1-1/+1
2021-09-11Merge tag 'block-5.15-2021-09-11' of git://git.kernel.dk/linux-blockLinus Torvalds7-4/+1722
2021-09-07blk-mq: allow 4x BLK_MAX_REQUEST_COUNT at blk_plug for multiple_queuesSong Liu1-1/+13
2021-09-07block: move fs/block_dev.c to block/bdev.cChristoph Hellwig2-1/+1059
2021-09-07block: split out operations on block special filesChristoph Hellwig3-1/+643
2021-09-07blk-throttle: fix UAF by deleteing timer in blk_throtl_exit()Li Jinlin1-0/+1
2021-09-07block: genhd: don't call blkdev_show() with major_names_lock heldTetsuo Handa1-2/+7
2021-09-06Merge tag 'block-5.15-2021-09-05' of git://git.kernel.dk/linux-blockLinus Torvalds3-10/+20
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-09-03mm: remove flush_kernel_dcache_pageChristoph Hellwig1-1/+1