summaryrefslogtreecommitdiffstats
path: root/include/linux/ceph/libceph.h
Commit message (Expand)AuthorAgeFilesLines
* libceph: bump CEPH_MSG_MAX_DATA_LEN (again)Ilya Dryomov2019-07-081-2/+4
* libceph: remove ceph_get_direct_page_vector()Christoph Hellwig2019-07-081-4/+0Star
* libceph: wait for latest osdmap in ceph_monc_blacklist_add()Ilya Dryomov2019-03-201-0/+2
* libceph: allow setting abort_on_full for rbdDongsheng Yang2019-01-071-2/+4
* libceph: bump CEPH_MSG_MAX_DATA_LENIlya Dryomov2018-10-221-1/+7
* ceph: optimize memory usageChengguang Xu2018-04-021-0/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* ceph: validate correctness of some mount optionsYan, Zheng2017-09-061-10/+0Star
* ceph: remove unused cap_release_safety mount optionYan, Zheng2017-09-061-1/+0Star
* libceph: make DEFINE_RB_* helpers more generalIlya Dryomov2017-07-071-12/+37
* libceph: convert ceph_snap_context.nref from atomic_t to refcount_tElena Reshetova2017-05-041-1/+2
* libceph, ceph: always advertise all supported featuresIlya Dryomov2017-05-041-4/+1Star
* libceph: osd_request_timeout optionIlya Dryomov2017-03-071-0/+2
* rbd: add 'client_addr' sysfs rbd device attributeIlya Dryomov2016-08-241-0/+1
* libceph: rename ceph_client_id() -> ceph_client_gid()Ilya Dryomov2016-08-241-1/+1
* ceph: fix symbol versioning for ceph_monc_do_statfsArnd Bergmann2016-07-281-1/+2
* libceph: introduce reference counted stringYan, Zheng2016-07-281-0/+1
* libceph: DEFINE_RB_FUNCS macroIlya Dryomov2016-05-261-0/+57
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* libceph: monc hunt rate is 3s with backoff up to 30sIlya Dryomov2016-03-251-0/+3
* libceph: monc ping rate is 10sIlya Dryomov2016-03-251-2/+3
* libceph: add nocephx_sign_messages optionIlya Dryomov2015-11-021-1/+2
* libceph: stop duplicating client fields in messengerIlya Dryomov2015-11-021-0/+1
* libceph: use keepalive2 to verify the mon session is aliveYan, Zheng2015-09-081-0/+2
* ceph: pre-allocate data structure that tracks caps flushingYan, Zheng2015-06-251-0/+1
* libceph: store timeouts in jiffies, verify user inputIlya Dryomov2015-06-251-6/+11
* libceph: nuke time_sub()Ilya Dryomov2015-06-251-9/+0Star
* libceph: expose client options through debugfsIlya Dryomov2015-04-201-0/+1
* libceph, ceph: split ceph_show_options()Ilya Dryomov2015-04-201-0/+1
* libceph: tcp_nodelay supportChaitanya Huilgol2015-02-191-1/+2
* libceph: require cephx message signature by defaultYan, Zheng2014-12-171-0/+1
* libceph: nuke ceph_kvfree()Ilya Dryomov2014-12-171-1/+0Star
* libceph: remove redundant declarationFabian Frederick2014-10-141-1/+0Star
* ceph_sync_read: stop poking into iov_iter gutsAl Viro2014-05-061-2/+0Star
* libceph: add ceph_kv{malloc,free}() and switch to themIlya Dryomov2014-01-261-4/+7
* libceph: all features fields must be u64Ilya Dryomov2013-12-311-4/+4
* libceph: create source file "net/ceph/snapshot.c"Alex Elder2013-05-021-25/+5Star
* libceph: define CEPH_MSG_MAX_MIDDLE_LENAlex Elder2013-05-021-0/+1
* libceph: drop return value from page vector copy routinesAlex Elder2013-02-201-2/+2
* libceph: use void pointers in page vector functionsAlex Elder2013-02-201-5/+5
* libceph: add a compatibility check interfaceAlex Elder2013-02-141-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-12-201-2/+0Star
|\
| * libceph: remove 'osdtimeout' optionSage Weil2012-12-131-2/+0Star
* | UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...David Howells2012-10-021-7/+7
|/
* ceph: define snap counts as u32 everywhereAlex Elder2012-07-311-1/+1
* libceph: move feature bits to separate headerSage Weil2012-07-311-6/+0Star
* Merge tag 'v3.5-rc1'Sage Weil2012-06-151-0/+1
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-03-281-1/+1
| |\
| * | BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker2012-03-041-0/+1
* | | libceph: embed ceph messenger structure in ceph_clientAlex Elder2012-06-011-1/+1
| |/ |/|