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