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