summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
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-25xen-blkback: check the number of iovecs before allocating a biosRoger Pau Monne
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-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-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-09Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds
2013-05-09NVMe: Use user defined admin ioctl timeoutKeith Busch
2013-05-08Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-05-08NVMe: Simplify Firmware Activate code slightlyMatthew Wilcox
2013-05-08NVMe: Only clear the enable bit when disabling controllerMatthew Wilcox
2013-05-08NVMe: Wait for device to acknowledge shutdownMatthew Wilcox
2013-05-08xen-blkfront: use a different scatterlist for each requestRoger Pau Monne
2013-05-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-05-07xen-blkback: allocate list of pending reqs in small chunksRoger Pau Monne
2013-05-07block_device_operations->release() should return voidAl Viro
2013-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2013-05-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-05-02NVMe: Schedule timeout for sync commandsKeith Busch
2013-05-02NVMe: Meta-data support in NVME_IOCTL_SUBMIT_IOKeith Busch
2013-05-02NVMe: Device specific stripe size handlingKeith Busch
2013-05-02NVMe: Split non-mergeable bio requestsKeith Busch
2013-05-02NVMe: Remove dead code in nvme_dev_addKeith Busch
2013-05-02NVMe: Check for NULL memory in nvme_dev_addKeith Busch
2013-05-02NVMe: Fix error clean-up on nvme_alloc_queueKeith Busch
2013-05-02NVMe: Free admin queue on request_irq errorKeith Busch
2013-05-02NVMe: Add scsi unmap to SG_IOKeith Busch
2013-05-02NVMe: queue usage fixes in nvme-scsiKeith Busch
2013-05-02rbd: fix image request leak on parent readAlex Elder
2013-05-02rbd: allocate image object names with a slab allocatorAlex Elder
2013-05-02rbd: allocate object requests with a slab allocatorAlex Elder
2013-05-02rbd: allocate name separate from obj_requestAlex Elder
2013-05-02rbd: allocate image requests with a slab allocatorAlex Elder