summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
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-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-12scsi: core: remove dummy q->dev checkStanley Chu
2019-09-11null_blk: validate the number of devicesAndré Almeida
2019-09-11null_blk: fix module name at log messageAndré Almeida
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-05lightnvm: print error when target is not foundMinwoo Im
2019-09-05lightnvm: introduce pr_fmt for the prefix nvmMinwoo Im
2019-09-04paride/pcd: need to check if cd->disk is null in pcd_detectzhengbin
2019-09-04paride/pcd: need to set queue to NULL before put_diskzhengbin
2019-09-04paride/pf: need to set queue to NULL before put_diskzhengbin
2019-09-03md/raid5: use bio_end_sector to calculate last_sectorGuoqing Jiang
2019-09-03md/raid1: fail run raid1 array when active disk less than oneYufen Yu
2019-09-03md raid0/linear: Mark array as 'broken' and fail BIOs if a member is goneGuilherme G. Piccoli
2019-09-03closures: fix a race on wakeup from closure_syncKent Overstreet
2019-09-03bcache: Fix an error code in bch_dump_read()Dan Carpenter
2019-09-03bcache: add cond_resched() in __bch_cache_cmp()Shile Zhang
2019-08-29nvme-rdma: Use rq_dma_dir macroIsrael Rukshin
2019-08-29nvme-fc: Use rq_dma_dir macroIsrael Rukshin
2019-08-29nvme-pci: Tidy up nvme_unmap_dataIsrael Rukshin
2019-08-29nvme: make fabrics command run on a separate request queueSagi Grimberg
2019-08-29nvme-pci: Support shared tags across queues for Apple 2018 controllersBenjamin Herrenschmidt
2019-08-29nvme-pci: Add support for Apple 2018+ modelsBenjamin Herrenschmidt
2019-08-29nvme-pci: Add support for variable IO SQ element sizeBenjamin Herrenschmidt
2019-08-29nvme-pci: Pass the queue to SQ_SIZE/CQ_SIZE macrosBenjamin Herrenschmidt
2019-08-29nvme: trace bio completionHannes Reinecke