summaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
* ceph: try to send partial cap release on cap message on missing inodeSage Weil2010-06-103-5/+9
* ceph: release cap on import if we don't have the inodeSage Weil2010-06-103-38/+61
* ceph: fix misleading/incorrect debug messageSage Weil2010-06-101-1/+1
* ceph: fix atomic64_t initialization on ia64Jeff Mahoney2010-06-101-1/+1
* ceph: fix lease revocation when seq doesn't matchSage Weil2010-06-041-4/+8
* ceph: fix f_namelen reported by statfsSage Weil2010-06-011-1/+1
* ceph: fix memory leak in statfsYehuda Sadeh2010-06-011-0/+2
* ceph: fix d_subdirs ordering problemHenry C Chang2010-06-011-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-05-3017-32/+85
|\
| * ceph: clean up on forwarded aborted mds requestSage Weil2010-05-291-4/+9
| * ceph: fix leak of osd authorizerSage Weil2010-05-291-1/+6
| * ceph: close out mds, osd connections before stopping authSage Weil2010-05-293-1/+16
| * ceph: make lease code DN specificSage Weil2010-05-292-12/+13
| * fs/ceph: Use ERR_CASTJulia Lawall2010-05-296-6/+6
| * ceph: renew auth tickets before they expireSage Weil2010-05-294-1/+27
| * ceph: do not resend mon requests on auth ticket renewalSage Weil2010-05-291-1/+4
| * ceph: removed duplicated #includesAndrea Gelmini2010-05-292-2/+0
| * ceph: avoid possible null dereferenceSage Weil2010-05-291-2/+2
| * ceph: make mds requests killable, not interruptibleSage Weil2010-05-291-2/+2
* | drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-273-6/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-05-2430-759/+876
|\ \ | |/
| * ceph: reuse mon subscribe message instead of allocated anewSage Weil2010-05-212-10/+14
| * ceph: avoid resending queued message to monitorSage Weil2010-05-211-0/+2
| * ceph: Storage class should be before const qualifierTobias Klauser2010-05-213-6/+6
| * ceph: all allocation functions should get gfp_maskYehuda Sadeh2010-05-178-30/+32
| * ceph: specify max_bytes on readdir repliesSage Weil2010-05-174-1/+14
| * ceph: cleanup pool op stringsSage Weil2010-05-171-19/+12
| * ceph: Use kzallocJulia Lawall2010-05-171-2/+1
| * ceph: use common helper for aborted dir request invalidationSage Weil2010-05-173-31/+27
| * ceph: cope with out of order (unsafe after safe) mds replySage Weil2010-05-171-0/+6
| * ceph: save peer feature bits in connection structureSage Weil2010-05-172-0/+2
| * ceph: resync headers with userlandSage Weil2010-05-176-22/+91
| * ceph: use ceph. prefix for virtual xattrsSage Weil2010-05-171-10/+11
| * ceph: throw out dirty caps metadata, data on session teardownSage Weil2010-05-171-3/+41
| * ceph: attempt mds reconnect if mds closes our sessionSage Weil2010-05-171-2/+3
| * ceph: clean up send_mds_reconnect interfaceSage Weil2010-05-171-31/+16
| * ceph: wait for mds OPEN reply to indicate reconnect successSage Weil2010-05-171-15/+13
| * ceph: only send cap releases when mds is OPEN|HUNGSage Weil2010-05-171-1/+3
| * ceph: dicard cap releases on mds restartSage Weil2010-05-171-0/+41
| * ceph: make mon client statfs handling more genericYehuda Sadeh2010-05-173-52/+58
| * ceph: drop src address(es) from message header [new protocol feature]Sage Weil2010-05-173-11/+36
| * ceph: cleanup: remove unused assignementDan Carpenter2010-05-171-2/+1
| * ceph: clean up cap release loop vs spinlockSage Weil2010-05-171-4/+3
| * ceph: name bdi ceph-%d instead of major:minorSage Weil2010-05-171-1/+4
| * ceph: skip mds sync on forced unmountSage Weil2010-05-171-0/+3
| * ceph: adjust masked struct_v variable namesSage Weil2010-05-171-9/+9
| * ceph: clean up mount options, ->show_options()Sage Weil2010-05-172-40/+69
| * ceph: set dn offset when splicedSage Weil2010-05-172-40/+44
| * ceph: don't clobber i_max_offset on already complete dirSage Weil2010-05-171-1/+2
| * ceph: skip set_dentry_offset work if directory not I_COMPLETESage Weil2010-05-171-0/+4
OpenPOWER on IntegriCloud