aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)AuthorFilesLines
2010-07-16ceph: do not include cap/dentry releases in replayed messagesGravatar Sage Weil 2-0/+9
2010-07-16ceph: reuse request message when replaying against recovering mdsGravatar Sage Weil 1-5/+22
2010-07-09ceph: fix creation of ipv6 socketsGravatar Sage Weil 1-3/+5
2010-07-09ceph: fix parsing of ipv6 addressesGravatar Sage Weil 1-6/+19
2010-07-08ceph: fix printing of ipv6 addrsGravatar Sage Weil 1-18/+6
2010-07-08ceph: add kfree() to error pathGravatar Dan Carpenter 1-0/+1
2010-07-05ceph: fix leak of mon authorizerGravatar Sage Weil 1-0/+3
2010-07-05ceph: fix message revocationGravatar Sage Weil 1-7/+7
2010-07-05ceph: fix crush device 'out' threshold to 1.0, not 0.1Gravatar Sage Weil 1-1/+1
2010-06-29ceph: fix caps usage accounting for import (non-reserved) caseGravatar Sage Weil 1-2/+8
2010-06-29ceph: only release clean, unused caps with mds requestsGravatar Sage Weil 1-5/+6
2010-06-24ceph: fix crush CHOOSE_LEAF when type is already a leafGravatar Sage Weil 1-13/+25
2010-06-24ceph: fix crush recursionGravatar Sage Weil 1-0/+1
2010-06-24ceph: fix caps debugfs entryGravatar Yehuda Sadeh 1-1/+1
2010-06-21ceph: delay umount until all mds requests drop inode+dentry refsGravatar Sage Weil 1-0/+6
2010-06-21ceph: handle splice_dentry/d_materialize_unique error in readdir_prepopulateGravatar Sage Weil 1-7/+12
2010-06-17ceph: fix crush map update decodingGravatar Sage Weil 1-0/+1
2010-06-13ceph: fix message memory leak, uninitialized variableGravatar Sage Weil 1-0/+2
2010-06-13ceph: fix map handler error pathGravatar Sage Weil 1-1/+2
2010-06-13ceph: some endianity fixesGravatar Yehuda Sadeh 3-3/+4
2010-06-10ceph: try to send partial cap release on cap message on missing inodeGravatar Sage Weil 3-5/+9
2010-06-10ceph: release cap on import if we don't have the inodeGravatar Sage Weil 3-38/+61
2010-06-10ceph: fix misleading/incorrect debug messageGravatar Sage Weil 1-1/+1
2010-06-10ceph: fix atomic64_t initialization on ia64Gravatar Jeff Mahoney 1-1/+1
2010-06-04ceph: fix lease revocation when seq doesn't matchGravatar Sage Weil 1-4/+8
2010-06-01ceph: fix f_namelen reported by statfsGravatar Sage Weil 1-1/+1
2010-06-01ceph: fix memory leak in statfsGravatar Yehuda Sadeh 1-0/+2
2010-06-01ceph: fix d_subdirs ordering problemGravatar Henry C Chang 1-1/+1
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 17-32/+85
2010-05-29ceph: clean up on forwarded aborted mds requestGravatar Sage Weil 1-4/+9
2010-05-29ceph: fix leak of osd authorizerGravatar Sage Weil 1-1/+6
2010-05-29ceph: close out mds, osd connections before stopping authGravatar Sage Weil 3-1/+16
2010-05-29ceph: make lease code DN specificGravatar Sage Weil 2-12/+13
2010-05-29fs/ceph: Use ERR_CASTGravatar Julia Lawall 6-6/+6
2010-05-29ceph: renew auth tickets before they expireGravatar Sage Weil 4-1/+27
2010-05-29ceph: do not resend mon requests on auth ticket renewalGravatar Sage Weil 1-1/+4
2010-05-29ceph: removed duplicated #includesGravatar Andrea Gelmini 2-2/+0
2010-05-29ceph: avoid possible null dereferenceGravatar Sage Weil 1-2/+2
2010-05-29ceph: make mds requests killable, not interruptibleGravatar Sage Weil 1-2/+2
2010-05-27drop unused dentry argument to ->fsyncGravatar Christoph Hellwig 3-6/+5
2010-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 30-759/+876
2010-05-21ceph: reuse mon subscribe message instead of allocated anewGravatar Sage Weil 2-10/+14
2010-05-21sanitize vfs_fsync calling conventionsGravatar Christoph Hellwig 1-2/+1
2010-05-21ceph: should use deactivate_locked_super() on failure exitsGravatar Al Viro 1-2/+1
2010-05-21ceph: avoid resending queued message to monitorGravatar Sage Weil 1-0/+2
2010-05-21ceph: Storage class should be before const qualifierGravatar Tobias Klauser 3-6/+6
2010-05-17ceph: all allocation functions should get gfp_maskGravatar Yehuda Sadeh 8-30/+32
2010-05-17ceph: specify max_bytes on readdir repliesGravatar Sage Weil 4-1/+14
2010-05-17ceph: cleanup pool op stringsGravatar Sage Weil 1-19/+12
2010-05-17ceph: Use kzallocGravatar Julia Lawall 1-2/+1