Age | Commit message (Expand) | Author | Files | Lines |
2016-12-12 | ocfs2: use time64_t to represent orphan scan times | Deepa Dinamani | 1 | -2/+2 |
2016-07-26 | ocfs2: improve recovery performance | Junxiao Bi | 1 | -20/+21 |
2016-03-25 | ocfs2: fix occurring deadlock by changing ocfs2_wq from global to local | jiangyiwen | 1 | -4/+4 |
2016-01-22 | wrappers for ->i_mutex access | Al Viro | 1 | -4/+4 |
2016-01-14 | ocfs2: clean up redundant NULL check before iput | Joseph Qi | 1 | -7/+3 |
2015-11-05 | ocfs2: add uuid to ocfs2 thread name for problem analysis | Joseph Qi | 1 | -2/+2 |
2015-11-05 | ocfs2: only take lock if dio entry when recover orphans | Joseph Qi | 1 | -39/+47 |
2015-11-05 | ocfs2: do not include dio entry in case of orphan scan | Joseph Qi | 1 | -3/+12 |
2015-09-04 | ocfs2: neaten do_error, ocfs2_error and ocfs2_abort | Joe Perches | 1 | -1/+1 |
2015-09-04 | ocfs2: fix race between crashed dio and rm | Joseph Qi | 1 | -1/+3 |
2015-09-04 | ocfs2: do not BUG if buffer not uptodate in __ocfs2_journal_access | Joseph Qi | 1 | -1/+17 |
2015-09-04 | ocfs2: fix race between dio and recover orphan | Joseph Qi | 1 | -4/+4 |
2015-06-24 | ocfs2: mark local functions as static | Joseph Qi | 1 | -5/+5 |
2015-06-24 | ocfs2: fix NULL pointer dereference in function ocfs2_abort_trigger() | Xue jiufei | 1 | -3/+1 |
2015-06-24 | ocfs2: do not BUG if jbd2_journal_dirty_metadata fails | Joseph Qi | 1 | -1/+14 |
2015-06-24 | ocfs2: fix a tiny race when truncate dio orohaned entry | Joseph Qi | 1 | -26/+21 |
2015-02-16 | ocfs2: wait for orphan recovery first once append O_DIRECT write crash | Joseph Qi | 1 | -0/+2 |
2015-02-16 | ocfs2: add orphan recovery types in ocfs2_recover_orphans | Joseph Qi | 1 | -20/+88 |
2015-02-10 | ocfs2: remove unreachable code in __ocfs2_recovery_thread() | Daeseok Youn | 1 | -1/+0 |
2014-10-31 | vfs: make first argument of dir_context.actor typed | Miklos Szeredi | 1 | -3/+5 |
2014-06-04 | ocfs2: limit printk when journal is aborted | Joseph Qi | 1 | -2/+15 |
2014-04-03 | ocfs2: remove OCFS2_INODE_SKIP_DELETE flag | Jan Kara | 1 | -6/+0 |
2013-09-11 | ocfs2: use i_size_read() to access i_size | Junxiao Bi | 1 | -4/+4 |
2013-09-11 | ocfs2: lighten up allocate transaction | Younger Liu | 1 | -0/+35 |
2013-06-29 | [readdir] convert ocfs2 | Al Viro | 1 | -7/+7 |
2013-02-21 | ocfs2: remove kfree() redundant null checks | Tim Gardner | 1 | -7/+3 |
2012-07-31 | ocfs2: Convert to new freezing mechanism | Jan Kara | 1 | -1/+6 |
2011-07-24 | ocfs2: Add comment about orphan scanning | Sunil Mushran | 1 | -0/+14 |
2011-07-24 | ocfs2: Clean up messages in the fs | Sunil Mushran | 1 | -3/+6 |
2011-05-13 | ocfs2: Skip mount recovery for hard-ro mounts | Sunil Mushran | 1 | -0/+3 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
2011-02-24 | ocfs2: Remove masklog ML_JOURNAL. | Tao Ma | 1 | -76/+54 |
2011-03-07 | ocfs2: Remove EXIT from masklog. | Tao Ma | 1 | -19/+0 |
2011-02-21 | ocfs2: Remove ENTRY from masklog. | Tao Ma | 1 | -31/+12 |
2010-09-10 | ocfs2: Remove obsolete comments before ocfs2_start_trans. | Tao Ma | 1 | -3/+0 |
2010-09-10 | ocfs2: Remove unused old_id in ocfs2_commit_cache. | Tao Ma | 1 | -2/+1 |
2010-09-10 | ocfs2: Add some trace log for orphan scan. | Tao Ma | 1 | -0/+3 |
2010-08-07 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 | Linus Torvalds | 1 | -2/+2 |
2010-08-03 | jbd2: Change j_state_lock to be a rwlock_t | Theodore Ts'o | 1 | -2/+2 |
2010-07-15 | jbd2/ocfs2: Fix block checksumming when a buffer is used in several transactions | Jan Kara | 1 | -12/+12 |
2010-06-15 | ocfs2: Move orphan scan work to ocfs2_wq. | Tao Ma | 1 | -3/+3 |
2010-05-05 | ocfs2: Make ocfs2_extend_trans() really extend. | Tao Ma | 1 | -6/+9 |
2010-05-05 | ocfs2: Make ocfs2_journal_dirty() void. | Joel Becker | 1 | -8/+3 |
2010-01-25 | ocfs2/trivial: Remove trailing whitespaces | Sunil Mushran | 1 | -1/+1 |
2009-12-04 | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 1 | -1/+1 |
2009-09-22 | ocfs2: Add metaecc for ocfs2_refcount_block. | Tao Ma | 1 | -0/+15 |
2009-09-04 | ocfs2: Pass struct ocfs2_caching_info to the journal functions. | Joel Becker | 1 | -35/+30 |
2009-09-04 | ocfs2: Take the inode out of the metadata read/write paths. | Joel Becker | 1 | -2/+2 |
2009-07-08 | ocfs2: Fixup orphan scan cleanup after failed mount | Jeff Mahoney | 1 | -1/+7 |
2009-06-22 | ocfs2: Disable orphan scanning for local and hard-ro mounts | Sunil Mushran | 1 | -13/+17 |