Merge branch 'topic/core-cleanup' into for-linus
[safe/jmp/linux-2.6] / fs / ceph / mds_client.c
2010-05-12 Sage Weilceph: fix cap removal races
2010-05-11 Sage Weilceph: fix locking for waking session requests after...
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-29 Sage Weilceph: fix use after free on mds __unregister_request
2010-03-23 Sage Weilceph: fix session check on mds reply
2010-03-23 Dan Carpenterceph: handle kmalloc() failure
2010-03-23 Sage Weilceph: propagate mds session allocation failures to...
2010-03-23 Sage Weilceph: prevent dup stale messages to console for restart...
2010-03-23 Sage Weilceph: fix mds sync() race with completing requests
2010-02-26 Sage Weilceph: remove bogus mds forward warning
2010-02-23 Sage Weilceph: fix client_request_forward decoding
2010-02-23 Sage Weilceph: drop messages on unregistered mds sessions; cleanup
2010-02-17 Sage Weilceph: fix iterate_caps removal race
2010-02-17 Sage Weilceph: use rbtree for snap_realms
2010-02-17 Sage Weilceph: use rbtree for mds requests
2010-02-10 Sage Weilceph: allow renewal of auth credentials
2010-01-29 Sage Weilceph: include type in ceph_entity_addr, filepath
2010-01-25 Yehuda Sadehceph: allocate middle of message before stating to...
2010-01-25 Sage Weilceph: properly handle aborted mds requests
2009-12-23 Sage Weilceph: use ceph_pagelist for mds reconnect message;...
2009-12-23 Sage Weilceph: include transaction id in ceph_msg_header (protoc...
2009-12-23 Sage Weilceph: do not touch_caps while iterating over caps list
2009-12-22 Sage Weilceph: make mds ops interruptible
2009-12-22 Sage Weilceph: hex dump corrupt server data to KERN_DEBUG
2009-12-07 Sage Weilceph: use kref for struct ceph_mds_request
2009-11-20 Sage Weilceph: reset requested max_size after mds reconnect
2009-11-20 Sage Weilceph: fix debugfs entry, simplify fsid checks
2009-11-19 Sage Weilceph: negotiate authentication protocol; implement...
2009-11-18 Sage Weilceph: handle errors during osd client init
2009-11-18 Sage Weilceph: remove bad calls to ceph_con_shutdown
2009-11-11 Sage Weilceph: pr_info when mds reconnect completes
2009-11-11 Sage Weilceph: remove recon_gen logic
2009-11-09 Sage Weilceph: do not confuse stale and dead (unreconnected...
2009-10-27 Sage Weilceph: allocate and parse mount args before client instance
2009-10-16 Sage Weilceph: flush dirty caps via the cap_dirty list
2009-10-14 Sage Weilceph: convert encode/decode macros to inlines
2009-10-06 Sage Weilceph: MDS client