summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-09-13raid5: use bio_end_sector in r5_next_bioGuoqing Jiang1-3/+1
2019-09-13raid5: remove STRIPE_OPS_REQ_PENDINGGuoqing Jiang2-2/+0
2019-09-13md: add feature flag MD_FEATURE_RAID0_LAYOUTNeilBrown2-0/+16
2019-09-13md/raid0: avoid RAID0 data corruption due to layout confusion.NeilBrown2-1/+45
2019-09-13raid5: don't set STRIPE_HANDLE to stripe which is in batch listGuoqing Jiang1-1/+2
2019-09-13raid5: don't increment read_errors on EILSEQ returnNigel Croxon1-1/+2
2019-09-12nvmet: fix a wrong error status returned in error log pageAmit1-5/+3
2019-09-12nvme: send discovery log page change events to userspaceSagi Grimberg1-1/+5
2019-09-12nvme: add uevent variables for controller devicesSagi Grimberg1-0/+28
2019-09-12nvme: enable aen regardless of the presence of I/O queuesSagi Grimberg1-2/+4
2019-09-12nvme-fabrics: allow discovery subsystems accept a katoSagi Grimberg1-10/+2
2019-09-12nvmet: Use PTR_ERR_OR_ZERO() in nvmet_init_discovery()Markus Elfring1-3/+1
2019-09-12nvme: Remove redundant assignment of cq vectorIsrael Rukshin1-1/+0
2019-09-12nvme: Assign subsys instance from first ctrlKeith Busch1-11/+10
2019-09-12nvme: tcp: remove redundant assignment to variable retColin Ian King1-1/+1
2019-09-12nvme: include admin_q sync with nvme_sync_queuesEdmund Nadolski1-0/+3
2019-09-12nvme: Treat discovery subsystems as unique subsystemsJames Smart1-0/+11
2019-09-12nvme: fix ns removal hang when failing to revalidate due to a transient errorSagi Grimberg1-1/+7
2019-09-12nvme: make nvme_report_ns_ids propagate error backSagi Grimberg1-6/+22
2019-09-12nvme: make nvme_identify_ns propagate errors backSagi Grimberg1-19/+20
2019-09-12nvme: pass status to nvme_error_statusSagi Grimberg1-3/+3
2019-09-12nvme-fc: Fail transport errors with NVME_SC_HOST_PATHJames Smart1-7/+30
2019-09-12nvme-tcp: fail command with NVME_SC_HOST_PATH_ERROR send failedSagi Grimberg1-1/+1
2019-09-12nvme: fail cancelled commands with NVME_SC_HOST_PATH_ERRORSagi Grimberg1-1/+3
2019-09-12scsi: core: remove dummy q->dev checkStanley Chu1-2/+1
2019-09-12null_blk: validate the number of devicesAndré Almeida1-1/+5
2019-09-12null_blk: fix module name at log messageAndré Almeida1-2/+2
2019-09-06sd: Set ELEVATOR_F_ZBD_SEQ_WRITE for ZBC disksDamien Le Moal1-0/+2
2019-09-06block: Set ELEVATOR_F_ZBD_SEQ_WRITE for nullblk zoned disksDamien Le Moal1-0/+2
2019-09-06block: Delay default elevator initializationDamien Le Moal1-1/+1
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-04md/raid5: use bio_end_sector to calculate last_sectorGuoqing Jiang1-1/+1
2019-09-04md/raid1: fail run raid1 array when active disk less than oneYufen Yu1-1/+12
2019-09-04md 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-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 Herrenschmidt1-3/+8
2019-08-29nvme-pci: Pass the queue to SQ_SIZE/CQ_SIZE macrosBenjamin Herrenschmidt1-15/+15
2019-08-29nvme: trace bio completionHannes Reinecke2-3/+21