aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-01ceph: connect to export targets on cap exportSage Weil3-2/+23
2010-08-01ceph: connect to export targets if mds is laggySage Weil1-0/+15
2010-08-01ceph: introduce helper to connect to mds export targetsSage Weil1-0/+37
2010-08-01ceph: only set num_pages in calc_layoutSage Weil1-3/+0
2010-08-01ceph: do caps accounting per mds_clientYehuda Sadeh5-115/+131
2010-08-01ceph: track laggy state of mds from mdsmapSage Weil3-2/+16
2010-08-01ceph: code cleanupYehuda Sadeh13-49/+46
2010-08-01ceph: skip if no auth cap in flush_snapsSage Weil1-7/+12
2010-08-01ceph: simplify caps revocation, fix for multimdsSage Weil1-12/+18
2010-08-01ceph: simplify add_cap_releasesSage Weil1-16/+19
2010-08-01ceph: drop unused argumentSage Weil3-9/+6
2010-08-01ceph: perform lazy reads when file mode and caps permitSage Weil4-13/+22
2010-08-01ceph: perform lazy writes when file mode and caps permitSage Weil2-8/+11
2010-08-01ceph: add LAZYIO ioctl to mark a file description for lazy consistencySage Weil2-0/+26
2010-08-01ceph: request FILE_LAZYIO cap when LAZY file mode is setSage Weil2-27/+26
2010-07-27ceph: use complete_all and wake_up_allYehuda Sadeh6-20/+20
2010-07-24ceph: Correct obvious typo of Kconfig variable "CRYPTO_AES"Robert P. J. Day1-1/+1
2010-07-23ceph: fix dentry lease releaseSage Weil1-0/+1
2010-07-23ceph: fix leak of dentry in ceph_init_dentry() error pathSage Weil1-1/+3
2010-07-23ceph: fix pg_mapping leak on pg_temp updatesSage Weil1-11/+15
2010-07-23ceph: fix d_release dop for snapdir, snapped dentriesSage Weil1-3/+9
2010-07-22ceph: avoid dcache readdir for snapdirSage Weil1-0/+1
2010-07-16ceph: do not include cap/dentry releases in replayed messagesSage Weil2-0/+9
2010-07-16ceph: reuse request message when replaying against recovering mdsSage Weil1-5/+22
2010-07-09ceph: fix creation of ipv6 socketsSage Weil1-3/+5
2010-07-09ceph: fix parsing of ipv6 addressesSage Weil1-6/+19
2010-07-08ceph: fix printing of ipv6 addrsSage Weil1-18/+6
2010-07-08ceph: add kfree() to error pathDan Carpenter1-0/+1
2010-07-05ceph: fix leak of mon authorizerSage Weil1-0/+3
2010-07-05ceph: fix message revocationSage Weil1-7/+7
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