aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/ceph/libceph.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-02-02ceph: move mount state enum to super.hXiubo Li1-10/+0
2022-03-01ceph: move to a dedicated slabcache for ceph_cap_snapXiubo Li1-0/+1
2022-02-02libceph: optionally use bounce buffer on recv path in crc modeIlya Dryomov1-0/+1
2022-01-20Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-1/+2
2022-01-15mm: allow !GFP_KERNEL allocations for kvmallocMichal Hocko1-1/+0
2022-01-13libceph: rename parse_fsid() to ceph_parse_fsid() and exportVenky Shankar1-0/+1
2022-01-13libceph: generalize addr/ip parsing based on delimiterVenky Shankar1-1/+1
2021-02-16libceph: deprecate [no]cephx_require_signatures optionsIlya Dryomov1-4/+3
2020-12-14libceph, ceph: implement msgr2.1 protocol (crc and secure modes)Ilya Dryomov1-2/+7
2020-12-14libceph: introduce connection modes and ms_mode optionIlya Dryomov1-0/+1
2020-12-14ceph: add new RECOVER mount_state when recovering sessionJeff Layton1-0/+1
2020-08-04ceph: move sb->wb_pagevec_pool to be a global mempoolJeff Layton1-0/+1
2020-06-16libceph: move away from global osd_req_flagsIlya Dryomov1-2/+2
2020-06-01libceph: read_from_replica optionIlya Dryomov1-0/+2
2020-06-01libceph: crush_location infrastructureIlya Dryomov1-0/+1
2020-06-01libceph: add non-asserting rbtree insertion helperIlya Dryomov1-2/+8
2020-03-30ceph: move to a dedicated slabcache for mds requestsJeff Layton1-0/+1
2020-02-07ceph_parse_param(), ceph_parse_mon_ips(): switch to passing fc_logAl Viro1-2/+3
2019-11-27libceph, rbd, ceph: convert to use the new mount APIDavid Howells1-4/+6
2019-09-16libceph: add function that reset client's entity addrYan, Zheng1-0/+1
2019-07-08libceph: bump CEPH_MSG_MAX_DATA_LEN (again)Ilya Dryomov1-2/+4
2019-07-08libceph: remove ceph_get_direct_page_vector()Christoph Hellwig1-4/+0
2019-03-20libceph: wait for latest osdmap in ceph_monc_blacklist_add()Ilya Dryomov1-0/+2
2019-01-07libceph: allow setting abort_on_full for rbdDongsheng Yang1-2/+4
2018-10-22libceph: bump CEPH_MSG_MAX_DATA_LENIlya Dryomov1-1/+7
2018-04-02ceph: optimize memory usageChengguang Xu1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-06ceph: validate correctness of some mount optionsYan, Zheng1-10/+0
2017-09-06ceph: remove unused cap_release_safety mount optionYan, Zheng1-1/+0
2017-07-07libceph: make DEFINE_RB_* helpers more generalIlya Dryomov1-12/+37
2017-05-04libceph: convert ceph_snap_context.nref from atomic_t to refcount_tElena Reshetova1-1/+2
2017-05-04libceph, ceph: always advertise all supported featuresIlya Dryomov1-4/+1
2017-03-07libceph: osd_request_timeout optionIlya Dryomov1-0/+2
2016-08-24rbd: add 'client_addr' sysfs rbd device attributeIlya Dryomov1-0/+1
2016-08-24libceph: rename ceph_client_id() -> ceph_client_gid()Ilya Dryomov1-1/+1
2016-07-28ceph: fix symbol versioning for ceph_monc_do_statfsArnd Bergmann1-1/+2
2016-07-28libceph: introduce reference counted stringYan, Zheng1-0/+1
2016-05-26libceph: DEFINE_RB_FUNCS macroIlya Dryomov1-0/+57
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-03-25libceph: monc hunt rate is 3s with backoff up to 30sIlya Dryomov1-0/+3
2016-03-25libceph: monc ping rate is 10sIlya Dryomov1-2/+3
2015-11-02libceph: add nocephx_sign_messages optionIlya Dryomov1-1/+2
2015-11-02libceph: stop duplicating client fields in messengerIlya Dryomov1-0/+1
2015-09-08libceph: use keepalive2 to verify the mon session is aliveYan, Zheng1-0/+2
2015-06-25ceph: pre-allocate data structure that tracks caps flushingYan, Zheng1-0/+1
2015-06-25libceph: store timeouts in jiffies, verify user inputIlya Dryomov1-6/+11
2015-06-25libceph: nuke time_sub()Ilya Dryomov1-9/+0
2015-04-20libceph: expose client options through debugfsIlya Dryomov1-0/+1
2015-04-20libceph, ceph: split ceph_show_options()Ilya Dryomov1-0/+1
2015-02-19libceph: tcp_nodelay supportChaitanya Huilgol1-1/+2