summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)Author
2020-09-04Merge tag 'block-5.9-2020-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-09-01blk-stat: make q->stats->lock irqsafeTejun Heo
2020-09-01blk-iocost: ioc_pd_free() shouldn't assume irq disabledTejun Heo
2020-09-01block: fix locking in bdev_del_partitionChristoph Hellwig
2020-09-01block: release disk reference in hd_struct_free_workMing Lei
2020-09-01block: ensure bdi->io_pages is always initializedJens Axboe
2020-08-24Merge tag 'io_uring-5.9-2020-08-23' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-21blkcg: fix memleak for iolatencyYufen Yu
2020-08-21block: fix get_max_io_size()Keith Busch
2020-08-21blk-mq: insert request not through ->queue_rq into sw/scheduler queueMing Lei
2020-08-18bfq: fix blkio cgroup leakage v4Dmitry Monakhov
2020-08-17block: Fix page_is_mergeable() for compound pagesMatthew Wilcox (Oracle)
2020-08-17block: respect queue limit of max discard segmentMing Lei
2020-08-17blk-mq: order adding requests to hctx->dispatch and checking SCHED_RESTARTMing Lei
2020-08-16bsg-lib: convert comma to semicolonXu Wang
2020-08-16block: blk-mq.c: fix @at_head kernel-doc warningRandy Dunlap
2020-08-15Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-11block: fix double account of flush request's driver tagMing Lei
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-08-05block: check queue's limits.discard_granularity in __blkdev_issue_discard()Coly Li
2020-08-05Merge tag 'for-5.9/block-merge-20200804' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-05Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-03Merge tag 'for-5.9/io_uring-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-03block: don't do revalidate zones on invalid devicesJohannes Thumshirn
2020-07-31block: blk-timeout: delete duplicated wordRandy Dunlap
2020-07-31block: blk-mq-sched: delete duplicated wordRandy Dunlap
2020-07-31block: blk-mq: delete duplicated wordRandy Dunlap
2020-07-31block: genhd: delete duplicated wordsRandy Dunlap
2020-07-31block: elevator: delete duplicated word and fix typosRandy Dunlap
2020-07-31block: bio: delete duplicated wordsRandy Dunlap
2020-07-31block: bfq-iosched: fix duplicated wordRandy Dunlap
2020-07-30iocost: Fix check condition of iocg abs_vdebtChengming Zhou
2020-07-29iocost: Use sequence counter with associated spinlockAhmed S. Darwish
2020-07-28block: Use non _rcu version of list functions for tag_set_listDaniel Wagner
2020-07-24scsi: block: pm: Simplify resume handlingAlan Stern
2020-07-20block: remove blk_queue_stack_limitsChristoph Hellwig
2020-07-20block: remove bdev_stack_limitsChristoph Hellwig
2020-07-20block: inherit the zoned characteristics in blk_stack_limitsChristoph Hellwig
2020-07-20Merge branch 'for-5.9/drivers' into for-5.9/block-mergeJens Axboe
2020-07-20Merge branch 'for-5.9/block' into for-5.9/block-mergeJens Axboe
2020-07-17blk-cgroup: show global disk stats in root cgroup io.statBoris Burkov
2020-07-17blk-cgroup: make iostat functions visible to stat printingBoris Burkov
2020-07-17block: improve discard bio alignment in __blkdev_issue_discard()Coly Li
2020-07-17block: defer flush request no matter whether we have elevatorYufen Yu
2020-07-17block: make blk_timeout_init() staticWei Yongjun
2020-07-16treewide: Remove uninitialized_var() usageKees Cook