aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-30ceph: close old con before reopening on mds reconnectSage Weil1-0/+1
2012-07-30libceph: move feature bits to separate headerSage Weil1-0/+1
2012-07-30ceph: clean up useless d_parent checksSage Weil1-11/+0
2012-07-05libceph: set peer name on con_open, not initSage Weil1-3/+4
2012-06-06libceph: fully initialize connection in con_init()Alex Elder1-5/+2
2012-06-01libceph: embed ceph messenger structure in ceph_clientAlex Elder1-1/+1
2012-05-17ceph: use info returned by get_authorizerAlex Elder1-8/+1
2012-05-17ceph: have get_authorizer methods return pointersAlex Elder1-7/+13
2012-05-17ceph: ensure auth ops are defined before useAlex Elder1-8/+6
2012-05-17ceph: messenger: reduce args to create_authorizerAlex Elder1-15/+12
2012-05-17ceph: define ceph_auth_handshake typeAlex Elder1-16/+16
2012-03-22ceph: don't reset s_cap_ttl to zeroAlex Elder1-4/+3
2012-02-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-3/+7
2012-02-02ceph: create a new session lock to avoid lock inversionAlex Elder1-3/+5
2012-02-02ceph: fix length validation in parse_reply_info()Xi Wang1-0/+2
2012-01-10ceph: remove unnecessary d_fsdata conditional checksSage Weil1-2/+2
2011-12-13ceph: add missing spin_unlock at ceph_mdsc_build_path()Yehuda Sadeh1-0/+1
2011-12-07ceph: use i_ceph_lock instead of i_lockSage Weil1-16/+16
2011-11-05ceph/mds_client.c: quiet sparse noiseH Hartley Sweeten1-2/+2
2011-11-05ceph: use new D_COMPLETE dentry flagSage Weil1-3/+3
2011-10-25libceph: don't complain on msgpool alloc failuresSage Weil1-5/+6
2011-08-15ceph: fix encoding of ino only (not relative) pathsSage Weil1-1/+1
2011-07-26ceph: document unlocked d_parent accessesSage Weil1-3/+10
2011-07-26ceph: explicitly reference rename old_dentry parent dir in requestSage Weil1-10/+13
2011-07-26ceph: avoid d_parent in ceph_dentry_hash; fix ceph_encode_fh() hashing bugSage Weil1-1/+1
2011-07-26ceph: ignore lease maskSage Weil1-11/+7
2011-07-16ceph analog of cifs build_path_from_dentry() race fixAl Viro1-3/+16
2011-05-24ceph: fix cap flush race reentrancySage Weil1-0/+1
2011-05-19libceph: remove unused variableSage Weil1-2/+0
2011-05-19ceph: take reference on mds request r_unsafe_dirSage Weil1-0/+4
2011-05-11ceph: print debug message before put mds sessionHenry C Chang1-1/+1
2011-03-25ceph: flush msgr_wq during mds_client shutdownSage Weil1-0/+6
2011-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-3/+7
2011-01-25ceph: avoid picking MDS that is not activeSage Weil1-3/+7
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-20/+36
2011-01-12ceph: associate requests with opening sessionsSage Weil1-2/+4
2011-01-12ceph: drop redundant r_mds fieldSage Weil1-3/+5
2011-01-12ceph: implement DIRLAYOUTHASH feature to get dir layout from MDSSage Weil1-15/+27
2011-01-07fs: dcache scale dentry refcountNick Piggin1-1/+1
2010-12-01ceph: Handle file locks in replies from the MDS.Herb Shiu1-4/+37
2010-11-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-2/+5
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-11-08ceph: fix uid/gid on resent mds requestsSage Weil1-2/+5
2010-10-20ceph: switch from BKL to lock_flocks()Sage Weil1-5/+6
2010-10-20ceph: preallocate flock state without locks heldGreg Farnum1-13/+29
2010-10-20ceph: factor out libceph from Ceph file systemYehuda Sadeh1-35/+51
2010-09-11ceph: fix reconnect encoding for old serversSage Weil1-0/+2
2010-08-26ceph: don't BUG on ENOMEM during mds reconnectSage Weil1-3/+4
2010-08-22ceph: direct requests in snapped namespace based on nonsnap parentSage Weil1-2/+24
2010-08-22ceph: fix multiple mds session shutdownSage Weil1-33/+35