summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2014-06-06nbd: zero from and len fields in NBD_CMD_DISCONNECT.Hani Benhabiles1-5/+2
2014-06-04Merge branch 'akpm' (patchbomb from Andrew) into nextLinus Torvalds2-5/+15
2014-06-04zram: correct offset usage in zram_bio_discardWeijie Yang1-2/+2
2014-06-04brd: return -ENOSPC rather than -ENOMEM on page allocation failureMatthew Wilcox1-3/+3
2014-06-04brd: add support for rw_page()Matthew Wilcox1-0/+10
2014-06-04blk-mq: let blk_mq_tag_to_rq() take blk_mq_tags as the main parameterJens Axboe1-1/+3
2014-06-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-3/+3
2014-06-02Merge branch 'for-3.16/drivers' of git://git.kernel.dk/linux-block into nextLinus Torvalds23-1148/+1212
2014-06-02Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+11
2014-06-02Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into nextLinus Torvalds16-149/+124
2014-06-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds1-1/+1
2014-05-30block: virtio_blk: don't hold spin lock during world switchMing Lei1-3/+6
2014-05-30Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe1-3/+1
2014-05-28Merge branch 'stable/for-jens-3.16' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe3-41/+56
2014-05-28xen-blkback: defer freeing blkif to avoid blocking xenwatchValentin Priescu2-14/+36
2014-05-28xen/blkback: disable discard feature if requested by toolstackOlaf Hering1-1/+6
2014-05-28xen-blkfront: remove type check from blkfront_setup_discardOlaf Hering1-26/+14
2014-05-28Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe3-31/+1
2014-05-28blk-mq: remove alloc_hctx and free_hctx methodsChristoph Hellwig2-29/+1
2014-05-28Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe3-35/+6
2014-05-28floppy: do not corrupt bio.bi_flags when reading block 0Jiri Kosina1-1/+1
2014-05-27blk-mq: pass in suggested NUMA node to ->alloc_hctx()Jens Axboe1-32/+3
2014-05-27NVMe: Implement PCIe reset notification callbackKeith Busch1-0/+11
2014-05-27virtio_blk: fix race between start and stop queueMing Lei1-2/+2
2014-05-26m68k/atari - ataflop: use correct virt/phys translation for DMA bufferMichael Schmitz1-1/+1
2014-05-22Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixesIngo Molnar1-4/+7
2014-05-20mtip32xx: move error handling to service threadAsai Thambi S P2-26/+53
2014-05-16virtio_blk: fix race between start and stop queueMing Lei1-2/+2
2014-05-14mtip32xx: stop block hardware queues before quiescing IOJens Axboe1-1/+7
2014-05-14mtip32xx: blk_mq_init_queue() returns an ERR_PTRDan Carpenter1-1/+1
2014-05-13mtip32xx: convert to use blk-mqJens Axboe2-616/+297
2014-05-07Merge branch 'sched/urgent' into sched/core, to avoid conflictsIngo Molnar17-481/+1388
2014-05-05floppy: don't write kernel-only members to FDRAWCMD ioctl outputMatthew Daley1-1/+4
2014-05-05floppy: ignore kernel-only members in FDRAWCMD ioctl inputMatthew Daley1-3/+3
2014-05-01block: null_blk: fix use after freeMing Lei1-1/+1
2014-04-30drbd: use list_first_entry_or_null in first_peer_device/first_connectionLars Ellenberg1-2/+2
2014-04-30drbd: Allow attaching of a newly created device to any backing devicePhilipp Reisner1-1/+1
2014-04-30drbd: Test cstate while holding req_lockPhilipp Reisner1-1/+2
2014-04-30drbd: use blk_set_stacking_limits()Philipp Reisner1-6/+6
2014-04-30drbd: evaluate disk and network timeout on different requestsLars Ellenberg1-14/+33
2014-04-30drbd: Fix a hole in the challange-response connection authenticationPhilipp Reisner1-0/+12
2014-04-30drbd: always implicitly close last epoch when idleLars Ellenberg1-33/+15
2014-04-30drbd: add back some fairness to AL transactionsLars Ellenberg3-2/+22
2014-04-30drbd: keep max-bio size during detach/attach on disconnected primaryLars Ellenberg1-1/+7
2014-04-30drbd: fix a race between start_resync and send_and_submitLars Ellenberg1-3/+8
2014-04-30drbd: Enable QUEUE_FLAG_DISCARD only if the peer can recieve P_TRIMLars Ellenberg4-4/+37
2014-04-30drbd: prepare sending side for REQ_DISCARDLars Ellenberg4-4/+30
2014-04-30drbd: prepare receiving side for REQ_DISCARDLars Ellenberg5-26/+100
2014-04-30drbd: allow parallel promote/demote actionsLars Ellenberg3-14/+88
2014-04-30drbd: perpare for genetlink parallel_opsLars Ellenberg3-175/+198