summaryrefslogtreecommitdiffstats
path: root/crypto/proc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-21nvme: initialize variable before logical OR'ing itJay Freyensee1-0/+1
2016-07-21block: unexport various bio mapping helpersChristoph Hellwig1-3/+0
2016-07-21scsi/osd: open code blk_make_requestChristoph Hellwig3-68/+16
2016-07-21target: stop using blk_make_requestChristoph Hellwig1-53/+34
2016-07-21block: simplify and export blk_rq_append_bioChristoph Hellwig4-13/+17
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-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