aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-05ceph: fix crush device 'out' threshold to 1.0, not 0.1Sage Weil1-1/+1
2010-06-29ceph: fix caps usage accounting for import (non-reserved) caseSage Weil1-2/+8
2010-06-29ceph: only release clean, unused caps with mds requestsSage Weil1-5/+6
2010-06-24ceph: fix crush CHOOSE_LEAF when type is already a leafSage Weil1-13/+25
2010-06-24ceph: fix crush recursionSage Weil1-0/+1
2010-06-24ceph: fix caps debugfs entryYehuda Sadeh1-1/+1
2010-06-21ceph: delay umount until all mds requests drop inode+dentry refsSage Weil1-0/+6
2010-06-21ceph: handle splice_dentry/d_materialize_unique error in readdir_prepopulateSage Weil1-7/+12
2010-06-17ceph: fix crush map update decodingSage Weil1-0/+1
2010-06-13ceph: fix message memory leak, uninitialized variableSage Weil1-0/+2
2010-06-13ceph: fix map handler error pathSage Weil1-1/+2
2010-06-13ceph: some endianity fixesYehuda Sadeh3-3/+4
2010-06-10ceph: try to send partial cap release on cap message on missing inodeSage Weil3-5/+9
2010-06-10ceph: release cap on import if we don't have the inodeSage Weil3-38/+61
2010-06-10ceph: fix misleading/incorrect debug messageSage Weil1-1/+1
2010-06-10ceph: fix atomic64_t initialization on ia64Jeff Mahoney1-1/+1
2010-06-04ceph: fix lease revocation when seq doesn't matchSage Weil1-4/+8
2010-06-01ceph: fix f_namelen reported by statfsSage Weil1-1/+1
2010-06-01ceph: fix memory leak in statfsYehuda Sadeh1-0/+2
2010-06-01ceph: fix d_subdirs ordering problemHenry C Chang1-1/+1
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds17-32/+85
2010-05-29ceph: clean up on forwarded aborted mds requestSage Weil1-4/+9
2010-05-29ceph: fix leak of osd authorizerSage Weil1-1/+6
2010-05-29ceph: close out mds, osd connections before stopping authSage Weil3-1/+16
2010-05-29ceph: make lease code DN specificSage Weil2-12/+13
2010-05-29fs/ceph: Use ERR_CASTJulia Lawall6-6/+6
2010-05-29ceph: renew auth tickets before they expireSage Weil4-1/+27
2010-05-29ceph: do not resend mon requests on auth ticket renewalSage Weil1-1/+4
2010-05-29ceph: removed duplicated #includesAndrea Gelmini2-2/+0
2010-05-29ceph: avoid possible null dereferenceSage Weil1-2/+2
2010-05-29ceph: make mds requests killable, not interruptibleSage Weil1-2/+2
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig3-6/+5
2010-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds30-759/+876
2010-05-21ceph: reuse mon subscribe message instead of allocated anewSage Weil2-10/+14
2010-05-21sanitize vfs_fsync calling conventionsChristoph Hellwig1-2/+1
2010-05-21ceph: should use deactivate_locked_super() on failure exitsAl Viro1-2/+1
2010-05-21ceph: avoid resending queued message to monitorSage Weil1-0/+2
2010-05-21ceph: Storage class should be before const qualifierTobias Klauser3-6/+6
2010-05-17ceph: all allocation functions should get gfp_maskYehuda Sadeh8-30/+32
2010-05-17ceph: specify max_bytes on readdir repliesSage Weil4-1/+14
2010-05-17ceph: cleanup pool op stringsSage Weil1-19/+12
2010-05-17ceph: Use kzallocJulia Lawall1-2/+1
2010-05-17ceph: use common helper for aborted dir request invalidationSage Weil3-31/+27
2010-05-17ceph: cope with out of order (unsafe after safe) mds replySage Weil1-0/+6
2010-05-17ceph: save peer feature bits in connection structureSage Weil2-0/+2
2010-05-17ceph: resync headers with userlandSage Weil6-22/+91
2010-05-17ceph: use ceph. prefix for virtual xattrsSage Weil1-10/+11
2010-05-17ceph: throw out dirty caps metadata, data on session teardownSage Weil1-3/+41
2010-05-17ceph: attempt mds reconnect if mds closes our sessionSage Weil1-2/+3
2010-05-17ceph: clean up send_mds_reconnect interfaceSage Weil1-31/+16