summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* kthread: kthread worker API cleanupPetr Mladek2016-10-111-4/+4
* Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2016-10-102-264/+1179
|\
| * rbd: use kmalloc_array() in rbd_header_from_disk()Markus Elfring2016-10-031-4/+3
| * rbd: add rbd_obj_request_error() helperIlya Dryomov2016-10-031-10/+18
| * rbd: img_data requests don't own their page arrayIlya Dryomov2016-10-031-8/+3
| * rbd: don't call rbd_osd_req_format_read() for !img_data requestsIlya Dryomov2016-10-031-7/+2
| * rbd: rework rbd_img_obj_exists_submit() error pathsIlya Dryomov2016-10-031-20/+22
| * rbd: don't crash or leak on errors in rbd_img_obj_parent_read_full_callback()Ilya Dryomov2016-10-031-1/+2
| * rbd: move bumping img_request refcount into rbd_obj_request_submit()Ilya Dryomov2016-10-031-4/+8
| * rbd: mark the original request as done if stat request failsIlya Dryomov2016-10-031-13/+15
| * rbd: clean up asserts in rbd_img_obj_request_submit() helpersIlya Dryomov2016-10-031-20/+10
| * rbd: change rbd_obj_request_submit() signatureIlya Dryomov2016-10-031-47/+23
| * rbd: lock_on_read map optionIlya Dryomov2016-10-031-1/+12
| * rbd: add force close optionMike Christie2016-08-241-9/+26
| * rbd: add 'config_info' sysfs rbd device attributeMike Christie2016-08-241-2/+21
| * rbd: add 'snap_id' sysfs rbd device attributeMike Christie2016-08-241-0/+10
| * rbd: add 'cluster_fsid' sysfs rbd device attributeMike Christie2016-08-241-0/+10
| * rbd: add 'client_addr' sysfs rbd device attributeIlya Dryomov2016-08-241-0/+13
| * rbd: print capacity in decimal and features in hexIlya Dryomov2016-08-241-2/+3
| * rbd: support for exclusive-lock featureIlya Dryomov2016-08-242-16/+807
| * rbd: retry watch re-registration periodicallyIlya Dryomov2016-08-241-29/+109
| * rbd: introduce a per-device ordered workqueueIlya Dryomov2016-08-241-80/+71
| * libceph: rename ceph_client_id() -> ceph_client_gid()Ilya Dryomov2016-08-241-1/+1
* | Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-097-7/+0
|\ \
| * | blk-mq: remove ->map_queueChristoph Hellwig2016-09-156-6/+0
* | | nbd: use BLK_MQ_F_BLOCKINGJosef Bacik2016-09-231-1/+1
* | | lightnvm: control life of nvm_dev in driverMatias Bjørling2016-09-211-2/+20
* | | null_blk: refactor to support non-gendisk devicesMatias Bjørling2016-09-211-49/+61
|/ /
* | nbd: allow block mq to deal with timeoutsJosef Bacik2016-09-081-37/+14
* | nbd: use flags instead of boolJosef Bacik2016-09-081-8/+10
* | nbd: don't shutdown sock with irq's disabledJosef Bacik2016-09-081-4/+15
* | nbd: convert to blkmqJosef Bacik2016-09-081-208/+129
* | mtip32xx: mark symbols static where possibleBaoyou Xie2016-08-291-1/+1
* | Revert "floppy: refactor open() flags handling"Jens Axboe2016-08-251-19/+15
* | Revert "floppy: fix open(O_ACCMODE) for ioctl-only open"Jens Axboe2016-08-251-9/+12
* | xen-blkfront: free resources if xlvbd_alloc_gendisk failsBob Liu2016-08-191-1/+6
* | xen-blkfront: introduce blkif_set_queue_limits()Bob Liu2016-08-191-38/+48
* | xen-blkfront: fix places not updated after introducing 64KB page granularityBob Liu2016-08-191-2/+2
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-08-111-18/+8
|\
| * virtio_blk: Fix a slient kernel panicMinfei Huang2016-08-091-18/+8
* | rbd: nuke the 32-bit pool id checkIlya Dryomov2016-08-091-9/+0
* | rbd: destroy header_oloc in rbd_dev_release()Ilya Dryomov2016-08-081-0/+1
|/
* block: rename bio bi_rw to bi_opfJens Axboe2016-08-076-11/+11
* block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe2016-08-072-19/+20
* mm/block: convert rw_page users to bio op useMike Christie2016-08-042-23/+22
* loop: make do_req_filebacked more robustChristoph Hellwig2016-08-041-33/+22
* loop: don't try to use AIO for discardsChristoph Hellwig2016-08-041-4/+8
* nbd: fix race in ioctlVegard Nossum2016-08-041-8/+4
* floppy: fix open(O_ACCMODE) for ioctl-only openJiri Kosina2016-08-041-12/+9
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-08-022-1/+1
|\
OpenPOWER on IntegriCloud