summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | loop: support 4k physical blocksizeHannes Reinecke2017-06-082-6/+38
* | | loop: Remove unused 'bdev' argument from loop_set_capacityHannes Reinecke2017-06-081-2/+2
* | | pktcdvd: Check queue type before attaching to a queueBart Van Assche2017-06-011-0/+5
* | | block: Introduce queue flag QUEUE_FLAG_SCSI_PASSTHROUGHBart Van Assche2017-06-011-0/+1
* | | nbd: add FUA op supportShaun McDowell2017-05-301-3/+13
|/ /
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-212-15/+20
|\ \
| * | Merge branch 'stable/for-jens-4.12' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe2017-05-151-3/+5
| |\|
| | * block: xen-blkback: add null check to avoid null pointer dereferenceGustavo A. R. Silva2017-05-151-3/+5
| * | drbd: fix request leak introduced by locking/atomic, kref: Kill kref_sub()Lars Ellenberg2017-05-111-12/+15
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-05-101-2/+1Star
|\ \ \
| * | | virtio: wrap find_vqsMichael S. Tsirkin2017-05-021-2/+1Star
* | | | Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-05-101-144/+215
|\ \ \ \
| * | | | rbd: exclusive map optionIlya Dryomov2017-05-041-10/+73
| * | | | rbd: return ResponseMessage result from rbd_handle_request_lock()Ilya Dryomov2017-05-041-14/+26
| * | | | rbd: kill rbd_is_lock_supported()Ilya Dryomov2017-05-041-11/+3Star
| * | | | rbd: support updating the lock cookie without releasing the lockIlya Dryomov2017-05-041-25/+41
| * | | | rbd: store lock cookieIlya Dryomov2017-05-041-5/+8
| * | | | rbd: ignore unlock errorsIlya Dryomov2017-05-041-18/+14Star
| * | | | rbd: fix error handling around rbd_init_disk()Ilya Dryomov2017-05-041-43/+44
| * | | | rbd: move rbd_unregister_watch() call into rbd_dev_image_release()Ilya Dryomov2017-05-041-15/+3Star
| * | | | rbd: move rbd_dev_destroy() call out of rbd_dev_image_release()Ilya Dryomov2017-05-041-5/+5