aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-29nvme: trace bio completionHannes Reinecke2-3/+21
2019-08-29nvme-multipath: fix ana log nsid lookup when nsid is not foundAnton Eidelman1-3/+5
2019-08-29nvmet-tcp: Add TOS for tcp transportIsrael Rukshin1-0/+11
2019-08-29nvme-tcp: Add TOS for tcp transportIsrael Rukshin1-1/+14
2019-08-29nvme-tcp: Use struct nvme_ctrl directlyIsrael Rukshin1-10/+10
2019-08-29nvme-rdma: Add TOS for rdma transportIsrael Rukshin1-3/+6
2019-08-29nvme-fabrics: Add type of service (TOS) configurationIsrael Rukshin2-0/+21
2019-08-29nvmet-tcp: fix possible memory leakSagi Grimberg1-0/+1
2019-08-29nvmet-tcp: fix possible NULL derefSagi Grimberg1-4/+8
2019-08-29nvmet: trace: parse Get LBA Status command in detailMinwoo Im1-0/+18
2019-08-29nvme: trace: parse Get LBA Status command in detailMinwoo Im1-0/+18
2019-08-29nvmet: fix data units read and written counters in SMART logTom Wu1-6/+8
2019-08-29nvme-tcp: support simple pollingSagi Grimberg1-6/+45
2019-08-29nvme: tcp: selects CRYPTO_CRC32C for nvme-tcpMinwoo Im1-0/+1
2019-08-29nvme: don't pass cap to nvme_disable_ctrlSagi Grimberg5-7/+7
2019-08-29nvme: move sqsize setting to the coreSagi Grimberg7-55/+17
2019-08-29nvme-pci: set ctrl sqsize to the device q_depthSagi Grimberg1-0/+1
2019-08-29nvme: have nvme_init_identify set ctrl->capSagi Grimberg1-4/+3
2019-08-29nvme-tcp: Use protocol specific operations while reading socketPotnuri Bharat Teja1-2/+3
2019-08-29nvme-tcp: cleanup nvme_tcp_recv_pduSagi Grimberg1-8/+3
2019-08-27raid5 improve too many read errors msg by adding limitsNigel Croxon1-4/+10
2019-08-27md: don't report active array_state until after revalidate_disk() completes.NeilBrown2-4/+10
2019-08-27md: only call set_in_sync() when it is expected to succeed.NeilBrown1-1/+2
2019-08-23null_blk: fix inline misuseJens Axboe2-6/+5
2019-08-23null_blk: create a helper for req completionChaitanya Kulkarni1-22/+27
2019-08-23null_blk: create a helper for zoned devicesChaitanya Kulkarni3-27/+35
2019-08-23null_blk: create a helper for mem-backed opsChaitanya Kulkarni1-9/+16
2019-08-23null_blk: create a helper for badblocksChaitanya Kulkarni1-7/+17
2019-08-23null_blk: create a helper for throttlingChaitanya Kulkarni1-14/+25
2019-08-23null_blk: move duplicate code to callersChaitanya Kulkarni1-45/+21
2019-08-20nbd: fix max number of supported devsMike Christie1-14/+25
2019-08-20nbd: fix zero cmd timeout handling v2Mike Christie1-6/+23
2019-08-20nbd: add missing config putMike Christie1-1/+3
2019-08-20nbd: add function to convert blk req op to nbd cmdMike Christie1-15/+18
2019-08-20nbd: add set cmd timeout helperMike Christie1-14/+14
2019-08-09floppy: fix usercopy directionJann Horn1-2/+2
2019-08-08lightnvm: remove unused 'geo' variableJens Axboe1-2/+0
2019-08-08loop: Add LOOP_SET_DIRECT_IO to compat ioctlAlessio Balsini1-0/+1
2019-08-08lightnvm: remove set but not used variables 'data_len' and 'rq_len'YueHaibing2-4/+1
2019-08-07raid1: factor out a common routine to handle the completion of sync writeHou Tao1-21/+18
2019-08-07md: don't call spare_active in md_reap_sync_thread if all member devices can't workGuoqing Jiang1-1/+2
2019-08-07md: don't set In_sync if array is frozenGuoqing Jiang1-2/+9
2019-08-07md: allow last device to be forcibly removed from RAID1/RAID10.Guoqing Jiang4-6/+36
2019-08-07md: Convert to use int_pow()Andy Shevchenko1-5/+1
2019-08-07md/raid10: end bio when the device faultyYufen Yu1-12/+14
2019-08-07md/raid1: end bio when the device faultyYufen Yu1-12/+14
2019-08-07md/raid6: Set R5_ReadError when there is read failure on parity diskXiao Ni1-1/+3
2019-08-07raid1: use an int as the return value of raise_barrier()Hou Tao1-1/+4
2019-08-06lightnvm: pblk: use kvmalloc for metadataHans Holmberg4-64/+19
2019-08-06lightnvm: move metadata mapping to lower level driverHans Holmberg7-187/+51