summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* nbd: fix 64-bit divisionJens Axboe2017-04-211-1/+1
* nbd: use loff_t for blocksize and nbd_set_size argsJosef Bacik2017-04-211-4/+4
* zram: do not use copy_page with non-page aligned addressMinchan Kim2017-04-211-3/+3
* loop: fix LO_FLAGS_PARTSCAN hangOmar Sandoval2017-03-121-7/+8
* block/loop: fix race between I/O and set_statusMing Lei2017-03-121-5/+12
* virtio_blk: avoid DMA to stack for the sense bufferChristoph Hellwig2017-01-191-1/+3
* zram: support BDI_CAP_STABLE_WRITESMinchan Kim2017-01-191-2/+11
* zram: revalidate disk under init_lockMinchan Kim2017-01-191-7/+1
* loop: return proper error from loop_queue_rq()Omar Sandoval2017-01-061-1/+1
* zram: restrict add/remove attributes to root onlySergey Senozhatsky2016-12-071-1/+7
* zram: fix unbalanced idr management at hot removalTakashi Iwai2016-11-301-1/+2
* aoe: fix crash in page count manipulationJens Axboe2016-11-121-41/+0
* drbd: Fix kernel_sendmsg() usage - potential NULL derefRichard Weinberger2016-11-091-1/+1
* nbd: Fix error handlingChristophe JAILLET2016-11-061-1/+1
* virtio_blk: Delete an unnecessary initialisation in init_vq()Markus Elfring2016-10-311-1/+1
* virtio_blk: Use kmalloc_array() in init_vq()Markus Elfring2016-10-311-4/+4
* block: DAC960: print a hex number after a 0x prefixUwe Kleine-König2016-10-271-2/+2
* nbd: fix incorrect unlock of nbd->sock_lock in sock_shutdownJohn W. Linville2016-10-241-1/+1
* rbd: don't retry watch reregistration if header object is goneIlya Dryomov2016-10-151-1/+1
* rbd: don't wait for the lock forever if blacklistedIlya Dryomov2016-10-151-17/+33
* 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