summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-21block: ensure bios return from blk_get_request are properly initializedChristoph Hellwig4-10/+11
2016-07-21virtio_blk: use blk_rq_map_kernChristoph Hellwig1-12/+10
2016-07-21memstick: don't allow REQ_TYPE_BLOCK_PC requestsChristoph Hellwig2-4/+2
2016-07-21block: shrink bio size againChristoph Hellwig1-3/+3
2016-07-21block: simplify and cleanup bvec pool handlingChristoph Hellwig5-30/+36
2016-07-21block: get rid of bio_rw and READAChristoph Hellwig26-96/+95
2016-07-21block: don't ignore -EOPNOTSUPP blkdev_issue_write_sameChristoph Hellwig1-1/+1
2016-07-21block: introduce BLKDEV_DISCARD_ZERO to fix zerooutChristoph Hellwig2-7/+14
2016-07-14NVMe: don't allocate unused nvme_majorNeilBrown1-15/+1
2016-07-13nvme: avoid crashes when node 0 is memoryless node.Masayoshi Mizuma1-1/+1
2016-07-13nvme: Limit command retriesKeith Busch3-1/+15
2016-07-13loop: Make user notify for adding loop device failedMinfei Huang1-0/+1
2016-07-12nvme-loop: fix nvme-loop Kconfig dependenciesArnd Bergmann1-3/+2
2016-07-12nvmet: fix return value check in nvmet_subsys_alloc()Wei Yongjun1-1/+1
2016-07-12nvme-fabrics: add-remove ctrl repeat fixMing Lin1-0/+4
2016-07-12nvme-fabrics: Remove tl_retry_countSagi Grimberg2-17/+0
2016-07-12nvme-rdma: Don't use tl_retry_countSagi Grimberg1-6/+3
2016-07-12nvme-rdma: fix the return value of nvme_rdma_reinit_request()Wei Yongjun1-1/+1
2016-07-12cdrom: support read sub-channel command in LBA formatvchannaiah2-10/+21
2016-07-12nvme/quirk: Add a delay before checking for adapter readinessGuilherme G. Piccoli3-0/+24
2016-07-09Merge branch 'for-4.8/block' of git://git.kernel.org/pub/scm/linux/kernel/git...Jens Axboe30-72/+50
2016-07-08nvme-rdma: add a NVMe over Fabrics RDMA host driverChristoph Hellwig3-0/+2040
2016-07-08nvmet-rdma: add a NVMe over Fabrics RDMA target driverChristoph Hellwig3-0/+1460
2016-07-08nvme-rdma.h: Add includes for nvme rdma_cm negotiationSagi Grimberg1-0/+71
2016-07-08nvme: add new reconnecting controller stateChristoph Hellwig2-0/+13
2016-07-08blk-mq: Introduce blk_mq_reinit_tagsetSagi Grimberg2-0/+29
2016-07-07lightnvm: make __nvm_submit_ppa staticMatias Bjørling1-1/+1
2016-07-07lightnvm: make ppa_list const in nvm_set_rqd_listMatias Bjørling2-4/+6
2016-07-07lightnvm: fix lun offset calculation for mark blkMatias Bjørling1-1/+1
2016-07-07lightnvm: make rrpc_map_page call nvm_get_blk outside locksMatias Bjørling2-43/+66
2016-07-07lightnvm: remove _unlocked variant of [get/put]_blkMatias Bjørling4-60/+6
2016-07-07lightnvm: remove unused lists from struct rrpc_blockMatias Bjørling2-17/+0
2016-07-07lightnvm: remove nested lock conflict with mmMatias Bjørling1-4/+5
2016-07-07lightnvm: move target mgmt into media mgrMatias Bjørling4-159/+206
2016-07-07lightnvm: rename gennvm and update descriptionMatias Bjørling3-99/+102
2016-07-07lightnvm: remove open/close statistics for gennvmMatias Bjørling3-41/+8
2016-07-07lightnvm: fix checkpatch terse errorsMatias Bjørling1-2/+5
2016-07-07lightnvm: remove checkpatch warning for unsigned intsMatias Bjørling2-3/+3
2016-07-07lightnvm: Make functions not used by ouside staticJohannes Thumshirn2-4/+6
2016-07-07nvme: lightnvm: make MLC num_pairs little endianJohannes Thumshirn1-1/+1
2016-07-07lightnvm: initialize ppa_addr in dev_to_generic_addr()Javier González1-0/+1
2016-07-07lightnvm: add media manager mark_blk helperJavier González2-0/+8
2016-07-07lightnvm: break the loop when rqd is not nullWenwei Tao1-2/+5
2016-07-07nvmet: fix an error codeDan Carpenter1-2/+2
2016-07-07nvme-loop: add configfs dependencyArnd Bergmann1-0/+1
2016-07-05bcache: Remove redundant block_size assignmentYijing Wang1-1/+0
2016-07-05bcache: update document infoYijing Wang2-2/+3
2016-07-05bcache: Remove redundant parameter for cache_alloc()Yijing Wang1-2/+2
2016-07-05nvme-loop: add a NVMe loopback host driverChristoph Hellwig3-0/+766
2016-07-05nvmet: add a generic NVMe targetChristoph Hellwig12-0/+3383