summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)Author
2013-09-06NVMe: Merge issue on character device bring-upKeith Busch
2013-09-03NVMe: Handle ioremap failureKeith Busch
2013-09-03NVMe: Add pci suspend/resume driver callbacksKeith Busch
2013-09-03NVMe: Use normal shutdownKeith Busch
2013-09-03NVMe: Separate controller init from disk discoveryKeith Busch
2013-09-03NVMe: Separate queue alloc/free from create/deleteKeith Busch
2013-09-03NVMe: Group pci related actions in functionsKeith Busch
2013-09-03NVMe: Disk stats for read/write commands onlyKeith Busch
2013-09-03NVMe: Bring up cdev on set feature failureKeith Busch
2013-09-03NVMe: Fix checkpatch issuesKeith Busch
2013-09-03NVMe: Namespace IDs are unsignedMatthew Wilcox
2013-06-24NVMe: Call nvme_process_cq from submission pathMatthew Wilcox
2013-06-24NVMe: Remove "process_cq did something" messageMatthew Wilcox
2013-06-24NVMe: Return correct value from interrupt handlerMatthew Wilcox
2013-06-20NVMe: Disk IO statisticsKeith Busch
2013-06-20NVMe: Restructure MSI / MSI-X setupMatthew Wilcox
2013-06-19NVMe: Use kzalloc instead of kmalloc+memsetTushar Behera
2013-06-12Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-06-12Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds
2013-06-12cciss: fix broken mutex usage in ioctlStephen M. Cameron
2013-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2013-06-11Merge branch 'fixes-3.10' of git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds
2013-05-31NVMe: Add MSI supportRamachandra Rao Gajula
2013-05-29Merge branch 'for-jens' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Jens Axboe
2013-05-29pktcdvd: silence static checker warningDan Carpenter
2013-05-28NVMe: Use dma_set_mask() correctlyMatthew Wilcox
2013-05-24drivers/block/brd.c: fix brd_lookup_page() raceBrian Behlendorf
2013-05-24drivers/block/xsysace.c: fix id with missing port-numberGernot Vormayr
2013-05-23Return the result from user admin command IOCTL even in case of failureChayan Biswas
2013-05-17rbd: fix cleanup in rbd_add()Alex Elder
2013-05-17rbd: don't destroy ceph_opts in rbd_add()Alex Elder
2013-05-17NVMe: Do not cancel command multiple timesKeith Busch
2013-05-17NVMe: fix error return code in nvme_submit_bio_queue()Wei Yongjun
2013-05-17NVMe: check for integer overflow in nvme_map_user_pages()Dan Carpenter
2013-05-17NVMe: Fix a signedness bug in nvme_trans_modesel_get_mpVishal Verma
2013-05-17NVMe: Remove redundant version.h header includeSachin Kamat
2013-05-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2013-05-15mtip32xx: Correctly handle bio->bi_idx != 0 conditionsSam Bradshaw
2013-05-15mtip32xx: Fix NULL pointer dereference during module unloadSam Bradshaw
2013-05-13rbd: re-submit flattened write request (part 2)Alex Elder
2013-05-13rbd: re-submit write request for flattened cloneAlex Elder
2013-05-13rbd: re-submit read request for flattened cloneAlex Elder
2013-05-13rbd: detect when clone image is flattenedAlex Elder
2013-05-13rbd: reference count parent requestsAlex Elder
2013-05-13rbd: define parent image request routinesAlex Elder
2013-05-13rbd: define rbd_dev_unparent()Alex Elder
2013-05-13rbd: don't release write request until necessaryAlex Elder
2013-05-13rbd: get parent info on refreshAlex Elder
2013-05-13rbd: ignore zero-overlap parentAlex Elder
2013-05-13rbd: support reading parent page data for writesAlex Elder