aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.c
Commit message (Expand)AuthorAgeFilesLines
* ceph analog of cifs build_path_from_dentry() race fixAl Viro2011-07-161-3/+16
* ceph: fix cap flush race reentrancySage Weil2011-05-241-0/+1
* libceph: remove unused variableSage Weil2011-05-191-2/+0
* ceph: take reference on mds request r_unsafe_dirSage Weil2011-05-191-0/+4
* ceph: print debug message before put mds sessionHenry C Chang2011-05-111-1/+1
* ceph: flush msgr_wq during mds_client shutdownSage Weil2011-03-251-0/+6
* 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-121-2/+4
| * ceph: drop redundant r_mds fieldSage Weil2011-01-121-3/+5
| * ceph: implement DIRLAYOUTHASH feature to get dir layout from MDSSage Weil2011-01-121-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-191-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/+0
|/
* ceph: switch from BKL to lock_flocks()Sage Weil2010-10-201-5/+6
* ceph: preallocate flock state without locks heldGreg Farnum2010-10-201-13/+29
* ceph: factor out libceph from Ceph file systemYehuda Sadeh2010-10-201-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-221-2/+24
* ceph: fix multiple mds session shutdownSage Weil2010-08-221-33/+35
* ceph: whitespace cleanupSage Weil2010-08-031-2/+3
* ceph: add flock/fcntl lock supportGreg Farnum2010-08-021-1/+17
* ceph: support v2 reconnect encodingSage Weil2010-08-021-12/+40
* ceph: handle ESTALE properly; on receipt send to authority if it wasn'tGreg Farnum2010-08-011-7/+34
* ceph: connect to export targets on cap exportSage Weil2010-08-011-0/+8
* ceph: connect to export targets if mds is laggySage Weil2010-08-011-0/+15
* ceph: introduce helper to connect to mds export targetsSage Weil2010-08-011-0/+37
* ceph: do caps accounting per mds_clientYehuda Sadeh2010-08-011-5/+11
* ceph: track laggy state of mds from mdsmapSage Weil2010-08-011-1/+3
* ceph: simplify add_cap_releasesSage Weil2010-08-011-16/+19
* ceph: drop unused argumentSage Weil2010-08-011-6/+4
* 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-211-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-211-2/+2
* ceph: all allocation functions should get gfp_maskYehuda Sadeh2010-05-171-5/+6
* ceph: use common helper for aborted dir request invalidationSage Weil2010-05-171-16/+23
* ceph: cope with out of order (unsafe after safe) mds replySage Weil2010-05-171-0/+6
* ceph: throw out dirty caps metadata, data on session teardownSage Weil2010-05-171-3/+41