summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
2017-06-20Merge branch 'stable/for-jens-4.12' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe-41/+26
2017-06-13xen-blkback: don't leak stack data via response ringJan Beulich-31/+17
2017-06-13xen/blkback: don't use xen_blkif_get() in xen-blkback kthreadJuergen Gross-4/+0
2017-06-13xen/blkback: don't free be structure too earlyJuergen Gross-4/+3
2017-06-13xen/blkback: fix disconnect while I/Os in flightJuergen Gross-2/+6
2017-06-08Fix loop device flush before configure v3James Wang-0/+3
2017-06-02Merge tag 'ceph-for-4.12-rc4' of git://github.com/ceph/ceph-clientLinus Torvalds-0/+2
2017-05-30nbd: don't leak nbd_configIlya Dryomov-0/+1
2017-05-30nbd: nbd_reset() call in nbd_dev_add() is redundantIlya Dryomov-10/+4
2017-05-29rbd: implement REQ_OP_WRITE_ZEROESIlya Dryomov-0/+2
2017-05-20Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-15/+20
2017-05-15Merge branch 'stable/for-jens-4.12' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe-3/+5
2017-05-15block: xen-blkback: add null check to avoid null pointer dereferenceGustavo A. R. Silva-3/+5
2017-05-11drbd: fix request leak introduced by locking/atomic, kref: Kill kref_sub()Lars Ellenberg-12/+15
2017-05-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-2/+1
2017-05-10Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds-144/+215
2017-05-08treewide: convert PF_MEMALLOC manipulations to new helpersVlastimil Babka-3/+4
2017-05-08fs: ceph: CURRENT_TIME with ktime_get_real_ts()Deepa Dinamani-1/+1
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko-1/+1
2017-05-06Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-353/+171
2017-05-05Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-11/+38
2017-05-04rbd: exclusive map optionIlya Dryomov-10/+73
2017-05-04rbd: return ResponseMessage result from rbd_handle_request_lock()Ilya Dryomov-14/+26
2017-05-04rbd: kill rbd_is_lock_supported()Ilya Dryomov-11/+3
2017-05-04rbd: support updating the lock cookie without releasing the lockIlya Dryomov-25/+41
2017-05-04rbd: store lock cookieIlya Dryomov-5/+8
2017-05-04rbd: ignore unlock errorsIlya Dryomov-18/+14
2017-05-04rbd: fix error handling around rbd_init_disk()Ilya Dryomov-43/+44
2017-05-04rbd: move rbd_unregister_watch() call into rbd_dev_image_release()Ilya Dryomov-15/+3
2017-05-04rbd: move rbd_dev_destroy() call out of rbd_dev_image_release()Ilya Dryomov-5/+5
2017-05-04libceph, ceph: always advertise all supported featuresIlya Dryomov-1/+1
2017-05-03zram: reduce load operation in page_same_filledSangwoo Park-3/+5
2017-05-03zram: use zram_free_page instead of open-codedMinchan Kim-14/+3
2017-05-03zram: introduce zram data accessorMinchan Kim-11/+22
2017-05-03zram: remove zram_meta structureMinchan Kim-117/+78
2017-05-03zram: use zram_slot_lock instead of raw bit_spin_lock opMinchan Kim-14/+27
2017-05-03zram: partial IO refactoringMinchan Kim-153/+184
2017-05-03zram: handle multiple pages attached bio's bvecMinchan Kim-29/+11
2017-05-03brd: fix uninitialized use of brd->dax_devGerald Schaefer-7/+5
2017-05-03mtip32xx: convert internal commands to regular block infrastructureJens Axboe-178/+30
2017-05-03mtip32xx: cleanup internal tag assumptionsJens Axboe-10/+9
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-3/+3
2017-05-02virtio: wrap find_vqsMichael S. Tsirkin-2/+1
2017-05-02blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig-28/+16
2017-05-02Revert "mtip32xx: pass BLK_MQ_F_NO_SCHED"Jens Axboe-1/+1
2017-05-02mtip32xx: convert internal command issue to block IO pathJens Axboe-30/+73
2017-05-02mtip32xx: abstract out "are any commands active" helperJens Axboe-10/+18
2017-05-02mtip32xx: kill atomic argument to mtip_quiesce_io()Jens Axboe-15/+5
2017-05-02mtip32xx: get rid of 'atomic' argument to mtip_exec_internal_command()Jens Axboe-105/+43