aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-20block: Make most scsi_req_init() calls implicitBart Van Assche1-1/+0
2017-06-20null_blk: add support for shared tagsJens Axboe1-42/+70
2017-06-18xen-blkfront: remove bio splitting.NeilBrown1-51/+3
2017-06-18pktcdvd: use bio_clone_fast() instead of bio_clone()NeilBrown1-2/+10
2017-06-18drbd: use bio_clone_fast() instead of bio_clone()NeilBrown3-1/+13
2017-06-18rbd: use bio_clone_fast() instead of bio_clone()NeilBrown1-1/+15
2017-06-18blk: make the bioset rescue_workqueue optional.NeilBrown1-1/+3
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown1-1/+1
2017-06-18blk: remove bio_set arg from blk_queue_split()NeilBrown5-5/+5
2017-06-18loop: Add PF_LESS_THROTTLE to block/loop device thread.NeilBrown1-1/+7
2017-06-16block: swim3: make of_device_ids const.Arvind Yadav1-1/+1
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe3-10/+10
2017-06-09block: switch bios to blk_status_tChristoph Hellwig17-73/+65
2017-06-09blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig7-33/+28
2017-06-09block: introduce new block status code typeChristoph Hellwig25-123/+129
2017-06-09nbd: set sk->sk_sndtimeo for our socketsJosef Bacik1-0/+2
2017-06-09loop: fix error handling regressionArnd Bergmann1-1/+2
2017-06-08loop: support 4k physical blocksizeHannes Reinecke2-6/+38
2017-06-08loop: Remove unused 'bdev' argument from loop_set_capacityHannes Reinecke1-2/+2
2017-06-08Fix loop device flush before configure v3James Wang1-0/+3
2017-06-02Merge tag 'ceph-for-4.12-rc4' of git://github.com/ceph/ceph-clientLinus Torvalds1-0/+2
2017-06-01pktcdvd: Check queue type before attaching to a queueBart Van Assche1-0/+5
2017-06-01block: Introduce queue flag QUEUE_FLAG_SCSI_PASSTHROUGHBart Van Assche1-0/+1
2017-05-30nbd: add FUA op supportShaun McDowell1-3/+13
2017-05-30nbd: don't leak nbd_configIlya Dryomov1-0/+1
2017-05-30nbd: nbd_reset() call in nbd_dev_add() is redundantIlya Dryomov1-10/+4
2017-05-29rbd: implement REQ_OP_WRITE_ZEROESIlya Dryomov1-0/+2
2017-05-20Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-15/+20
2017-05-15Merge branch 'stable/for-jens-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-linusJens Axboe1-3/+5
2017-05-15block: xen-blkback: add null check to avoid null pointer dereferenceGustavo A. R. Silva1-3/+5
2017-05-11drbd: fix request leak introduced by locking/atomic, kref: Kill kref_sub()Lars Ellenberg1-12/+15
2017-05-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+1
2017-05-10Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-144/+215
2017-05-08treewide: convert PF_MEMALLOC manipulations to new helpersVlastimil Babka1-3/+4
2017-05-08fs: ceph: CURRENT_TIME with ktime_get_real_ts()Deepa Dinamani1-1/+1
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko1-1/+1
2017-05-06Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds6-353/+171
2017-05-05Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds2-11/+38
2017-05-04rbd: exclusive map optionIlya Dryomov1-10/+73
2017-05-04rbd: return ResponseMessage result from rbd_handle_request_lock()Ilya Dryomov1-14/+26
2017-05-04rbd: kill rbd_is_lock_supported()Ilya Dryomov1-11/+3
2017-05-04rbd: support updating the lock cookie without releasing the lockIlya Dryomov1-25/+41
2017-05-04rbd: store lock cookieIlya Dryomov1-5/+8
2017-05-04rbd: ignore unlock errorsIlya Dryomov1-18/+14
2017-05-04rbd: fix error handling around rbd_init_disk()Ilya Dryomov1-43/+44
2017-05-04rbd: move rbd_unregister_watch() call into rbd_dev_image_release()Ilya Dryomov1-15/+3
2017-05-04rbd: move rbd_dev_destroy() call out of rbd_dev_image_release()Ilya Dryomov1-5/+5
2017-05-04libceph, ceph: always advertise all supported featuresIlya Dryomov1-1/+1
2017-05-03zram: reduce load operation in page_same_filledSangwoo Park1-3/+5
2017-05-03zram: use zram_free_page instead of open-codedMinchan Kim1-14/+3