summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
|/ /
* | 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
| * | | | libceph, ceph: always advertise all supported featuresIlya Dryomov2017-05-041-1/+1
| |/ / /
* | | | treewide: convert PF_MEMALLOC manipulations to new helpersVlastimil Babka2017-05-091-3/+4
* | | | fs: ceph: CURRENT_TIME with ktime_get_real_ts()Deepa Dinamani2017-05-091-1/+1
* | | | mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko2017-05-091-1/+1
| |/ / |/| |
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-066-353/+171Star
|\ \ \
| * | | mtip32xx: convert internal commands to regular block infrastructureJens Axboe2017-05-032-178/+30Star
| * | | mtip32xx: cleanup internal tag assumptionsJens Axboe2017-05-031-10/+9Star
| * | | blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig2017-05-025-28/+16Star
| * | | Revert "mtip32xx: pass BLK_MQ_F_NO_SCHED"Jens Axboe2017-05-021-1/+1
| * | | mtip32xx: convert internal command issue to block IO pathJens Axboe2017-05-021-30/+73
| * | | mtip32xx: abstract out "are any commands active" helperJens Axboe2017-05-021-10/+18
| * | | mtip32xx: kill atomic argument to mtip_quiesce_io()Jens Axboe2017-05-021-15/+5Star
| * | | mtip32xx: get rid of 'atomic' argument to mtip_exec_internal_command()Jens Axboe2017-05-021-105/+43Star
* | | | Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-062-11/+38
|\ \ \ \
| * | | | brd: fix uninitialized use of brd->dax_devGerald Schaefer2017-05-031-7/+5Star
| * | | | block: remove block_device_operations ->direct_access()Dan Williams2017-04-251-15/+0Star
| * | | | brd: add dax_operations supportDan Williams2017-04-202-11/+55
* | | | | zram: reduce load operation in page_same_filledSangwoo Park2017-05-041-3/+5
* | | | | zram: use zram_free_page instead of open-codedMinchan Kim2017-05-041-14/+3Star
* | | | | zram: introduce zram data accessorMinchan Kim2017-05-041-11/+22
* | | | | zram: remove zram_meta structureMinchan Kim2017-05-042-117/+78Star
* | | | | zram: use zram_slot_lock instead of raw bit_spin_lock opMinchan Kim2017-05-041-14/+27
* | | | | zram: partial IO refactoringMinchan Kim2017-05-041-153/+184
* | | | | zram: handle multiple pages attached bio's bvecMinchan Kim2017-05-041-29/+11Star