1. 38c48b5 ceph: provide seperate {inode,file}_operations for snapdir by Yan, Zheng · 10 years ago
  2. 982d601 ceph: improve reference tracking for snaprealm by Yan, Zheng · 10 years ago
  3. e20d258 ceph: flush inline version by Yan, Zheng · 10 years ago
  4. 28127bd ceph: convert inline data to normal data before data write by Yan, Zheng · 10 years ago
  5. 01deead ceph: use getattr request to fetch inline data by Yan, Zheng · 10 years ago
  6. 31c542a ceph: add inline data to pagecache by Yan, Zheng · 10 years ago
  7. 97c85a8 ceph: introduce global empty snap context by Yan, Zheng · 10 years ago
  8. 70db4f3 ceph: introduce a new inode flag indicating if cached dentries are ordered by Yan, Zheng · 10 years ago
  9. 14ed970 ceph: additional debugfs output by John Spray · 10 years ago
  10. b1ee94a ceph: include the initial ACL in create/mkdir/mknod MDS requests by Yan, Zheng · 10 years ago
  11. 508b32d ceph: request xattrs if xattr_version is zero by Yan, Zheng · 10 years ago
  12. d9df278 ceph: pre-allocate ceph_cap struct for ceph_add_cap() by Yan, Zheng · 10 years ago
  13. 0a8a70f ceph: clear directory's completeness when creating file by Yan, Zheng · 10 years ago
  14. eb13e83 ceph: use fl->fl_file as owner identifier of flock and posix lock by Yan, Zheng · 10 years ago
  15. f049420 ceph: fix ceph_dir_llseek() by Yan, Zheng · 10 years ago
  16. c969d9b ceph: make ceph_forget_all_cached_acls() static inline by Guangliang Zhao · 10 years ago
  17. 32d35d4 ceph: remove duplicate declaration of ceph_setattr by Peter Rosin · 10 years ago
  18. 72466d0 ceph: fix posix ACL hooks by Sage Weil · 10 years ago
  19. 4db658e ceph: Fix up after semantic merge conflict by Linus Torvalds · 10 years ago
  20. 11df2df ceph: add imported caps when handling cap export message by Yan, Zheng · 11 years ago
  21. 9215aee ceph: check inode caps in ceph_d_revalidate by Yan, Zheng · 11 years ago
  22. 9563f88 ceph: fix cache revoke race by Yan, Zheng · 11 years ago
  23. 7221fe4 ceph: add acl for cephfs by Guangliang Zhao · 11 years ago
  24. 9f12bd1 ceph: drop unconnected inodes by Yan, Zheng · 11 years ago
  25. a096b09 ceph: queue cap release in __ceph_remove_cap() by Yan, Zheng · 11 years ago
  26. ed284c4 ceph: remove ceph_lookup_inode() by Yan, Zheng · 11 years ago
  27. 99ccbd2 ceph: use fscache as a local presisent cache by Milosz Tanski · 11 years ago
  28. b0d7c22 ceph: introduce i_truncate_mutex by Yan, Zheng · 11 years ago
  29. 6f60f88 ceph: fix freeing inode vs removing session caps race by Yan, Zheng · 11 years ago
  30. b415bf4 ceph: fix pending vmtruncate race by Yan, Zheng · 11 years ago
  31. 93faca6 ceph: Reconstruct the func ceph_reserve_caps. by majianpeng · 11 years ago
  32. 39be95e ceph: ceph_pagelist_append might sleep while atomic by Jim Schutt · 11 years ago
  33. 2f276c5 ceph: use i_release_count to indicate dir's completeness by Yan, Zheng · 11 years ago
  34. 3f99969 ceph: acquire i_mutex in __ceph_do_pending_vmtruncate by Yan, Zheng · 11 years ago
  35. a8673d6 ceph: use I_COMPLETE inode flag instead of D_COMPLETE flag by Yan, Zheng · 11 years ago
  36. d40ee0d ceph: queue cap release when trimming cap by Yan, Zheng · 11 years ago
  37. 1cf0209 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 11 years ago
  38. 92a49fb ceph: fix statvfs fr_size by Sage Weil · 11 years ago
  39. 9e0eb85 ceph: remove a few bogus declarations by Alex Elder · 11 years ago
  40. 05cb11c ceph: Translate between uid and gids in cap messages and kuids and kgids by Eric W. Biederman · 11 years ago
  41. 5ef50c3 ceph: simplify+fix atomic_open by Sage Weil · 12 years ago
  42. cc8362b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  43. aa711ee ceph: define snap counts as u32 everywhere by Alex Elder · 12 years ago
  44. 30d9049 kill struct opendata by Al Viro · 12 years ago
  45. d958527 make ->atomic_open() return int by Al Viro · 12 years ago
  46. 4723768 ->atomic_open() prototype change - pass int * instead of bool * by Al Viro · 12 years ago
  47. 2d83bde ceph: implement i_op->atomic_open() by Miklos Szeredi · 12 years ago
  48. 3819219 ceph: remove unused arg from ceph_lookup_open() by Miklos Szeredi · 12 years ago
  49. 3ce6cd1 ceph: avoid repeatedly computing the size of constant vxattr names by Alex Elder · 12 years ago
  50. a661fc5 ceph: use 2 instead of 1 as fallback for 32-bit inode number by Amon Ott · 12 years ago
  51. 1a52bb0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  52. a40dc6c ceph: enable/disable dentry complete flags via mount option by Sage Weil · 13 years ago
  53. 5706b27 ceph: propagate umode_t by Al Viro · 13 years ago
  54. be65559 ceph: use i_ceph_lock instead of i_lock by Sage Weil · 13 years ago
  55. c6ffe10 ceph: use new D_COMPLETE dentry flag by Sage Weil · 13 years ago
  56. b58dc41 ceph: clear parent D_COMPLETE flag when on dentry prune by Sage Weil · 13 years ago
  57. 3310f75 ceph: fix 32-bit ino numbers by Amon Ott · 13 years ago
  58. 83817e3 ceph: rename rsize -> rasize by Sage Weil · 13 years ago
  59. ba5b56c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  60. e5f86dc ceph: avoid d_parent in ceph_dentry_hash; fix ceph_encode_fh() hashing bug by Sage Weil · 13 years ago
  61. 5f21c96 ceph: protect access to d_parent by Sage Weil · 13 years ago
  62. 468640e ceph: fix ceph_lookup_open intent usage by Sage Weil · 13 years ago
  63. 9cfa109 ceph: use flag bit for at_end readdir flag by Sage Weil · 13 years ago
  64. 4918b6d ceph: add F_SYNC file flag to force sync (non-O_DIRECT) io by Sage Weil · 13 years ago
  65. 252c672 ceph: add flags field to file_info by Sage Weil · 13 years ago
  66. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  67. 10556cb ->permission() sanitizing: don't pass flags to ->permission() by Al Viro · 13 years ago
  68. d3d0720 ceph: do not use i_wrbuffer_ref as refcount for Fb cap by Henry C Chang · 13 years ago
  69. fca65b4 ceph: do not call __mark_dirty_inode under i_lock by Sage Weil · 13 years ago
  70. 80456f8 ceph: move readahead default to fs/ceph from libceph by Sage Weil · 13 years ago
  71. ad1fee9 ceph: add ino32 mount option by Yehuda Sadeh · 14 years ago
  72. 9bde178 Revert "ceph: keep reference to parent inode on ceph_dentry" by Sage Weil · 13 years ago
  73. 8bd89ca Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  74. 97d79b4 ceph: keep reference to parent inode on ceph_dentry by Yehuda Sadeh · 14 years ago
  75. a170315 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  76. 6c0f3af ceph: add dir_layout to inode by Sage Weil · 14 years ago
  77. b74c79e fs: provide rcu-walk aware permission i_ops by Nick Piggin · 14 years ago
  78. cd045cb ceph: fix rdcache_gen usage and invalidate by Sage Weil · 14 years ago
  79. efa4c12 ceph: do not carry i_lock for readdir from dcache by Sage Weil · 14 years ago
  80. 3d14c5d ceph: factor out libceph from Ceph file system by Yehuda Sadeh · 14 years ago
  81. e835124 ceph: only send one flushsnap per cap_snap per mds session by Sage Weil · 14 years ago
  82. ae00d4f ceph: fix cap_snap and realm split by Sage Weil · 14 years ago
  83. 7d8cb26 ceph: maintain i_head_snapc when any caps are dirty, not just for data by Sage Weil · 14 years ago
  84. 4a625be ceph: include dirty xattrs state in snapped caps by Sage Weil · 14 years ago
  85. 52dfb8a ceph: constify dentry_operations by Sage Weil · 14 years ago
  86. 40819f6 ceph: add flock/fcntl lock support by Greg Farnum · 14 years ago
  87. c6f3fdc ceph: add CEPH_FEATURE_FLOCK to the supported feature bits by Greg Farnum · 14 years ago
  88. a8b763a ceph: use %pU to print uuid (fsid) by Sage Weil · 14 years ago
  89. 6a25938 ceph: specify supported features in super.h by Sage Weil · 14 years ago
  90. 2bc5025 ceph: add ceph_get_cap_for_mds function. by Greg Farnum · 14 years ago
  91. 3715166 ceph: do caps accounting per mds_client by Yehuda Sadeh · 14 years ago
  92. b612a05 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  93. 984c769 ceph: removed duplicated #includes by Andrea Gelmini · 14 years ago
  94. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  95. 23804d9 ceph: specify max_bytes on readdir replies by Sage Weil · 14 years ago
  96. 6e19a16 ceph: clean up mount options, ->show_options() by Sage Weil · 14 years ago
  97. 640ef79 ceph: use ceph_sb_to_client instead of ceph_client by Cheng Renquan · 14 years ago
  98. 81a6cf2 ceph: invalidate affected dentry leases on aborted requests by Sage Weil · 14 years ago
  99. d45d0d9 ceph: add missing #includes by Sage Weil · 14 years ago
  100. 96e35b4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago