1. cb25797 ocfs2: Add lockdep annotations by Jan Kara · 15 years ago
  2. 6ca497a ocfs2: fix rare stale inode errors when exporting via nfs by wengang wang · 15 years ago
  3. 1382115 ocfs2: Optimize inode allocation by remembering last group by Tao Ma · 15 years ago
  4. 198a1ca ocfs2: Increase max links count by Mark Fasheh · 16 years ago
  5. 9b7895e ocfs2: Add a name indexed b-tree to directory inodes by Mark Fasheh · 16 years ago
  6. 13723d0 ocfs2: Use metadata-specific ocfs2_journal_access_*() functions. by Joel Becker · 16 years ago
  7. d6b32bb ocfs2: block read meta ecc. by Joel Becker · 16 years ago
  8. a90714c ocfs2: Add quota calls for allocation and freeing of inodes and space by Jan Kara · 16 years ago
  9. bbbd0eb ocfs2: Mark system files as not subject to quota accounting by Jan Kara · 16 years ago
  10. 1a224ad ocfs2: Assign feature bits and system inodes to quota feature and quota files by Jan Kara · 16 years ago
  11. 970e493 ocfs2: Validate metadata only when it's read from disk. by Joel Becker · 16 years ago
  12. b657c95 ocfs2: Wrap inode block reads in a dedicated function. by Joel Becker · 16 years ago
  13. ae0dff6 ocfs2: Set journal descriptor to NULL after journal shutdown by Sunil Mushran · 16 years ago
  14. d4a8c93 ocfs2: Make cached block reads the common case. by Joel Becker · 16 years ago
  15. 07446dc ocfs2: Move ocfs2_bread() into dir.c by Joel Becker · 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. da1e909 ocfs2: Separate out sync reads from ocfs2_read_blocks() by Joel Becker · 16 years ago
  19. a81cb88 ocfs2: Don't check for NULL before brelse() by Mark Fasheh · 16 years ago
  20. 2b4e30f ocfs2: Switch over to JBD2. by Joel Becker · 16 years ago
  21. cf1d6c7 ocfs2: Add extended attribute support by Tiger Yang · 16 years ago
  22. 53da493 ocfs2: POSIX file locks support by Mark Fasheh · 16 years ago
  23. 4092d49 ocfs2: convert byte order of constant instead of variable by Marcin Slusarz · 17 years ago
  24. 5fa0613 ocfs2: Silence false lockdep warnings by Jan Kara · 17 years ago
  25. e63aecb6 ocfs2: Rename ocfs2_meta_[un]lock by Mark Fasheh · 17 years ago
  26. c934a92 ocfs2: Remove data locks by Mark Fasheh · 17 years ago
  27. 34d024f ocfs2: Remove mount/unmount votes by Mark Fasheh · 17 years ago
  28. a46043e0 ocfs2: log valid inode # on bad inode by Mark Fasheh · 17 years ago
  29. 2759236 [PATCH] fs/ocfs2: Add missing "space" by Joe Perches · 17 years ago
  30. 1afc32b ocfs2: Write support for inline data by Mark Fasheh · 17 years ago
  31. 15b1e36 ocfs2: Structure updates for inline data by Mark Fasheh · 17 years ago
  32. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  33. 1ca1a11 ocfs2: fix sparse warnings in fs/ocfs2 by Mark Fasheh · 17 years ago
  34. 6e4b0d5 [PATCH] Copy i_flags to ocfs2 inode flags on write by Jan Kara · 17 years ago
  35. ee19a77 ocfs2: Wrap access of directory allocations with ip_alloc_sem. by Joel Becker · 17 years ago
  36. 8341897 ocfs2: Cache extent records by Mark Fasheh · 17 years ago
  37. 8110b07 ocfs2: Fix up i_blocks calculation to know about holes by Mark Fasheh · 17 years ago
  38. 49cb8d2 ocfs2: Read from an unwritten extent returns zeros by Mark Fasheh · 17 years ago
  39. 60b1139 ocfs2: zero tail of sparse files on truncate by Mark Fasheh · 17 years ago
  40. 3a0782d ocfs2: teach extend/truncate about sparse files by Mark Fasheh · 18 years ago
  41. 363041a ocfs2: temporarily remove extent map caching by Mark Fasheh · 18 years ago
  42. 6f16bf6 ocfs2: small cleanup of ocfs2_request_delete() by Mark Fasheh · 17 years ago
  43. 68e2b740 ocfs2: remove unused code by Tiger Yang · 17 years ago
  44. 5000863 ocfs2: Remove delete inode vote by Tiger Yang · 17 years ago
  45. 6a1bd4a ocfs2: cleanup ocfs2_iget() errors by Mark Fasheh · 18 years ago
  46. c271c5c ocfs2: local mounts by Sunil Mushran · 18 years ago
  47. 7f1a37e ocfs2: core atime update functions by Tiger Yang · 18 years ago
  48. 1fabe14 ocfs2: Remove struct ocfs2_journal_handle in favor of handle_t by Mark Fasheh · 18 years ago
  49. 65eff9c ocfs2: remove handle argument to ocfs2_start_trans() by Mark Fasheh · 18 years ago
  50. 02dc1af ocfs2: pass ocfs2_super * into ocfs2_commit_trans() by Mark Fasheh · 18 years ago
  51. 4bcec18 ocfs2: remove unused handle argument from ocfs2_meta_lock_full() by Mark Fasheh · 18 years ago
  52. 02928a7 ocfs2: remove unused ocfs2_handle_add_inode() by Mark Fasheh · 18 years ago
  53. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  54. 24c19ef ocfs2: Remove i_generation from inode lock names by Mark Fasheh · 18 years ago
  55. 379dfe9 ocfs2: Hook rest of the file system into dentry locking API by Mark Fasheh · 18 years ago
  56. aa95887 ocfs2: implement directory read-ahead by Mark Fasheh · 18 years ago
  57. ca4d147 ocfs2: add ext2 attributes by Herbert Poetzl · 18 years ago
  58. b0697053 ocfs2: don't use MLF* in the file system by Mark Fasheh · 18 years ago
  59. b4df6ed [PATCH] ocfs2: fix orphan recovery deadlock by Mark Fasheh · 18 years ago
  60. 251b6ec [OCFS2] Make ip_io_sem a mutex by Mark Fasheh · 19 years ago
  61. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 19 years ago
  62. ccd979b [PATCH] OCFS2: The Second Oracle Cluster Filesystem by Mark Fasheh · 19 years ago