summaryrefslogtreecommitdiff
path: root/include/linux/ceph/libceph.h
AgeCommit message (Expand)AuthorFilesLines
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-07ceph_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-02libceph: create source file "net/ceph/snapshot.c"Alex Elder1-25/+5
2013-05-02libceph: define CEPH_MSG_MAX_MIDDLE_LENAlex Elder1-0/+1
2013-02-20libceph: drop return value from page vector copy routinesAlex Elder1-2/+2
2013-02-20libceph: use void pointers in page vector functionsAlex Elder1-5/+5
2013-02-14libceph: add a compatibility check interfaceAlex Elder1-0/+2
2012-12-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-2/+0
2012-12-13libceph: remove 'osdtimeout' optionSage Weil1-2/+0
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...David Howells1-7/+7
2012-07-31ceph: define snap counts as u32 everywhereAlex Elder1-1/+1
2012-07-31libceph: 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/sag...Linus Torvalds1-1/+1
2012-03-22rbd: make ceph_parse_options() return a pointerAlex Elder1-1/+1
2012-03-05BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker1-0/+1
2011-10-26libceph: create messenger with clientSage Weil1-1/+3
2011-07-21treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody1-1/+1
2011-03-29ceph: Move secret key parsing earlier.Tommi Virtanen1-1/+1
2011-03-21ceph: move readahead default to fs/ceph from libcephSage Weil1-1/+0
2010-12-17ceph: mark user pages dirty on direct-io readsHenry C Chang1-2/+4
2010-11-09ceph: fix comment, remove extraneous argsSage Weil1-2/+1
2010-10-21ceph: factor out libceph from Ceph file systemYehuda Sadeh1-0/+249