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