1. d7283b39 ocfs2: checkpoint appending truncate log transaction before flushing by Changwei Ge · 5 years ago
  2. bbd0f32 ocfs2: use jbd2_inode dirty range scoping by Joseph Qi · 5 years ago
  3. d8b2fa6 ocfs2: use kmemdup rather than duplicating its implementation by Fuqian Huang · 5 years ago
  4. 328970d treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145 by Thomas Gleixner · 6 years ago
  5. 5500ab4 ocfs2: fix the application IO timeout when fstrim is running by Gang He · 6 years ago
  6. 2de24cb ocfs2: remove unused pointer 'eb' by Colin Ian King · 6 years ago
  7. 229ba1f ocfs2: clean up some unnecessary code by wangyan · 6 years ago
  8. 93f5920 ocfs2: return -EROFS when filesystem becomes read-only by Jun Piao · 6 years ago
  9. d324cd4 ocfs2: use 'oi' instead of 'OCFS2_I()' by piaojun · 7 years ago
  10. 637dd20 ocfs2: add trimfs lock to avoid duplicated trims in cluster by Gang He · 7 years ago
  11. 71a3694 ocfs2: try to reuse extent block in dealloc without meta_alloc by Changwei Ge · 7 years ago
  12. d22aa61 ocfs2: clean up dead code in alloc.c by Changwei Ge · 7 years ago
  13. 98d6c09 ocfs2: cleanup unused func declaration and assignment by piaojun · 7 years ago
  14. 105ddc9 ocfs2: fstrim: Fix start offset of first cluster group during fstrim by Ashish Samant · 7 years ago
  15. 964f14a ocfs2: clean up some dead code by Jun Piao · 7 years ago
  16. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  17. 86544fb ocfs2: add newlines to some error messages by Darrick J. Wong · 8 years ago
  18. 84e4008 ocfs2: convert inode refcount test to a helper by Darrick J. Wong · 8 years ago
  19. 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
  20. 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  21. d5bf141 ocfs2: fix trans extend while free cached blocks by Junxiao Bi · 8 years ago
  22. 2b0ad00 ocfs2: fix trans extend while flush truncate log by Junxiao Bi · 8 years ago
  23. 2070ad1 ocfs2: retry on ENOSPC if sufficient space in truncate log by Eric Ren · 8 years ago
  24. c14688e ocfs2: clean up an unused variable 'wants_rotate' in ocfs2_truncate_rec by piaojun · 9 years ago
  25. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  26. 102c259 ocfs2: extend enough credits for freeing one truncate record while replaying truncate records by Xue jiufei · 9 years ago
  27. 1721598 ocfs2: extend transaction for ocfs2_remove_rightmost_path() and ocfs2_update_edge_lengths() before to avoid inconsistency between inode and et by Xue jiufei · 9 years ago
  28. 35ddf78 ocfs2: fix occurring deadlock by changing ocfs2_wq from global to local by jiangyiwen · 9 years ago
  29. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  30. 72865d9 ocfs2: clean up redundant NULL check before iput by Joseph Qi · 9 years ago
  31. 9e62dc0 ocfs2: constify ocfs2_extent_tree_operations structures by Julia Lawall · 9 years ago
  32. 4635929 ocfs2: clean up redundant NULL checks before kfree by Joseph Qi · 9 years ago
  33. 7ecef14 ocfs2: neaten do_error, ocfs2_error and ocfs2_abort by Joe Perches · 9 years ago
  34. d0c97d5 ocfs2: do not set fs read-only if rec[0] is empty while committing truncate by Xue jiufei · 9 years ago
  35. 17a5b9a ocfs2: acknowledge return value of ocfs2_error() by Goldwyn Rodrigues · 9 years ago
  36. 099768b ocfs2: remove BUG_ON(!empty_extent) in __ocfs2_rotate_tree_left() by Xue jiufei · 10 years ago
  37. 9f99ad0 ocfs2: return error when ocfs2_figure_merge_contig_type() fails by Xue jiufei · 10 years ago
  38. 629a3b5 ocfs2: one function call less in ocfs2_merge_rec_right() after error detection by Markus Elfring · 10 years ago
  39. 992ef6e ocfs2: one function call less in ocfs2_merge_rec_left() after error detection by Markus Elfring · 10 years ago
  40. 06a269cc ocfs2: less function calls in ocfs2_figure_merge_contig_type() after error detection by Markus Elfring · 10 years ago
  41. 3cc79b7 ocfs2: less function calls in ocfs2_convert_inline_data_to_extents() after error detection by Markus Elfring · 10 years ago
  42. fd90d4df ocfs2: delete unnecessary checks before three function calls by Markus Elfring · 10 years ago
  43. 15eba0f ocfs2: fix journal commit deadlock in ocfs2_convert_inline_data_to_extents by alex chen · 10 years ago
  44. f62f12b ocfs2: reflink: fix slow unlink for refcounted file by Junxiao Bi · 10 years ago
  45. 981035b ocfs2: correctly check the return value of ocfs2_search_extent_list by Yingtai Xie · 10 years ago
  46. a9e9aca ocfs2: fix umount hang while shutting down truncate log by Xue jiufei · 11 years ago
  47. 6fdb702 ocfs2: call ocfs2_update_inode_fsync_trans when updating any inode by Darrick J. Wong · 11 years ago
  48. 2931cdc ocfs2: improve fsync efficiency and fix deadlock between aio_write and sync_file by Darrick J. Wong · 11 years ago
  49. d62e74b ocfs2: fix issue that ocfs2_setattr() does not deal with new_i_size==i_size by Younger Liu · 11 years ago
  50. fb951eb ocfs2: free allocated clusters if error occurs after ocfs2_claim_clusters by Zongxun Wang · 11 years ago
  51. aa89762 ocfs2: return EINVAL if the given range to discard is less than block size by Jie Liu · 11 years ago
  52. 7391a29 ocfs2: return ENOMEM when sb_getblk() fails by Rui Xiang · 11 years ago
  53. 33add0e ocfs2: fix mutex_unlock and possible memory leak in ocfs2_remove_btree_range by Joseph Qi · 12 years ago
  54. d787ab0 ocfs2: remove kfree() redundant null checks by Tim Gardner · 12 years ago
  55. 3a251f0 ocfs2: ->l_next_free_req breakage on big-endian by Al Viro · 13 years ago
  56. b8a0ae5 ocfs2: Commit transactions in error cases -v2 by Wengang Wang · 13 years ago
  57. 10fca35 ocfs2: Add trace event for trim. by Tao Ma · 14 years ago
  58. e80de36 ocfs2: Add ocfs2_trim_fs for SSD trim support. by Tao Ma · 14 years ago
  59. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  60. 81bad69 ocfs2: Remove DISK_ALLOC from masklog. by Tao Ma · 14 years ago
  61. a09d09b ocfs2: Remove mlog(0) from fs/ocfs2/alloc.c by Tao Ma · 14 years ago
  62. c1e8d35 ocfs2: Remove EXIT from masklog. by Tao Ma · 14 years ago
  63. ef6b689 ocfs2: Remove ENTRY from masklog. by Tao Ma · 14 years ago
  64. aecf586 ocfs2: Remove unused truncate function from alloc.c by Tao Ma · 14 years ago
  65. 50308d8 ocfs2: Try to free truncate log when meeting ENOSPC in write. by Tao Ma · 14 years ago
  66. 9b4c0ff ocfs2: Fix deadlock when allocating page by Jan Kara · 14 years ago
  67. 41841b0 Merge branch 'discontig-bg' of git://oss.oracle.com/git/tma/linux-2.6 into ocfs2-merge-window by Joel Becker · 15 years ago
  68. ee149a7 Ocfs2: Make ocfs2_find_cpos_for_left_leaf() public. by Tristan Ye · 15 years ago
  69. 78f9467 Ocfs2: Optimize ocfs2 truncate to use ocfs2_remove_btree_range() instead. by Tristan Ye · 15 years ago
  70. c901fb0 ocfs2: Make ocfs2_extend_trans() really extend. by Tao Ma · 15 years ago
  71. 4fe370a ocfs2: use allocation reservations during file write by Mark Fasheh · 15 years ago
  72. ec20cec ocfs2: Make ocfs2_journal_dirty() void. by Joel Becker · 15 years ago
  73. 74380c4 ocfs2: Free block to the right block group. by Tao Ma · 15 years ago
  74. 2b6cb57 ocfs2: Set suballoc_loc on allocated metadata. by Joel Becker · 15 years ago
  75. 1ed9b77 ocfs2: ocfs2_claim_*() don't need an ocfs2_super argument. by Joel Becker · 15 years ago
  76. e213e26 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 15 years ago
  77. 5dd4056 dquot: cleanup space allocation / freeing routines by Christoph Hellwig · 15 years ago
  78. b89c542 ocfs2: add extent block stealing for ocfs2 v5 by Tiger Yang · 15 years ago
  79. 849254e Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 15 years ago
  80. 2cfd30a ocfs: stop using do_sync_mapping_range by Christoph Hellwig · 15 years ago
  81. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  82. 38a04e4 ocfs2: Find proper end cpos for a leaf refcount block. by Tao Ma · 15 years ago
  83. c18b812 ocfs2: Make transaction extend more efficient. by Tao Ma · 15 years ago
  84. 6ae23c5 ocfs2: CoW refcount tree improvement. by Tao Ma · 15 years ago
  85. 6f70fa5 ocfs2: Add CoW support. by Tao Ma · 15 years ago
  86. bcbbb24 ocfs2: Decrement refcount when truncating refcounted extents. by Tao Ma · 15 years ago
  87. 1aa75fe ocfs2: Add functions for extents refcounted. by Tao Ma · 15 years ago
  88. 1823cb0 ocfs2: Add support of decrementing refcount for delete. by Tao Ma · 15 years ago
  89. e2e9f60 ocfs2: move tree path functions to alloc.h. by Tao Ma · 15 years ago
  90. fe92441 ocfs2: Add refcount b-tree as a new extent tree. by Tao Ma · 15 years ago
  91. 555936b ocfs2: Abstract extent split process. by Tao Ma · 15 years ago
  92. 853a3a1 ocfs2: Wrap ocfs2_extent_contig in ocfs2_extent_tree. by Tao Ma · 15 years ago
  93. 5e404e9 ocfs2: Pass ocfs2_caching_info into ocfs_init_*_extent_tree(). by Joel Becker · 16 years ago
  94. a1cf076 ocfs2: __ocfs2_mark_extent_written() doesn't need struct inode. by Joel Becker · 16 years ago
  95. f3868d0 ocfs2: Teach ocfs2_replace_extent_rec() to use an extent_tree. by Joel Becker · 16 years ago
  96. d231129 ocfs2: ocfs2_split_and_insert() no longer needs struct inode. by Joel Becker · 16 years ago
  97. dbdcf6a ocfs2: ocfs2_remove_extent() no longer needs struct inode. by Joel Becker · 16 years ago
  98. cbee7e1 ocfs2: ocfs2_add_clusters_in_btree() no longer needs struct inode. by Joel Becker · 16 years ago
  99. cc79d8c ocfs2: ocfs2_insert_extent() no longer needs struct inode. by Joel Becker · 16 years ago
  100. 92ba470 ocfs2: Make extent map insertion an extent_tree_operation. by Joel Becker · 16 years ago