summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* rbd: end I/O the entire obj_request on errorIlya Dryomov2015-05-131-0/+5
* nbd: fix possible memory leakSudip Mukherjee2015-04-191-4/+4
* rbd: drop an unsafe assertionAlex Elder2015-02-261-1/+0
* drbd: merge_bvec_fn: properly remap bvm->bi_bdevLars Ellenberg2015-01-291-0/+1
* sunvdc: don't call VD_OP_GET_VTOCDwight Engen2014-11-211-9/+0
* vio: fix reuse of vio_dring slotDwight Engen2014-11-211-16/+23
* sunvdc: limit each sg segment to a pageDwight Engen2014-11-211-0/+4
* sunvdc: compute vdisk geometry from capacityAllen Pais2014-11-211-9/+14
* sunvdc: add cdrom and v1.1 protocol supportAllen Pais2014-11-211-17/+92
* rbd: Fix error recovery in rbd_obj_read_sync()Jan Kara2014-11-141-1/+1
* drbd: compute the end before rb_insert_augmented()Lai Jiangshan2014-11-141-0/+4
* drbd: fix regression 'out of mem, failed to invoke fence-peer helper'Lars Ellenberg2014-10-091-0/+6
* rbd: handle parent_overlap on writes correctlyIlya Dryomov2014-07-091-1/+9
* rbd: use reference counts for image requestsAlex Elder2014-07-091-0/+9
* mtip32xx: Remove dfs_parent after pci unregisterAsai Thambi S P2014-07-061-2/+2
* mtip32xx: Increase timeout for STANDBY IMMEDIATE commandAsai Thambi S P2014-07-061-31/+35
* mtip32xx: Fix ERO and NoSnoop values in PCIe upstream on AMD systemsAsai Thambi S P2014-07-061-0/+53
* xen-blkfront: restore the non-persistent data pathRoger Pau Monne2014-06-071-31/+74
* xen-blkfront: revoke foreign access for grants not mapped by the backendRoger Pau Monne2014-06-071-3/+21
* rbd: fix error paths in rbd_img_request_fill()Ilya Dryomov2014-05-301-1/+1
* floppy: don't write kernel-only members to FDRAWCMD ioctl outputMatthew Daley2014-05-131-1/+4
* floppy: ignore kernel-only members in FDRAWCMD ioctl inputMatthew Daley2014-05-131-3/+3
* mtip32xx: Set queue bounce limitFelipe Franciosi2014-05-061-0/+1
* mm: close PageTail raceDavid Rientjes2014-04-031-1/+1
* xen-blkfront: handle backend CLOSED without CLOSINGDavid Vrabel2014-02-221-1/+4
* rbd: fix error handling from rbd_snap_name()Josh Durgin2014-01-091-4/+6
* rbd: ignore unmapped snapshots that no longer existJosh Durgin2014-01-091-2/+7
* rbd: fix use-after free of rbd_dev->diskJosh Durgin2014-01-091-7/+33
* rbd: make rbd_obj_notify_ack() synchronousJosh Durgin2014-01-091-5/+6
* rbd: complete notifies before cleaning up osd_client and rbd_devJosh Durgin2014-01-091-0/+7
* rbd: fix null dereference in doutJosh Durgin2014-01-091-3/+5
* rbd: fix buffer size for writes to images with snapshotsJosh Durgin2014-01-091-5/+5
* rbd: fix a couple warningsSage Weil2014-01-091-2/+2
* rbd: protect against concurrent unmapsAlex Elder2014-01-091-2/+4
* rbd: set removing flag while holding list lockAlex Elder2014-01-091-31/+22
* rbd: flush dcache after zeroing page dataAlex Elder2014-01-091-0/+2
* xen/blkback: fix reference countingVegard Nossum2013-12-041-1/+2
* loop: fix crash when using unassigned loop deviceMikulas Patocka2013-12-041-7/+8
* loop: fix crash if blk_alloc_queue failsMikulas Patocka2013-12-041-1/+3
* block: fix a probe argument to blk_register_regionMikulas Patocka2013-11-292-2/+2
* cciss: fix info leak in cciss_ioctl32_passthru()Dan Carpenter2013-10-131-0/+1
* cpqarray: fix info leak in ida_locked_ioctl()Dan Carpenter2013-10-131-0/+1
* rbd: fix I/O error propagation for readsJosh Durgin2013-09-261-7/+7
* xen-blkfront: use a different scatterlist for each requestRoger Pau Monne2013-08-111-19/+17
* xen/blkback: Check device permissions before allowing OP_DISCARDKonrad Rzeszutek Wilk2013-08-041-1/+12
* nbd: correct disconnect behaviorPaul Clements2013-07-211-1/+6
* block: do not pass disk names as format stringsKees Cook2013-07-131-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-06-291-1/+5
|\
| * rbd: send snapshot context with writesJosh Durgin2013-06-271-1/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-06-261-4/+4
|\|