summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)Author
2010-07-27ceph: use complete_all and wake_up_allYehuda Sadeh
2010-07-24ceph: Correct obvious typo of Kconfig variable "CRYPTO_AES"Robert P. J. Day
2010-07-23ceph: fix dentry lease releaseSage Weil
2010-07-23ceph: fix leak of dentry in ceph_init_dentry() error pathSage Weil
2010-07-23ceph: fix pg_mapping leak on pg_temp updatesSage Weil
2010-07-23ceph: fix d_release dop for snapdir, snapped dentriesSage Weil
2010-07-22ceph: avoid dcache readdir for snapdirSage Weil
2010-07-16ceph: do not include cap/dentry releases in replayed messagesSage Weil
2010-07-16ceph: reuse request message when replaying against recovering mdsSage Weil
2010-07-09ceph: fix creation of ipv6 socketsSage Weil
2010-07-09ceph: fix parsing of ipv6 addressesSage Weil
2010-07-08ceph: fix printing of ipv6 addrsSage Weil
2010-07-08ceph: add kfree() to error pathDan Carpenter
2010-07-05ceph: fix leak of mon authorizerSage Weil
2010-07-05ceph: fix message revocationSage Weil
2010-07-05ceph: fix crush device 'out' threshold to 1.0, not 0.1Sage Weil
2010-06-29ceph: fix caps usage accounting for import (non-reserved) caseSage Weil
2010-06-29ceph: only release clean, unused caps with mds requestsSage Weil
2010-06-24ceph: fix crush CHOOSE_LEAF when type is already a leafSage Weil
2010-06-24ceph: fix crush recursionSage Weil
2010-06-24ceph: fix caps debugfs entryYehuda Sadeh
2010-06-21ceph: delay umount until all mds requests drop inode+dentry refsSage Weil
2010-06-21ceph: handle splice_dentry/d_materialize_unique error in readdir_prepopulateSage Weil
2010-06-17ceph: fix crush map update decodingSage Weil
2010-06-13ceph: fix message memory leak, uninitialized variableSage Weil
2010-06-13ceph: fix map handler error pathSage Weil
2010-06-13ceph: some endianity fixesYehuda Sadeh
2010-06-10ceph: try to send partial cap release on cap message on missing inodeSage Weil
2010-06-10ceph: release cap on import if we don't have the inodeSage Weil
2010-06-10ceph: fix misleading/incorrect debug messageSage Weil
2010-06-10ceph: fix atomic64_t initialization on ia64Jeff Mahoney
2010-06-04ceph: fix lease revocation when seq doesn't matchSage Weil
2010-06-01ceph: fix f_namelen reported by statfsSage Weil
2010-06-01ceph: fix memory leak in statfsYehuda Sadeh
2010-06-01ceph: fix d_subdirs ordering problemHenry C Chang
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2010-05-29ceph: clean up on forwarded aborted mds requestSage Weil
2010-05-29ceph: fix leak of osd authorizerSage Weil
2010-05-29ceph: close out mds, osd connections before stopping authSage Weil
2010-05-29ceph: make lease code DN specificSage Weil
2010-05-29fs/ceph: Use ERR_CASTJulia Lawall
2010-05-29ceph: renew auth tickets before they expireSage Weil
2010-05-29ceph: do not resend mon requests on auth ticket renewalSage Weil
2010-05-29ceph: removed duplicated #includesAndrea Gelmini
2010-05-29ceph: avoid possible null dereferenceSage Weil
2010-05-29ceph: make mds requests killable, not interruptibleSage Weil
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig
2010-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2010-05-21ceph: reuse mon subscribe message instead of allocated anewSage Weil
2010-05-21sanitize vfs_fsync calling conventionsChristoph Hellwig