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