aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/rbd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-04rbd: move rbd_dev_destroy() call out of rbd_dev_image_release()Ilya Dryomov1-5/+5
2017-05-04libceph, ceph: always advertise all supported featuresIlya Dryomov1-1/+1
2017-05-02blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig1-3/+2
2017-04-08rbd: remove the discard_zeroes_data flagChristoph Hellwig1-1/+0
2017-03-31blk-mq: constify struct blk_mq_opsEric Biggers1-1/+1
2017-03-07rbd: supported_features bus attributeIlya Dryomov1-4/+12
2017-02-28Merge tag 'ceph-for-4.11-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-374/+227
2017-02-24libceph, rbd, ceph: WRITE | ONDISK -> WRITEIlya Dryomov1-4/+2
2017-02-21Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-blockLinus Torvalds1-11/+13
2017-02-20rbd: constify device_type structureBhumika Goyal1-1/+1
2017-02-20rbd: kill obj_request->object_name and rbd_segment_name_cacheIlya Dryomov1-72/+7
2017-02-20rbd: store and use obj_request->object_noIlya Dryomov1-6/+13
2017-02-20rbd: RBD_V{1,2}_DATA_FORMAT macrosIlya Dryomov1-4/+2
2017-02-20rbd: factor out __rbd_osd_req_create()Ilya Dryomov1-63/+40
2017-02-20rbd: set offset and length outside of rbd_obj_request_create()Ilya Dryomov1-15/+11
2017-02-20rbd: support for data-pool featureIlya Dryomov1-2/+31
2017-02-20rbd: introduce rbd_init_layout()Ilya Dryomov1-7/+18
2017-02-20rbd: use rbd_obj_bytes() moreIlya Dryomov1-12/+12
2017-02-20rbd: remove now unused rbd_obj_request_wait() and helpersIlya Dryomov1-38/+0
2017-02-20rbd: switch rbd_obj_method_sync() to ceph_osdc_call()Ilya Dryomov1-95/+67
2017-02-20rbd: do away with obj_request in rbd_obj_read_sync()Ilya Dryomov1-49/+32
2017-02-20rbd: initialize rbd_dev->header_oloc earlyIlya Dryomov1-3/+1
2017-02-20rbd: kill rbd_image_header::{crypt_type,comp_type}Ilya Dryomov1-9/+0
2017-02-20rbd: use kstrndup() in rbd_header_from_disk()Ilya Dryomov1-7/+3
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara1-1/+1
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig1-10/+12
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra1-4/+4
2016-12-12rbd: silence bogus -Wmaybe-uninitialized warningIlya Dryomov1-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-10Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-264/+1168
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-15blk-mq: remove ->map_queueChristoph Hellwig1-1/+0
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 Dryomov1-16/+796