summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: avoid to quiesce queue in elevator_init_mqMing Lei2021-12-011-2/+8
* blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and disk_release()Ming Lei2021-12-015-11/+20
* block: Check ADMIN before NICE for IOPRIO_CLASS_RTAlistair Delva2021-11-251-1/+8
* blk-cgroup: fix missing put device in error path from blkg_conf_pref()Yu Kuai2021-11-251-4/+5
* blkcg: Remove extra blkcg_bio_issue_initLaibin Qiu2021-11-251-3/+1
* block: Hold invalidate_lock in BLKRESETZONE ioctlShin'ichiro Kawasaki2021-11-181-10/+5
* block: Hold invalidate_lock in BLKZEROOUT ioctlShin'ichiro Kawasaki2021-11-181-3/+9
* block: Hold invalidate_lock in BLKDISCARD ioctlShin'ichiro Kawasaki2021-11-181-3/+9
* block: fix device_add_disk() kobject_create_and_add() error handlingLuis Chamberlain2021-11-181-2/+6
* blk-cgroup: synchronize blkg creation against policy deactivationYu Kuai2021-11-181-0/+10
* blk-wbt: prevent NULL pointer dereference in wb_timer_fnAndrea Righi2021-11-181-0/+3
* block: remove inaccurate requeue checkJens Axboe2021-11-181-1/+0
* block: bump max plugged deferred size from 16 to 32Jens Axboe2021-11-182-2/+8
* 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
|\|