summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'block-5.15-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-10-293-15/+40
|\
| * block: Fix partition check for host-aware zoned block devicesShin'ichiro Kawasaki2021-10-271-1/+19
| * block: schedule queue restart after BLK_STS_ZONE_RESOURCENaohiro Aota2021-10-261-4/+9
| * block: drain queue after disk is removed from sysfsMing Lei2021-10-261-10/+12
* | Merge tag 'block-5.15-2021-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2021-10-222-2/+4
|\|
| * block: fix incorrect references to disk objectsZqiang2021-10-181-0/+1
| * blk-cgroup: blk_cgroup_bio_start() should use irq-safe operations on blkg->io...Tejun Heo2021-10-171-2/+3
* | Merge tag 'block-5.15-2021-10-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-10-176-75/+123
|\|
| * block, bfq: reset last_bfqq_created on group changePaolo Valente2021-10-171-0/+6
| * block: warn when putting the final reference on a registered diskChristoph Hellwig2021-10-171-0/+1
| * kyber: avoid q->disk dereferences in trace pointsChristoph Hellwig2021-10-151-4/+6
| * block: keep q_usage_counter in atomic mode after del_gendiskChristoph Hellwig2021-10-153-2/+11
| * block: drain file system I/O on del_gendiskChristoph Hellwig2021-10-153-15/+34
| * block: split bio_queue_enter from blk_queue_enterChristoph Hellwig2021-10-151-8/+25
| * block: factor out a blk_try_enter_queue helperChristoph Hellwig2021-10-151-28/+32
| * block: call submit_bio_checks under q_usage_counterChristoph Hellwig2021-10-151-22/+12
* | Merge tag 'block-5.15-2021-10-09' of git://git.kernel.dk/linux-blockLinus Torvalds2021-10-093-1/+3
|\|
| * block: decode QUEUE_FLAG_HCTX_ACTIVE in debugfs outputJohannes Thumshirn2021-10-041-0/+1
| * block: genhd: fix double kfree() in __alloc_disk_node()Tetsuo Handa2021-10-022-1/+2
* | Merge tag 'block-5.15-2021-10-01' of git://git.kernel.dk/linux-blockLinus Torvalds2021-10-021-13/+3
|\|
| * Revert "block, bfq: honor already-setup queue merges"Jens Axboe2021-09-281-13/+3
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2021-09-251-8/+15
|\ \ | |/ |/|
| * scsi: bsg: Fix device unregistrationZenghui Yu2021-09-141-8/+15
* | block: hold ->invalidate_lock in blkdev_fallocateMing Lei2021-09-241-11/+10
* | block: don't call rq_qos_ops->done_bio if the bio isn't trackedMing Lei2021-09-241-1/+1
* | blk-cgroup: fix UAF by grabbing blkcg lock before destroying blkg pdLi Jinlin2021-09-151-0/+8
* | blkcg: fix memory leak in blk_iolatency_initYanfei Xu2021-09-151-4/+6
* | block: flush the integrity workqueue in blk_integrity_unregisterLihong Kou2021-09-141-0/+3
* | block: check if a profile is actually registered in blk_integrity_unregisterChristoph Hellwig2021-09-141-1/+5
* | blk-mq: avoid to iterate over stale requestMing Lei2021-09-121-1/+1
|/
* Merge tag 'block-5.15-2021-09-11' of git://git.kernel.dk/linux-blockLinus Torvalds2021-09-117-4/+1722
|\
| * blk-mq: allow 4x BLK_MAX_REQUEST_COUNT at blk_plug for multiple_queuesSong Liu2021-09-071-1/+13
| * block: move fs/block_dev.c to block/bdev.cChristoph Hellwig2021-09-072-1/+1059
| * block: split out operations on block special filesChristoph Hellwig2021-09-073-1/+643
| * blk-throttle: fix UAF by deleteing timer in blk_throtl_exit()Li Jinlin2021-09-071-0/+1
| * block: genhd: don't call blkdev_show() with major_names_lock heldTetsuo Handa2021-09-071-2/+7
* | Merge tag 'block-5.15-2021-09-05' of git://git.kernel.dk/linux-blockLinus Torvalds2021-09-063-10/+20
|\|
| * bio: fix kerneldoc documentation for bio_alloc_kiocb()Jens Axboe2021-09-031-1/+1
| * block, bfq: honor already-setup queue mergesPaolo Valente2021-09-021-3/+13
| * block/mq-deadline: Move dd_queued() to fix defined but not used warningGeert Uytterhoeven2021-09-021-6/+6
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-031-1/+1
|\ \
| * | mm: remove flush_kernel_dcache_pageChristoph Hellwig2021-09-031-1/+1
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-09-026-1325/+149
|\ \ \ | |_|/ |/| |
| * | scsi: bsg-lib: Fix commands without data transfer in bsg_transport_sg_io_fn()Christoph Hellwig2021-08-011-0/+1
| * | scsi: bsg: Move the whole request execution into the SCSI/transport handlersChristoph Hellwig2021-07-302-92/+54
| * | scsi: block: Remove the remaining SG_IO-related fields from struct request_queueChristoph Hellwig2021-07-302-7/+8
| * | scsi: bsg: Simplify device registrationChristoph Hellwig2021-07-302-237/+78
| * | scsi: core: Rename CONFIG_BLK_SCSI_REQUEST to CONFIG_SCSI_COMMONChristoph Hellwig2021-07-281-3/+0
| * | scsi: scsi_ioctl: Move the "block layer" SCSI ioctl handling to drivers/scsiChristoph Hellwig2021-07-282-797/+0
| * | scsi: scsi_ioctl: Simplify SCSI passthrough permission checkingChristoph Hellwig2021-07-281-120/+99