summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-05-06lightnvm: refactor device ops->get_bb_tbl()Matias Bjørling4-80/+109
2016-05-06lightnvm: introduce nvm_for_each_lun_ppa() macroMatias Bjørling1-38/+26
2016-05-06lightnvm: refactor dev->online_target to global nvm_targetsSimon A. F. Lund1-22/+25
2016-05-06lightnvm: rename nvm_targets to nvm_tgt_typeSimon A. F. Lund2-10/+10
2016-05-06lightnvm: store rrpc->soffset in device sector sizeWenwei Tao1-7/+10
2016-05-06lightnvm: calculate rrpc total blocks and sectors up frontWenwei Tao1-4/+2
2016-05-06lightnvm: avoid memory leak when lun_map kcalloc failsMatias Bjørling1-23/+30
2016-05-06lightnvm: move block fold outside of get_bb_tbl()Matias Bjørling4-56/+69
2016-05-06lightnvm: add fpg_size and pfpg_size to struct nvm_devMatias Bjørling2-10/+9
2016-05-06lightnvm: implement nvm_submit_ppa_listMatias Bjørling1-19/+69
2016-05-06lightnvm: handle submit_io failureMatias Bjørling1-0/+5
2016-05-06lightnvm: fix "warning: ‘ret’ may be used uninitialized"Jeff Mahoney1-2/+2
2016-05-03NVMe: Fix reset/remove raceKeith Busch1-2/+1
2016-05-02nvme: fix nvme_ns_remove() deadlockMing Lin1-2/+4
2016-05-02nvme: switch to RCU freeing the namespaceMing Lin1-10/+11
2016-05-02nvme: add helper nvme_cleanup_cmd()Ming Lin2-2/+7
2016-05-02nvme: move AER handling to common codeChristoph Hellwig3-40/+66
2016-05-02nvme: move namespace scanning to coreChristoph Hellwig3-32/+34
2016-05-02nvme: tighten up state check for namespace scanningChristoph Hellwig1-2/+4
2016-05-02nvme: introduce a controller state machineChristoph Hellwig3-13/+74
2016-05-02nvme: remove the io_incapable methodChristoph Hellwig2-20/+0
2016-05-02NVMe: nvme_core_exit() should do cleanup in the reverse order as nvme_core_in...Wang Sheng-Hui1-1/+1
2016-05-02NVMe: Fix check_flush_dependency warningKeith Busch1-0/+1
2016-04-26NVMe: small typo in section BLK_DEV_NVME_SCSI of host/KconfigWang Sheng-Hui1-1/+1
2016-04-26nvme: fix cntlid typeChristoph Hellwig1-1/+1
2016-04-26skd: remove broken discard supportJeff Moyer1-58/+1
2016-04-13block: kill off q->flush_flagsJens Axboe4-11/+12
2016-04-13nvme: Avoid reset work on watchdog timer function during error recoveryGuilherme G. Piccoli1-8/+30
2016-04-13NVMe: silence warning about unused 'dev'Jens Axboe1-2/+2
2016-04-13mtd: switch to using blk_queue_write_cache()Jens Axboe1-1/+1
2016-04-13mmc/block: switch to using blk_queue_write_cache()Jens Axboe1-1/+1
2016-04-13md: update to using blk_queue_write_cache()Jens Axboe1-1/+1
2016-04-13ide-disk: update to using blk_queue_write_cache()Jens Axboe1-3/+3
2016-04-13xen-blkfront: switch to using blk_queue_write_cache()Jens Axboe1-1/+2
2016-04-13dm: switch to using blk_queue_write_cache()Jens Axboe1-4/+4
2016-04-13bcache: switch to using blk_queue_write_cache()Jens Axboe1-1/+1
2016-04-13virtio_blk: switch to using blk_queue_write_cache()Jens Axboe1-5/+1
2016-04-13ps3disk: switch to using blk_queue_write_cache()Jens Axboe1-1/+1
2016-04-13skd_main: switch to using blk_queue_write_cache()Jens Axboe1-1/+1
2016-04-13osdblk: switch to using blk_queue_write_cache()Jens Axboe1-1/+1
2016-04-13nbd: switch to using blk_queue_write_cache()Jens Axboe1-2/+2
2016-04-13mtip32xx: remove call to blk_queue_flush()Jens Axboe1-6/+0
2016-04-13loop: switch to using blk_queue_write_cache()Jens Axboe1-1/+1
2016-04-13drbd: switch to using blk_queue_write_cache()Jens Axboe1-1/+1
2016-04-13NVMe: switch to using blk_queue_write_cache()Jens Axboe1-2/+5
2016-04-13sd: switch to using blk_queue_write_cache()Jens Axboe1-4/+4
2016-04-13mtip32xx: Convert to use blk_mq_tagset_busy_iterKeith Busch1-3/+3
2016-04-13nvme: Use blk-mq helper for IO terminationSagi Grimberg1-14/+5
2016-04-12NVMe: Skip async events for degraded controllersKeith Busch1-2/+10
2016-04-12nvme: add helper nvme_setup_cmd()Ming Lin3-97/+108