| Commit message (Expand) | Author | Age | Files | Lines |
* | ceph: switch to corrected encoding of max_xattr_size in mdsmap | Xiubo Li | 2024-02-26 | 1 | -3/+4 |
* | libceph, ceph: move mdsmap.h to fs/ceph | Xiubo Li | 2023-11-03 | 1 | -1/+1 |
* | ceph: print cluster fsid and client global_id in all debug logs | Xiubo Li | 2023-11-03 | 1 | -12/+12 |
* | ceph: pass the mdsc to several helpers | Xiubo Li | 2023-11-03 | 1 | -1/+2 |
* | treewide: use get_random_u32_below() instead of deprecated function | Jason A. Donenfeld | 2022-11-18 | 1 | -1/+1 |
* | treewide: use prandom_u32_max() when possible, part 1 | Jason A. Donenfeld | 2022-10-12 | 1 | -1/+1 |
* | ceph: prevent a client from exceeding the MDS maximum xattr size | Luís Henriques | 2022-08-03 | 1 | -4/+18 |
* | ceph: fix mdsmap decode when there are MDS's beyond max_mds | Xiubo Li | 2021-11-08 | 1 | -4/+0 |
* | ceph: reconnect to the export targets on new mdsmaps | Xiubo Li | 2021-09-02 | 1 | -3/+9 |
* | ceph: fix possible null-pointer dereference in ceph_mdsmap_decode() | Tuo Li | 2021-08-25 | 1 | -3/+5 |
* | libceph, ceph: get and handle cluster maps with addrvecs | Ilya Dryomov | 2020-12-14 | 1 | -10/+11 |
* | ceph: downgrade warning from mdsmap decode to debug | Luis Henriques | 2020-12-14 | 1 | -2/+2 |
* | ceph: remove unused variables in ceph_mdsmap_decode() | Jia Yang | 2020-08-03 | 1 | -6/+4 |
* | ceph: add possible_max_rank and make the code more readable | Xiubo Li | 2020-01-27 | 1 | -29/+20 |
* | ceph: only choose one MDS who is in up:active state without laggy | Xiubo Li | 2020-01-27 | 1 | -7/+23 |
* | ceph: fix mdsmap cluster available check based on laggy number | Xiubo Li | 2020-01-27 | 1 | -21/+27 |
* | ceph: add more debug info when decoding mdsmap | Xiubo Li | 2019-12-09 | 1 | -4/+8 |
* | ceph: fix geting random mds from mdsmap | Xiubo Li | 2019-11-25 | 1 | -4/+7 |
* | ceph: have MDS map decoding use entity_addr_t decoder | Jeff Layton | 2019-07-08 | 1 | -4/+8 |
* | libceph: make ceph_pr_addr take an struct ceph_entity_addr pointer | Jeff Layton | 2019-05-07 | 1 | -1/+1 |
* | ceph: remove redundant assignment | Chengguang Xu | 2018-12-26 | 1 | -1/+0 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | ceph: adjust 36 checks for NULL pointers | Markus Elfring | 2017-09-06 | 1 | -3/+3 |
* | ceph: allow connecting to mds whose rank >= mdsmap::m_max_mds | Yan, Zheng | 2017-05-04 | 1 | -7/+37 |
* | ceph: check availability of mds cluster on mount | Yan, Zheng | 2016-12-12 | 1 | -6/+157 |
* | ceph: CEPH_FEATURE_MDSENC support | Yan, Zheng | 2016-05-26 | 1 | -9/+34 |
* | fs/ceph: replace pr_warning by pr_warn | Fabian Frederick | 2014-06-07 | 1 | -1/+1 |
* | ceph: tidy ceph_mdsmap_decode() a little | Dan Carpenter | 2013-07-01 | 1 | -20/+22 |
* | ceph: improve error handling in ceph_mdsmap_decode | Emil Goode | 2013-07-01 | 1 | -1/+3 |
* | ceph: Use pseudo-random numbers to choose mds | Sam Lang | 2013-05-02 | 1 | -3/+5 |
* | ceph: update support for PGID64, PGPOOL3, OSDENC protocol features | Sage Weil | 2013-02-27 | 1 | -4/+8 |
* | ceph: factor out libceph from Ceph file system | Yehuda Sadeh | 2010-10-21 | 1 | -5/+6 |
* | ceph: track laggy state of mds from mdsmap | Sage Weil | 2010-08-02 | 1 | -1/+5 |
* | ceph: hex dump corrupt server data to KERN_DEBUG | Sage Weil | 2009-12-22 | 1 | -0/+4 |
* | ceph: decode updated mdsmap format | Sage Weil | 2009-11-20 | 1 | -6/+9 |
* | ceph: use fixed endian encoding for ceph_entity_addr | Sage Weil | 2009-11-04 | 1 | -0/+1 |
* | ceph: convert encode/decode macros to inlines | Sage Weil | 2009-10-14 | 1 | -19/+19 |
* | ceph: fix mdsmap decoding when multiple mds's are present | Sage Weil | 2009-10-08 | 1 | -5/+5 |
* | ceph: MDS client | Sage Weil | 2009-10-06 | 1 | -0/+166 |