summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-05-29ceph: make mds requests killable, not interruptibleSage Weil1-2/+2
2010-05-22ceph: reuse mon subscribe message instead of allocated anewSage Weil2-10/+14
2010-05-22ceph: avoid resending queued message to monitorSage Weil1-0/+2
2010-05-22ceph: Storage class should be before const qualifierTobias Klauser3-6/+6
2010-05-18ceph: all allocation functions should get gfp_maskYehuda Sadeh8-30/+32
2010-05-18ceph: specify max_bytes on readdir repliesSage Weil4-1/+14
2010-05-18ceph: cleanup pool op stringsSage Weil1-19/+12
2010-05-18ceph: Use kzallocJulia Lawall1-2/+1
2010-05-18ceph: use common helper for aborted dir request invalidationSage Weil3-31/+27
2010-05-18ceph: cope with out of order (unsafe after safe) mds replySage Weil1-0/+6
2010-05-18ceph: save peer feature bits in connection structureSage Weil2-0/+2
2010-05-18ceph: resync headers with userlandSage Weil6-22/+91
2010-05-18ceph: use ceph. prefix for virtual xattrsSage Weil1-10/+11
2010-05-18ceph: throw out dirty caps metadata, data on session teardownSage Weil1-3/+41
2010-05-18ceph: attempt mds reconnect if mds closes our sessionSage Weil1-2/+3
2010-05-18ceph: clean up send_mds_reconnect interfaceSage Weil1-31/+16
2010-05-18ceph: wait for mds OPEN reply to indicate reconnect successSage Weil1-15/+13
2010-05-18ceph: only send cap releases when mds is OPEN|HUNGSage Weil1-1/+3
2010-05-18ceph: dicard cap releases on mds restartSage Weil1-0/+41
2010-05-18ceph: make mon client statfs handling more genericYehuda Sadeh3-52/+58
2010-05-18ceph: drop src address(es) from message header [new protocol feature]Sage Weil3-11/+36
2010-05-18ceph: cleanup: remove unused assignementDan Carpenter1-2/+1
2010-05-18ceph: clean up cap release loop vs spinlockSage Weil1-4/+3
2010-05-18ceph: name bdi ceph-%d instead of major:minorSage Weil1-1/+4
2010-05-18ceph: skip mds sync on forced unmountSage Weil1-0/+3
2010-05-18ceph: adjust masked struct_v variable namesSage Weil1-9/+9
2010-05-18ceph: clean up mount options, ->show_options()Sage Weil2-40/+69
2010-05-18ceph: set dn offset when splicedSage Weil2-40/+44
2010-05-18ceph: don't clobber i_max_offset on already complete dirSage Weil1-1/+2
2010-05-18ceph: skip set_dentry_offset work if directory not I_COMPLETESage Weil1-0/+4
2010-05-18ceph: set next_offset on readdir finishSage Weil1-1/+1
2010-05-18ceph: listxattr should compare version by >=Henry C Chang1-1/+1
2010-05-18ceph: fix xattr dangling pointer / double freeSage Weil1-0/+1
2010-05-18ceph: close messenger raceSage Weil1-7/+7
2010-05-18ceph: name msgpools; useful error messagesSage Weil3-7/+16
2010-05-18ceph: fix memory leak due to possible dentry init raceSage Weil1-1/+4
2010-05-18ceph: include auth method in error messagesSage Weil4-4/+9
2010-05-18ceph: osdtimeout=0 for now timeoutSage Weil1-1/+1
2010-05-18ceph: d_obtain_alias() returns ERR_PTR()Dan Carpenter1-6/+6
2010-05-18ceph: wake up mount thread when getting osdmapYehuda Sadeh1-0/+1
2010-05-18ceph: remove unused #includesHuang Weiyi1-3/+0
2010-05-18ceph: wait for both monmap and osdmap when opening sessionSage Weil1-5/+6
2010-05-18ceph: clean up connection resetSage Weil2-1/+2
2010-05-18ceph: simplify ceph_msg_newSage Weil7-36/+29
2010-05-18ceph: make ceph_msg_new return NULL on failure; clean up, fix callersSage Weil7-80/+48
2010-05-18ceph: rewrite msgpool using mempool_tSage Weil2-151/+29
2010-05-18ceph: use ceph_sb_to_client instead of ceph_clientCheng Renquan11-33/+30
2010-05-18ceph: handle kzalloc() failureCheng Renquan1-0/+4
2010-05-18ceph: drop unnecessary msgpool for mon_client subscribe_ackSage Weil2-13/+13
2010-05-18ceph: drop unnecessary msgpool for mon_client auth_replySage Weil2-10/+14