- f856dc3 rbd: use bio_clone_fast() instead of bio_clone() by NeilBrown · 7 years ago
- 8f66439 Merge tag 'v4.12-rc5' into for-4.13/block by Jens Axboe · 7 years ago
- fc17b65 blk-mq: switch ->queue_rq return value to blk_status_t by Christoph Hellwig · 7 years ago
- 2a842ac block: introduce new block status code type by Christoph Hellwig · 7 years ago
- 6ac5695 rbd: implement REQ_OP_WRITE_ZEROES by Ilya Dryomov · 7 years ago
- 26c5eaa Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
- 1134e09 fs: ceph: CURRENT_TIME with ktime_get_real_ts() by Deepa Dinamani · 8 years ago
- e010dd0 rbd: exclusive map option by Ilya Dryomov · 8 years ago
- 3b77faa rbd: return ResponseMessage result from rbd_handle_request_lock() by Ilya Dryomov · 8 years ago
- f9bebd5 rbd: kill rbd_is_lock_supported() by Ilya Dryomov · 8 years ago
- 14bb211 rbd: support updating the lock cookie without releasing the lock by Ilya Dryomov · 8 years ago
- cbbfb0f rbd: store lock cookie by Ilya Dryomov · 8 years ago
- bbead74 rbd: ignore unlock errors by Ilya Dryomov · 8 years ago
- 5769ed0 rbd: fix error handling around rbd_init_disk() by Ilya Dryomov · 8 years ago
- fd22aef rbd: move rbd_unregister_watch() call into rbd_dev_image_release() by Ilya Dryomov · 8 years ago
- 8b679ec rbd: move rbd_dev_destroy() call out of rbd_dev_image_release() by Ilya Dryomov · 8 years ago
- 74da4a0f libceph, ceph: always advertise all supported features by Ilya Dryomov · 8 years ago
- d6296d3 blk-mq: update ->init_request and ->exit_request prototypes by Christoph Hellwig · 8 years ago
- 93c1def rbd: remove the discard_zeroes_data flag by Christoph Hellwig · 8 years ago
- f363b08 blk-mq: constify struct blk_mq_ops by Eric Biggers · 8 years ago
- 8767b29 rbd: supported_features bus attribute by Ilya Dryomov · 8 years ago
- b2deee2 Merge tag 'ceph-for-4.11-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
- 54ea004 libceph, rbd, ceph: WRITE | ONDISK -> WRITE by Ilya Dryomov · 8 years ago
- 772c8f6 Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
- b9942bc rbd: constify device_type structure by Bhumika Goyal · 8 years ago
- 6c696d8 rbd: kill obj_request->object_name and rbd_segment_name_cache by Ilya Dryomov · 8 years ago
- a90bb0c rbd: store and use obj_request->object_no by Ilya Dryomov · 8 years ago
- 223768d rbd: RBD_V{1,2}_DATA_FORMAT macros by Ilya Dryomov · 8 years ago
- bc81207 rbd: factor out __rbd_osd_req_create() by Ilya Dryomov · 8 years ago
- 67e2b65 rbd: set offset and length outside of rbd_obj_request_create() by Ilya Dryomov · 8 years ago
- 7e97332 rbd: support for data-pool feature by Ilya Dryomov · 8 years ago
- 263423f rbd: introduce rbd_init_layout() by Ilya Dryomov · 8 years ago
- 5bc3fb1 rbd: use rbd_obj_bytes() more by Ilya Dryomov · 8 years ago
- 03acf08 rbd: remove now unused rbd_obj_request_wait() and helpers by Ilya Dryomov · 8 years ago
- ecd4a68 rbd: switch rbd_obj_method_sync() to ceph_osdc_call() by Ilya Dryomov · 8 years ago
- fe5478e rbd: do away with obj_request in rbd_obj_read_sync() by Ilya Dryomov · 8 years ago
- 431a02c rbd: initialize rbd_dev->header_oloc early by Ilya Dryomov · 8 years ago
- 24dca79 rbd: kill rbd_image_header::{crypt_type,comp_type} by Ilya Dryomov · 8 years ago
- 848d796 rbd: use kstrndup() in rbd_header_from_disk() by Ilya Dryomov · 8 years ago
- dc3b17c block: Use pointer to backing_dev_info from request_queue by Jan Kara · 8 years ago
- aebf526 block: fold cmd_type into the REQ_OP_ space by Christoph Hellwig · 8 years ago
- 2c935bc locking/atomic, kref: Add kref_read() by Peter Zijlstra · 8 years ago
- d4c2269 rbd: silence bogus -Wmaybe-uninitialized warning by Ilya Dryomov · 8 years ago
- 4d73644 rbd: don't retry watch reregistration if header object is gone by Ilya Dryomov · 8 years ago
- 87c0fde rbd: don't wait for the lock forever if blacklisted by Ilya Dryomov · 8 years ago
- 8dfb790 Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
- 88a25a5 rbd: use kmalloc_array() in rbd_header_from_disk() by Markus Elfring · 8 years ago
- 0dcc685 rbd: add rbd_obj_request_error() helper by Ilya Dryomov · 8 years ago
- 04dc923 rbd: img_data requests don't own their page array by Ilya Dryomov · 8 years ago
- 7c84883 rbd: don't call rbd_osd_req_format_read() for !img_data requests by Ilya Dryomov · 8 years ago
- 710214e rbd: rework rbd_img_obj_exists_submit() error paths by Ilya Dryomov · 8 years ago
- fa35511 rbd: don't crash or leak on errors in rbd_img_obj_parent_read_full_callback() by Ilya Dryomov · 8 years ago
- 4a17dad rbd: move bumping img_request refcount into rbd_obj_request_submit() by Ilya Dryomov · 8 years ago
- c2e8241 rbd: mark the original request as done if stat request fails by Ilya Dryomov · 8 years ago
- 058aa99 rbd: clean up asserts in rbd_img_obj_request_submit() helpers by Ilya Dryomov · 8 years ago
- 980917f rbd: change rbd_obj_request_submit() signature by Ilya Dryomov · 8 years ago
- 80de191 rbd: lock_on_read map option by Ilya Dryomov · 8 years ago
- 7d7e0f9 blk-mq: remove ->map_queue by Christoph Hellwig · 8 years ago
- 0276dca rbd: add force close option by Mike Christie · 8 years ago
- 0d6d1e9c rbd: add 'config_info' sysfs rbd device attribute by Mike Christie · 8 years ago
- 92a5867 rbd: add 'snap_id' sysfs rbd device attribute by Mike Christie · 8 years ago
- 267fb90 rbd: add 'cluster_fsid' sysfs rbd device attribute by Mike Christie · 8 years ago
- 005a07bf rbd: add 'client_addr' sysfs rbd device attribute by Ilya Dryomov · 8 years ago
- ca7909e rbd: print capacity in decimal and features in hex by Ilya Dryomov · 8 years ago
- ed95b21 rbd: support for exclusive-lock feature by Ilya Dryomov · 8 years ago
- 99d1694 rbd: retry watch re-registration periodically by Ilya Dryomov · 8 years ago
- 1643dfa rbd: introduce a per-device ordered workqueue by Ilya Dryomov · 8 years ago
- 033268a libceph: rename ceph_client_id() -> ceph_client_gid() by Ilya Dryomov · 8 years ago
- d873484 rbd: nuke the 32-bit pool id check by Ilya Dryomov · 8 years ago
- 6b6dddb rbd: destroy header_oloc in rbd_dev_release() by Ilya Dryomov · 8 years ago
- 72b5ac5 Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
- 30c156d libceph: rados pool namespace support by Yan, Zheng · 9 years ago
- 7627151 libceph: define new ceph_file_layout structure by Yan, Zheng · 9 years ago
- c2df40d drivers: use req op accessor by Mike Christie · 8 years ago
- 7cca78c libceph: replace ceph_monc_request_next_osdmap() by Ilya Dryomov · 9 years ago
- d0b1970 libceph: async MON client generic requests by Ilya Dryomov · 9 years ago
- 922dab6 libceph, rbd: ceph_osd_linger_request, watch/notify v2 by Ilya Dryomov · 8 years ago
- c525f03 rbd: rbd_dev_header_unwatch_sync() variant by Ilya Dryomov · 9 years ago
- 85e084f libceph: drop msg argument from ceph_osdc_callback_t by Ilya Dryomov · 9 years ago
- bb873b5 libceph: switch to calc_target(), part 2 by Ilya Dryomov · 8 years ago
- c41d13a rbd: use header_oid instead of header_name by Ilya Dryomov · 9 years ago
- d30291b libceph: variable-sized ceph_object_id by Ilya Dryomov · 9 years ago
- 13d1ad1 libceph: move message allocation out of ceph_osdc_alloc_request() by Ilya Dryomov · 9 years ago
- 663ae2c rbd: get/put img_request in rbd_img_request_submit() by Ilya Dryomov · 9 years ago
- d3767f0 rbd: report unsupported features to syslog by Ilya Dryomov · 9 years ago
- 811c668 rbd: fix rbd map vs notify races by Ilya Dryomov · 9 years ago
- 2224d87 rbd: use GFP_NOIO consistently for request allocations by David Disseldorp · 9 years ago
- 03d9440 rbd: use KMEM_CACHE macro by Geliang Tang · 9 years ago
- 3f1af42 libceph: enable large, variable-sized OSD requests by Ilya Dryomov · 9 years ago
- 7665d85 libceph: move r_reply_op_{len,result} into struct ceph_osd_req_op by Yan, Zheng · 9 years ago
- 1761b22 rbd: delete an unnecessary check before rbd_dev_destroy() by Markus Elfring · 9 years ago
- 70b16db rbd: don't put snap_context twice in rbd_queue_workfn() by Ilya Dryomov · 9 years ago
- 4afb04c rbd: remove duplicate calls to rbd_dev_mapping_clear() by Ilya Dryomov · 9 years ago
- 6cac469 rbd: set device_type::release instead of device::release by Ilya Dryomov · 9 years ago
- dd5ac32 rbd: don't free rbd_dev outside of the release callback by Ilya Dryomov · 9 years ago
- b51c83c rbd: return -ENOMEM instead of pool id if rbd_dev_create() fails by Ilya Dryomov · 9 years ago
- 13bf283 rbd: drop null test before destroy functions by Julia Lawall · 9 years ago
- bae818e rbd: require stable pages if message data CRCs are enabled by Ronny Hegewald · 9 years ago
- 6d69bb53 rbd: prevent kernel stack blow up on rbd map by Ilya Dryomov · 9 years ago
- 1f2c665 rbd: don't leak parent_spec in rbd_dev_probe_parent() by Ilya Dryomov · 9 years ago