summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2016-12-07zram: restrict add/remove attributes to root onlySergey Senozhatsky
2016-11-30zram: fix unbalanced idr management at hot removalTakashi Iwai
2016-11-12aoe: fix crash in page count manipulationJens Axboe
2016-11-09drbd: Fix kernel_sendmsg() usage - potential NULL derefRichard Weinberger
2016-11-06nbd: Fix error handlingChristophe JAILLET
2016-10-31virtio_blk: Delete an unnecessary initialisation in init_vq()Markus Elfring
2016-10-31virtio_blk: Use kmalloc_array() in init_vq()Markus Elfring
2016-10-27block: DAC960: print a hex number after a 0x prefixUwe Kleine-König
2016-10-24nbd: fix incorrect unlock of nbd->sock_lock in sock_shutdownJohn W. Linville
2016-10-15rbd: don't retry watch reregistration if header object is goneIlya Dryomov
2016-10-15rbd: don't wait for the lock forever if blacklistedIlya Dryomov
2016-10-11kthread: kthread worker API cleanupPetr Mladek
2016-10-10Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2016-10-09Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-10-03rbd: use kmalloc_array() in rbd_header_from_disk()Markus Elfring
2016-10-03rbd: add rbd_obj_request_error() helperIlya Dryomov
2016-10-03rbd: img_data requests don't own their page arrayIlya Dryomov
2016-10-03rbd: don't call rbd_osd_req_format_read() for !img_data requestsIlya Dryomov
2016-10-03rbd: rework rbd_img_obj_exists_submit() error pathsIlya Dryomov
2016-10-03rbd: don't crash or leak on errors in rbd_img_obj_parent_read_full_callback()Ilya Dryomov
2016-10-03rbd: move bumping img_request refcount into rbd_obj_request_submit()Ilya Dryomov
2016-10-03rbd: mark the original request as done if stat request failsIlya Dryomov
2016-10-03rbd: clean up asserts in rbd_img_obj_request_submit() helpersIlya Dryomov
2016-10-03rbd: change rbd_obj_request_submit() signatureIlya Dryomov
2016-10-03rbd: lock_on_read map optionIlya Dryomov
2016-09-23nbd: use BLK_MQ_F_BLOCKINGJosef Bacik
2016-09-21lightnvm: control life of nvm_dev in driverMatias Bjørling
2016-09-21null_blk: refactor to support non-gendisk devicesMatias Bjørling
2016-09-15blk-mq: remove ->map_queueChristoph Hellwig
2016-09-08nbd: allow block mq to deal with timeoutsJosef Bacik
2016-09-08nbd: use flags instead of boolJosef Bacik
2016-09-08nbd: don't shutdown sock with irq's disabledJosef Bacik
2016-09-08nbd: convert to blkmqJosef Bacik
2016-08-29mtip32xx: mark symbols static where possibleBaoyou Xie
2016-08-25Revert "floppy: refactor open() flags handling"Jens Axboe
2016-08-25Revert "floppy: fix open(O_ACCMODE) for ioctl-only open"Jens Axboe
2016-08-24rbd: add force close optionMike Christie
2016-08-24rbd: add 'config_info' sysfs rbd device attributeMike Christie
2016-08-24rbd: add 'snap_id' sysfs rbd device attributeMike Christie
2016-08-24rbd: add 'cluster_fsid' sysfs rbd device attributeMike Christie
2016-08-24rbd: add 'client_addr' sysfs rbd device attributeIlya Dryomov
2016-08-24rbd: print capacity in decimal and features in hexIlya Dryomov
2016-08-24rbd: support for exclusive-lock featureIlya Dryomov
2016-08-24rbd: retry watch re-registration periodicallyIlya Dryomov
2016-08-24rbd: introduce a per-device ordered workqueueIlya Dryomov
2016-08-24libceph: rename ceph_client_id() -> ceph_client_gid()Ilya Dryomov
2016-08-19xen-blkfront: free resources if xlvbd_alloc_gendisk failsBob Liu
2016-08-19xen-blkfront: introduce blkif_set_queue_limits()Bob Liu
2016-08-19xen-blkfront: fix places not updated after introducing 64KB page granularityBob Liu
2016-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds