| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'block-5.15-2021-10-17' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-10-18 | 6 | -75/+123 |
|\ |
|
| * | block, bfq: reset last_bfqq_created on group change | Paolo Valente | 2021-10-17 | 1 | -0/+6 |
| * | block: warn when putting the final reference on a registered disk | Christoph Hellwig | 2021-10-17 | 1 | -0/+1 |
| * | kyber: avoid q->disk dereferences in trace points | Christoph Hellwig | 2021-10-16 | 1 | -4/+6 |
| * | block: keep q_usage_counter in atomic mode after del_gendisk | Christoph Hellwig | 2021-10-16 | 3 | -2/+11 |
| * | block: drain file system I/O on del_gendisk | Christoph Hellwig | 2021-10-16 | 3 | -15/+34 |
| * | block: split bio_queue_enter from blk_queue_enter | Christoph Hellwig | 2021-10-16 | 1 | -8/+25 |
| * | block: factor out a blk_try_enter_queue helper | Christoph Hellwig | 2021-10-16 | 1 | -28/+32 |
| * | block: call submit_bio_checks under q_usage_counter | Christoph Hellwig | 2021-10-16 | 1 | -22/+12 |
* | | Merge tag 'block-5.15-2021-10-09' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-10-09 | 3 | -1/+3 |
|\| |
|
| * | block: decode QUEUE_FLAG_HCTX_ACTIVE in debugfs output | Johannes Thumshirn | 2021-10-04 | 1 | -0/+1 |
| * | block: genhd: fix double kfree() in __alloc_disk_node() | Tetsuo Handa | 2021-10-02 | 2 | -1/+2 |
* | | Merge tag 'block-5.15-2021-10-01' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-10-02 | 1 | -13/+3 |
|\| |
|
| * | Revert "block, bfq: honor already-setup queue merges" | Jens Axboe | 2021-09-28 | 1 | -13/+3 |
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 2021-09-26 | 1 | -8/+15 |
|\ \
| |/
|/| |
|
| * | scsi: bsg: Fix device unregistration | Zenghui Yu | 2021-09-14 | 1 | -8/+15 |
* | | block: hold ->invalidate_lock in blkdev_fallocate | Ming Lei | 2021-09-24 | 1 | -11/+10 |
* | | block: don't call rq_qos_ops->done_bio if the bio isn't tracked | Ming Lei | 2021-09-24 | 1 | -1/+1 |
* | | blk-cgroup: fix UAF by grabbing blkcg lock before destroying blkg pd | Li Jinlin | 2021-09-15 | 1 | -0/+8 |
* | | blkcg: fix memory leak in blk_iolatency_init | Yanfei Xu | 2021-09-15 | 1 | -4/+6 |
* | | block: flush the integrity workqueue in blk_integrity_unregister | Lihong Kou | 2021-09-15 | 1 | -0/+3 |
* | | block: check if a profile is actually registered in blk_integrity_unregister | Christoph Hellwig | 2021-09-15 | 1 | -1/+5 |
* | | blk-mq: avoid to iterate over stale request | Ming Lei | 2021-09-13 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'block-5.15-2021-09-11' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-09-11 | 7 | -4/+1722 |
|\ |
|
| * | blk-mq: allow 4x BLK_MAX_REQUEST_COUNT at blk_plug for multiple_queues | Song Liu | 2021-09-08 | 1 | -1/+13 |
| * | block: move fs/block_dev.c to block/bdev.c | Christoph Hellwig | 2021-09-07 | 2 | -1/+1059 |
| * | block: split out operations on block special files | Christoph Hellwig | 2021-09-07 | 3 | -1/+643 |
| * | blk-throttle: fix UAF by deleteing timer in blk_throtl_exit() | Li Jinlin | 2021-09-07 | 1 | -0/+1 |
| * | block: genhd: don't call blkdev_show() with major_names_lock held | Tetsuo Handa | 2021-09-07 | 1 | -2/+7 |
* | | Merge tag 'block-5.15-2021-09-05' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-09-06 | 3 | -10/+20 |
|\| |
|
| * | bio: fix kerneldoc documentation for bio_alloc_kiocb() | Jens Axboe | 2021-09-03 | 1 | -1/+1 |
| * | block, bfq: honor already-setup queue merges | Paolo Valente | 2021-09-02 | 1 | -3/+13 |
| * | block/mq-deadline: Move dd_queued() to fix defined but not used warning | Geert Uytterhoeven | 2021-09-02 | 1 | -6/+6 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2021-09-03 | 1 | -1/+1 |
|\ \ |
|
| * | | mm: remove flush_kernel_dcache_page | Christoph Hellwig | 2021-09-03 | 1 | -1/+1 |
* | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2021-09-03 | 6 | -1325/+149 |
|\ \ \
| |_|/
|/| | |
|
| * | | scsi: bsg-lib: Fix commands without data transfer in bsg_transport_sg_io_fn() | Christoph Hellwig | 2021-08-01 | 1 | -0/+1 |
| * | | scsi: bsg: Move the whole request execution into the SCSI/transport handlers | Christoph Hellwig | 2021-07-31 | 2 | -92/+54 |
| * | | scsi: block: Remove the remaining SG_IO-related fields from struct request_queue | Christoph Hellwig | 2021-07-31 | 2 | -7/+8 |
| * | | scsi: bsg: Simplify device registration | Christoph Hellwig | 2021-07-31 | 2 | -237/+78 |
| * | | scsi: core: Rename CONFIG_BLK_SCSI_REQUEST to CONFIG_SCSI_COMMON | Christoph Hellwig | 2021-07-29 | 1 | -3/+0 |
| * | | scsi: scsi_ioctl: Move the "block layer" SCSI ioctl handling to drivers/scsi | Christoph Hellwig | 2021-07-29 | 2 | -797/+0 |
| * | | scsi: scsi_ioctl: Simplify SCSI passthrough permission checking | Christoph Hellwig | 2021-07-29 | 1 | -120/+99 |
| * | | scsi: scsi_ioctl: Move scsi_command_size_tbl to scsi_common.c | Christoph Hellwig | 2021-07-29 | 1 | -8/+0 |
| * | | scsi: scsi_ioctl: Remove scsi_req_init() | Christoph Hellwig | 2021-07-29 | 1 | -15/+0 |
| * | | scsi: bsg: Move bsg_scsi_ops to drivers/scsi/ | Christoph Hellwig | 2021-07-29 | 3 | -115/+5 |
| * | | scsi: bsg: Decouple from scsi_cmd_ioctl() | Christoph Hellwig | 2021-07-29 | 2 | -18/+22 |
| * | | scsi: block: Add a queue_max_bytes() helper | Christoph Hellwig | 2021-07-29 | 1 | -11/+2 |
| * | | scsi: scsi_ioctl: Remove scsi_verify_blk_ioctl() | Christoph Hellwig | 2021-07-29 | 1 | -12/+0 |
| * | | scsi: scsi_ioctl: Remove scsi_cmd_blk_ioctl() | Christoph Hellwig | 2021-07-29 | 1 | -13/+0 |