summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* pktcdvd: remove warning on attempting to register non-passthrough devJens Axboe2019-09-221-1/+0
* ata: libahci_platform: Add of_node_put() before loop exitNishka Dasgupta2019-09-191-2/+7
* nbd: fix possible page fault for nbd diskXiubo Li2019-09-181-0/+36
* nbd: rename the runtime flags as NBD_RT_ prefixedXiubo Li2019-09-181-37/+37
* block: centralize PI remapping logic to the block layerMax Gurtovoy2019-09-183-17/+10
* Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds2019-09-1851-804/+1205
|\
| * null_blk: format pr_* logs with pr_fmtAndré Almeida2019-09-163-11/+14
| * null_blk: match the type of parameter nr_devicesAndré Almeida2019-09-161-1/+1
| * null_blk: do not fail the module load with zero devicesAndré Almeida2019-09-161-4/+0
| * raid5: use bio_end_sector in r5_next_bioGuoqing Jiang2019-09-131-3/+1
| * raid5: remove STRIPE_OPS_REQ_PENDINGGuoqing Jiang2019-09-132-2/+0
| * md: add feature flag MD_FEATURE_RAID0_LAYOUTNeilBrown2019-09-132-0/+16
| * 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
| * 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
| * scsi: core: remove dummy q->dev checkStanley Chu2019-09-121-2/+1
| * null_blk: validate the number of devicesAndré Almeida2019-09-121-1/+5
| * null_blk: fix module name at log messageAndré Almeida2019-09-121-2/+2
| * sd: Set ELEVATOR_F_ZBD_SEQ_WRITE for ZBC disksDamien Le Moal2019-09-061-0/+2
| * block: Set ELEVATOR_F_ZBD_SEQ_WRITE for nullblk zoned disksDamien Le Moal2019-09-061-0/+2
| * block: Delay default elevator initializationDamien Le Moal2019-09-061-1/+1
| * 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
| * paride/pcd: need to set queue to NULL before put_diskzhengbin2019-09-041-1/+1
| * paride/pf: need to set queue to NULL before put_diskzhengbin2019-09-041-1/+1
| * md/raid5: use bio_end_sector to calculate last_sectorGuoqing Jiang2019-09-031-1/+1
| * md/raid1: fail run raid1 array when active disk less than oneYufen Yu2019-09-031-1/+12
| * md raid0/linear: Mark array as 'broken' and fail BIOs if a member is goneGuilherme G. Piccoli2019-09-034-4/+45
| * closures: fix a race on wakeup from closure_syncKent Overstreet2019-09-031-2/+8
| * bcache: Fix an error code in bch_dump_read()Dan Carpenter2019-09-031-3/+2
| * bcache: add cond_resched() in __bch_cache_cmp()Shile Zhang2019-09-031-0/+1