aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.c
Commit message (Expand)AuthorAge
* ceph: only send cap releases when mds is OPEN|HUNGSage Weil2010-05-17
* ceph: dicard cap releases on mds restartSage Weil2010-05-17
* ceph: clean up cap release loop vs spinlockSage Weil2010-05-17
* ceph: skip mds sync on forced unmountSage Weil2010-05-17
* ceph: simplify ceph_msg_newSage Weil2010-05-17
* ceph: make ceph_msg_new return NULL on failure; clean up, fix callersSage Weil2010-05-17
* ceph: handle kzalloc() failureCheng Renquan2010-05-17
* ceph: reduce build_path debug outputSage Weil2010-05-17
* ceph: invalidate affected dentry leases on aborted requestsSage Weil2010-05-17
* ceph: fix race between aborted requests and fill_traceSage Weil2010-05-17
* ceph: clean up mds reply, error handlingSage Weil2010-05-17
* ceph: fix cap removal racesSage Weil2010-05-11
* ceph: fix locking for waking session requests after reconnectSage Weil2010-05-11
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* ceph: fix use after free on mds __unregister_requestSage Weil2010-03-29
* ceph: fix session check on mds replySage Weil2010-03-23
* ceph: handle kmalloc() failureDan Carpenter2010-03-23
* ceph: propagate mds session allocation failures to callerSage Weil2010-03-23
* ceph: prevent dup stale messages to console for restarting mdsSage Weil2010-03-23
* ceph: fix mds sync() race with completing requestsSage Weil2010-03-23
* ceph: remove bogus mds forward warningSage Weil2010-02-26
* ceph: fix client_request_forward decodingSage Weil2010-02-23
* ceph: drop messages on unregistered mds sessions; cleanupSage Weil2010-02-23
* ceph: fix iterate_caps removal raceSage Weil2010-02-17
* ceph: use rbtree for snap_realmsSage Weil2010-02-17
* ceph: use rbtree for mds requestsSage Weil2010-02-17
* ceph: allow renewal of auth credentialsSage Weil2010-02-10
* ceph: include type in ceph_entity_addr, filepathSage Weil2010-01-29
* ceph: allocate middle of message before stating to readYehuda Sadeh2010-01-25
* ceph: properly handle aborted mds requestsSage Weil2010-01-25
* ceph: use ceph_pagelist for mds reconnect message; change encoding (protocol ...Sage Weil2009-12-23
* ceph: include transaction id in ceph_msg_header (protocol change)Sage Weil2009-12-23
* ceph: do not touch_caps while iterating over caps listSage Weil2009-12-23
* ceph: make mds ops interruptibleSage Weil2009-12-21
* ceph: hex dump corrupt server data to KERN_DEBUGSage Weil2009-12-21
* ceph: use kref for struct ceph_mds_requestSage Weil2009-12-07
* ceph: reset requested max_size after mds reconnectSage Weil2009-11-20
* ceph: fix debugfs entry, simplify fsid checksSage Weil2009-11-20
* ceph: negotiate authentication protocol; implement AUTH_NONE protocolSage Weil2009-11-18
* ceph: handle errors during osd client initSage Weil2009-11-18
* ceph: remove bad calls to ceph_con_shutdownSage Weil2009-11-18
* ceph: pr_info when mds reconnect completesSage Weil2009-11-11
* ceph: remove recon_gen logicSage Weil2009-11-10
* ceph: do not confuse stale and dead (unreconnected) capsSage Weil2009-11-09
* ceph: allocate and parse mount args before client instanceSage Weil2009-10-27
* ceph: flush dirty caps via the cap_dirty listSage Weil2009-10-15
* ceph: convert encode/decode macros to inlinesSage Weil2009-10-14
* ceph: MDS clientSage Weil2009-10-06