summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* nvme-rdma: Use rq_dma_dir macroIsrael Rukshin2019-08-291-7/+3
* nvme-fc: Use rq_dma_dir macroIsrael Rukshin2019-08-291-5/+2
* nvme-pci: Tidy up nvme_unmap_dataIsrael Rukshin2019-08-291-3/+2
* nvme: make fabrics command run on a separate request queueSagi Grimberg2019-08-296-14/+64
* nvme-pci: Support shared tags across queues for Apple 2018 controllersBenjamin Herrenschmidt2019-08-292-1/+35
* nvme-pci: Add support for Apple 2018+ modelsBenjamin Herrenschmidt2019-08-292-1/+30
* nvme-pci: Add support for variable IO SQ element sizeBenjamin Herrenschmidt2019-08-291-3/+8
* nvme-pci: Pass the queue to SQ_SIZE/CQ_SIZE macrosBenjamin Herrenschmidt2019-08-291-15/+15
* nvme: trace bio completionHannes Reinecke2019-08-292-3/+21
* nvme-multipath: fix ana log nsid lookup when nsid is not foundAnton Eidelman2019-08-291-3/+5
* nvmet-tcp: Add TOS for tcp transportIsrael Rukshin2019-08-291-0/+11
* nvme-tcp: Add TOS for tcp transportIsrael Rukshin2019-08-291-1/+14
* nvme-tcp: Use struct nvme_ctrl directlyIsrael Rukshin2019-08-291-10/+10
* nvme-rdma: Add TOS for rdma transportIsrael Rukshin2019-08-291-3/+6
* nvme-fabrics: Add type of service (TOS) configurationIsrael Rukshin2019-08-292-0/+21
* nvmet-tcp: fix possible memory leakSagi Grimberg2019-08-291-0/+1
* nvmet-tcp: fix possible NULL derefSagi Grimberg2019-08-291-4/+8
* nvmet: trace: parse Get LBA Status command in detailMinwoo Im2019-08-291-0/+18
* nvme: trace: parse Get LBA Status command in detailMinwoo Im2019-08-291-0/+18
* nvmet: fix data units read and written counters in SMART logTom Wu2019-08-291-6/+8
* nvme-tcp: support simple pollingSagi Grimberg2019-08-291-6/+45
* nvme: tcp: selects CRYPTO_CRC32C for nvme-tcpMinwoo Im2019-08-291-0/+1
* nvme: don't pass cap to nvme_disable_ctrlSagi Grimberg2019-08-295-7/+7
* nvme: move sqsize setting to the coreSagi Grimberg2019-08-297-55/+17
* nvme-pci: set ctrl sqsize to the device q_depthSagi Grimberg2019-08-291-0/+1
* nvme: have nvme_init_identify set ctrl->capSagi Grimberg2019-08-291-4/+3
* nvme-tcp: Use protocol specific operations while reading socketPotnuri Bharat Teja2019-08-291-2/+3
* nvme-tcp: cleanup nvme_tcp_recv_pduSagi Grimberg2019-08-291-8/+3
* raid5 improve too many read errors msg by adding limitsNigel Croxon2019-08-271-4/+10
* md: don't report active array_state until after revalidate_disk() completes.NeilBrown2019-08-272-4/+10
* md: only call set_in_sync() when it is expected to succeed.NeilBrown2019-08-271-1/+2
* null_blk: fix inline misuseJens Axboe2019-08-232-6/+5
* null_blk: create a helper for req completionChaitanya Kulkarni2019-08-231-22/+27
* null_blk: create a helper for zoned devicesChaitanya Kulkarni2019-08-233-27/+35