aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-12aoe: fix crash in page count manipulationJens Axboe1-41/+0
2016-11-09drbd: Fix kernel_sendmsg() usage - potential NULL derefRichard Weinberger1-1/+1
2016-11-06nbd: Fix error handlingChristophe JAILLET1-1/+1
2016-10-31virtio_blk: Delete an unnecessary initialisation in init_vq()Markus Elfring1-1/+1
2016-10-31virtio_blk: Use kmalloc_array() in init_vq()Markus Elfring1-4/+4
2016-10-27block: DAC960: print a hex number after a 0x prefixUwe Kleine-König1-2/+2
2016-10-24nbd: fix incorrect unlock of nbd->sock_lock in sock_shutdownJohn W. Linville1-1/+1
2016-10-15rbd: don't retry watch reregistration if header object is goneIlya Dryomov1-1/+1
2016-10-15rbd: don't wait for the lock forever if blacklistedIlya Dryomov1-17/+33
2016-10-11kthread: kthread worker API cleanupPetr Mladek1-4/+4
2016-10-10Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2-264/+1179
2016-10-09Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds7-7/+0
2016-10-03rbd: use kmalloc_array() in rbd_header_from_disk()Markus Elfring1-4/+3
2016-10-03rbd: add rbd_obj_request_error() helperIlya Dryomov1-10/+18
2016-10-03rbd: img_data requests don't own their page arrayIlya Dryomov1-8/+3
2016-10-03rbd: don't call rbd_osd_req_format_read() for !img_data requestsIlya Dryomov1-7/+2
2016-10-03rbd: rework rbd_img_obj_exists_submit() error pathsIlya Dryomov1-20/+22
2016-10-03rbd: don't crash or leak on errors in rbd_img_obj_parent_read_full_callback()Ilya Dryomov1-1/+2
2016-10-03rbd: move bumping img_request refcount into rbd_obj_request_submit()Ilya Dryomov1-4/+8
2016-10-03rbd: mark the original request as done if stat request failsIlya Dryomov1-13/+15
2016-10-03rbd: clean up asserts in rbd_img_obj_request_submit() helpersIlya Dryomov1-20/+10
2016-10-03rbd: change rbd_obj_request_submit() signatureIlya Dryomov1-47/+23
2016-10-03rbd: lock_on_read map optionIlya Dryomov1-1/+12
2016-09-23nbd: use BLK_MQ_F_BLOCKINGJosef Bacik1-1/+1
2016-09-21lightnvm: control life of nvm_dev in driverMatias Bjørling1-2/+20
2016-09-21null_blk: refactor to support non-gendisk devicesMatias Bjørling1-49/+61
2016-09-15blk-mq: remove ->map_queueChristoph Hellwig6-6/+0
2016-09-08nbd: allow block mq to deal with timeoutsJosef Bacik1-37/+14
2016-09-08nbd: use flags instead of boolJosef Bacik1-8/+10
2016-09-08nbd: don't shutdown sock with irq's disabledJosef Bacik1-4/+15
2016-09-08nbd: convert to blkmqJosef Bacik1-208/+129
2016-08-29mtip32xx: mark symbols static where possibleBaoyou Xie1-1/+1
2016-08-25Revert "floppy: refactor open() flags handling"Jens Axboe1-19/+15
2016-08-25Revert "floppy: fix open(O_ACCMODE) for ioctl-only open"Jens Axboe1-9/+12
2016-08-24rbd: add force close optionMike Christie1-9/+26
2016-08-24rbd: add 'config_info' sysfs rbd device attributeMike Christie1-2/+21
2016-08-24rbd: add 'snap_id' sysfs rbd device attributeMike Christie1-0/+10
2016-08-24rbd: add 'cluster_fsid' sysfs rbd device attributeMike Christie1-0/+10
2016-08-24rbd: add 'client_addr' sysfs rbd device attributeIlya Dryomov1-0/+13
2016-08-24rbd: print capacity in decimal and features in hexIlya Dryomov1-2/+3
2016-08-24rbd: support for exclusive-lock featureIlya Dryomov2-16/+807
2016-08-24rbd: retry watch re-registration periodicallyIlya Dryomov1-29/+109
2016-08-24rbd: introduce a per-device ordered workqueueIlya Dryomov1-80/+71
2016-08-24libceph: rename ceph_client_id() -> ceph_client_gid()Ilya Dryomov1-1/+1
2016-08-19xen-blkfront: free resources if xlvbd_alloc_gendisk failsBob Liu1-1/+6
2016-08-19xen-blkfront: introduce blkif_set_queue_limits()Bob Liu1-38/+48
2016-08-19xen-blkfront: fix places not updated after introducing 64KB page granularityBob Liu1-2/+2
2016-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-18/+8
2016-08-09rbd: nuke the 32-bit pool id checkIlya Dryomov1-9/+0
2016-08-09virtio_blk: Fix a slient kernel panicMinfei Huang1-18/+8