aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph/mds_client.c
AgeCommit message (Expand)Author
2011-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2011-01-25ceph: avoid picking MDS that is not activeSage Weil
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2011-01-12ceph: associate requests with opening sessionsSage Weil
2011-01-12ceph: drop redundant r_mds fieldSage Weil
2011-01-12ceph: implement DIRLAYOUTHASH feature to get dir layout from MDSSage Weil
2011-01-07fs: dcache scale dentry refcountNick Piggin
2010-12-01ceph: Handle file locks in replies from the MDS.Herb Shiu
2010-11-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-11-08ceph: fix uid/gid on resent mds requestsSage Weil
2010-10-20ceph: switch from BKL to lock_flocks()Sage Weil
2010-10-20ceph: preallocate flock state without locks heldGreg Farnum
2010-10-20ceph: factor out libceph from Ceph file systemYehuda Sadeh
2010-09-11ceph: fix reconnect encoding for old serversSage Weil
2010-08-26ceph: don't BUG on ENOMEM during mds reconnectSage Weil
2010-08-22ceph: direct requests in snapped namespace based on nonsnap parentSage Weil
2010-08-22ceph: fix multiple mds session shutdownSage Weil
2010-08-03ceph: whitespace cleanupSage Weil
2010-08-02ceph: add flock/fcntl lock supportGreg Farnum
2010-08-02ceph: support v2 reconnect encodingSage Weil
2010-08-01ceph: handle ESTALE properly; on receipt send to authority if it wasn'tGreg Farnum
2010-08-01ceph: connect to export targets on cap exportSage Weil
2010-08-01ceph: connect to export targets if mds is laggySage Weil
2010-08-01ceph: introduce helper to connect to mds export targetsSage Weil
2010-08-01ceph: do caps accounting per mds_clientYehuda Sadeh
2010-08-01ceph: track laggy state of mds from mdsmapSage Weil
2010-08-01ceph: simplify add_cap_releasesSage Weil
2010-08-01ceph: drop unused argumentSage Weil
2010-07-27ceph: use complete_all and wake_up_allYehuda Sadeh
2010-07-16ceph: do not include cap/dentry releases in replayed messagesSage Weil
2010-07-16ceph: reuse request message when replaying against recovering mdsSage Weil
2010-06-21ceph: delay umount until all mds requests drop inode+dentry refsSage Weil
2010-06-10ceph: try to send partial cap release on cap message on missing inodeSage Weil
2010-06-10ceph: release cap on import if we don't have the inodeSage Weil
2010-06-04ceph: fix lease revocation when seq doesn't matchSage Weil
2010-05-29ceph: clean up on forwarded aborted mds requestSage Weil
2010-05-29ceph: make lease code DN specificSage Weil
2010-05-29ceph: make mds requests killable, not interruptibleSage Weil
2010-05-21ceph: Storage class should be before const qualifierTobias Klauser
2010-05-17ceph: all allocation functions should get gfp_maskYehuda Sadeh
2010-05-17ceph: use common helper for aborted dir request invalidationSage Weil
2010-05-17ceph: cope with out of order (unsafe after safe) mds replySage Weil
2010-05-17ceph: throw out dirty caps metadata, data on session teardownSage Weil
2010-05-17ceph: attempt mds reconnect if mds closes our sessionSage Weil
2010-05-17ceph: clean up send_mds_reconnect interfaceSage Weil
2010-05-17ceph: wait for mds OPEN reply to indicate reconnect successSage Weil
2010-05-17ceph: only send cap releases when mds is OPEN|HUNGSage Weil
2010-05-17ceph: dicard cap releases on mds restartSage Weil
2010-05-17ceph: clean up cap release loop vs spinlockSage Weil