summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorLines
2021-10-15kyber: avoid q->disk dereferences in trace pointsChristoph Hellwig-4/+6
2021-10-15block: keep q_usage_counter in atomic mode after del_gendiskChristoph Hellwig-2/+11
2021-10-15block: drain file system I/O on del_gendiskChristoph Hellwig-15/+34
2021-10-15block: split bio_queue_enter from blk_queue_enterChristoph Hellwig-8/+25
2021-10-15block: factor out a blk_try_enter_queue helperChristoph Hellwig-28/+32
2021-10-15block: call submit_bio_checks under q_usage_counterChristoph Hellwig-22/+12
2021-10-09Merge tag 'block-5.15-2021-10-09' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+3
2021-10-04block: decode QUEUE_FLAG_HCTX_ACTIVE in debugfs outputJohannes Thumshirn-0/+1
2021-10-02Merge tag 'block-5.15-2021-10-01' of git://git.kernel.dk/linux-blockLinus Torvalds-13/+3
2021-10-02block: genhd: fix double kfree() in __alloc_disk_node()Tetsuo Handa-1/+2
2021-09-28Revert "block, bfq: honor already-setup queue merges"Jens Axboe-13/+3
2021-09-25Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-8/+15
2021-09-24block: hold ->invalidate_lock in blkdev_fallocateMing Lei-11/+10
2021-09-24block: don't call rq_qos_ops->done_bio if the bio isn't trackedMing Lei-1/+1
2021-09-15blk-cgroup: fix UAF by grabbing blkcg lock before destroying blkg pdLi Jinlin-0/+8
2021-09-15blkcg: fix memory leak in blk_iolatency_initYanfei Xu-4/+6
2021-09-14block: flush the integrity workqueue in blk_integrity_unregisterLihong Kou-0/+3
2021-09-14block: check if a profile is actually registered in blk_integrity_unregisterChristoph Hellwig-1/+5
2021-09-14scsi: bsg: Fix device unregistrationZenghui Yu-8/+15
2021-09-12blk-mq: avoid to iterate over stale requestMing Lei-1/+1
2021-09-11Merge tag 'block-5.15-2021-09-11' of git://git.kernel.dk/linux-blockLinus Torvalds-4/+1722
2021-09-07blk-mq: allow 4x BLK_MAX_REQUEST_COUNT at blk_plug for multiple_queuesSong Liu-1/+13
2021-09-07block: move fs/block_dev.c to block/bdev.cChristoph Hellwig-1/+1059
2021-09-07block: split out operations on block special filesChristoph Hellwig-1/+643
2021-09-07blk-throttle: fix UAF by deleteing timer in blk_throtl_exit()Li Jinlin-0/+1
2021-09-07block: genhd: don't call blkdev_show() with major_names_lock heldTetsuo Handa-2/+7
2021-09-06Merge tag 'block-5.15-2021-09-05' of git://git.kernel.dk/linux-blockLinus Torvalds-10/+20
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+1
2021-09-03mm: remove flush_kernel_dcache_pageChristoph Hellwig-1/+1
2021-09-03bio: fix kerneldoc documentation for bio_alloc_kiocb()Jens Axboe-1/+1
2021-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-1325/+149
2021-09-02block, bfq: honor already-setup queue mergesPaolo Valente-3/+13
2021-09-02block/mq-deadline: Move dd_queued() to fix defined but not used warningGeert Uytterhoeven-6/+6
2021-08-31Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds-5/+7
2021-08-30Merge tag 'io_uring-bio-cache.5-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds-18/+162
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds-963/+1049
2021-08-30Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2021-08-27Merge tag 'block-5.14-2021-08-27' of git://git.kernel.dk/linux-blockLinus Torvalds-42/+16
2021-08-26Revert "block/mq-deadline: Prioritize high-priority requests"Jens Axboe-37/+5
2021-08-25block, bfq: cleanup the repeated declarationShaokun Zhang-2/+0
2021-08-25blk-crypto: fix check for too-large dun_bytesEric Biggers-1/+1
2021-08-24mq-deadline: Fix request accountingBart Van Assche-5/+11
2021-08-24blk-zoned: allow BLKREPORTZONE without CAP_SYS_ADMINNiklas Cassel-3/+0
2021-08-24blk-zoned: allow zone management send operations without CAP_SYS_ADMINNiklas Cassel-3/+0
2021-08-24block: refine the disk_live check in del_gendiskChristoph Hellwig-1/+1
2021-08-24partitions/efi: Support non-standard GPT locationDmitry Osipenko-0/+12
2021-08-24bio: fix page leak bio_add_hw_page failurePavel Begunkov-2/+13
2021-08-24block: remove CONFIG_DEBUG_BLOCK_EXT_DEVTChristoph Hellwig-39/+4
2021-08-24block: remove a pointless call to MINOR() in device_add_diskChristoph Hellwig-1/+1
2021-08-23bio: improve kerneldoc documentation for bio_alloc_kiocb()Jens Axboe-1/+4