aboutsummaryrefslogtreecommitdiff
path: root/net/ceph/ceph_common.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-19libceph: tcp_nodelay supportGravatar Chaitanya Huilgol 1-1/+15
2014-12-17libceph: require cephx message signature by defaultGravatar Yan, Zheng 1-0/+13
2014-12-17libceph: nuke ceph_kvfree()Gravatar Ilya Dryomov 1-8/+0
2014-10-14libceph: Convert pr_warning to pr_warnGravatar Joe Perches 1-6/+9
2014-06-06libceph: mon_get_version request infrastructureGravatar Ilya Dryomov 1-0/+2
2014-01-26libceph: add ceph_kv{malloc,free}() and switch to themGravatar Ilya Dryomov 1-0/+20
2013-12-31libceph: all features fields must be u64Gravatar Ilya Dryomov 1-2/+2
2013-05-02libceph: use slab cache for osd client requestsGravatar Alex Elder 1-0/+7
2013-02-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 1-4/+18
2013-02-26ceph: update support for PGID64, PGPOOL3, OSDENC protocol featuresGravatar Sage Weil 1-4/+2
2013-02-13rbd: don't take extra bio reference for osd clientGravatar Alex Elder 1-1/+1
2013-02-13libceph: add a compatibility check interfaceGravatar Alex Elder 1-0/+16
2013-02-12ceph: Only allow mounts in the initial network namespaceGravatar Eric W. Biederman 1-0/+5
2012-12-13libceph: remove 'osdtimeout' optionGravatar Sage Weil 1-2/+1
2012-08-20libceph: delay debugfs initialization until we learn global_idGravatar Sage Weil 1-1/+0
2012-07-30libceph: move feature bits to separate headerGravatar Sage Weil 1-2/+3
2012-07-30libceph: prevent the race of incoming work during teardownGravatar Guanjun He 1-0/+2
2012-06-15Merge tag 'v3.5-rc1'Gravatar Sage Weil 1-2/+2
2012-06-15libceph: flush msgr queue during mon_client shutdownGravatar Sage Weil 1-7/+0
2012-06-01libceph: embed ceph messenger structure in ceph_clientGravatar Alex Elder 1-13/+5
2012-04-15net: cleanup unsigned to unsigned intGravatar Eric Dumazet 1-2/+2
2012-03-22ceph: ensure Boolean options support both sensesGravatar Alex Elder 1-0/+10
2012-03-22rbd: make ceph_parse_options() return a pointerGravatar Alex Elder 1-8/+8
2012-02-02ceph: initialize client debugfs outside of monc->mutexGravatar Sage Weil 1-2/+0
2011-10-25libceph: create messenger with clientGravatar Sage Weil 1-23/+24
2011-09-16libceph: fix parse options memory leakGravatar Noah Watkins 1-0/+1
2011-03-29libceph: Create a new key type "ceph".Gravatar Tommi Virtanen 1-8/+13
2011-03-29libceph: Get secret from the kernel keys api when mounting with key=NAME.Gravatar Tommi Virtanen 1-0/+58
2011-03-29ceph: Move secret key parsing earlier.Gravatar Tommi Virtanen 1-7/+36
2011-03-25ceph: flush msgr_wq during mds_client shutdownGravatar Sage Weil 1-2/+2
2011-03-22libceph: add lingering request and watch/notify event frameworkGravatar Yehuda Sadeh 1-0/+1
2010-10-20ceph: don't crash when passed bad mount optionsGravatar Yehuda Sadeh 1-1/+1
2010-10-20ceph: factor out libceph from Ceph file systemGravatar Yehuda Sadeh 1-0/+529