aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds7-42/+151
2013-07-03aoe: update internal version number to v83Ed Cashin1-1/+1
2013-07-03aoe: update copyright dateEd Cashin4-4/+4
2013-07-03aoe: perform I/O completions in parallelEd Cashin4-31/+134
2013-07-03nbd: correct disconnect behaviorPaul Clements1-1/+6
2013-07-03nbd: remove bogus BUG_ON in NBD_CLEAR_QUEMichal Belczyk1-1/+0
2013-07-03drivers: avoid parsing names as kthread_run() format stringsKees Cook3-3/+4
2013-07-03block: do not pass disk names as format stringsKees Cook1-1/+2
2013-07-03Merge tags 'modules-next-for-linus' and 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1
2013-07-03Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds1-1/+1
2013-07-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-2/+87
2013-06-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-1/+5
2013-06-29move linux/loop.h to drivers/blockAl Viro3-2/+87
2013-06-27rbd: send snapshot context with writesJosh Durgin1-1/+5
2013-06-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-4/+4
2013-06-25rbd: fetch object order before using itJosh Durgin1-4/+4
2013-06-24swim: Release memory region after incorrect return/gotoJoe Perches1-1/+1
2013-06-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-1/+5
2013-06-13rbd: use the correct length for format 2 object namesJosh Durgin1-1/+5
2013-06-12Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-4/+7
2013-06-12Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds1-16/+16
2013-06-12cciss: fix broken mutex usage in ioctlStephen M. Cameron1-16/+16
2013-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-15/+18
2013-06-11Merge branch 'fixes-3.10' of git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds2-16/+49
2013-05-31NVMe: Add MSI supportRamachandra Rao Gajula1-8/+32
2013-05-29Merge branch 'for-jens' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/linux-block into for-linusJens Axboe1-1/+2
2013-05-29pktcdvd: silence static checker warningDan Carpenter1-1/+2
2013-05-28NVMe: Use dma_set_mask() correctlyMatthew Wilcox1-2/+8
2013-05-24drivers/block/brd.c: fix brd_lookup_page() raceBrian Behlendorf1-2/+2
2013-05-24drivers/block/xsysace.c: fix id with missing port-numberGernot Vormayr1-2/+1
2013-05-23Return the result from user admin command IOCTL even in case of failureChayan Biswas1-1/+1
2013-05-20virtio_blk: Add missing 'static' qualifiersJonghwan Choi1-1/+1
2013-05-17rbd: fix cleanup in rbd_add()Alex Elder1-9/+14
2013-05-17rbd: don't destroy ceph_opts in rbd_add()Alex Elder1-6/+4
2013-05-17NVMe: Do not cancel command multiple timesKeith Busch1-0/+2
2013-05-17NVMe: fix error return code in nvme_submit_bio_queue()Wei Yongjun1-1/+2
2013-05-17NVMe: check for integer overflow in nvme_map_user_pages()Dan Carpenter1-2/+3
2013-05-17NVMe: Fix a signedness bug in nvme_trans_modesel_get_mpVishal Verma1-1/+1
2013-05-17NVMe: Remove redundant version.h header includeSachin Kamat1-1/+0
2013-05-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-386/+549
2013-05-15mtip32xx: Correctly handle bio->bi_idx != 0 conditionsSam Bradshaw1-2/+3
2013-05-15mtip32xx: Fix NULL pointer dereference during module unloadSam Bradshaw1-1/+2
2013-05-13rbd: re-submit flattened write request (part 2)Alex Elder1-2/+16
2013-05-13rbd: re-submit write request for flattened cloneAlex Elder1-7/+22
2013-05-13rbd: re-submit read request for flattened cloneAlex Elder1-5/+25
2013-05-13rbd: detect when clone image is flattenedAlex Elder1-2/+28
2013-05-13rbd: reference count parent requestsAlex Elder1-2/+102
2013-05-13rbd: define parent image request routinesAlex Elder1-23/+55
2013-05-13rbd: define rbd_dev_unparent()Alex Elder1-5/+13
2013-05-13rbd: don't release write request until necessaryAlex Elder1-12/+7