aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAge
* nbd: fix 64-bit divisionJens Axboe2017-04-21
* nbd: use loff_t for blocksize and nbd_set_size argsJosef Bacik2017-04-21
* zram: do not use copy_page with non-page aligned addressMinchan Kim2017-04-21
* loop: fix LO_FLAGS_PARTSCAN hangOmar Sandoval2017-03-12
* block/loop: fix race between I/O and set_statusMing Lei2017-03-12
* virtio_blk: avoid DMA to stack for the sense bufferChristoph Hellwig2017-01-19
* zram: support BDI_CAP_STABLE_WRITESMinchan Kim2017-01-19
* zram: revalidate disk under init_lockMinchan Kim2017-01-19
* loop: return proper error from loop_queue_rq()Omar Sandoval2017-01-06
* zram: restrict add/remove attributes to root onlySergey Senozhatsky2016-12-07
* zram: fix unbalanced idr management at hot removalTakashi Iwai2016-11-30
* aoe: fix crash in page count manipulationJens Axboe2016-11-12
* drbd: Fix kernel_sendmsg() usage - potential NULL derefRichard Weinberger2016-11-09
* nbd: Fix error handlingChristophe JAILLET2016-11-06
* virtio_blk: Delete an unnecessary initialisation in init_vq()Markus Elfring2016-10-30
* virtio_blk: Use kmalloc_array() in init_vq()Markus Elfring2016-10-30
* block: DAC960: print a hex number after a 0x prefixUwe Kleine-König2016-10-27
* nbd: fix incorrect unlock of nbd->sock_lock in sock_shutdownJohn W. Linville2016-10-24
* rbd: don't retry watch reregistration if header object is goneIlya Dryomov2016-10-15
* rbd: don't wait for the lock forever if blacklistedIlya Dryomov2016-10-15
* kthread: kthread worker API cleanupPetr Mladek2016-10-11
* Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2016-10-10
|\
| * rbd: use kmalloc_array() in rbd_header_from_disk()Markus Elfring2016-10-03
| * rbd: add rbd_obj_request_error() helperIlya Dryomov2016-10-03
| * rbd: img_data requests don't own their page arrayIlya Dryomov2016-10-03
| * rbd: don't call rbd_osd_req_format_read() for !img_data requestsIlya Dryomov2016-10-03
| * rbd: rework rbd_img_obj_exists_submit() error pathsIlya Dryomov2016-10-03
| * rbd: don't crash or leak on errors in rbd_img_obj_parent_read_full_callback()Ilya Dryomov2016-10-03
| * rbd: move bumping img_request refcount into rbd_obj_request_submit()Ilya Dryomov2016-10-03
| * rbd: mark the original request as done if stat request failsIlya Dryomov2016-10-03
| * rbd: clean up asserts in rbd_img_obj_request_submit() helpersIlya Dryomov2016-10-03
| * rbd: change rbd_obj_request_submit() signatureIlya Dryomov2016-10-03
| * rbd: lock_on_read map optionIlya Dryomov2016-10-03
| * rbd: add force close optionMike Christie2016-08-24
| * rbd: add 'config_info' sysfs rbd device attributeMike Christie2016-08-24
| * rbd: add 'snap_id' sysfs rbd device attributeMike Christie2016-08-24
| * rbd: add 'cluster_fsid' sysfs rbd device attributeMike Christie2016-08-24
| * rbd: add 'client_addr' sysfs rbd device attributeIlya Dryomov2016-08-24
| * rbd: print capacity in decimal and features in hexIlya Dryomov2016-08-24
| * rbd: support for exclusive-lock featureIlya Dryomov2016-08-24
| * rbd: retry watch re-registration periodicallyIlya Dryomov2016-08-24
| * rbd: introduce a per-device ordered workqueueIlya Dryomov2016-08-24
| * libceph: rename ceph_client_id() -> ceph_client_gid()Ilya Dryomov2016-08-24
* | Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-09
|\ \
| * | blk-mq: remove ->map_queueChristoph Hellwig2016-09-15
* | | nbd: use BLK_MQ_F_BLOCKINGJosef Bacik2016-09-23
* | | lightnvm: control life of nvm_dev in driverMatias Bjørling2016-09-21
* | | null_blk: refactor to support non-gendisk devicesMatias Bjørling2016-09-21
|/ /
* | nbd: allow block mq to deal with timeoutsJosef Bacik2016-09-08
* | nbd: use flags instead of boolJosef Bacik2016-09-08