| Commit message (Expand) | Author | Age | Files | Lines |
* | libceph: move away from global osd_req_flags | Ilya Dryomov | 2020-06-16 | 1 | -2/+2 |
* | libceph: support for alloc hint flags | Ilya Dryomov | 2020-06-01 | 2 | -1/+17 |
* | libceph: read_from_replica option | Ilya Dryomov | 2020-06-01 | 1 | -0/+2 |
* | libceph: support for balanced and localized reads | Ilya Dryomov | 2020-06-01 | 2 | -0/+4 |
* | libceph: crush_location infrastructure | Ilya Dryomov | 2020-06-01 | 2 | -1/+16 |
* | libceph: add non-asserting rbtree insertion helper | Ilya Dryomov | 2020-06-01 | 1 | -2/+8 |
* | libceph, rbd: replace zero-length array with flexible-array | Gustavo A. R. Silva | 2020-06-01 | 1 | -1/+1 |
* | ceph: add read/write latency metric support | Xiubo Li | 2020-06-01 | 1 | -0/+3 |
* | ceph: consider inode's last read/write when calculating wanted caps | Yan, Zheng | 2020-03-30 | 1 | -0/+1 |
* | ceph: attempt to do async create when possible | Jeff Layton | 2020-03-30 | 1 | -0/+3 |
* | ceph: cap tracking for async directory operations | Jeff Layton | 2020-03-30 | 1 | -0/+6 |
* | ceph: track primary dentry link | Jeff Layton | 2020-03-30 | 1 | -0/+3 |
* | ceph: add flag to designate that a request is asynchronous | Jeff Layton | 2020-03-30 | 1 | -2/+3 |
* | ceph: move to a dedicated slabcache for mds requests | Jeff Layton | 2020-03-30 | 1 | -0/+1 |
* | ceph: move ceph_osdc_{read,write}pages to ceph.ko | Xiubo Li | 2020-03-30 | 1 | -17/+0 |
* | libceph: drop CEPH_DEFINE_SHOW_FUNC | Ilya Dryomov | 2020-03-30 | 1 | -14/+0 |
* | libceph: fix alloc_msg_with_page_vector() memory leaks | Ilya Dryomov | 2020-03-23 | 1 | -3/+4 |
* | ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULL | Ilya Dryomov | 2020-03-23 | 2 | -2/+8 |
* | Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2020-02-08 | 1 | -2/+3 |
|\ |
|
| * | ceph_parse_param(), ceph_parse_mon_ips(): switch to passing fc_log | Al Viro | 2020-02-07 | 1 | -2/+3 |
* | | ceph: use copy-from2 op in copy_file_range | Luis Henriques | 2020-01-27 | 2 | -0/+3 |
* | | ceph: add possible_max_rank and make the code more readable | Xiubo Li | 2020-01-27 | 1 | -5/+5 |
* | | ceph: fix mdsmap cluster available check based on laggy number | Xiubo Li | 2020-01-27 | 1 | -2/+3 |
|/ |
|
* | libceph, rbd, ceph: convert to use the new mount API | David Howells | 2019-11-27 | 1 | -4/+6 |
* | libceph: add function that clears osd client's abort_err | Yan, Zheng | 2019-09-16 | 1 | -0/+1 |
* | libceph: add function that reset client's entity addr | Yan, Zheng | 2019-09-16 | 4 | -0/+4 |
* | libceph: allow ceph_buffer_put() to receive a NULL ceph_buffer | Luis Henriques | 2019-08-22 | 1 | -1/+2 |
* | Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2019-07-18 | 8 | -12/+32 |
|\ |
|
| * | rbd: support for object-map and fast-diff | Ilya Dryomov | 2019-07-08 | 2 | -0/+5 |
| * | libceph: export osd_req_op_data() macro | Ilya Dryomov | 2019-07-08 | 1 | -0/+8 |
| * | libceph: change ceph_osdc_call() to take page vector for response | Ilya Dryomov | 2019-07-08 | 1 | -1/+1 |
| * | libceph: bump CEPH_MSG_MAX_DATA_LEN (again) | Ilya Dryomov | 2019-07-08 | 1 | -2/+4 |
| * | libceph: rename r_unsafe_item to r_private_item | Ilya Dryomov | 2019-07-08 | 1 | -1/+1 |
| * | ceph: more precise CEPH_CLIENT_CAPS_PENDING_CAPSNAP | Yan, Zheng | 2019-07-08 | 1 | -1/+1 |
| * | libceph: turn on CEPH_FEATURE_MSG_ADDR2 | Jeff Layton | 2019-07-08 | 1 | -0/+1 |
| * | libceph: rename ceph_encode_addr to ceph_encode_banner_addr | Jeff Layton | 2019-07-08 | 1 | -2/+2 |
| * | libceph: use TYPE_LEGACY for entity addrs instead of TYPE_NONE | Jeff Layton | 2019-07-08 | 1 | -0/+7 |
| * | libceph: ADDR2 support for monmap | Jeff Layton | 2019-07-08 | 1 | -1/+0 |
| * | libceph: add ceph_decode_entity_addr | Jeff Layton | 2019-07-08 | 1 | -0/+2 |
| * | libceph: remove ceph_get_direct_page_vector() | Christoph Hellwig | 2019-07-08 | 1 | -4/+0 |
* | | ceph: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 2019-07-03 | 1 | -2/+2 |
|/ |
|
* | libceph: make ceph_pr_addr take an struct ceph_entity_addr pointer | Jeff Layton | 2019-05-07 | 1 | -1/+2 |
* | libceph: fix clang warning for CEPH_DEFINE_OID_ONSTACK | Arnd Bergmann | 2019-05-07 | 1 | -7/+6 |
* | ceph: snapshot nfs re-export | Yan, Zheng | 2019-05-07 | 1 | -0/+6 |
* | libceph: wait for latest osdmap in ceph_monc_blacklist_add() | Ilya Dryomov | 2019-03-20 | 1 | -0/+2 |
* | ceph: add mount option to limit caps count | Yan, Zheng | 2019-03-05 | 1 | -0/+1 |
* | libceph: allow setting abort_on_full for rbd | Dongsheng Yang | 2019-01-07 | 2 | -3/+4 |
* | libceph: assume argonaut on the server side | Ilya Dryomov | 2018-11-08 | 1 | -7/+1 |
* | libceph: support the RADOS copy-from operation | Luis Henriques | 2018-10-22 | 2 | -0/+45 |
* | libceph: preallocate message data items | Ilya Dryomov | 2018-10-22 | 2 | -24/+11 |