aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ceph/libceph.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-17libceph: require cephx message signature by defaultYan, Zheng1-0/+1
2014-12-17libceph: nuke ceph_kvfree()Ilya Dryomov1-1/+0
2014-10-14libceph: remove redundant declarationFabian Frederick1-1/+0
2014-05-06ceph_sync_read: stop poking into iov_iter gutsAl Viro1-2/+0
2014-01-26libceph: add ceph_kv{malloc,free}() and switch to themIlya Dryomov1-4/+7
2013-12-31libceph: all features fields must be u64Ilya Dryomov1-4/+4
2013-05-01libceph: create source file "net/ceph/snapshot.c"Alex Elder1-25/+5
2013-05-01libceph: define CEPH_MSG_MAX_MIDDLE_LENAlex Elder1-0/+1
2013-02-19libceph: drop return value from page vector copy routinesAlex Elder1-2/+2
2013-02-19libceph: use void pointers in page vector functionsAlex Elder1-5/+5
2013-02-13libceph: add a compatibility check interfaceAlex Elder1-0/+2
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-2/+0
2012-12-13libceph: remove 'osdtimeout' optionSage Weil1-2/+0
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headersDavid Howells1-7/+7
2012-07-30ceph: define snap counts as u32 everywhereAlex Elder1-1/+1
2012-07-30libceph: move feature bits to separate headerSage Weil1-6/+0
2012-06-15Merge tag 'v3.5-rc1'Sage Weil1-0/+1
2012-06-01libceph: embed ceph messenger structure in ceph_clientAlex Elder1-1/+1
2012-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-1/+1