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