summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* raid5: remove STRIPE_OPS_REQ_PENDINGGuoqing Jiang2019-09-132-2/+0
* md: add feature flag MD_FEATURE_RAID0_LAYOUTNeilBrown2019-09-133-0/+18
* md/raid0: avoid RAID0 data corruption due to layout confusion.NeilBrown2019-09-132-1/+45
* raid5: don't set STRIPE_HANDLE to stripe which is in batch listGuoqing Jiang2019-09-131-1/+2
* raid5: don't increment read_errors on EILSEQ returnNigel Croxon2019-09-131-1/+2
* Merge branch 'nvme-5.4' of git://git.infradead.org/nvme into for-5.4/blockJens Axboe2019-09-127-71/+153
|\
| * nvmet: fix a wrong error status returned in error log pageAmit2019-09-121-5/+3
| * nvme: send discovery log page change events to userspaceSagi Grimberg2019-09-121-1/+5
| * nvme: add uevent variables for controller devicesSagi Grimberg2019-09-121-0/+28
| * nvme: enable aen regardless of the presence of I/O queuesSagi Grimberg2019-09-121-2/+4
| * nvme-fabrics: allow discovery subsystems accept a katoSagi Grimberg2019-09-121-10/+2
| * nvmet: Use PTR_ERR_OR_ZERO() in nvmet_init_discovery()Markus Elfring2019-09-121-3/+1
| * nvme: Remove redundant assignment of cq vectorIsrael Rukshin2019-09-121-1/+0
| * nvme: Assign subsys instance from first ctrlKeith Busch2019-09-121-11/+10
| * nvme: tcp: remove redundant assignment to variable retColin Ian King2019-09-121-1/+1
| * nvme: include admin_q sync with nvme_sync_queuesEdmund Nadolski2019-09-121-0/+3
| * nvme: Treat discovery subsystems as unique subsystemsJames Smart2019-09-121-0/+11
| * nvme: fix ns removal hang when failing to revalidate due to a transient errorSagi Grimberg2019-09-121-1/+7
| * nvme: make nvme_report_ns_ids propagate error backSagi Grimberg2019-09-121-6/+22
| * nvme: make nvme_identify_ns propagate errors backSagi Grimberg2019-09-121-19/+20
| * nvme: pass status to nvme_error_statusSagi Grimberg2019-09-121-3/+3
| * nvme-fc: Fail transport errors with NVME_SC_HOST_PATHJames Smart2019-09-121-7/+30
| * nvme-tcp: fail command with NVME_SC_HOST_PATH_ERROR send failedSagi Grimberg2019-09-121-1/+1
| * nvme: fail cancelled commands with NVME_SC_HOST_PATH_ERRORSagi Grimberg2019-09-121-1/+3
|/
* block: fix race between switching elevator and removing queuesMing Lei2019-09-121-3/+5
* scsi: core: remove dummy q->dev checkStanley Chu2019-09-121-2/+1
* block: bypass blk_set_runtime_active for uninitialized q->devStanley Chu2019-09-121-5/+7
* null_blk: validate the number of devicesAndré Almeida2019-09-111-1/+5
* null_blk: fix module name at log messageAndré Almeida2019-09-111-2/+2
* docs: block: null_blk: enhance document styleAndré Almeida2019-09-111-15/+18
* iocost_monitor: Report debtTejun Heo2019-09-102-4/+7
* iocost_monitor: Report more info with higher accuracyTejun Heo2019-09-101-7/+11
* iocost_monitor: Always use strings for json valuesTejun Heo2019-09-101-20/+20
* blk-iocost: Don't let merges push vtime into the futureTejun Heo2019-09-101-7/+18
* blk-iocost: Account force-charged overage in absolute vtimeTejun Heo2019-09-101-7/+55
* blk-iocost: Fix incorrect operation order during iocg freeTejun Heo2019-09-101-3/+3
* bfq: Add per-device weightFam Zheng2019-09-062-11/+87
* bfq: Extract bfq_group_set_weight from bfq_io_set_weight_legacyFam Zheng2019-09-061-28/+32
* bfq: Fix the missing barrier in __bfq_entity_update_weight_prioFam Zheng2019-09-061-0/+2
* block: fix elevator_get_by_features()Jens Axboe2019-09-061-6/+7
* sd: Set ELEVATOR_F_ZBD_SEQ_WRITE for ZBC disksDamien Le Moal2019-09-051-0/+2
* block: Set ELEVATOR_F_ZBD_SEQ_WRITE for nullblk zoned disksDamien Le Moal2019-09-051-0/+2
* block: Delay default elevator initializationDamien Le Moal2019-09-055-5/+28
* block: Improve default elevator selectionDamien Le Moal2019-09-051-7/+44
* block: Introduce elevator featuresDamien Le Moal2019-09-055-11/+67
* block: Change elevator_init_mq() to always succeedDamien Le Moal2019-09-053-19/+14
* block: Cleanup elevator_init_mq() useDamien Le Moal2019-09-052-15/+16
* lightnvm: print error when target is not foundMinwoo Im2019-09-051-1/+4
* lightnvm: introduce pr_fmt for the prefix nvmMinwoo Im2019-09-051-24/+25
* paride/pcd: need to check if cd->disk is null in pcd_detectzhengbin2019-09-041-4/+6