summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)Author
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
2010-05-17ceph: include auth method in error messagesSage Weil
2010-05-17ceph: osdtimeout=0 for now timeoutSage Weil
2010-05-17ceph: d_obtain_alias() returns ERR_PTR()Dan Carpenter
2010-05-17ceph: wake up mount thread when getting osdmapYehuda Sadeh
2010-05-17ceph: remove unused #includesHuang Weiyi
2010-05-17ceph: wait for both monmap and osdmap when opening sessionSage Weil
2010-05-17ceph: clean up connection resetSage Weil
2010-05-17ceph: simplify ceph_msg_newSage Weil
2010-05-17ceph: make ceph_msg_new return NULL on failure; clean up, fix callersSage Weil
2010-05-17ceph: rewrite msgpool using mempool_tSage Weil
2010-05-17ceph: use ceph_sb_to_client instead of ceph_clientCheng Renquan
2010-05-17ceph: handle kzalloc() failureCheng Renquan
2010-05-17ceph: drop unnecessary msgpool for mon_client subscribe_ackSage Weil
2010-05-17ceph: drop unnecessary msgpool for mon_client auth_replySage Weil
2010-05-17ceph: clean up statfsSage Weil