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