summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-15block: make rq sector size accessible for block statsHou Tao
2019-09-14bfq: Fix bfq linkage errorPavel Begunkov
2019-09-13Merge branch 'md-next' of git://git.kernel.org/pub/scm/linux/kernel/git/song/...Jens Axboe
2019-09-13raid5: use bio_end_sector in r5_next_bioGuoqing Jiang
2019-09-13raid5: remove STRIPE_OPS_REQ_PENDINGGuoqing Jiang
2019-09-13md: add feature flag MD_FEATURE_RAID0_LAYOUTNeilBrown
2019-09-13md/raid0: avoid RAID0 data corruption due to layout confusion.NeilBrown
2019-09-13raid5: don't set STRIPE_HANDLE to stripe which is in batch listGuoqing Jiang
2019-09-13raid5: don't increment read_errors on EILSEQ returnNigel Croxon
2019-09-12Merge branch 'nvme-5.4' of git://git.infradead.org/nvme into for-5.4/blockJens Axboe
2019-09-12nvmet: fix a wrong error status returned in error log pageAmit
2019-09-12nvme: send discovery log page change events to userspaceSagi Grimberg
2019-09-12nvme: add uevent variables for controller devicesSagi Grimberg
2019-09-12nvme: enable aen regardless of the presence of I/O queuesSagi Grimberg
2019-09-12nvme-fabrics: allow discovery subsystems accept a katoSagi Grimberg
2019-09-12nvmet: Use PTR_ERR_OR_ZERO() in nvmet_init_discovery()Markus Elfring
2019-09-12nvme: Remove redundant assignment of cq vectorIsrael Rukshin
2019-09-12nvme: Assign subsys instance from first ctrlKeith Busch
2019-09-12nvme: tcp: remove redundant assignment to variable retColin Ian King
2019-09-12nvme: include admin_q sync with nvme_sync_queuesEdmund Nadolski
2019-09-12nvme: Treat discovery subsystems as unique subsystemsJames Smart
2019-09-12nvme: fix ns removal hang when failing to revalidate due to a transient errorSagi Grimberg
2019-09-12nvme: make nvme_report_ns_ids propagate error backSagi Grimberg
2019-09-12nvme: make nvme_identify_ns propagate errors backSagi Grimberg
2019-09-12nvme: pass status to nvme_error_statusSagi Grimberg
2019-09-12nvme-fc: Fail transport errors with NVME_SC_HOST_PATHJames Smart
2019-09-12nvme-tcp: fail command with NVME_SC_HOST_PATH_ERROR send failedSagi Grimberg
2019-09-12nvme: fail cancelled commands with NVME_SC_HOST_PATH_ERRORSagi Grimberg
2019-09-12block: fix race between switching elevator and removing queuesMing Lei
2019-09-12scsi: core: remove dummy q->dev checkStanley Chu
2019-09-12block: bypass blk_set_runtime_active for uninitialized q->devStanley Chu
2019-09-11null_blk: validate the number of devicesAndré Almeida
2019-09-11null_blk: fix module name at log messageAndré Almeida
2019-09-11docs: block: null_blk: enhance document styleAndré Almeida
2019-09-10iocost_monitor: Report debtTejun Heo
2019-09-10iocost_monitor: Report more info with higher accuracyTejun Heo
2019-09-10iocost_monitor: Always use strings for json valuesTejun Heo
2019-09-10blk-iocost: Don't let merges push vtime into the futureTejun Heo
2019-09-10blk-iocost: Account force-charged overage in absolute vtimeTejun Heo
2019-09-10blk-iocost: Fix incorrect operation order during iocg freeTejun Heo
2019-09-06bfq: Add per-device weightFam Zheng
2019-09-06bfq: Extract bfq_group_set_weight from bfq_io_set_weight_legacyFam Zheng
2019-09-06bfq: Fix the missing barrier in __bfq_entity_update_weight_prioFam Zheng
2019-09-06block: fix elevator_get_by_features()Jens Axboe
2019-09-05sd: Set ELEVATOR_F_ZBD_SEQ_WRITE for ZBC disksDamien Le Moal
2019-09-05block: Set ELEVATOR_F_ZBD_SEQ_WRITE for nullblk zoned disksDamien Le Moal
2019-09-05block: Delay default elevator initializationDamien Le Moal
2019-09-05block: Improve default elevator selectionDamien Le Moal
2019-09-05block: Introduce elevator featuresDamien Le Moal
2019-09-05block: Change elevator_init_mq() to always succeedDamien Le Moal