aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-08-03ceph: whitespace cleanupSage Weil1-2/+3
2010-08-02ceph: add flock/fcntl lock supportGreg Farnum1-1/+17
2010-08-02ceph: support v2 reconnect encodingSage Weil1-12/+40
2010-08-01ceph: handle ESTALE properly; on receipt send to authority if it wasn'tGreg Farnum1-7/+34
2010-08-01ceph: connect to export targets on cap exportSage Weil1-0/+8
2010-08-01ceph: connect to export targets if mds is laggySage Weil1-0/+15
2010-08-01ceph: introduce helper to connect to mds export targetsSage Weil1-0/+37
2010-08-01ceph: do caps accounting per mds_clientYehuda Sadeh1-5/+11
2010-08-01ceph: track laggy state of mds from mdsmapSage Weil1-1/+3
2010-08-01ceph: simplify add_cap_releasesSage Weil1-16/+19
2010-08-01ceph: drop unused argumentSage Weil1-6/+4
2010-07-27ceph: use complete_all and wake_up_allYehuda Sadeh1-5/+5
2010-07-16ceph: do not include cap/dentry releases in replayed messagesSage Weil1-0/+8
2010-07-16ceph: reuse request message when replaying against recovering mdsSage Weil1-5/+22
2010-06-21ceph: delay umount until all mds requests drop inode+dentry refsSage Weil1-0/+6
2010-06-10ceph: try to send partial cap release on cap message on missing inodeSage Weil1-5/+5
2010-06-10ceph: release cap on import if we don't have the inodeSage Weil1-3/+3
2010-06-04ceph: fix lease revocation when seq doesn't matchSage Weil1-4/+8
2010-05-29ceph: clean up on forwarded aborted mds requestSage Weil1-4/+9
2010-05-29ceph: make lease code DN specificSage Weil1-2/+2
2010-05-29ceph: make mds requests killable, not interruptibleSage Weil1-2/+2
2010-05-21ceph: Storage class should be before const qualifierTobias Klauser1-2/+2
2010-05-17ceph: all allocation functions should get gfp_maskYehuda Sadeh1-5/+6
2010-05-17ceph: use common helper for aborted dir request invalidationSage Weil1-16/+23
2010-05-17ceph: cope with out of order (unsafe after safe) mds replySage Weil1-0/+6
2010-05-17ceph: throw out dirty caps metadata, data on session teardownSage Weil1-3/+41
2010-05-17ceph: attempt mds reconnect if mds closes our sessionSage Weil1-2/+3
2010-05-17ceph: clean up send_mds_reconnect interfaceSage Weil1-31/+16
2010-05-17ceph: wait for mds OPEN reply to indicate reconnect successSage Weil1-15/+13
2010-05-17ceph: only send cap releases when mds is OPEN|HUNGSage Weil1-1/+3
2010-05-17ceph: dicard cap releases on mds restartSage Weil1-0/+41
2010-05-17ceph: clean up cap release loop vs spinlockSage Weil1-4/+3
2010-05-17ceph: skip mds sync on forced unmountSage Weil1-0/+3
2010-05-17ceph: simplify ceph_msg_newSage Weil1-6/+5
2010-05-17ceph: make ceph_msg_new return NULL on failure; clean up, fix callersSage Weil1-23/+17
2010-05-17ceph: handle kzalloc() failureCheng Renquan1-0/+4
2010-05-17ceph: reduce build_path debug outputSage Weil1-6/+4
2010-05-17ceph: invalidate affected dentry leases on aborted requestsSage Weil1-1/+6
2010-05-17ceph: fix race between aborted requests and fill_traceSage Weil1-0/+11
2010-05-17ceph: clean up mds reply, error handlingSage Weil1-57/+54
2010-05-11ceph: fix cap removal racesSage Weil1-2/+3
2010-05-11ceph: fix locking for waking session requests after reconnectSage Weil1-13/+16
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-28ceph: fix use after free on mds __unregister_requestSage Weil1-1/+2
2010-03-23ceph: fix session check on mds replySage Weil1-1/+1
2010-03-23ceph: handle kmalloc() failureDan Carpenter1-0/+2
2010-03-23ceph: propagate mds session allocation failures to callerSage Weil1-1/+6