aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2013-05-01libceph: separate read and write dataAlex Elder1-8/+10
2013-05-01libceph: distinguish page and bio requestsAlex Elder1-0/+4
2013-05-01libceph: separate osd request data infoAlex Elder1-4/+4
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds8-60/+56
2013-05-01NVMe: Set TASK_INTERRUPTIBLE before processing queuesArjan van de Ven1-2/+1
2013-04-30aoe: replace kmalloc and then memcpy with kmemdupMihnea Dobrescu-Balaur1-2/+1
2013-04-30nbd: increase default and max request sizesMichal Belczyk1-0/+2
2013-04-29drbd: rename random32() to prandom_u32()Akinobu Mita1-2/+3
2013-04-29cciss: bug fix to prevent cciss from loading in kdump crash kernelMike Miller1-0/+10
2013-04-29cciss: add cciss_allow_hpsa module parameterMike Miller1-1/+11
2013-04-29drivers/block/mg_disk.c: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-0/+2
2013-04-29mtip32xx: Workaround for unaligned writesAsai Thambi S P2-12/+58
2013-04-18xen-block: implement indirect descriptorsRoger Pau Monne4-125/+604
2013-04-18xen-blkback: expand map/unmap functionsRoger Pau Monne1-55/+86
2013-04-18xen-blkback: make the queue of free requests per backendRoger Pau Monne3-105/+74
2013-04-18xen-blkback: move pending handles list from blkbk to pending_reqRoger Pau Monne1-12/+4
2013-04-18xen-blkback: implement LRU mechanism for persistent grantsRoger Pau Monne3-57/+250
2013-04-18xen-blkback: use balloon pages for all mappingsRoger Pau Monne3-121/+173
2013-04-18xen-blkback: print stats about persistent grantsRoger Pau Monne1-2/+4
2013-04-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-1/+2
2013-04-17rbd: do a safe list traversal in rbd_img_request_submit()Alex Elder1-1/+2
2013-04-16NVMe: Add a character device for each nvme deviceKeith Busch1-10/+64
2013-04-16NVMe: Fix endian-related problems in user I/O submission pathMatthew Wilcox1-4/+4
2013-04-16NVMe: Fix I/O cancellation status on big-endian machinesMatthew Wilcox1-1/+1
2013-04-16NVMe: Fix sparse warnings in scsi emulationVishal Verma1-39/+60
2013-04-16NVMe: Don't fail initialisation unnecessarilyMatthew Wilcox1-1/+7
2013-04-16NVMe: Abstract out sector to block number conversionMatthew Wilcox2-3/+3
2013-04-16NVMe: Use round_jiffies_relative() for the periodic, once-per-second timerArjan van de Ven1-1/+1
2013-04-14mtip32xx: mtip32xx: Disable TRIM supportAsai Thambi S P1-0/+2
2013-04-14mtip32xx: fix a smatch warningAsai Thambi S P1-10/+8
2013-04-09Merge tag 'for-linus-20130409' of git://git.kernel.dk/linux-blockLinus Torvalds3-121/+245
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro6-9/+9
2013-04-09cciss: switch to ->show_info()Al Viro1-51/+45
2013-04-09lift sb_start_write() out of ->write()Al Viro1-0/+2
2013-04-08Revert "loop: cleanup partitions when detaching loop device"Jens Axboe1-19/+2
2013-04-04mtip32xx: fix two smatch warningsJens Axboe1-2/+2
2013-04-03mtip32xx: Add debugfs entry device_statusAsai Thambi S P2-12/+154
2013-04-03mtip32xx: return 0 from pci probe in case of rebuildAsai Thambi S P1-0/+2
2013-04-03mtip32xx: recovery from command timeoutAsai Thambi S P1-90/+87
2013-04-02Merge branch 'writeback-workqueue' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe19-280/+752
2013-04-01loop: prevent bdev freeing while device in useAnatol Pomozov1-1/+8
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+2
2013-03-31Merge tag 'for-linus-20130331' of git://git.kernel.dk/linux-blockLinus Torvalds17-254/+698
2013-03-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-17/+30
2013-03-29rbd: don't zero-fill non-image object requestsAlex Elder1-17/+30
2013-03-28NVMe: Add nvme-scsi.cVishal Verma3-18/+2962
2013-03-28aoe: reserve enough headroom on skbsEric Dumazet1-1/+2
2013-03-28drbd: fix if(); found by kbuild test robotLars Ellenberg1-1/+1
2013-03-28drbd: use sched_setscheduler()Philipp Reisner1-2/+4
2013-03-28drbd: fix for deadlock when using automatic split-brain-recoveryPhilipp Reisner1-1/+0