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