summaryrefslogtreecommitdiffstats
path: root/include/linux/ceph/decode.h
Commit message (Expand)AuthorAgeFilesLines
* libceph: rename ceph_encode_addr to ceph_encode_banner_addrJeff Layton2019-07-081-2/+2
* libceph: use TYPE_LEGACY for entity addrs instead of TYPE_NONEJeff Layton2019-07-081-0/+7
* libceph: add ceph_decode_entity_addrJeff Layton2019-07-081-0/+2
* libceph: remove now unused ceph_{en,de}code_timespec()Ilya Dryomov2018-08-021-12/+0Star
* libceph: use timespec64 in for keepalive2 and ticket validityArnd Bergmann2018-08-021-1/+19
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* libceph: ceph_decode_skip_* helpersIlya Dryomov2017-07-071-0/+60
* libceph: add start en/decoding block helpersIlya Dryomov2016-07-281-0/+54
* libceph: fix some missing includesIlya Dryomov2016-07-281-0/+1
* ceph: make logical calculation functions return boolZhang Zhuoyu2016-05-261-1/+1
* remove extra definitions of U32_MAXAlex Elder2014-01-241-19/+0Star
* conditionally define U32_MAXAlex Elder2014-01-241-0/+2
* libceph: fix invalid unsigned->signed conversion for timespec encodingJosh Durgin2013-07-091-5/+0Star
* libceph: validate timespec conversionsAlex Elder2013-05-021-4/+9
* libceph: add signed type limitsAlex Elder2013-05-021-4/+14
* ceph: move max constant definitionsAlex Elder2013-05-021-0/+7
* Merge branch 'testing' of github.com:ceph/ceph-client into v3.8-rc5-testingAlex Elder2013-01-301-12/+17
|\
| * ceph: define ceph_encode_8_safe()Alex Elder2013-01-171-12/+17
* | UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...David Howells2012-10-021-1/+1
|/
* libceph: define ceph_extract_encoded_string()Alex Elder2012-07-301-0/+47
* libceph: fix off-by-one bug in ceph_encode_filepath()Alex Elder2012-07-301-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds2012-05-301-2/+7
|\
| * ceph: fix bounds check in ceph_decode_need and ceph_encode_needXi Wang2012-05-141-2/+7
* | BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker2012-03-041-1/+2
|/
* ceph: factor out libceph from Ceph file systemYehuda Sadeh2010-10-211-0/+201