aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-09-12block: fix race between switching elevator and removing queuesMing Lei1-3/+5
2019-09-12scsi: core: remove dummy q->dev checkStanley Chu1-2/+1
2019-09-12block: bypass blk_set_runtime_active for uninitialized q->devStanley Chu1-5/+7
2019-09-11null_blk: validate the number of devicesAndré Almeida1-1/+5
2019-09-11null_blk: fix module name at log messageAndré Almeida1-2/+2
2019-09-11docs: block: null_blk: enhance document styleAndré Almeida1-15/+18
2019-09-10iocost_monitor: Report debtTejun Heo2-4/+7
2019-09-10iocost_monitor: Report more info with higher accuracyTejun Heo1-7/+11
2019-09-10iocost_monitor: Always use strings for json valuesTejun Heo1-20/+20
2019-09-10blk-iocost: Don't let merges push vtime into the futureTejun Heo1-7/+18
2019-09-10blk-iocost: Account force-charged overage in absolute vtimeTejun Heo1-7/+55
2019-09-10blk-iocost: Fix incorrect operation order during iocg freeTejun Heo1-3/+3
2019-09-06bfq: Add per-device weightFam Zheng2-11/+87
2019-09-06bfq: Extract bfq_group_set_weight from bfq_io_set_weight_legacyFam Zheng1-28/+32
2019-09-06bfq: Fix the missing barrier in __bfq_entity_update_weight_prioFam Zheng1-0/+2
2019-09-06block: fix elevator_get_by_features()Jens Axboe1-6/+7
2019-09-05sd: Set ELEVATOR_F_ZBD_SEQ_WRITE for ZBC disksDamien Le Moal1-0/+2
2019-09-05block: Set ELEVATOR_F_ZBD_SEQ_WRITE for nullblk zoned disksDamien Le Moal1-0/+2
2019-09-05block: Delay default elevator initializationDamien Le Moal5-5/+28
2019-09-05block: Improve default elevator selectionDamien Le Moal1-7/+44
2019-09-05block: Introduce elevator featuresDamien Le Moal5-11/+67
2019-09-05block: Change elevator_init_mq() to always succeedDamien Le Moal3-19/+14
2019-09-05block: Cleanup elevator_init_mq() useDamien Le Moal2-15/+16
2019-09-05lightnvm: print error when target is not foundMinwoo Im1-1/+4
2019-09-05lightnvm: introduce pr_fmt for the prefix nvmMinwoo Im1-24/+25
2019-09-04paride/pcd: need to check if cd->disk is null in pcd_detectzhengbin1-4/+6
2019-09-04paride/pcd: need to set queue to NULL before put_diskzhengbin1-1/+1
2019-09-04paride/pf: need to set queue to NULL before put_diskzhengbin1-1/+1
2019-09-03Merge branch 'md-next' of git://git.kernel.org/pub/scm/linux/kernel/git/song/md into for-5.4/blockJens Axboe6-6/+58
2019-09-03md/raid5: use bio_end_sector to calculate last_sectorGuoqing Jiang1-1/+1
2019-09-03md/raid1: fail run raid1 array when active disk less than oneYufen Yu1-1/+12
2019-09-03md raid0/linear: Mark array as 'broken' and fail BIOs if a member is goneGuilherme G. Piccoli4-4/+45
2019-09-03closures: fix a race on wakeup from closure_syncKent Overstreet1-2/+8
2019-09-03bcache: Fix an error code in bch_dump_read()Dan Carpenter1-3/+2
2019-09-03bcache: add cond_resched() in __bch_cache_cmp()Shile Zhang1-0/+1
2019-09-03Documentation:kernel-per-CPU-kthreads.txt: Remove reference to elevator=Marcos Paulo de Souza1-5/+3
2019-09-03Documenation: switching-sched: Remove notes about elevator argumentMarcos Paulo de Souza1-4/+0
2019-09-03block: elevator.c: Remove now unused elevator= argumentMarcos Paulo de Souza2-20/+0
2019-09-03block: mq-deadline: Fix queue restart handlingDamien Le Moal1-10/+9
2019-08-30writeback: don't access page->mapping directly in track_foreign_dirty TPTejun Heo1-1/+4
2019-08-30Merge branch 'nvme-5.4' of git://git.infradead.org/nvme into for-5.4/blockJens Axboe16-157/+379
2019-08-30writeback: add tracepoints for cgroup foreign writebacksTejun Heo3-0/+133
2019-08-30blkcg: add missing NULL check in ioc_cpd_alloc()Tejun Heo1-1/+3
2019-08-29nvme-rdma: Use rq_dma_dir macroIsrael Rukshin1-7/+3
2019-08-29nvme-fc: Use rq_dma_dir macroIsrael Rukshin1-5/+2
2019-08-29nvme-pci: Tidy up nvme_unmap_dataIsrael Rukshin1-3/+2
2019-08-29nvme: make fabrics command run on a separate request queueSagi Grimberg6-14/+64
2019-08-29nvme-pci: Support shared tags across queues for Apple 2018 controllersBenjamin Herrenschmidt2-1/+35
2019-08-29nvme-pci: Add support for Apple 2018+ modelsBenjamin Herrenschmidt2-1/+30
2019-08-29nvme-pci: Add support for variable IO SQ element sizeBenjamin Herrenschmidt2-3/+9