aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-11Merge tag 'block-5.9-2020-09-11' of git://git.kernel.dk/linux-blockLinus Torvalds4-15/+5
2020-09-09block: Set same_page to false in __bio_try_merge_page if ret is falseRitesh Harjani1-1/+3
2020-09-08block: only call sched requeue_request() for scheduled requestsOmar Sandoval2-13/+1
2020-09-08block: restore a specific error code in bdev_del_partitionChristoph Hellwig1-1/+1
2020-09-04Merge tag 'block-5.9-2020-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds4-23/+37
2020-09-01blk-stat: make q->stats->lock irqsafeTejun Heo1-6/+11
2020-09-01blk-iocost: ioc_pd_free() shouldn't assume irq disabledTejun Heo1-2/+3
2020-09-01block: fix locking in bdev_del_partitionChristoph Hellwig1-14/+13
2020-09-01block: release disk reference in hd_struct_free_workMing Lei1-1/+9
2020-09-01block: ensure bdi->io_pages is always initializedJens Axboe1-0/+1
2020-08-24Merge tag 'io_uring-5.9-2020-08-23' of git://git.kernel.dk/linux-blockLinus Torvalds9-25/+45
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva4-5/+5
2020-08-21blkcg: fix memleak for iolatencyYufen Yu1-3/+5
2020-08-21block: fix get_max_io_size()Keith Busch1-1/+1
2020-08-21blk-mq: insert request not through ->queue_rq into sw/scheduler queueMing Lei1-1/+2
2020-08-18bfq: fix blkio cgroup leakage v4Dmitry Monakhov3-12/+3
2020-08-17block: Fix page_is_mergeable() for compound pagesMatthew Wilcox (Oracle)1-5/+5
2020-08-17block: respect queue limit of max discard segmentMing Lei1-2/+9
2020-08-17blk-mq: order adding requests to hctx->dispatch and checking SCHED_RESTARTMing Lei2-0/+18
2020-08-16bsg-lib: convert comma to semicolonXu Wang1-1/+1
2020-08-16block: blk-mq.c: fix @at_head kernel-doc warningRandy Dunlap1-0/+1
2020-08-15Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+18
2020-08-11block: fix double account of flush request's driver tagMing Lei1-2/+9
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+2
2020-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-19/+22
2020-08-05block: check queue's limits.discard_granularity in __blkdev_issue_discard()Coly Li1-0/+9
2020-08-05Merge tag 'for-5.9/block-merge-20200804' of git://git.kernel.dk/linux-blockLinus Torvalds2-34/+6
2020-08-05Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds3-2/+31
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2020-08-03Merge tag 'for-5.9/io_uring-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+6
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds29-950/+1054
2020-08-03block: don't do revalidate zones on invalid devicesJohannes Thumshirn1-0/+3
2020-07-31block: blk-timeout: delete duplicated wordRandy Dunlap1-1/+1
2020-07-31block: blk-mq-sched: delete duplicated wordRandy Dunlap1-1/+1
2020-07-31block: blk-mq: delete duplicated wordRandy Dunlap1-1/+1
2020-07-31block: genhd: delete duplicated wordsRandy Dunlap1-3/+3
2020-07-31block: elevator: delete duplicated word and fix typosRandy Dunlap1-2/+2
2020-07-31block: bio: delete duplicated wordsRandy Dunlap1-2/+2
2020-07-31block: bfq-iosched: fix duplicated wordRandy Dunlap1-1/+1
2020-07-30iocost: Fix check condition of iocg abs_vdebtChengming Zhou1-1/+1
2020-07-29iocost: Use sequence counter with associated spinlockAhmed S. Darwish1-3/+2
2020-07-28block: Use non _rcu version of list functions for tag_set_listDaniel Wagner1-2/+2
2020-07-24scsi: block: pm: Simplify resume handlingAlan Stern1-19/+22
2020-07-20block: remove blk_queue_stack_limitsChristoph Hellwig1-11/+0
2020-07-20block: remove bdev_stack_limitsChristoph Hellwig1-23/+2
2020-07-20block: inherit the zoned characteristics in blk_stack_limitsChristoph Hellwig1-0/+1
2020-07-20Merge branch 'for-5.9/drivers' into for-5.9/block-mergeJens Axboe3-2/+31
2020-07-20Merge branch 'for-5.9/block' into for-5.9/block-mergeJens Axboe27-939/+1043
2020-07-17blk-cgroup: show global disk stats in root cgroup io.statBoris Burkov2-5/+56
2020-07-17blk-cgroup: make iostat functions visible to stat printingBoris Burkov1-71/+71