summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds
2013-07-03aoe: update internal version number to v83Ed Cashin
2013-07-03aoe: update copyright dateEd Cashin
2013-07-03aoe: perform I/O completions in parallelEd Cashin
2013-07-03nbd: correct disconnect behaviorPaul Clements
2013-07-03nbd: remove bogus BUG_ON in NBD_CLEAR_QUEMichal Belczyk
2013-07-03drivers: avoid parsing names as kthread_run() format stringsKees Cook
2013-07-03block: do not pass disk names as format stringsKees Cook
2013-07-03Merge tags 'modules-next-for-linus' and 'virtio-next-for-linus' of git://git....Linus Torvalds
2013-07-03Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/geer...Linus Torvalds
2013-07-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-06-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2013-06-29move linux/loop.h to drivers/blockAl Viro
2013-06-27rbd: send snapshot context with writesJosh Durgin
2013-06-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2013-06-25rbd: fetch object order before using itJosh Durgin
2013-06-24swim: Release memory region after incorrect return/gotoJoe Perches
2013-06-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2013-06-13rbd: use the correct length for format 2 object namesJosh Durgin
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-20virtio_blk: Add missing 'static' qualifiersJonghwan Choi
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