summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
2014-04-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-28/+59
2014-04-03rbd: prefix rbd writes with CEPH_OSD_OP_SETALLOCHINT osd opIlya Dryomov-15/+39
2014-04-03rbd: num_ops parameter for rbd_osd_req_create()Ilya Dryomov-10/+18
2014-04-03libceph: bump CEPH_OSD_MAX_OP to 3Ilya Dryomov-1/+1
2014-04-03rbd: fix error paths in rbd_img_request_fill()Ilya Dryomov-1/+1
2014-04-03rbd: remove out_partial label in rbd_img_request_fill()Ilya Dryomov-4/+3
2014-04-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+17
2014-04-01drbd: don't open-code kernel_recvmsg()Al Viro-11/+1
2014-04-01switch nbd to sockfd_lookup/sockfd_putAl Viro-29/+19
2014-04-01Merge branch 'for-3.15/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds-5486/+5885
2014-04-01Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+2
2014-03-31Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-20/+40
2014-03-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-1/+0
2014-03-29rbd: drop an unsafe assertionAlex Elder-1/+0
2014-03-24NVMe: Replace DEFINE_PCI_DEVICE_TABLEMatthew Wilcox-3/+3
2014-03-24NVMe: Fix divide-by-zero in nvme_trans_io_get_num_cmdsKeith Busch-1/+1
2014-03-24NVMe: IOCTL path RCU protect queue accessKeith Busch-54/+59
2014-03-24NVMe: RCU protected access to io queuesKeith Busch-46/+45
2014-03-24NVMe: Initialize device reference count earlierKeith Busch-1/+1
2014-03-24NVMe: Add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han-0/+2
2014-03-24virtio-blk: base queue-depth on virtqueue ringsize or module paramRusty Russell-1/+9
2014-03-14blk-mq: allow blk_mq_init_commands() to return failureJens Axboe-1/+2
2014-03-13mtip32xx: mtip_async_complete() bug fixesSam Bradshaw-39/+50
2014-03-13mtip32xx: Unmap the DMA segments before completing the IO requestFelipe Franciosi-12/+12
2014-03-13mtip32xx: Set queue bounce limitFelipe Franciosi-0/+1
2014-03-13nvme: Use pci_enable_msi_range() and pci_enable_msix_range()Alexander Gordeev-24/+9
2014-03-13cciss: Fallback to MSI rather than to INTx if MSI-X failedAlexander Gordeev-2/+0
2014-03-13swim3: fix interruptible_sleep_on raceArnd Bergmann-7/+11
2014-03-13ataflop: fix sleep_on racesArnd Bergmann-8/+8
2014-03-13DAC960: remove sleep_on usageArnd Bergmann-18/+16
2014-03-13mtip32xx: Use pci_enable_msi() instead of pci_enable_msi_range()Alexander Gordeev-2/+2
2014-03-13virtio_blk: don't crash, report error if virtqueue is broken.Rusty Russell-2/+8
2014-03-10mtip32xx: fix bad use of smp_processor_id()Jens Axboe-1/+1
2014-03-07Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+1
2014-03-07nvme: don't use PREPARE_WORKTejun Heo-6/+12
2014-03-07floppy: don't use PREPARE_[DELAYED_]WORKTejun Heo-14/+28
2014-03-04zram: avoid null access when fail to alloc metaMinchan Kim-0/+2
2014-03-04mm: close PageTail raceDavid Rientjes-2/+2
2014-02-21skd: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev-26/+12
2014-02-21skd: Use unified access to skdev->msix_entries throughout the codeAlexander Gordeev-2/+1
2014-02-21skd: Fix incomplete cleanup of MSI-X interruptAlexander Gordeev-24/+26
2014-02-21skd: Fix out of array boundary accessAlexander Gordeev-1/+1
2014-02-21mtip32xx: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev-2/+2
2014-02-21mtip32xx: Remove superfluous call to pci_disable_msi()Alexander Gordeev-1/+3
2014-02-21drbd: Fix future possible NULL pointer dereferenceAndreas Gruenbacher-1/+1
2014-02-18mtip32xx: Reduce the number of unaligned writes to 2Asai Thambi S P-1/+1
2014-02-17drbd: Add drbd_thread->resource and make drbd_thread->connection optionalAndreas Gruenbacher-19/+31
2014-02-17drbd: Use the right peer deviceAndreas Gruenbacher-31/+38
2014-02-17drbd: Remove unused parameter of wire_flags_to_bio()Andreas Gruenbacher-2/+2
2014-02-17drbd: Get rid of first_peer_device() in handle_write_conflicts()Andreas Gruenbacher-5/+3