summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)Author
2021-11-18block: Hold invalidate_lock in BLKRESETZONE ioctlShin'ichiro Kawasaki
2021-11-18block: Hold invalidate_lock in BLKZEROOUT ioctlShin'ichiro Kawasaki
2021-11-18block: Hold invalidate_lock in BLKDISCARD ioctlShin'ichiro Kawasaki
2021-11-18block: fix device_add_disk() kobject_create_and_add() error handlingLuis Chamberlain
2021-11-18blk-cgroup: synchronize blkg creation against policy deactivationYu Kuai
2021-11-18blk-wbt: prevent NULL pointer dereference in wb_timer_fnAndrea Righi
2021-11-18block: remove inaccurate requeue checkJens Axboe
2021-11-18block: bump max plugged deferred size from 16 to 32Jens Axboe
2021-10-29Merge tag 'block-5.15-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-27block: Fix partition check for host-aware zoned block devicesShin'ichiro Kawasaki
2021-10-26block: schedule queue restart after BLK_STS_ZONE_RESOURCENaohiro Aota
2021-10-26block: drain queue after disk is removed from sysfsMing Lei
2021-10-22Merge tag 'block-5.15-2021-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-18block: fix incorrect references to disk objectsZqiang
2021-10-17Merge tag 'block-5.15-2021-10-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-17blk-cgroup: blk_cgroup_bio_start() should use irq-safe operations on blkg->io...Tejun Heo
2021-10-17block, bfq: reset last_bfqq_created on group changePaolo Valente
2021-10-17block: warn when putting the final reference on a registered diskChristoph Hellwig
2021-10-15kyber: avoid q->disk dereferences in trace pointsChristoph Hellwig
2021-10-15block: keep q_usage_counter in atomic mode after del_gendiskChristoph Hellwig
2021-10-15block: drain file system I/O on del_gendiskChristoph Hellwig
2021-10-15block: split bio_queue_enter from blk_queue_enterChristoph Hellwig
2021-10-15block: factor out a blk_try_enter_queue helperChristoph Hellwig
2021-10-15block: call submit_bio_checks under q_usage_counterChristoph Hellwig
2021-10-09Merge tag 'block-5.15-2021-10-09' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-04block: decode QUEUE_FLAG_HCTX_ACTIVE in debugfs outputJohannes Thumshirn
2021-10-02Merge tag 'block-5.15-2021-10-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-02block: genhd: fix double kfree() in __alloc_disk_node()Tetsuo Handa
2021-09-28Revert "block, bfq: honor already-setup queue merges"Jens Axboe
2021-09-25Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2021-09-24block: hold ->invalidate_lock in blkdev_fallocateMing Lei
2021-09-24block: don't call rq_qos_ops->done_bio if the bio isn't trackedMing Lei
2021-09-15blk-cgroup: fix UAF by grabbing blkcg lock before destroying blkg pdLi Jinlin
2021-09-15blkcg: fix memory leak in blk_iolatency_initYanfei Xu
2021-09-14block: flush the integrity workqueue in blk_integrity_unregisterLihong Kou
2021-09-14block: check if a profile is actually registered in blk_integrity_unregisterChristoph Hellwig
2021-09-14scsi: bsg: Fix device unregistrationZenghui Yu
2021-09-12blk-mq: avoid to iterate over stale requestMing Lei
2021-09-11Merge tag 'block-5.15-2021-09-11' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-09-07blk-mq: allow 4x BLK_MAX_REQUEST_COUNT at blk_plug for multiple_queuesSong Liu
2021-09-07block: move fs/block_dev.c to block/bdev.cChristoph Hellwig
2021-09-07block: split out operations on block special filesChristoph Hellwig
2021-09-07blk-throttle: fix UAF by deleteing timer in blk_throtl_exit()Li Jinlin
2021-09-07block: genhd: don't call blkdev_show() with major_names_lock heldTetsuo Handa
2021-09-06Merge tag 'block-5.15-2021-09-05' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-03mm: remove flush_kernel_dcache_pageChristoph Hellwig
2021-09-03bio: fix kerneldoc documentation for bio_alloc_kiocb()Jens Axboe
2021-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-09-02block, bfq: honor already-setup queue mergesPaolo Valente