summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2014-11-14rbd: Fix error recovery in rbd_obj_read_sync()Jan Kara1-1/+1
2014-11-14drbd: compute the end before rb_insert_augmented()Lai Jiangshan1-0/+4
2014-10-09drbd: fix regression 'out of mem, failed to invoke fence-peer helper'Lars Ellenberg1-0/+6
2014-07-09rbd: handle parent_overlap on writes correctlyIlya Dryomov1-1/+9
2014-07-09rbd: use reference counts for image requestsAlex Elder1-0/+9
2014-07-06mtip32xx: Remove dfs_parent after pci unregisterAsai Thambi S P1-2/+2
2014-07-06mtip32xx: Increase timeout for STANDBY IMMEDIATE commandAsai Thambi S P1-31/+35
2014-07-06mtip32xx: Fix ERO and NoSnoop values in PCIe upstream on AMD systemsAsai Thambi S P1-0/+53
2014-06-07xen-blkfront: restore the non-persistent data pathRoger Pau Monne1-31/+74
2014-06-07xen-blkfront: revoke foreign access for grants not mapped by the backendRoger Pau Monne1-3/+21
2014-05-30rbd: fix error paths in rbd_img_request_fill()Ilya Dryomov1-1/+1
2014-05-13floppy: don't write kernel-only members to FDRAWCMD ioctl outputMatthew Daley1-1/+4
2014-05-13floppy: ignore kernel-only members in FDRAWCMD ioctl inputMatthew Daley1-3/+3
2014-05-06mtip32xx: Set queue bounce limitFelipe Franciosi1-0/+1
2014-04-03mm: close PageTail raceDavid Rientjes1-1/+1
2014-02-22xen-blkfront: handle backend CLOSED without CLOSINGDavid Vrabel1-1/+4
2014-01-09rbd: fix error handling from rbd_snap_name()Josh Durgin1-4/+6
2014-01-09rbd: ignore unmapped snapshots that no longer existJosh Durgin1-2/+7
2014-01-09rbd: fix use-after free of rbd_dev->diskJosh Durgin1-7/+33
2014-01-09rbd: make rbd_obj_notify_ack() synchronousJosh Durgin1-5/+6
2014-01-09rbd: complete notifies before cleaning up osd_client and rbd_devJosh Durgin1-0/+7
2014-01-09rbd: fix null dereference in doutJosh Durgin1-3/+5
2014-01-09rbd: fix buffer size for writes to images with snapshotsJosh Durgin1-5/+5
2014-01-09rbd: fix a couple warningsSage Weil1-2/+2
2014-01-09rbd: protect against concurrent unmapsAlex Elder1-2/+4
2014-01-09rbd: set removing flag while holding list lockAlex Elder1-31/+22
2014-01-09rbd: flush dcache after zeroing page dataAlex Elder1-0/+2
2013-12-04xen/blkback: fix reference countingVegard Nossum1-1/+2
2013-12-04loop: fix crash when using unassigned loop deviceMikulas Patocka1-7/+8
2013-12-04loop: fix crash if blk_alloc_queue failsMikulas Patocka1-1/+3
2013-11-29block: fix a probe argument to blk_register_regionMikulas Patocka2-2/+2
2013-10-13cciss: fix info leak in cciss_ioctl32_passthru()Dan Carpenter1-0/+1
2013-10-13cpqarray: fix info leak in ida_locked_ioctl()Dan Carpenter1-0/+1
2013-09-26rbd: fix I/O error propagation for readsJosh Durgin1-7/+7
2013-08-11xen-blkfront: use a different scatterlist for each requestRoger Pau Monne1-19/+17
2013-08-04xen/blkback: Check device permissions before allowing OP_DISCARDKonrad Rzeszutek Wilk1-1/+12
2013-07-21nbd: correct disconnect behaviorPaul Clements1-1/+6
2013-07-13block: do not pass disk names as format stringsKees Cook1-1/+2
2013-06-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-1/+5
2013-06-27rbd: send snapshot context with writesJosh Durgin1-1/+5
2013-06-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-4/+4
2013-06-25rbd: fetch object order before using itJosh Durgin1-4/+4
2013-06-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-1/+5
2013-06-13rbd: use the correct length for format 2 object namesJosh Durgin1-1/+5
2013-06-12Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-4/+7
2013-06-12Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds1-16/+16
2013-06-12cciss: fix broken mutex usage in ioctlStephen M. Cameron1-16/+16
2013-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-15/+18
2013-06-11Merge branch 'fixes-3.10' of git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds2-16/+49
2013-05-31NVMe: Add MSI supportRamachandra Rao Gajula1-8/+32