summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2014-08-08upstream: drivers: avoid parsing names as kthread_run() format stringsKees Cook3-3/+4
2014-08-08zram: remove zram->lock in read path and change it with mutexMinchan Kim2-12/+9
2014-08-08zram: remove workqueue for freeing removed pending slotMinchan Kim2-58/+6
2014-08-08zram: introduce zram->tb_lockMinchan Kim2-6/+23
2014-08-08zram: use atomic operation for statMinchan Kim2-20/+16
2014-08-08zram: remove unnecessary freeMinchan Kim1-8/+0
2014-08-08zram: delay pending free request in read pathMinchan Kim1-1/+0
2014-08-08zram: fix race between reset and flushing pending workMinchan Kim1-2/+2
2014-08-08zram: add copyrightMinchan Kim2-0/+2
2014-08-08zram: remove old private project commentMinchan Kim3-3/+0
2014-08-08zram: promote zram from stagingMinchan Kim6-0/+1146
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