1. 783cc68 ocfs2: use BUG_ON instead of if condition followed by BUG. by Zhang Mingyu · 3 years ago
  2. 5147da9 Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years, 2 months ago
  3. da5e7c8 ocfs2: cleanup journal init and shutdown by Valentin Vidic · 3 years, 2 months ago
  4. 111e704 exit/kthread: Have kernel threads return instead of calling do_exit by Eric W. Biederman · 3 years, 2 months ago
  5. 01d5d96 ext4: add discard/zeroout flags to journal flush by Leah Rumancik · 3 years, 7 months ago
  6. fa60ce2 treewide: remove editor modelines and cruft by Masahiro Yamada · 3 years, 8 months ago
  7. ede7dc7 jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufs by Harshad Shirwadkar · 4 years, 2 months ago
  8. 342af94 jbd2, ext4, ocfs2: introduce/use journal callbacks j_submit|finish_inode_data_buffers() by Mauricio Faria de Oliveira · 4 years, 3 months ago
  9. 3c9210d ocfs2: replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 9 months ago
  10. 397eac1 ocfs2: call journal flush to mark journal as empty after journal recovery when mount by Kai Li · 5 years ago
  11. 50b8b3f Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 5 years ago
  12. fdc3ef8 jbd2: Reserve space for revoke descriptor blocks by Jan Kara · 5 years ago
  13. 9797a90 ocfs2: Use accessor function for h_buffer_credits by Jan Kara · 5 years ago
  14. b918c43 ocfs2: fix panic due to ocfs2_wq is null by Yi Li · 5 years ago
  15. 328970d treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145 by Thomas Gleixner · 6 years ago
  16. d85400a ocfs2: clear journal dirty flag after shutdown journal by Junxiao Bi · 6 years ago
  17. 21158ca ocfs2: without quota support, avoid calling quota recovery by Guozhonghua · 6 years ago
  18. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  19. d984187 ocfs2: return error when we attempt to access a dirty bh in jbd2 by piaojun · 7 years ago
  20. 964f14a ocfs2: clean up some dead code by Jun Piao · 7 years ago
  21. 395627b ocfs2: use time64_t to represent orphan scan times by Deepa Dinamani · 8 years ago
  22. 0b492f6 ocfs2: improve recovery performance by Junxiao Bi · 8 years ago
  23. 35ddf78 ocfs2: fix occurring deadlock by changing ocfs2_wq from global to local by jiangyiwen · 9 years ago
  24. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  25. 72865d9 ocfs2: clean up redundant NULL check before iput by Joseph Qi · 9 years ago
  26. 5afc44e ocfs2: add uuid to ocfs2 thread name for problem analysis by Joseph Qi · 9 years ago
  27. 93d911f ocfs2: only take lock if dio entry when recover orphans by Joseph Qi · 9 years ago
  28. 30edc43 ocfs2: do not include dio entry in case of orphan scan by Joseph Qi · 9 years ago
  29. 7ecef14 ocfs2: neaten do_error, ocfs2_error and ocfs2_abort by Joe Perches · 9 years ago
  30. ad69482 ocfs2: fix race between crashed dio and rm by Joseph Qi · 9 years ago
  31. acf8fdb ocfs2: do not BUG if buffer not uptodate in __ocfs2_journal_access by Joseph Qi · 9 years ago
  32. 512f62a ocfs2: fix race between dio and recover orphan by Joseph Qi · 9 years ago
  33. b519ea6 ocfs2: mark local functions as static by Joseph Qi · 10 years ago
  34. 74e364a ocfs2: fix NULL pointer dereference in function ocfs2_abort_trigger() by Xue jiufei · 10 years ago
  35. e272e7f ocfs2: do not BUG if jbd2_journal_dirty_metadata fails by Joseph Qi · 10 years ago
  36. cf1776a ocfs2: fix a tiny race when truncate dio orohaned entry by Joseph Qi · 10 years ago
  37. 4813962 ocfs2: wait for orphan recovery first once append O_DIRECT write crash by Joseph Qi · 10 years ago
  38. ed460cf ocfs2: add orphan recovery types in ocfs2_recover_orphans by Joseph Qi · 10 years ago
  39. 9d6008c ocfs2: remove unreachable code in __ocfs2_recovery_thread() by Daeseok Youn · 10 years ago
  40. ac7576f vfs: make first argument of dir_context.actor typed by Miklos Szeredi · 10 years ago
  41. 55b465b ocfs2: limit printk when journal is aborted by Joseph Qi · 11 years ago
  42. 7bf619c ocfs2: remove OCFS2_INODE_SKIP_DELETE flag by Jan Kara · 11 years ago
  43. f17c20d ocfs2: use i_size_read() to access i_size by Junxiao Bi · 11 years ago
  44. 2b1e55c ocfs2: lighten up allocate transaction by Younger Liu · 11 years ago
  45. 3704412b [readdir] convert ocfs2 by Al Viro · 12 years ago
  46. d787ab0 ocfs2: remove kfree() redundant null checks by Tim Gardner · 12 years ago
  47. fef6925 ocfs2: Convert to new freezing mechanism by Jan Kara · 13 years ago
  48. a035bff ocfs2: Add comment about orphan scanning by Sunil Mushran · 13 years ago
  49. 619c200 ocfs2: Clean up messages in the fs by Sunil Mushran · 13 years ago
  50. 10b3dd7 ocfs2: Skip mount recovery for hard-ro mounts by Sunil Mushran · 14 years ago
  51. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  52. b410795 ocfs2: Remove masklog ML_JOURNAL. by Tao Ma · 14 years ago
  53. c1e8d35 ocfs2: Remove EXIT from masklog. by Tao Ma · 14 years ago
  54. ef6b689 ocfs2: Remove ENTRY from masklog. by Tao Ma · 14 years ago
  55. 17ae521 ocfs2: Remove obsolete comments before ocfs2_start_trans. by Tao Ma · 14 years ago
  56. f9c57ad ocfs2: Remove unused old_id in ocfs2_commit_cache. by Tao Ma · 14 years ago
  57. 3c3f20c ocfs2: Add some trace log for orphan scan. by Tao Ma · 15 years ago
  58. 09dc942 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  59. a931da6 jbd2: Change j_state_lock to be a rwlock_t by Theodore Ts'o · 14 years ago
  60. 13ceef0 jbd2/ocfs2: Fix block checksumming when a buffer is used in several transactions by Jan Kara · 14 years ago
  61. 40f165f ocfs2: Move orphan scan work to ocfs2_wq. by Tao Ma · 15 years ago
  62. c901fb0 ocfs2: Make ocfs2_extend_trans() really extend. by Tao Ma · 15 years ago
  63. ec20cec ocfs2: Make ocfs2_journal_dirty() void. by Joel Becker · 15 years ago
  64. 2bd6321 ocfs2/trivial: Remove trailing whitespaces by Sunil Mushran · 15 years ago
  65. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  66. 93c9708 ocfs2: Add metaecc for ocfs2_refcount_block. by Tao Ma · 15 years ago
  67. 0cf2f76 ocfs2: Pass struct ocfs2_caching_info to the journal functions. by Joel Becker · 16 years ago
  68. 8cb471e ocfs2: Take the inode out of the metadata read/write paths. by Joel Becker · 16 years ago
  69. 8b712cd ocfs2: Fixup orphan scan cleanup after failed mount by Jeff Mahoney · 15 years ago
  70. df152c2 ocfs2: Disable orphan scanning for local and hard-ro mounts by Sunil Mushran · 16 years ago
  71. 3211949 ocfs2: Do not initialize lvb in ocfs2_orphan_scan_lock_res_init() by Sunil Mushran · 16 years ago
  72. 692684e ocfs2: Stop orphan scan as early as possible during umount by Sunil Mushran · 16 years ago
  73. 15633a2 ocfs2 patch to track delayed orphan scan timer statistics by Srinivas Eeda · 16 years ago
  74. 8327393 ocfs2: timer to queue scan of all orphan slots by Srinivas Eeda · 16 years ago
  75. 9140db0 ocfs2: recover orphans in offline slots during recovery and mount by Srinivas Eeda · 16 years ago
  76. 9b7895e ocfs2: Add a name indexed b-tree to directory inodes by Mark Fasheh · 16 years ago
  77. 96a6c64 ocfs2: Move struct recovery_map to a header file by Sunil Mushran · 16 years ago
  78. c175a51 ocfs2: Checksum and ECC for directory blocks. by Joel Becker · 16 years ago
  79. 13723d0 ocfs2: Use metadata-specific ocfs2_journal_access_*() functions. by Joel Becker · 16 years ago
  80. 50655ae ocfs2: Add journal_access functions with jbd2 triggers. by Joel Becker · 16 years ago
  81. 19ece54 ocfs2: Enable quota accounting on mount, disable on umount by Jan Kara · 16 years ago
  82. 2205363 ocfs2: Implement quota recovery by Jan Kara · 16 years ago
  83. 90e86a6 ocfs2: Support nested transactions by Jan Kara · 16 years ago
  84. 53ef99c ocfs2: Remove JBD compatibility layer by Mark Fasheh · 16 years ago
  85. 10995aa ocfs2: Morph the haphazard OCFS2_IS_VALID_DINODE() checks. by Joel Becker · 16 years ago
  86. b657c95 ocfs2: Wrap inode block reads in a dedicated function. by Joel Becker · 16 years ago
  87. ae0dff6 ocfs2: Set journal descriptor to NULL after journal shutdown by Sunil Mushran · 16 years ago
  88. d4a8c93 ocfs2: Make cached block reads the common case. by Joel Becker · 16 years ago
  89. 0fcaa56a ocfs2: Simplify ocfs2_read_block() by Joel Becker · 16 years ago
  90. 31d3307 ocfs2: Require an inode for ocfs2_read_block(s)(). by Joel Becker · 16 years ago
  91. da1e909 ocfs2: Separate out sync reads from ocfs2_read_blocks() by Joel Becker · 16 years ago
  92. a81cb88 ocfs2: Don't check for NULL before brelse() by Mark Fasheh · 16 years ago
  93. 2b4e30f ocfs2: Switch over to JBD2. by Joel Becker · 16 years ago
  94. a1af7d1 ocfs2: Fix sleep-with-spinlock recovery regression by Mark Fasheh · 16 years ago
  95. 539d826 [PATCH 2/2] ocfs2: Fix race between mount and recovery by Sunil Mushran · 16 years ago
  96. e407e39 ocfs2: Fix CONFIG_OCFS2_DEBUG_FS #ifdefs by Joel Becker · 17 years ago
  97. b1f3550 ocfs2: Use BUG_ON by Julia Lawall · 17 years ago
  98. fc881fa ocfs2: De-magic the in-memory slot map. by Joel Becker · 17 years ago
  99. 553abd0 ocfs2: Change the recovery map to an array of node numbers. by Joel Becker · 17 years ago
  100. d85b20e ocfs2: Make ocfs2_slot_info private. by Joel Becker · 17 years ago