summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: don't ignore -EOPNOTSUPP blkdev_issue_write_sameChristoph Hellwig2016-07-211-1/+1
* block: introduce BLKDEV_DISCARD_ZERO to fix zerooutChristoph Hellwig2016-07-212-7/+14
* NVMe: don't allocate unused nvme_majorNeilBrown2016-07-141-15/+1
* nvme: avoid crashes when node 0 is memoryless node.Masayoshi Mizuma2016-07-131-1/+1
* nvme: Limit command retriesKeith Busch2016-07-133-1/+15
* loop: Make user notify for adding loop device failedMinfei Huang2016-07-131-0/+1
* nvme-loop: fix nvme-loop Kconfig dependenciesArnd Bergmann2016-07-121-3/+2
* nvmet: fix return value check in nvmet_subsys_alloc()Wei Yongjun2016-07-121-1/+1
* nvme-fabrics: add-remove ctrl repeat fixMing Lin2016-07-121-0/+4
* nvme-fabrics: Remove tl_retry_countSagi Grimberg2016-07-122-17/+0
* nvme-rdma: Don't use tl_retry_countSagi Grimberg2016-07-121-6/+3
* nvme-rdma: fix the return value of nvme_rdma_reinit_request()Wei Yongjun2016-07-121-1/+1
* cdrom: support read sub-channel command in LBA formatvchannaiah2016-07-122-10/+21
* nvme/quirk: Add a delay before checking for adapter readinessGuilherme G. Piccoli2016-07-123-0/+24
* Merge branch 'for-4.8/block' of git://git.kernel.org/pub/scm/linux/kernel/git...Jens Axboe2016-07-0930-72/+50
|\
| * block: remove ->driverfs_devDan Williams2016-06-273-11/+4
| * block: convert to device_add_disk()Dan Williams2016-06-2725-56/+28
| * um: track 'parent' device in a local variableDan Williams2016-06-221-2/+3
| * mmc: move 'parent' tracking to mmc_blk_dataDan Williams2016-06-221-2/+3
| * block: introduce device_add_disk()Dan Williams2016-06-162-7/+18
* | nvme-rdma: add a NVMe over Fabrics RDMA host driverChristoph Hellwig2016-07-083-0/+2040
* | nvmet-rdma: add a NVMe over Fabrics RDMA target driverChristoph Hellwig2016-07-083-0/+1460
* | nvme-rdma.h: Add includes for nvme rdma_cm negotiationSagi Grimberg2016-07-081-0/+71
* | nvme: add new reconnecting controller stateChristoph Hellwig2016-07-082-0/+13
* | blk-mq: Introduce blk_mq_reinit_tagsetSagi Grimberg2016-07-082-0/+29
* | lightnvm: make __nvm_submit_ppa staticMatias Bjørling2016-07-071-1/+1
* | lightnvm: make ppa_list const in nvm_set_rqd_listMatias Bjørling2016-07-072-4/+6
* | lightnvm: fix lun offset calculation for mark blkMatias Bjørling2016-07-071-1/+1
* | lightnvm: make rrpc_map_page call nvm_get_blk outside locksMatias Bjørling2016-07-072-43/+66
* | lightnvm: remove _unlocked variant of [get/put]_blkMatias Bjørling2016-07-074-60/+6
* | lightnvm: remove unused lists from struct rrpc_blockMatias Bjørling2016-07-072-17/+0
* | lightnvm: remove nested lock conflict with mmMatias Bjørling2016-07-071-4/+5
* | lightnvm: move target mgmt into media mgrMatias Bjørling2016-07-074-159/+206
* | lightnvm: rename gennvm and update descriptionMatias Bjørling2016-07-073-99/+102
* | lightnvm: remove open/close statistics for gennvmMatias Bjørling2016-07-073-41/+8
* | lightnvm: fix checkpatch terse errorsMatias Bjørling2016-07-071-2/+5
* | lightnvm: remove checkpatch warning for unsigned intsMatias Bjørling2016-07-072-3/+3
* | lightnvm: Make functions not used by ouside staticJohannes Thumshirn2016-07-072-4/+6
* | nvme: lightnvm: make MLC num_pairs little endianJohannes Thumshirn2016-07-071-1/+1
* | lightnvm: initialize ppa_addr in dev_to_generic_addr()Javier González2016-07-071-0/+1
* | lightnvm: add media manager mark_blk helperJavier González2016-07-072-0/+8
* | lightnvm: break the loop when rqd is not nullWenwei Tao2016-07-071-2/+5
* | nvmet: fix an error codeDan Carpenter2016-07-071-2/+2
* | nvme-loop: add configfs dependencyArnd Bergmann2016-07-071-0/+1
* | bcache: Remove redundant block_size assignmentYijing Wang2016-07-051-1/+0
* | bcache: update document infoYijing Wang2016-07-052-2/+3
* | bcache: Remove redundant parameter for cache_alloc()Yijing Wang2016-07-051-2/+2
* | nvme-loop: add a NVMe loopback host driverChristoph Hellwig2016-07-053-0/+766
* | nvmet: add a generic NVMe targetChristoph Hellwig2016-07-0512-0/+3383
* | block: Export blk_pollSagi Grimberg2016-07-051-0/+1