1. 0a4ebed Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 13 years ago
  2. 249ec93 ocfs2: Use filemap_write_and_wait() instead of write_inode_now() by Jan Kara · 13 years ago
  3. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  4. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  5. 64f3b26 ocfs2: Remove masklog ML_INODE. by Tao Ma · 13 years ago
  6. 6218b90 ocfs2: Little refactoring against ocfs2_iget. by Tao Ma · 13 years ago
  7. c1e8d35 ocfs2: Remove EXIT from masklog. by Tao Ma · 13 years ago
  8. ef6b689 ocfs2: Remove ENTRY from masklog. by Tao Ma · 13 years ago
  9. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  10. 5e98d49 Track negative entries v3 by Goldwyn Rodrigues · 14 years ago
  11. f5ce5a0 ocfs2: Fix incorrect checksum validation error by Sunil Mushran · 14 years ago
  12. 45321ac Make ->drop_inode() just return whether inode needs to be dropped by Al Viro · 14 years ago
  13. 066d92d convert ocfs2 to ->evict_inode() by Al Viro · 14 years ago
  14. 03e6230 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 14 years ago
  15. 78f9467 Ocfs2: Optimize ocfs2 truncate to use ocfs2_remove_btree_range() instead. by Tristan Ye · 14 years ago
  16. e4b963f ocfs2: Wrap signal blocking in void functions. by Joel Becker · 15 years ago
  17. e3b4a97 ocfs2: use allocation reservations for directory data by Mark Fasheh · 15 years ago
  18. 4fe370a ocfs2: use allocation reservations during file write by Mark Fasheh · 15 years ago
  19. ec20cec ocfs2: Make ocfs2_journal_dirty() void. by Joel Becker · 14 years ago
  20. d577632 ocfs2: Avoid a gcc warning in ocfs2_wipe_inode(). by Joel Becker · 14 years ago
  21. f9221fd Merge branch 'skip_delete_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2-mark into ocfs2-fixes by Joel Becker · 14 years ago
  22. 0350cb0 ocfs2: potential ERR_PTR dereference on error paths by Dan Carpenter · 14 years ago
  23. d4cd187 ocfs2: add OCFS2_INODE_SKIP_ORPHAN_DIR flag and honor it in the inode wipe code by Li Dongyang · 14 years ago
  24. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  25. b54c2ca Ocfs2: Handle deletion of reflinked oprhan inodes correctly. by Tristan Ye · 14 years ago
  26. 871a293 dquot: cleanup dquot initialize routine by Christoph Hellwig · 14 years ago
  27. 907f455 dquot: move dquot initialization responsibility into the filesystem by Christoph Hellwig · 14 years ago
  28. 9f75475 dquot: cleanup dquot drop routine by Christoph Hellwig · 14 years ago
  29. 257ba15 dquot: move dquot drop responsibility into the filesystem by Christoph Hellwig · 14 years ago
  30. 63936dd dquot: cleanup inode allocation / freeing routines by Christoph Hellwig · 14 years ago
  31. 2bd6321 ocfs2/trivial: Remove trailing whitespaces by Sunil Mushran · 14 years ago
  32. 8b2c0db ocfs2: Call refcount tree remove process properly. by Tao Ma · 15 years ago
  33. 6136ca5 ocfs2: Drop struct inode from ocfs2_extent_tree_operations. by Joel Becker · 15 years ago
  34. 0cf2f76 ocfs2: Pass struct ocfs2_caching_info to the journal functions. by Joel Becker · 15 years ago
  35. 292dd27 ocfs2: move ip_created_trans to struct ocfs2_caching_info by Joel Becker · 15 years ago
  36. 66fb345 ocfs2: move ip_last_trans to struct ocfs2_caching_info by Joel Becker · 15 years ago
  37. 8cb471e ocfs2: Take the inode out of the metadata read/write paths. by Joel Becker · 15 years ago
  38. 6e5a3d7 ocfs2: Change metadata caching locks to an operations structure. by Joel Becker · 15 years ago
  39. 47460d6 ocfs2: Make the ocfs2_caching_info structure self-contained. by Joel Becker · 15 years ago
  40. cb25797 ocfs2: Add lockdep annotations by Jan Kara · 15 years ago
  41. 6ca497a ocfs2: fix rare stale inode errors when exporting via nfs by wengang wang · 15 years ago
  42. 1382115 ocfs2: Optimize inode allocation by remembering last group by Tao Ma · 15 years ago
  43. 198a1ca ocfs2: Increase max links count by Mark Fasheh · 16 years ago
  44. 9b7895e ocfs2: Add a name indexed b-tree to directory inodes by Mark Fasheh · 16 years ago
  45. 13723d0 ocfs2: Use metadata-specific ocfs2_journal_access_*() functions. by Joel Becker · 16 years ago
  46. d6b32bb ocfs2: block read meta ecc. by Joel Becker · 16 years ago
  47. a90714c ocfs2: Add quota calls for allocation and freeing of inodes and space by Jan Kara · 16 years ago
  48. bbbd0eb ocfs2: Mark system files as not subject to quota accounting by Jan Kara · 16 years ago
  49. 1a224ad ocfs2: Assign feature bits and system inodes to quota feature and quota files by Jan Kara · 16 years ago
  50. 970e493 ocfs2: Validate metadata only when it's read from disk. by Joel Becker · 16 years ago
  51. b657c95 ocfs2: Wrap inode block reads in a dedicated function. by Joel Becker · 16 years ago
  52. ae0dff6 ocfs2: Set journal descriptor to NULL after journal shutdown by Sunil Mushran · 16 years ago
  53. d4a8c93 ocfs2: Make cached block reads the common case. by Joel Becker · 16 years ago
  54. 07446dc ocfs2: Move ocfs2_bread() into dir.c by Joel Becker · 16 years ago
  55. 0fcaa56 ocfs2: Simplify ocfs2_read_block() by Joel Becker · 16 years ago
  56. 31d3307 ocfs2: Require an inode for ocfs2_read_block(s)(). by Joel Becker · 16 years ago
  57. da1e909 ocfs2: Separate out sync reads from ocfs2_read_blocks() by Joel Becker · 16 years ago
  58. a81cb88 ocfs2: Don't check for NULL before brelse() by Mark Fasheh · 16 years ago
  59. 2b4e30f ocfs2: Switch over to JBD2. by Joel Becker · 16 years ago
  60. cf1d6c7 ocfs2: Add extended attribute support by Tiger Yang · 16 years ago
  61. 53da493 ocfs2: POSIX file locks support by Mark Fasheh · 16 years ago
  62. 4092d49 ocfs2: convert byte order of constant instead of variable by Marcin Slusarz · 17 years ago
  63. 5fa0613 ocfs2: Silence false lockdep warnings by Jan Kara · 16 years ago
  64. e63aecb6 ocfs2: Rename ocfs2_meta_[un]lock by Mark Fasheh · 17 years ago
  65. c934a92 ocfs2: Remove data locks by Mark Fasheh · 17 years ago
  66. 34d024f ocfs2: Remove mount/unmount votes by Mark Fasheh · 17 years ago
  67. a46043e ocfs2: log valid inode # on bad inode by Mark Fasheh · 17 years ago
  68. 2759236 [PATCH] fs/ocfs2: Add missing "space" by Joe Perches · 17 years ago
  69. 1afc32b ocfs2: Write support for inline data by Mark Fasheh · 17 years ago
  70. 15b1e36 ocfs2: Structure updates for inline data by Mark Fasheh · 17 years ago
  71. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  72. 1ca1a11 ocfs2: fix sparse warnings in fs/ocfs2 by Mark Fasheh · 17 years ago
  73. 6e4b0d5 [PATCH] Copy i_flags to ocfs2 inode flags on write by Jan Kara · 17 years ago
  74. ee19a77 ocfs2: Wrap access of directory allocations with ip_alloc_sem. by Joel Becker · 17 years ago
  75. 8341897 ocfs2: Cache extent records by Mark Fasheh · 17 years ago
  76. 8110b07 ocfs2: Fix up i_blocks calculation to know about holes by Mark Fasheh · 17 years ago
  77. 49cb8d2 ocfs2: Read from an unwritten extent returns zeros by Mark Fasheh · 17 years ago
  78. 60b1139 ocfs2: zero tail of sparse files on truncate by Mark Fasheh · 17 years ago
  79. 3a0782d ocfs2: teach extend/truncate about sparse files by Mark Fasheh · 17 years ago
  80. 363041a ocfs2: temporarily remove extent map caching by Mark Fasheh · 17 years ago
  81. 6f16bf6 ocfs2: small cleanup of ocfs2_request_delete() by Mark Fasheh · 17 years ago
  82. 68e2b74 ocfs2: remove unused code by Tiger Yang · 17 years ago
  83. 5000863 ocfs2: Remove delete inode vote by Tiger Yang · 17 years ago
  84. 6a1bd4a ocfs2: cleanup ocfs2_iget() errors by Mark Fasheh · 18 years ago
  85. c271c5c ocfs2: local mounts by Sunil Mushran · 18 years ago
  86. 7f1a37e ocfs2: core atime update functions by Tiger Yang · 18 years ago
  87. 1fabe14 ocfs2: Remove struct ocfs2_journal_handle in favor of handle_t by Mark Fasheh · 18 years ago
  88. 65eff9c ocfs2: remove handle argument to ocfs2_start_trans() by Mark Fasheh · 18 years ago
  89. 02dc1af ocfs2: pass ocfs2_super * into ocfs2_commit_trans() by Mark Fasheh · 18 years ago
  90. 4bcec18 ocfs2: remove unused handle argument from ocfs2_meta_lock_full() by Mark Fasheh · 18 years ago
  91. 02928a7 ocfs2: remove unused ocfs2_handle_add_inode() by Mark Fasheh · 18 years ago
  92. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  93. 24c19ef ocfs2: Remove i_generation from inode lock names by Mark Fasheh · 18 years ago
  94. 379dfe9 ocfs2: Hook rest of the file system into dentry locking API by Mark Fasheh · 18 years ago
  95. aa95887 ocfs2: implement directory read-ahead by Mark Fasheh · 18 years ago
  96. ca4d147 ocfs2: add ext2 attributes by Herbert Poetzl · 18 years ago
  97. b069705 ocfs2: don't use MLF* in the file system by Mark Fasheh · 18 years ago
  98. b4df6ed [PATCH] ocfs2: fix orphan recovery deadlock by Mark Fasheh · 18 years ago
  99. 251b6ec [OCFS2] Make ip_io_sem a mutex by Mark Fasheh · 18 years ago
  100. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 19 years ago