aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2017-08-31Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+8
2017-08-29Merge branch 'stable/for-jens-4.13' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Jens Axboe 1-2/+8
2017-08-25Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-6/+10
2017-08-25xen-blkback: stop blkback thread of every queue in xen_blkif_disconnectGravatar Annie Li 1-2/+8
2017-08-25virtio_blk: fix incorrect message when disk is resizedGravatar Stefan Hajnoczi 1-6/+10
2017-08-23Revert "loop: support 4k physical blocksize"Gravatar Omar Sandoval 2-37/+6
2017-08-16Merge branch 'stable/for-jens-4.13' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Jens Axboe 1-3/+3
2017-08-15xen-blkfront: use a right index when checking requestsGravatar Munehisa Kamata 1-3/+3
2017-08-10zram: rework copy of compressor name in comp_algorithm_store()Gravatar Matthias Kaehlcke 1-2/+2
2017-08-09sunvdc: prevent sunvdc panic when mpgroup disk added to guest domainGravatar Jim Quigley 1-0/+61
2017-07-28Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-16/+27
2017-07-25Merge branch 'stable/for-jens-4.13' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Jens Axboe 1-9/+12
2017-07-25nbd: clear disconnected on reconnectGravatar Josef Bacik 1-0/+2
2017-07-25xen/blkfront: always allocate grants first from per-queue persistent grantsGravatar Dongli Zhang 1-8/+11
2017-07-25xen-blkfront: fix mq start/stop raceGravatar Junxiao Bi 1-1/+1
2017-07-25virtio_blk: Use sysfs_match_string() helperGravatar Andy Shevchenko 1-5/+2
2017-07-24xen-blkfront: Fix handling of non-supported operationsGravatar Bart Van Assche 1-2/+2
2017-07-22nbd: only set sndtimeo if we have a timeout setGravatar Josef Bacik 1-2/+5
2017-07-22nbd: take tx_lock before disconnectingGravatar Josef Bacik 1-0/+4
2017-07-22nbd: allow multiple disconnects to be sentGravatar Josef Bacik 1-3/+2
2017-07-13nbd: kill unused ret in recv_workGravatar Kefeng Wang 1-2/+0
2017-07-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 6-15/+43
2017-07-10ARM: fix rd_size declarationGravatar Bart Van Assche 1-0/+1
2017-07-10zram: constify attribute_group structures.Gravatar Arvind Yadav 1-1/+1
2017-07-10zram: use __sysfs_match_string() helperGravatar Andy Shevchenko 1-6/+4
2017-07-10Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-linusGravatar Jens Axboe 3-8/+19
2017-07-07Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+8
2017-07-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+2
2017-07-06Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-0/+328
2017-07-06zram: count same page write as page_storedGravatar Minchan Kim 1-0/+2
2017-07-06cciss: initialize struct scsi_reqGravatar Christoph Hellwig 1-0/+8
2017-07-06null_blk: fix error flow for shared tags during module_initGravatar Max Gurtovoy 1-5/+13
2017-07-06virtio_blk: quiesce/unquiesce live IO when entering PM statesGravatar Sagi Grimberg 1-2/+2
2017-07-06mtip32xx: quiesce request queues to make sure no submissions are inflightGravatar Sagi Grimberg 1-4/+15
2017-07-06nbd: quiesce request queues to make sure no submissions are inflightGravatar Sagi Grimberg 1-2/+2
2017-07-05Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-3/+3
2017-07-05Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-3/+0
2017-07-05mtip32xx: avoid to read HOST_CAP from HW in .queue_rq()Gravatar Ming Lei 2-2/+3
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-29/+32
2017-06-29take floppy compat ioctls to sodding floppy.cGravatar Al Viro 1-0/+328
2017-06-29fs: implement vfs_iter_write using do_iter_writeGravatar Christoph Hellwig 1-1/+1
2017-06-29fs: implement vfs_iter_read using do_iter_readGravatar Christoph Hellwig 1-2/+2
2017-06-27drbd: Drop unnecessary staticGravatar Julia Lawall 1-1/+1
2017-06-27dax: remove default copy_from_iter fallbackGravatar Dan Williams 1-0/+8
2017-06-27block: don't set bounce limit in blk_init_queueGravatar Christoph Hellwig 9-0/+10
2017-06-27blk-mq: don't bounce by defaultGravatar Christoph Hellwig 2-6/+0
2017-06-27block: don't bother with bounce limits for make_request driversGravatar Christoph Hellwig 3-3/+0
2017-06-27pktcdvd: remove the call to blk_queue_bounceGravatar Christoph Hellwig 1-2/+0
2017-06-26Merge remote-tracking branch 'jl/locks-4.13' into work.misc-set_fsGravatar Al Viro 2-15/+20
2017-06-23mtip32xx: fix up the checking for internal command failureGravatar Jens Axboe 1-17/+4