aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ceph: attempt mds reconnect if mds closes our sessionSage Weil2010-05-171-2/+3
* ceph: clean up send_mds_reconnect interfaceSage Weil2010-05-171-31/+16
* ceph: wait for mds OPEN reply to indicate reconnect successSage Weil2010-05-171-15/+13
* ceph: only send cap releases when mds is OPEN|HUNGSage Weil2010-05-171-1/+3
* ceph: dicard cap releases on mds restartSage Weil2010-05-171-0/+41
* ceph: clean up cap release loop vs spinlockSage Weil2010-05-171-4/+3
* ceph: skip mds sync on forced unmountSage Weil2010-05-171-0/+3
* ceph: simplify ceph_msg_newSage Weil2010-05-171-6/+5
* ceph: make ceph_msg_new return NULL on failure; clean up, fix callersSage Weil2010-05-171-23/+17
* ceph: handle kzalloc() failureCheng Renquan2010-05-171-0/+4
* ceph: reduce build_path debug outputSage Weil2010-05-171-6/+4
* ceph: invalidate affected dentry leases on aborted requestsSage Weil2010-05-171-1/+6
* ceph: fix race between aborted requests and fill_traceSage Weil2010-05-171-0/+11
* ceph: clean up mds reply, error handlingSage Weil2010-05-171-57/+54
* ceph: fix cap removal racesSage Weil2010-05-111-2/+3
* ceph: fix locking for waking session requests after reconnectSage Weil2010-05-111-13/+16
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* ceph: fix use after free on mds __unregister_requestSage Weil2010-03-281-1/+2
* ceph: fix session check on mds replySage Weil2010-03-231-1/+1
* ceph: handle kmalloc() failureDan Carpenter2010-03-231-0/+2
* ceph: propagate mds session allocation failures to callerSage Weil2010-03-231-1/+6
* ceph: prevent dup stale messages to console for restarting mdsSage Weil2010-03-231-1/+1
* ceph: fix mds sync() race with completing requestsSage Weil2010-03-231-7/+20
* ceph: remove bogus mds forward warningSage Weil2010-02-261-5/+1
* ceph: fix client_request_forward decodingSage Weil2010-02-231-8/+2
* ceph: drop messages on unregistered mds sessions; cleanupSage Weil2010-02-231-43/+42
* ceph: fix iterate_caps removal raceSage Weil2010-02-171-9/+42
* ceph: use rbtree for snap_realmsSage Weil2010-02-161-11/+5
* ceph: use rbtree for mds requestsSage Weil2010-02-161-59/+90
* ceph: allow renewal of auth credentialsSage Weil2010-02-101-0/+13
* ceph: include type in ceph_entity_addr, filepathSage Weil2010-01-291-1/+1
* ceph: allocate middle of message before stating to readYehuda Sadeh2010-01-251-2/+0
* ceph: properly handle aborted mds requestsSage Weil2010-01-251-5/+23
* ceph: use ceph_pagelist for mds reconnect message; change encoding (protocol ...Sage Weil2009-12-231-100/+56
* ceph: include transaction id in ceph_msg_header (protocol change)Sage Weil2009-12-231-2/+3
* ceph: do not touch_caps while iterating over caps listSage Weil2009-12-231-4/+10
* ceph: make mds ops interruptibleSage Weil2009-12-211-6/+9
* ceph: hex dump corrupt server data to KERN_DEBUGSage Weil2009-12-211-0/+4
* ceph: use kref for struct ceph_mds_requestSage Weil2009-12-071-35/+34