aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2014-05-30rbd: fix error paths in rbd_img_request_fill()Ilya Dryomov
2014-05-13floppy: don't write kernel-only members to FDRAWCMD ioctl outputMatthew Daley
2014-05-13floppy: ignore kernel-only members in FDRAWCMD ioctl inputMatthew Daley
2014-05-06mtip32xx: Set queue bounce limitFelipe Franciosi
2014-04-03mm: close PageTail raceDavid Rientjes
2014-02-22xen-blkfront: handle backend CLOSED without CLOSINGDavid Vrabel
2014-01-09rbd: fix error handling from rbd_snap_name()Josh Durgin
2014-01-09rbd: ignore unmapped snapshots that no longer existJosh Durgin
2014-01-09rbd: fix use-after free of rbd_dev->diskJosh Durgin
2014-01-09rbd: make rbd_obj_notify_ack() synchronousJosh Durgin
2014-01-09rbd: complete notifies before cleaning up osd_client and rbd_devJosh Durgin
2014-01-09rbd: fix null dereference in doutJosh Durgin
2014-01-09rbd: fix buffer size for writes to images with snapshotsJosh Durgin
2014-01-09rbd: fix a couple warningsSage Weil
2014-01-09rbd: protect against concurrent unmapsAlex Elder
2014-01-09rbd: set removing flag while holding list lockAlex Elder
2014-01-09rbd: flush dcache after zeroing page dataAlex Elder
2013-12-04xen/blkback: fix reference countingVegard Nossum
2013-12-04loop: fix crash when using unassigned loop deviceMikulas Patocka
2013-12-04loop: fix crash if blk_alloc_queue failsMikulas Patocka
2013-11-29block: fix a probe argument to blk_register_regionMikulas Patocka
2013-10-13cciss: fix info leak in cciss_ioctl32_passthru()Dan Carpenter
2013-10-13cpqarray: fix info leak in ida_locked_ioctl()Dan Carpenter
2013-09-26rbd: fix I/O error propagation for readsJosh Durgin
2013-08-11xen-blkfront: use a different scatterlist for each requestRoger Pau Monne
2013-08-04xen/blkback: Check device permissions before allowing OP_DISCARDKonrad Rzeszutek Wilk
2013-07-21nbd: correct disconnect behaviorPaul Clements
2013-07-13block: do not pass disk names as format stringsKees Cook
2013-06-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2013-06-27rbd: send snapshot context with writesJosh Durgin
2013-06-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2013-06-25rbd: fetch object order before using itJosh Durgin
2013-06-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2013-06-13rbd: use the correct length for format 2 object namesJosh Durgin
2013-06-12Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-06-12Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds
2013-06-12cciss: fix broken mutex usage in ioctlStephen M. Cameron
2013-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2013-06-11Merge branch 'fixes-3.10' of git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds
2013-05-31NVMe: Add MSI supportRamachandra Rao Gajula
2013-05-29Merge branch 'for-jens' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Jens Axboe
2013-05-29pktcdvd: silence static checker warningDan Carpenter
2013-05-28NVMe: Use dma_set_mask() correctlyMatthew Wilcox
2013-05-24drivers/block/brd.c: fix brd_lookup_page() raceBrian Behlendorf
2013-05-24drivers/block/xsysace.c: fix id with missing port-numberGernot Vormayr
2013-05-23Return the result from user admin command IOCTL even in case of failureChayan Biswas
2013-05-17rbd: fix cleanup in rbd_add()Alex Elder
2013-05-17rbd: don't destroy ceph_opts in rbd_add()Alex Elder
2013-05-17NVMe: Do not cancel command multiple timesKeith Busch
2013-05-17NVMe: fix error return code in nvme_submit_bio_queue()Wei Yongjun