aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2020-08-15Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-2/+18
2020-08-11block: fix double account of flush request's driver tagGravatar Ming Lei 1-2/+9
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-3/+2
2020-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-19/+22
2020-08-05block: check queue's limits.discard_granularity in __blkdev_issue_discard()Gravatar Coly Li 1-0/+9
2020-08-05Merge tag 'for-5.9/block-merge-20200804' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-34/+6
2020-08-05Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-2/+31
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2020-08-03Merge tag 'for-5.9/io_uring-20200802' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+6
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 29-950/+1054
2020-08-03block: don't do revalidate zones on invalid devicesGravatar Johannes Thumshirn 1-0/+3
2020-07-31block: blk-timeout: delete duplicated wordGravatar Randy Dunlap 1-1/+1
2020-07-31block: blk-mq-sched: delete duplicated wordGravatar Randy Dunlap 1-1/+1
2020-07-31block: blk-mq: delete duplicated wordGravatar Randy Dunlap 1-1/+1
2020-07-31block: genhd: delete duplicated wordsGravatar Randy Dunlap 1-3/+3
2020-07-31block: elevator: delete duplicated word and fix typosGravatar Randy Dunlap 1-2/+2
2020-07-31block: bio: delete duplicated wordsGravatar Randy Dunlap 1-2/+2
2020-07-31block: bfq-iosched: fix duplicated wordGravatar Randy Dunlap 1-1/+1
2020-07-30iocost: Fix check condition of iocg abs_vdebtGravatar Chengming Zhou 1-1/+1
2020-07-29iocost: Use sequence counter with associated spinlockGravatar Ahmed S. Darwish 1-3/+2
2020-07-28block: Use non _rcu version of list functions for tag_set_listGravatar Daniel Wagner 1-2/+2
2020-07-24scsi: block: pm: Simplify resume handlingGravatar Alan Stern 1-19/+22
2020-07-20block: remove blk_queue_stack_limitsGravatar Christoph Hellwig 1-11/+0
2020-07-20block: remove bdev_stack_limitsGravatar Christoph Hellwig 1-23/+2
2020-07-20block: inherit the zoned characteristics in blk_stack_limitsGravatar Christoph Hellwig 1-0/+1
2020-07-20Merge branch 'for-5.9/drivers' into for-5.9/block-mergeGravatar Jens Axboe 3-2/+31
2020-07-20Merge branch 'for-5.9/block' into for-5.9/block-mergeGravatar Jens Axboe 27-939/+1043
2020-07-17blk-cgroup: show global disk stats in root cgroup io.statGravatar Boris Burkov 2-5/+56
2020-07-17blk-cgroup: make iostat functions visible to stat printingGravatar Boris Burkov 1-71/+71
2020-07-17block: improve discard bio alignment in __blkdev_issue_discard()Gravatar Coly Li 2-3/+42
2020-07-17block: defer flush request no matter whether we have elevatorGravatar Yufen Yu 1-7/+2
2020-07-17block: make blk_timeout_init() staticGravatar Wei Yongjun 1-1/+1
2020-07-16treewide: Remove uninitialized_var() usageGravatar Kees Cook 1-1/+1
2020-07-16block: remove retry loop in ioc_release_fn()Gravatar John Ogness 1-3/+17
2020-07-16block: remove unnecessary ioc nested lockingGravatar John Ogness 1-20/+6
2020-07-15block: add max_active_zones to blk-sysfsGravatar Niklas Cassel 1-1/+13
2020-07-15block: add max_open_zones to blk-sysfsGravatar Niklas Cassel 1-0/+15
2020-07-15Revert "blk-rq-qos: remove redundant finish_wait to rq_qos_wait."Gravatar Jens Axboe 1-0/+2
2020-07-15block: always remove partitions from blk_drop_partitions()Gravatar Ming Lei 1-2/+0
2020-07-15block: relax jiffies rounding for timeoutsGravatar Jens Axboe 1-2/+20
2020-07-10Merge tag 'block-5.8-2020-07-10' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+2
2020-07-10blk-mq: remove redundant validation in __blk_mq_end_request()Gravatar Baolin Wang 1-2/+1
2020-07-10blk-mq: Remove unnecessary local variableGravatar Baolin Wang 1-3/+1
2020-07-08writeback: remove struct bdi_writeback_congestedGravatar Christoph Hellwig 1-17/+2
2020-07-08md: switch to ->check_events for media change notificationsGravatar Christoph Hellwig 1-7/+1
2020-07-08blk-mq: centralise related handling into blk_mq_get_driver_tagGravatar Ming Lei 4-43/+19
2020-07-08blk-mq: streamline handling of q->mq_ops->queue_rq resultGravatar Ming Lei 1-13/+11
2020-07-08nvme: support for zoned namespacesGravatar Keith Busch 1-2/+3
2020-07-08block: add capacity field to zone descriptorsGravatar Matias Bjørling 1-0/+1
2020-07-08Merge tag 'v5.8-rc4' into for-5.9/driversGravatar Jens Axboe 3-11/+19