1. d4cd187 ocfs2: add OCFS2_INODE_SKIP_ORPHAN_DIR flag and honor it in the inode wipe code by Li Dongyang · 14 years ago
  2. 3939fda Ocfs2: Journaling i_flags and i_orphaned_slot when adding inode to orphan dir. by Tristan Ye · 14 years ago
  3. 871a293 dquot: cleanup dquot initialize routine by Christoph Hellwig · 14 years ago
  4. 907f455 dquot: move dquot initialization responsibility into the filesystem by Christoph Hellwig · 14 years ago
  5. 63936dd dquot: cleanup inode allocation / freeing routines by Christoph Hellwig · 14 years ago
  6. 5dd4056 dquot: cleanup space allocation / freeing routines by Christoph Hellwig · 14 years ago
  7. 45e6297 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 15 years ago
  8. 10cf1a0 ocfs2: Set i_nlink properly during reflink. by Tao Ma · 15 years ago
  9. c7d260a ocfs2: Add reflinked file's inode to inode hash eariler. by Tao Ma · 15 years ago
  10. 55f4946 Ocfs2: Should ocfs2 support fiemap for S_IFDIR inode? by Tristan Ye · 15 years ago
  11. bc13d34 ocfs2: Create reflinked file in orphan dir. by Tao Ma · 15 years ago
  12. 19bd341 ocfs2: Use proper parameter for some inode operation. by Tao Ma · 15 years ago
  13. 0cf2f76 ocfs2: Pass struct ocfs2_caching_info to the journal functions. by Joel Becker · 15 years ago
  14. 8cb471e ocfs2: Take the inode out of the metadata read/write paths. by Joel Becker · 15 years ago
  15. cb25797 ocfs2: Add lockdep annotations by Jan Kara · 15 years ago
  16. 7e31a96 ocfs2/trivial: Remove unused variable in ocfs2_rename. by Tao Ma · 15 years ago
  17. 1382115 ocfs2: Optimize inode allocation by remembering last group by Tao Ma · 15 years ago
  18. b80b549 ocfs2: re-order ocfs2_empty_dir checks by Mark Fasheh · 15 years ago
  19. 198a1ca ocfs2: Increase max links count by Mark Fasheh · 16 years ago
  20. 4ed8a6b ocfs2: Store dir index records inline by Mark Fasheh · 16 years ago
  21. 9b7895e ocfs2: Add a name indexed b-tree to directory inodes by Mark Fasheh · 16 years ago
  22. 4a12ca3 ocfs2: Introduce dir lookup helper struct by Mark Fasheh · 16 years ago
  23. d9ae49d ocfs2: tweak to get the maximum inline data size with xattr by Tiger Yang · 15 years ago
  24. 13723d0 ocfs2: Use metadata-specific ocfs2_journal_access_*() functions. by Joel Becker · 16 years ago
  25. a90714c ocfs2: Add quota calls for allocation and freeing of inodes and space by Jan Kara · 16 years ago
  26. b657c95 ocfs2: Wrap inode block reads in a dedicated function. by Joel Becker · 16 years ago
  27. 89c38bd ocfs2: add ocfs2_init_acl in mknod by Tiger Yang · 16 years ago
  28. 534eadd ocfs2: add ocfs2_init_security in during file create by Tiger Yang · 16 years ago
  29. f5d3620 ocfs2: move new inode allocation out of the transaction by Tiger Yang · 16 years ago
  30. 2b82892 Merge branch 'master' into next by James Morris · 16 years ago
  31. b19c2a3 CRED: Wrap task credential accesses in the OCFS2 filesystem by David Howells · 16 years ago
  32. b99835c ocfs2: Let inode be really deleted when ocfs2_mknod_locked() fails by Jan Kara · 16 years ago
  33. 87cfa00 ocfs2: Fix checking of return value of new_inode() by Jan Kara · 16 years ago
  34. 0fcaa56 ocfs2: Simplify ocfs2_read_block() by Joel Becker · 16 years ago
  35. 31d3307 ocfs2: Require an inode for ocfs2_read_block(s)(). by Joel Becker · 16 years ago
  36. a81cb88 ocfs2: Don't check for NULL before brelse() by Mark Fasheh · 16 years ago
  37. cf1d6c7 ocfs2: Add extended attribute support by Tiger Yang · 16 years ago
  38. 0eb8d47 ocfs2: Make high level btree extend code generic by Tao Ma · 16 years ago
  39. 5dabd69 ocfs2: Improve rename locking by Jan Kara · 16 years ago
  40. 4d0ddb2 ocfs2: Add inode stealing for ocfs2_reserve_new_inode by Tao Ma · 16 years ago
  41. 5fa0613 ocfs2: Silence false lockdep warnings by Jan Kara · 17 years ago
  42. e63aecb6 ocfs2: Rename ocfs2_meta_[un]lock by Mark Fasheh · 17 years ago
  43. 34d024f ocfs2: Remove mount/unmount votes by Mark Fasheh · 17 years ago
  44. e325a88 ocfs2: fix rename vs unlink race by Srinivas Eeda · 17 years ago
  45. 5b6a3a2 ocfs2: Write support for directories with inline data by Mark Fasheh · 17 years ago
  46. 38760e2 ocfs2: Rename cleanups by Mark Fasheh · 17 years ago
  47. be94d11 ocfs2: Provide convenience function for ino lookup by Mark Fasheh · 17 years ago
  48. 316f4b9 ocfs2: Move directory manipulation code into dir.c by Mark Fasheh · 17 years ago
  49. 480214d ocfs2: Fix rename/extend race by Sunil Mushran · 17 years ago
  50. 2ae99a6 ocfs2: Support creation of unwritten extents by Mark Fasheh · 17 years ago
  51. 1ca1a11 ocfs2: fix sparse warnings in fs/ocfs2 by Mark Fasheh · 17 years ago
  52. 8110b07 ocfs2: Fix up i_blocks calculation to know about holes by Mark Fasheh · 17 years ago
  53. 4f902c3 ocfs2: Fix extent lookup to return true size of holes by Mark Fasheh · 17 years ago
  54. 49cb8d2 ocfs2: Read from an unwritten extent returns zeros by Mark Fasheh · 17 years ago
  55. 363041a ocfs2: temporarily remove extent map caching by Mark Fasheh · 17 years ago
  56. dcd0538 ocfs2: sparse b-tree support by Mark Fasheh · 17 years ago
  57. 5000863 ocfs2: Remove delete inode vote by Tiger Yang · 17 years ago
  58. a9f5f70 ocfs2: filter more error prints by Mark Fasheh · 17 years ago
  59. 1b3c371 Fix typos concerning hierarchy by Uwe Kleine-König · 17 years ago
  60. 92e1d5b [PATCH] mark struct inode_operations const 2 by Arjan van de Ven · 17 years ago
  61. 592282c ocfs2: Directory c/mtime update fixes by Mark Fasheh · 18 years ago
  62. c271c5c ocfs2: local mounts by Sunil Mushran · 18 years ago
  63. d38eb8d ocfs2: implement i_op->permission by Tiger Yang · 18 years ago
  64. 1fabe14 ocfs2: Remove struct ocfs2_journal_handle in favor of handle_t by Mark Fasheh · 18 years ago
  65. 65eff9c ocfs2: remove handle argument to ocfs2_start_trans() by Mark Fasheh · 18 years ago
  66. 02dc1af ocfs2: pass ocfs2_super * into ocfs2_commit_trans() by Mark Fasheh · 18 years ago
  67. 4bcec18 ocfs2: remove unused handle argument from ocfs2_meta_lock_full() by Mark Fasheh · 18 years ago
  68. 85b9e78 ocfs2: Don't allocate handle early in ocfs2_rename() by Mark Fasheh · 18 years ago
  69. da5cbf2 ocfs2: don't use handle for locking in allocation functions by Mark Fasheh · 18 years ago
  70. 8d5596c ocfs2: don't pass handle to ocfs2_meta_lock in ocfs2_rename() by Mark Fasheh · 18 years ago
  71. 6d8fc40 ocfs2: don't pass handle to ocfs2_meta_lock in ocfs2_symlink() by Mark Fasheh · 18 years ago
  72. 30a4f5e ocfs2: don't pass handle to ocfs2_meta_lock in ocfs2_unlink() by Mark Fasheh · 18 years ago
  73. 5098c27 ocfs2: don't pass handle to ocfs2_meta_lock() in orphan dir code by Mark Fasheh · 18 years ago
  74. 123a964 ocfs2: don't pass handle to ocfs2_meta_lock() in ocfs2_link() by Mark Fasheh · 18 years ago
  75. e3a8213 ocfs2: don't pass handle to ocfs2_meta_lock() in ocfs2_mknod() by Mark Fasheh · 18 years ago
  76. 711a40f ocfs2: remove spurious d_count check in ocfs2_rename() by Sunil Mushran · 18 years ago
  77. 17ff785 [PATCH] r/o bind mounts: clean up OCFS2 nlink handling by Mark Fasheh · 18 years ago
  78. d8c76e6 [PATCH] r/o bind mount prepwork: inc_nlink() helper by Dave Hansen · 18 years ago
  79. 9a53c3a [PATCH] r/o bind mounts: unlink: monitor i_nlink by Dave Hansen · 18 years ago
  80. 24c19ef ocfs2: Remove i_generation from inode lock names by Mark Fasheh · 18 years ago
  81. 0027dd5 ocfs2: Remove special casing for inode creation in ocfs2_dentry_attach_lock() by Mark Fasheh · 18 years ago
  82. 379dfe9 ocfs2: Hook rest of the file system into dentry locking API by Mark Fasheh · 18 years ago
  83. aa95887 ocfs2: implement directory read-ahead by Mark Fasheh · 18 years ago
  84. 0f62de2 ocfs2: Fix directory link count checks in ocfs2_link() by Tiger Yang · 18 years ago
  85. a663e30 ocfs2: move nlink check in ocfs2_mknod() by Mark Fasheh · 18 years ago
  86. 5515eff [PATCH] 2tb-files-add-blkcnt_t-fixes by Andrew Morton · 18 years ago
  87. b0697053 ocfs2: don't use MLF* in the file system by Mark Fasheh · 18 years ago
  88. ccd979b [PATCH] OCFS2: The Second Oracle Cluster Filesystem by Mark Fasheh · 19 years ago