summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2013-07-10Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds
2013-07-10xilinx systemace: Fix sparse warningsMichal Simek
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
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-03rbd: fix a couple warningsSage Weil
2013-07-03rbd: take a little creditAlex Elder
2013-07-03rbd: use rwsem to protect header updatesAlex Elder
2013-07-03rbd: don't hold ctl_mutex to get/put deviceAlex Elder
2013-07-03rbd: protect against concurrent unmapsAlex Elder
2013-07-03rbd: set removing flag while holding list lockAlex Elder
2013-07-03rbd: protect against duplicate client creationAlex Elder
2013-07-03rbd: clean up a few things in the refresh pathAlex Elder
2013-07-03rbd: flush dcache after zeroing page dataAlex Elder
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-07-01rbd: drop original request earlier for existence checkAlex Elder
2013-07-01rbd: Use min_t() to fix comparison of distinct pointer types warningGeert Uytterhoeven
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