summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-071-0/+8
|\
| * dax: remove default copy_from_iter fallbackDan Williams2017-06-281-0/+8
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-07-071-0/+2
|\ \
| * | zram: count same page write as page_storedMinchan Kim2017-07-071-0/+2
* | | Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-07-071-0/+328
|\ \ \ | |/ / |/| |
| * | take floppy compat ioctls to sodding floppy.cAl Viro2017-06-301-0/+328
* | | Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-051-3/+3
|\ \ \
| * | | fs: implement vfs_iter_write using do_iter_writeChristoph Hellwig2017-06-291-1/+1
| * | | fs: implement vfs_iter_read using do_iter_readChristoph Hellwig2017-06-291-2/+2
* | | | Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-051-3/+0Star
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'jl/locks-4.13' into work.misc-set_fsAl Viro2017-06-272-15/+20
| |\ \ \ \
| * | | | | drbd: ->sendpage() never needed set_fs()Al Viro2017-05-271-3/+0Star
| | |_|/ / | |/| | |
* | | | | Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-07-042-29/+32
|\ \ \ \ \
| * | | | | zram: convert remaining CLASS_ATTR() to CLASS_ATTR_RO()Greg Kroah-Hartman2017-06-131-1/+1
| * | | | | pktcdvd: use class_groups instead of class_attrsGreg Kroah-Hartman2017-06-091-18/+17Star
| * | | | | zram: use class_groups instead of class_attrsGreg Kroah-Hartman2017-06-091-11/+15
| | |/ / / | |/| | |
* | | | | drbd: Drop unnecessary staticJulia Lawall2017-06-281-1/+1
* | | | | block: don't set bounce limit in blk_init_queueChristoph Hellwig2017-06-279-0/+10
* | | | | blk-mq: don't bounce by defaultChristoph Hellwig2017-06-272-6/+0Star
* | | | | block: don't bother with bounce limits for make_request driversChristoph Hellwig2017-06-273-3/+0Star
* | | | | pktcdvd: remove the call to blk_queue_bounceChristoph Hellwig2017-06-271-2/+0Star
* | | | | mtip32xx: fix up the checking for internal command failureJens Axboe2017-06-231-17/+4Star
* | | | | Merge commit '8e8320c9315c' into for-4.13/blockJens Axboe2017-06-233-41/+26Star
|\ \ \ \ \
| * \ \ \ \ Merge branch 'stable/for-jens-4.12' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe2017-06-203-41/+26Star
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | xen-blkback: don't leak stack data via response ringJan Beulich2017-06-132-31/+17Star
| | * | | | xen/blkback: don't use xen_blkif_get() in xen-blkback kthreadJuergen Gross2017-06-132-4/+0Star
| | * | | | xen/blkback: don't free be structure too earlyJuergen Gross2017-06-131-4/+3Star
| | * | | | xen/blkback: fix disconnect while I/Os in flightJuergen Gross2017-06-132-2/+6
* | | | | | block: Make most scsi_req_init() calls implicitBart Van Assche2017-06-211-1/+0Star
* | | | | | null_blk: add support for shared tagsJens Axboe2017-06-201-42/+70
* | | | | | xen-blkfront: remove bio splitting.NeilBrown2017-06-181-51/+3Star
* | | | | | pktcdvd: use bio_clone_fast() instead of bio_clone()NeilBrown2017-06-181-2/+10
* | | | | | drbd: use bio_clone_fast() instead of bio_clone()NeilBrown2017-06-183-1/+13
* | | | | | rbd: use bio_clone_fast() instead of bio_clone()NeilBrown2017-06-181-1/+15
* | | | | | blk: make the bioset rescue_workqueue optional.NeilBrown2017-06-181-1/+3
* | | | | | blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown2017-06-181-1/+1
* | | | | | blk: remove bio_set arg from blk_queue_split()NeilBrown2017-06-185-5/+5
* | | | | | loop: Add PF_LESS_THROTTLE to block/loop device thread.NeilBrown2017-06-181-1/+7
* | | | | | block: swim3: make of_device_ids const.Arvind Yadav2017-06-161-1/+1
* | | | | | Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-123-10/+10
|\| | | | |
| * | | | | Fix loop device flush before configure v3James Wang2017-06-081-0/+3
| | |_|_|/ | |/| | |
| * | | | Merge tag 'ceph-for-4.12-rc4' of git://github.com/ceph/ceph-clientLinus Torvalds2017-06-021-0/+2
| |\ \ \ \
| | * | | | rbd: implement REQ_OP_WRITE_ZEROESIlya Dryomov2017-05-291-0/+2
| | | |/ / | | |/| |
| * | | | nbd: don't leak nbd_configIlya Dryomov2017-05-301-0/+1
| * | | | nbd: nbd_reset() call in nbd_dev_add() is redundantIlya Dryomov2017-05-301-10/+4Star
| |/ / /
* | | | block: switch bios to blk_status_tChristoph Hellwig2017-06-0917-73/+65Star
* | | | blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig2017-06-097-33/+28Star
* | | | block: introduce new block status code typeChristoph Hellwig2017-06-0925-123/+129
* | | | nbd: set sk->sk_sndtimeo for our socketsJosef Bacik2017-06-091-0/+2
* | | | loop: fix error handling regressionArnd Bergmann2017-06-091-1/+2