summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2014-03-20zram: remove zram->lock in read path and change it with mutexMinchan Kim2-12/+9
2014-03-20zram: remove workqueue for freeing removed pending slotMinchan Kim2-58/+6
2014-03-20zram: introduce zram->tb_lockMinchan Kim2-6/+23
2014-03-20zram: use atomic operation for statMinchan Kim2-20/+16
2014-03-20zram: remove unnecessary freeMinchan Kim1-8/+0
2014-03-20zram: delay pending free request in read pathMinchan Kim1-1/+0
2014-03-20zram: fix race between reset and flushing pending workMinchan Kim1-2/+2
2014-03-20zram: add copyrightMinchan Kim2-0/+2
2014-03-20zram: remove old private project commentMinchan Kim3-3/+0
2014-03-20zram: promote zram from stagingMinchan Kim6-0/+1146
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
2013-05-29Merge branch 'for-jens' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Jens Axboe1-1/+2
2013-05-29pktcdvd: silence static checker warningDan Carpenter1-1/+2
2013-05-28NVMe: Use dma_set_mask() correctlyMatthew Wilcox1-2/+8
2013-05-24drivers/block/brd.c: fix brd_lookup_page() raceBrian Behlendorf1-2/+2
2013-05-24drivers/block/xsysace.c: fix id with missing port-numberGernot Vormayr1-2/+1