ceph: skip mds sync on forced unmount
[pandora-kernel.git] / fs / ceph / mds_client.c
2010-04-01 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2010-03-31 Dave AirlieMerge branch 'v2.6.34-rc2' into drm-linus
2010-03-30 Linus TorvaldsMerge git://git./linux/kernel/git/joern/logfs
2010-03-30 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git./linux...
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-29 Linus TorvaldsMerge branch 'upstream-linus' of git://git./linux/kerne...
2010-03-29 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-03-29 Linus TorvaldsMerge git://git./linux/kernel/git/davem/sparc-2.6
2010-03-29 Sage Weilceph: fix use after free on mds __unregister_request
2010-03-26 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git./linux...
2010-03-26 Linus TorvaldsMerge branch 'timers-fixes-for-linus' of git://git...
2010-03-26 Linus TorvaldsMerge branch 'tracing-fixes-for-linus' of git://git...
2010-03-26 Linus TorvaldsMerge branch 'sched-fixes-for-linus' of git://git....
2010-03-26 Linus TorvaldsMerge branch 'perf-fixes-for-linus' of git://git./linux...
2010-03-26 Linus TorvaldsMerge branch 'irq-fixes-for-linus' of git://git./linux...
2010-03-26 Linus TorvaldsMerge branch 'core-fixes-for-linus' of git://git./linux...
2010-03-26 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-03-25 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2010-03-25 Sascha HauerMerge branch 'mx51' into mxc-rc
2010-03-24 Linus TorvaldsMerge branch 'for-linus' of git://gitorious.org/linux...
2010-03-24 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
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-03-23 David S. MillerMerge branch 'master' of /home/davem/src/GIT/linux...
2010-03-22 Tony LindgrenMerge branch 'omap-fixes-for-tony' of git://dev.omapzoo...
2010-03-22 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2010-03-22 Mark BrownMerge commit 'v2.6.34-rc2' into for-2.6.34
2010-03-20 Linus TorvaldsMerge git://git./linux/kernel/git/lethal/sh-2.6
2010-03-20 Linus TorvaldsMerge branch 'for-upstream' of git://git./linux/kernel...
2010-03-19 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-03-19 Linus TorvaldsMerge branch 'merge' of git://git./linux/kernel/git...
2010-03-19 Linus TorvaldsMerge branch 'zerolen' of git://git./linux/kernel/git...
2010-03-19 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/tty-2.6
2010-03-19 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/driver-core-2.6
2010-03-19 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/usb-2.6
2010-03-19 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
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