summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2013-08-04xen/blkback: Check device permissions before allowing OP_DISCARDKonrad Rzeszutek Wilk1-1/+12
2013-07-13block: do not pass disk names as format stringsKees Cook1-1/+2
2013-06-20cciss: fix broken mutex usage in ioctlStephen M. Cameron1-16/+16
2013-06-07drivers/block/brd.c: fix brd_lookup_page() raceBrian Behlendorf1-2/+2
2013-05-19drbd: fix for deadlock when using automatic split-brain-recoveryPhilipp Reisner1-1/+0
2013-04-05Revert "xen/blkback: Don't trust the handle from the frontend."Greg Kroah-Hartman1-0/+1
2013-04-05aoe: reserve enough headroom on skbsEric Dumazet1-1/+2
2013-04-05loop: prevent bdev freeing while device in useAnatol Pomozov1-1/+8
2013-04-05xen-blkback: fix dispatch_rw_block_io() error pathJan Beulich1-6/+1
2013-04-05xen/blkback: correctly respond to unknown, non-native requestsDavid Vrabel2-4/+52
2013-03-21loopdev: remove an user triggerable oopsGuo Chao1-6/+16
2013-03-21loopdev: fix a deadlockGuo Chao1-2/+0
2013-03-04xen/blkback: Don't trust the handle from the frontend.Konrad Rzeszutek Wilk1-1/+0
2013-03-04xen-blkback: do not leak mode propertyJan Beulich1-25/+24
2013-02-28sunvdc: Fix off-by-one in generic_request().David S. Miller1-1/+1
2013-01-21drbd: add missing part_round_stats to _drbd_start_io_acctPhilipp Reisner1-0/+1
2013-01-17rbd: do not allow remove of mounted-on imageAlex Elder1-0/+13
2013-01-17rbd: fix bug in rbd_dev_id_put()Alex Elder1-2/+2
2013-01-17rbd: BUG on invalid layoutSage Weil1-2/+3
2013-01-17rbd: kill notify_timeout optionAlex Elder1-8/+0
2013-01-17rbd: add read_only rbd map optionAlex Elder1-4/+24
2013-01-17rbd: kill create_snap sysfs entryAlex Elder1-163/+2
2013-01-17rbd: drop dev reference on error in rbd_open()Alex Elder1-4/+3
2013-01-17rbd: send header version when notifyingJosh Durgin1-2/+5
2013-01-17rbd: use reference counting for the snap contextJosh Durgin1-18/+17
2013-01-17rbd: set image size when header is updatedJosh Durgin1-0/+1
2013-01-17rbd: expose the correct size of the device in sysfsJosh Durgin1-3/+8
2013-01-17rbd: only reset capacity when pointing to headJosh Durgin1-1/+6
2013-01-17rbd: return errors for mapped but deleted snapshotJosh Durgin1-2/+30
2013-01-17aoe: do not call bdi_init after blk_alloc_queueEd Cashin2-6/+1
2012-12-03NVMe: Fix uninitialized iod compiler warningKeith Busch1-1/+1
2012-11-26rbd: Fix ceph_snap_context size calculationYan, Zheng1-1/+1
2012-11-26rbd: store snapshot id instead of indexJosh Durgin1-22/+5
2012-11-26rbd: protect read of snapshot sequence numberJosh Durgin1-1/+3
2012-11-26rbd: don't hold spinlock during messenger flushAlex Elder1-2/+2
2012-11-05floppy: do put_disk on current dr if blk_init_queue failsHerton Ronaldo Krzesinski1-0/+1
2012-10-13aoe: assert AoE packets marked as requiring no checksumEd Cashin1-0/+1
2012-10-02xen/m2p: do not reuse kmap_op->dev_bus_addrStefano Stabellini1-1/+1
2012-10-02nbd: clear waiting_queue on shutdownPaul Clements1-0/+9
2012-10-02cciss: fix handling of protocol errorStephen M. Cameron1-0/+1
2012-09-14cciss: fix incorrect scsi status reportingStephen M. Cameron1-10/+1
2012-07-16umem: fix up unpluggingTao Guo1-0/+40
2012-07-16xen/blkback: Copy id field when doing BLKIF_DISCARD.Konrad Rzeszutek Wilk1-0/+2
2012-05-19Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-14/+13
2012-05-11mtip32xx: release the semaphore on an error pathAsai Thambi S P1-1/+3
2012-05-11dac960: Remove unused variables from DAC960_CreateProcEntries()Jesper Juhl1-13/+10
2012-05-11connector/userns: replace netlink uses of cap_raised() with capable()Eric W. Biederman1-1/+1
2012-04-20Merge tag 'stable/for-linus-3.4-rc3-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+1
2012-04-18xen/blkback: Fix warning error.Konrad Rzeszutek Wilk1-1/+1
2012-04-17Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-12/+29