aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2016-10-27block: DAC960: print a hex number after a 0x prefixGravatar Uwe Kleine-König 1-2/+2
2016-10-24nbd: fix incorrect unlock of nbd->sock_lock in sock_shutdownGravatar John W. Linville 1-1/+1
2016-10-15rbd: don't retry watch reregistration if header object is goneGravatar Ilya Dryomov 1-1/+1
2016-10-15rbd: don't wait for the lock forever if blacklistedGravatar Ilya Dryomov 1-17/+33
2016-10-11kthread: kthread worker API cleanupGravatar Petr Mladek 1-4/+4
2016-10-10Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 2-264/+1179
2016-10-09Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 7-7/+0
2016-10-03rbd: use kmalloc_array() in rbd_header_from_disk()Gravatar Markus Elfring 1-4/+3
2016-10-03rbd: add rbd_obj_request_error() helperGravatar Ilya Dryomov 1-10/+18
2016-10-03rbd: img_data requests don't own their page arrayGravatar Ilya Dryomov 1-8/+3
2016-10-03rbd: don't call rbd_osd_req_format_read() for !img_data requestsGravatar Ilya Dryomov 1-7/+2
2016-10-03rbd: rework rbd_img_obj_exists_submit() error pathsGravatar Ilya Dryomov 1-20/+22
2016-10-03rbd: don't crash or leak on errors in rbd_img_obj_parent_read_full_callback()Gravatar Ilya Dryomov 1-1/+2
2016-10-03rbd: move bumping img_request refcount into rbd_obj_request_submit()Gravatar Ilya Dryomov 1-4/+8
2016-10-03rbd: mark the original request as done if stat request failsGravatar Ilya Dryomov 1-13/+15
2016-10-03rbd: clean up asserts in rbd_img_obj_request_submit() helpersGravatar Ilya Dryomov 1-20/+10
2016-10-03rbd: change rbd_obj_request_submit() signatureGravatar Ilya Dryomov 1-47/+23
2016-10-03rbd: lock_on_read map optionGravatar Ilya Dryomov 1-1/+12
2016-09-23nbd: use BLK_MQ_F_BLOCKINGGravatar Josef Bacik 1-1/+1
2016-09-21lightnvm: control life of nvm_dev in driverGravatar Matias Bjørling 1-2/+20
2016-09-21null_blk: refactor to support non-gendisk devicesGravatar Matias Bjørling 1-49/+61
2016-09-15blk-mq: remove ->map_queueGravatar Christoph Hellwig 6-6/+0
2016-09-08nbd: allow block mq to deal with timeoutsGravatar Josef Bacik 1-37/+14
2016-09-08nbd: use flags instead of boolGravatar Josef Bacik 1-8/+10
2016-09-08nbd: don't shutdown sock with irq's disabledGravatar Josef Bacik 1-4/+15
2016-09-08nbd: convert to blkmqGravatar Josef Bacik 1-208/+129
2016-08-29mtip32xx: mark symbols static where possibleGravatar Baoyou Xie 1-1/+1
2016-08-25Revert "floppy: refactor open() flags handling"Gravatar Jens Axboe 1-19/+15
2016-08-25Revert "floppy: fix open(O_ACCMODE) for ioctl-only open"Gravatar Jens Axboe 1-9/+12
2016-08-24rbd: add force close optionGravatar Mike Christie 1-9/+26
2016-08-24rbd: add 'config_info' sysfs rbd device attributeGravatar Mike Christie 1-2/+21
2016-08-24rbd: add 'snap_id' sysfs rbd device attributeGravatar Mike Christie 1-0/+10
2016-08-24rbd: add 'cluster_fsid' sysfs rbd device attributeGravatar Mike Christie 1-0/+10
2016-08-24rbd: add 'client_addr' sysfs rbd device attributeGravatar Ilya Dryomov 1-0/+13
2016-08-24rbd: print capacity in decimal and features in hexGravatar Ilya Dryomov 1-2/+3
2016-08-24rbd: support for exclusive-lock featureGravatar Ilya Dryomov 2-16/+807
2016-08-24rbd: retry watch re-registration periodicallyGravatar Ilya Dryomov 1-29/+109
2016-08-24rbd: introduce a per-device ordered workqueueGravatar Ilya Dryomov 1-80/+71
2016-08-24libceph: rename ceph_client_id() -> ceph_client_gid()Gravatar Ilya Dryomov 1-1/+1
2016-08-19xen-blkfront: free resources if xlvbd_alloc_gendisk failsGravatar Bob Liu 1-1/+6
2016-08-19xen-blkfront: introduce blkif_set_queue_limits()Gravatar Bob Liu 1-38/+48
2016-08-19xen-blkfront: fix places not updated after introducing 64KB page granularityGravatar Bob Liu 1-2/+2
2016-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-18/+8
2016-08-09rbd: nuke the 32-bit pool id checkGravatar Ilya Dryomov 1-9/+0
2016-08-09virtio_blk: Fix a slient kernel panicGravatar Minfei Huang 1-18/+8
2016-08-08rbd: destroy header_oloc in rbd_dev_release()Gravatar Ilya Dryomov 1-0/+1
2016-08-07block: rename bio bi_rw to bi_opfGravatar Jens Axboe 6-11/+11
2016-08-07block/mm: make bdev_ops->rw_page() take a bool for read/writeGravatar Jens Axboe 2-19/+20
2016-08-04mm/block: convert rw_page users to bio op useGravatar Mike Christie 2-23/+22
2016-08-04loop: make do_req_filebacked more robustGravatar Christoph Hellwig 1-33/+22