aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds17-32/+85
2010-05-29ceph: clean up on forwarded aborted mds requestSage Weil1-4/+9
2010-05-29ceph: fix leak of osd authorizerSage Weil1-1/+6
2010-05-29ceph: close out mds, osd connections before stopping authSage Weil3-1/+16
2010-05-29ceph: make lease code DN specificSage Weil2-12/+13
2010-05-29fs/ceph: Use ERR_CASTJulia Lawall6-6/+6
2010-05-29ceph: renew auth tickets before they expireSage Weil4-1/+27
2010-05-29ceph: do not resend mon requests on auth ticket renewalSage Weil1-1/+4
2010-05-29ceph: removed duplicated #includesAndrea Gelmini2-2/+0
2010-05-29ceph: avoid possible null dereferenceSage Weil1-2/+2
2010-05-29ceph: make mds requests killable, not interruptibleSage Weil1-2/+2
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig3-6/+5
2010-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds30-759/+876
2010-05-21ceph: reuse mon subscribe message instead of allocated anewSage Weil2-10/+14
2010-05-21sanitize vfs_fsync calling conventionsChristoph Hellwig1-2/+1
2010-05-21ceph: should use deactivate_locked_super() on failure exitsAl Viro1-2/+1
2010-05-21ceph: avoid resending queued message to monitorSage Weil1-0/+2
2010-05-21ceph: Storage class should be before const qualifierTobias Klauser3-6/+6
2010-05-17ceph: all allocation functions should get gfp_maskYehuda Sadeh8-30/+32
2010-05-17ceph: specify max_bytes on readdir repliesSage Weil4-1/+14
2010-05-17ceph: cleanup pool op stringsSage Weil1-19/+12
2010-05-17ceph: Use kzallocJulia Lawall1-2/+1
2010-05-17ceph: use common helper for aborted dir request invalidationSage Weil3-31/+27
2010-05-17ceph: cope with out of order (unsafe after safe) mds replySage Weil1-0/+6
2010-05-17ceph: save peer feature bits in connection structureSage Weil2-0/+2
2010-05-17ceph: resync headers with userlandSage Weil6-22/+91
2010-05-17ceph: use ceph. prefix for virtual xattrsSage Weil1-10/+11
2010-05-17ceph: throw out dirty caps metadata, data on session teardownSage Weil1-3/+41
2010-05-17ceph: attempt mds reconnect if mds closes our sessionSage Weil1-2/+3
2010-05-17ceph: clean up send_mds_reconnect interfaceSage Weil1-31/+16
2010-05-17ceph: wait for mds OPEN reply to indicate reconnect successSage Weil1-15/+13
2010-05-17ceph: only send cap releases when mds is OPEN|HUNGSage Weil1-1/+3
2010-05-17ceph: dicard cap releases on mds restartSage Weil1-0/+41
2010-05-17ceph: make mon client statfs handling more genericYehuda Sadeh3-52/+58
2010-05-17ceph: drop src address(es) from message header [new protocol feature]Sage Weil3-11/+36
2010-05-17ceph: cleanup: remove unused assignementDan Carpenter1-2/+1
2010-05-17ceph: clean up cap release loop vs spinlockSage Weil1-4/+3
2010-05-17ceph: name bdi ceph-%d instead of major:minorSage Weil1-1/+4
2010-05-17ceph: skip mds sync on forced unmountSage Weil1-0/+3
2010-05-17ceph: adjust masked struct_v variable namesSage Weil1-9/+9
2010-05-17ceph: clean up mount options, ->show_options()Sage Weil2-40/+69
2010-05-17ceph: set dn offset when splicedSage Weil2-40/+44
2010-05-17ceph: don't clobber i_max_offset on already complete dirSage Weil1-1/+2
2010-05-17ceph: skip set_dentry_offset work if directory not I_COMPLETESage Weil1-0/+4
2010-05-17ceph: set next_offset on readdir finishSage Weil1-1/+1
2010-05-17ceph: listxattr should compare version by >=Henry C Chang1-1/+1
2010-05-17ceph: fix xattr dangling pointer / double freeSage Weil1-0/+1
2010-05-17ceph: close messenger raceSage Weil1-7/+7
2010-05-17ceph: name msgpools; useful error messagesSage Weil3-7/+16
2010-05-17ceph: fix memory leak due to possible dentry init raceSage Weil1-1/+4