summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
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
2019-08-29nvme-multipath: fix ana log nsid lookup when nsid is not foundAnton Eidelman
2019-08-29nvmet-tcp: Add TOS for tcp transportIsrael Rukshin
2019-08-29nvme-tcp: Add TOS for tcp transportIsrael Rukshin
2019-08-29nvme-tcp: Use struct nvme_ctrl directlyIsrael Rukshin
2019-08-29nvme-rdma: Add TOS for rdma transportIsrael Rukshin
2019-08-29nvme-fabrics: Add type of service (TOS) configurationIsrael Rukshin
2019-08-29nvmet-tcp: fix possible memory leakSagi Grimberg
2019-08-29nvmet-tcp: fix possible NULL derefSagi Grimberg
2019-08-29nvmet: trace: parse Get LBA Status command in detailMinwoo Im
2019-08-29nvme: trace: parse Get LBA Status command in detailMinwoo Im
2019-08-29nvmet: fix data units read and written counters in SMART logTom Wu
2019-08-29nvme-tcp: support simple pollingSagi Grimberg
2019-08-29nvme: tcp: selects CRYPTO_CRC32C for nvme-tcpMinwoo Im
2019-08-29nvme: don't pass cap to nvme_disable_ctrlSagi Grimberg
2019-08-29nvme: move sqsize setting to the coreSagi Grimberg
2019-08-29nvme-pci: set ctrl sqsize to the device q_depthSagi Grimberg
2019-08-29nvme: have nvme_init_identify set ctrl->capSagi Grimberg
2019-08-29nvme-tcp: Use protocol specific operations while reading socketPotnuri Bharat Teja
2019-08-29nvme-tcp: cleanup nvme_tcp_recv_pduSagi Grimberg
2019-08-27raid5 improve too many read errors msg by adding limitsNigel Croxon
2019-08-27md: don't report active array_state until after revalidate_disk() completes.NeilBrown
2019-08-27md: only call set_in_sync() when it is expected to succeed.NeilBrown
2019-08-23null_blk: fix inline misuseJens Axboe
2019-08-23null_blk: create a helper for req completionChaitanya Kulkarni
2019-08-23null_blk: create a helper for zoned devicesChaitanya Kulkarni
2019-08-23null_blk: create a helper for mem-backed opsChaitanya Kulkarni
2019-08-23null_blk: create a helper for badblocksChaitanya Kulkarni
2019-08-23null_blk: create a helper for throttlingChaitanya Kulkarni
2019-08-23null_blk: move duplicate code to callersChaitanya Kulkarni
2019-08-20nbd: fix max number of supported devsMike Christie
2019-08-20nbd: fix zero cmd timeout handling v2Mike Christie
2019-08-20nbd: add missing config putMike Christie
2019-08-20nbd: add function to convert blk req op to nbd cmdMike Christie
2019-08-20nbd: add set cmd timeout helperMike Christie
2019-08-09floppy: fix usercopy directionJann Horn
2019-08-08lightnvm: remove unused 'geo' variableJens Axboe
2019-08-08loop: Add LOOP_SET_DIRECT_IO to compat ioctlAlessio Balsini
2019-08-08lightnvm: remove set but not used variables 'data_len' and 'rq_len'YueHaibing
2019-08-07raid1: factor out a common routine to handle the completion of sync writeHou Tao
2019-08-07md: don't call spare_active in md_reap_sync_thread if all member devices can'...Guoqing Jiang
2019-08-07md: don't set In_sync if array is frozenGuoqing Jiang
2019-08-07md: allow last device to be forcibly removed from RAID1/RAID10.Guoqing Jiang
2019-08-07md: Convert to use int_pow()Andy Shevchenko
2019-08-07md/raid10: end bio when the device faultyYufen Yu
2019-08-07md/raid1: end bio when the device faultyYufen Yu
2019-08-07md/raid6: Set R5_ReadError when there is read failure on parity diskXiao Ni
2019-08-07raid1: use an int as the return value of raise_barrier()Hou Tao