summaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-01-281-3/+7
|\
| * ceph: avoid picking MDS that is not activeSage Weil2011-01-251-3/+7
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-01-131-20/+36
|\|
| * ceph: associate requests with opening sessionsSage Weil2011-01-131-2/+4
| * ceph: drop redundant r_mds fieldSage Weil2011-01-131-3/+5
| * ceph: implement DIRLAYOUTHASH feature to get dir layout from MDSSage Weil2011-01-131-15/+27
* | fs: dcache scale dentry refcountNick Piggin2011-01-071-1/+1
|/
* ceph: Handle file locks in replies from the MDS.Herb Shiu2010-12-011-4/+37
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-11-201-2/+5
|\
| * ceph: fix uid/gid on resent mds requestsSage Weil2010-11-081-2/+5
* | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0Star
|/
* ceph: switch from BKL to lock_flocks()Sage Weil2010-10-211-5/+6
* ceph: preallocate flock state without locks heldGreg Farnum2010-10-211-13/+29
* ceph: factor out libceph from Ceph file systemYehuda Sadeh2010-10-211-35/+51
* ceph: fix reconnect encoding for old serversSage Weil2010-09-111-0/+2
* ceph: don't BUG on ENOMEM during mds reconnectSage Weil2010-08-261-3/+4
* ceph: direct requests in snapped namespace based on nonsnap parentSage Weil2010-08-231-2/+24
* ceph: fix multiple mds session shutdownSage Weil2010-08-231-33/+35
* ceph: whitespace cleanupSage Weil2010-08-031-2/+3
* ceph: add flock/fcntl lock supportGreg Farnum2010-08-031-1/+17
* ceph: support v2 reconnect encodingSage Weil2010-08-031-12/+40
* ceph: handle ESTALE properly; on receipt send to authority if it wasn'tGreg Farnum2010-08-021-7/+34
* ceph: connect to export targets on cap exportSage Weil2010-08-021-0/+8
* ceph: connect to export targets if mds is laggySage Weil2010-08-021-0/+15
* ceph: introduce helper to connect to mds export targetsSage Weil2010-08-021-0/+37
* ceph: do caps accounting per mds_clientYehuda Sadeh2010-08-021-5/+11
* ceph: track laggy state of mds from mdsmapSage Weil2010-08-021-1/+3
* ceph: simplify add_cap_releasesSage Weil2010-08-021-16/+19
* ceph: drop unused argumentSage Weil2010-08-021-6/+4Star
* ceph: use complete_all and wake_up_allYehuda Sadeh2010-07-271-5/+5
* ceph: do not include cap/dentry releases in replayed messagesSage Weil2010-07-161-0/+8
* ceph: reuse request message when replaying against recovering mdsSage Weil2010-07-161-5/+22
* ceph: delay umount until all mds requests drop inode+dentry refsSage Weil2010-06-221-0/+6
* ceph: try to send partial cap release on cap message on missing inodeSage Weil2010-06-101-5/+5
* ceph: release cap on import if we don't have the inodeSage Weil2010-06-101-3/+3
* ceph: fix lease revocation when seq doesn't matchSage Weil2010-06-041-4/+8
* ceph: clean up on forwarded aborted mds requestSage Weil2010-05-291-4/+9
* ceph: make lease code DN specificSage Weil2010-05-291-2/+2
* ceph: make mds requests killable, not interruptibleSage Weil2010-05-291-2/+2
* ceph: Storage class should be before const qualifierTobias Klauser2010-05-221-2/+2
* ceph: all allocation functions should get gfp_maskYehuda Sadeh2010-05-181-5/+6
* ceph: use common helper for aborted dir request invalidationSage Weil2010-05-181-16/+23
* ceph: cope with out of order (unsafe after safe) mds replySage Weil2010-05-181-0/+6
* ceph: throw out dirty caps metadata, data on session teardownSage Weil2010-05-181-3/+41
* ceph: attempt mds reconnect if mds closes our sessionSage Weil2010-05-181-2/+3
* ceph: clean up send_mds_reconnect interfaceSage Weil2010-05-181-31/+16Star
* ceph: wait for mds OPEN reply to indicate reconnect successSage Weil2010-05-181-15/+13Star
* ceph: only send cap releases when mds is OPEN|HUNGSage Weil2010-05-181-1/+3
* ceph: dicard cap releases on mds restartSage Weil2010-05-181-0/+41
* ceph: clean up cap release loop vs spinlockSage Weil2010-05-181-4/+3Star