summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-11-29lightnvm: transform target get/set bad blockJavier González3-8/+73
2016-11-29lightnvm: use target nvm on target-specific ops.Javier González3-13/+18
2016-11-29lightnvm: introduce max_phys_sects helper functionJavier González1-0/+8
2016-11-29lightnvm: introduce helpers for generic ops in rrpcJavier González3-15/+34
2016-11-29lightnvm: eliminate nvm_lun abstraction in mmJavier González6-145/+397
2016-11-29lightnvm: eliminate nvm_block abstraction on mmJavier González4-283/+189
2016-11-29lightnvm: remove debug lun statistics from gennvmJavier González1-19/+0
2016-11-29lightnvm: remove get_lun operation on gennvmJavier González2-24/+12
2016-11-29lightnvm: move block provisioning to targetsJavier González6-230/+299
2016-11-29lightnvm: manage lun partitions internally in mmJavier González2-20/+49
2016-11-29lightnvm: remove gen_lun abstractionJavier González2-58/+43
2016-11-29lightnvm: use constant name instead of valueJavier González1-1/+1
2016-11-29lightnvm: remove unnecessary variables in rrpcJavier González2-9/+0
2016-11-29lightnvm: make address conversion functions globalJavier González1-30/+0
2016-11-29lightnvm: remove sysfs configuration interfaceJavier González1-134/+0
2016-11-29lightnvm: rrpc: split bios of size > 256kbJavier González1-0/+2
2016-11-29lightnvm: export set bad block tableJavier González4-49/+65
2016-11-29lightnvm: do not protect block 0Javier González1-6/+0
2016-11-29lightnvm: enable to send hint to erase commandJavier González5-9/+12
2016-11-29nvme: lightnvm: attach lightnvm sysfs to nvme block deviceMatias Bjørling7-296/+197
2016-11-29nvme: lightnvm: frees wrong cmd structureMatias Bjørling1-1/+1
2016-11-23nbd: fix setting of 'error' in NBD_DO_IT ioctlJens Axboe1-2/+5
2016-11-22nbd: add multi-connection supportJosef Bacik1-144/+238
2016-11-22bcache: debug: avoid accessing .bi_io_vec directlyMing Lei1-3/+8
2016-11-22target: avoid accessing .bi_vcnt directlyMing Lei1-6/+2
2016-11-22block: floppy: use bio_add_page()Ming Lei1-5/+2
2016-11-22block: drbd: remove impossible failure handlingMing Lei1-13/+1
2016-11-22block: bio: pass bvec table to bio_init()Ming Lei13-41/+18
2016-11-21pktcdvd: mark as unmaintained and deprecatedJens Axboe1-1/+4
2016-11-18skd_main: drop duplicate header scatterlist.hGeliang Tang1-1/+0
2016-11-17nbd: fix use-after-free of rq/bio in the xmit pathJens Axboe1-9/+23
2016-11-16null_blk: add usage hints for NVMYasuaki Ishimatsu1-0/+1
2016-11-15scsi_lib: untangle 0 and BLK_MQ_RQ_QUEUE_OKOmar Sandoval1-3/+3
2016-11-15nvme: untangle 0 and BLK_MQ_RQ_QUEUE_OKOmar Sandoval4-10/+10
2016-11-15loop: return proper error from loop_queue_rq()Omar Sandoval1-1/+1
2016-11-14sd_zbc: Force use of READ16/WRITE16Damien Le Moal1-0/+4
2016-11-11block: move poll code to blk-mqJens Axboe1-1/+1
2016-11-11Block: mtip32xx: Improvement in code readability when memdup_user() fails.Sachin Shukla1-9/+5
2016-11-10nvme: don't pass the full CQE to nvme_complete_async_eventChristoph Hellwig5-11/+21
2016-11-10nvme: introduce struct nvme_requestChristoph Hellwig10-81/+71
2016-11-10skd: fix function prototypeArnd Bergmann1-2/+2
2016-11-10skd: fix msix error handlingArnd Bergmann1-2/+3
2016-11-08skd_main: use %*ph to dump small buffersAndy Shevchenko1-12/+4
2016-11-08skd: use pci_alloc_irq_vectorsChristoph Hellwig1-146/+66
2016-11-07pktcdvd: don't scribble over the bvec arrayChristoph Hellwig1-41/+6
2016-11-06block: add code to track actual device queue depthJens Axboe1-0/+3
2016-11-02nvme: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq codeBart Van Assche1-14/+2
2016-11-02nvme: Fix a race condition related to stopping queuesBart Van Assche1-1/+1
2016-11-02dm: Fix a race condition related to stopping and starting queuesBart Van Assche1-12/+1
2016-11-02dm: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq codeBart Van Assche1-15/+1