summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)Author
2013-06-28drbd: Allow online change of al-stripes and al-stripe-sizePhilipp Reisner
2013-06-28drbd: Constants should be UPPERCASEPhilipp Reisner
2013-06-28drbd: Ignore the exit code of a fence-peer handler if it returns too latePhilipp Reisner
2013-06-28drbd: Fix rcu_read_lock balance on error pathAndreas Gruenbacher
2013-06-28drbd: fix error return code in drbd_init()Wei Yongjun
2013-06-28drbd: Do not sleep inside rcuAndreas Gruenbacher
2013-06-28Merge branch 'stable/for-jens-3.10' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe
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-25xen-blkback: check the number of iovecs before allocating a biosRoger Pau Monne
2013-06-24NVMe: Call nvme_process_cq from submission pathMatthew Wilcox
2013-06-24NVMe: Remove "process_cq did something" messageMatthew Wilcox
2013-06-24swim: Release memory region after incorrect return/gotoJoe Perches
2013-06-24NVMe: Return correct value from interrupt handlerMatthew Wilcox
2013-06-21xen-blkfront: set blk_queue_max_hw_sectors correctlyRoger Pau Monne
2013-06-21xen-blkback: workaround compiler bug in gcc 4.1Roger Pau Monne
2013-06-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
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-19rsxx: Adding in debugfs entries.Philip J Kelleher
2013-06-19rsxx: Fixes incorrect stats calculation.Philip J Kelleher
2013-06-19rsxx: Adding EEH check inside cregs timeout.Philip J Kelleher
2013-06-19rsxx: Adapter address space sanity check.Philip J Kelleher
2013-06-19rsxx: Fixes DLPAR add kernel panic if partition still mounted.Philip J Kelleher
2013-06-19rsxx: Changing the adapter name to the official name.Philip J Kelleher
2013-06-19rsxx: Adding in sync_start module paramenter.Philip J Kelleher
2013-06-19rsxx: Allow block size to be determined by configuration.Philip J Kelleher
2013-06-19rsxx: Fixes soft-lockup issues during DMAs.Philip J Kelleher
2013-06-19rsxx: Restructured DMA cancel scheme.Philip J Kelleher
2013-06-19rsxx: Individual workqueues for interruptible events.Philip J Kelleher
2013-06-17xen/blkback: Check for insane amounts of request on the ring (v6).Konrad Rzeszutek Wilk
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-06-07xen/blkback: Check device permissions before allowing OP_DISCARDKonrad Rzeszutek Wilk
2013-06-07xen/blkback: Use physical sector size for setupStefan Bader
2013-06-04xen-blkfront: Introduce a 'max' module parameter to alter the amount of indir...Konrad Rzeszutek Wilk
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