]> git.ipfire.org Git - people/arne_f/kernel.git/history - fs/ceph/mon_client.c
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit...
[people/arne_f/kernel.git] / fs / ceph / mon_client.c
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.kernel.org...
2010-03-29  Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2010-03-26  Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git.kernel...
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.kerne...
2010-03-26  Linus TorvaldsMerge branch 'perf-fixes-for-linus' of git://git.kernel...
2010-03-26  Linus TorvaldsMerge branch 'irq-fixes-for-linus' of git://git.kernel...
2010-03-26  Linus TorvaldsMerge branch 'core-fixes-for-linus' of git://git.kernel...
2010-03-26  Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2010-03-25  Linus TorvaldsMerge branch 'for_linus' of git://git.kernel.org/pub...
2010-03-24  Linus TorvaldsMerge branch 'for-linus' of git://gitorious.org/linux...
2010-03-24  Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2010-03-23  David S. MillerMerge branch 'master' of /home/davem/src/GIT/linux...
2010-03-22  Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2010-03-22  Mark BrownMerge commit 'v2.6.34-rc2' into for-2.6.34
2010-03-20  Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2010-03-20  Linus TorvaldsMerge branch 'for-upstream' of git://git.kernel.org...
2010-03-19  Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2010-03-19  Linus TorvaldsMerge branch 'merge' of git://git.kernel.org/pub/scm...
2010-03-19  Linus TorvaldsMerge branch 'zerolen' of git://git.kernel.org/pub...
2010-03-19  Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2010-03-19  Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2010-03-19  Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2010-03-19  Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2010-02-23  Sage Weilceph: fix up unexpected message handling
2010-02-17  Sage Weilceph: fix authentication races, auth_none oops
2010-02-17  Sage Weilceph: use rbtree for mon statfs requests
2010-02-10  Sage Weilceph: allow renewal of auth credentials
2010-01-25  Yehuda Sadehceph: alloc message data pages and check if tid exists
2010-01-25  Yehuda Sadehceph: allocate middle of message before stating to...
2010-01-14  Sage Weilceph: remove unused erank field
2009-12-23  Sage Weilceph: include transaction id in ceph_msg_header (protoc...
2009-12-22  Sage Weilceph: hex dump corrupt server data to KERN_DEBUG
2009-12-11  Sage Weilceph: fix leak of monc mutex
2009-12-03  Sage Weilceph: whitespace cleanup
2009-11-20  Sage Weilceph: remove dead code
2009-11-20  Sage Weilceph: fix debugfs entry, simplify fsid checks
2009-11-19  Sage Weilceph: negotiate authentication protocol; implement...
2009-11-03  Sage Weilceph: use fixed endian encoding for ceph_entity_addr
2009-10-27  Sage Weilceph: allocate and parse mount args before client instance
2009-10-16  Sage Weilceph: warn on allocation from msgpool with larger front_len
2009-10-16  Sage Weilceph: correct subscribe_ack msgpool payload size
2009-10-14  Sage Weilceph: convert encode/decode macros to inlines
2009-10-12  Sage Weilceph: ignore trailing data in monamp
2009-10-09  Sage Weilceph: update to mon client protocol v15
2009-10-08  Sage Weilceph: renew mon subscription before it expires
2009-10-06  Sage Weilceph: monitor client