summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/journal.c
Commit message (Expand)AuthorAgeFilesLines
...
* ocfs2: remove unreachable code in __ocfs2_recovery_thread()Daeseok Youn2015-02-101-1/+0
* vfs: make first argument of dir_context.actor typedMiklos Szeredi2014-10-311-3/+5
* ocfs2: limit printk when journal is abortedJoseph Qi2014-06-041-2/+15
* ocfs2: remove OCFS2_INODE_SKIP_DELETE flagJan Kara2014-04-031-6/+0
* ocfs2: use i_size_read() to access i_sizeJunxiao Bi2013-09-111-4/+4
* ocfs2: lighten up allocate transactionYounger Liu2013-09-111-0/+35
* [readdir] convert ocfs2Al Viro2013-06-291-7/+7
* ocfs2: remove kfree() redundant null checksTim Gardner2013-02-211-7/+3
* ocfs2: Convert to new freezing mechanismJan Kara2012-07-311-1/+6
* ocfs2: Add comment about orphan scanningSunil Mushran2011-07-241-0/+14
* ocfs2: Clean up messages in the fsSunil Mushran2011-07-241-3/+6
* ocfs2: Skip mount recovery for hard-ro mountsSunil Mushran2011-05-131-0/+3
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* ocfs2: Remove masklog ML_JOURNAL.Tao Ma2011-02-241-76/+54
* ocfs2: Remove EXIT from masklog.Tao Ma2011-03-071-19/+0
* ocfs2: Remove ENTRY from masklog.Tao Ma2011-02-211-31/+12
* ocfs2: Remove obsolete comments before ocfs2_start_trans.Tao Ma2010-09-101-3/+0
* ocfs2: Remove unused old_id in ocfs2_commit_cache.Tao Ma2010-09-101-2/+1
* ocfs2: Add some trace log for orphan scan.Tao Ma2010-09-101-0/+3
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds2010-08-071-2/+2
|\
| * jbd2: Change j_state_lock to be a rwlock_tTheodore Ts'o2010-08-031-2/+2
* | jbd2/ocfs2: Fix block checksumming when a buffer is used in several transactionsJan Kara2010-07-151-12/+12
* | ocfs2: Move orphan scan work to ocfs2_wq.Tao Ma2010-06-151-3/+3
|/
* ocfs2: Make ocfs2_extend_trans() really extend.Tao Ma2010-05-051-6/+9
* ocfs2: Make ocfs2_journal_dirty() void.Joel Becker2010-05-051-8/+3
* ocfs2/trivial: Remove trailing whitespacesSunil Mushran2010-01-251-1/+1
* tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* ocfs2: Add metaecc for ocfs2_refcount_block.Tao Ma2009-09-221-0/+15
* ocfs2: Pass struct ocfs2_caching_info to the journal functions.Joel Becker2009-09-041-35/+30
* ocfs2: Take the inode out of the metadata read/write paths.Joel Becker2009-09-041-2/+2
* ocfs2: Fixup orphan scan cleanup after failed mountJeff Mahoney2009-07-081-1/+7
* ocfs2: Disable orphan scanning for local and hard-ro mountsSunil Mushran2009-06-221-13/+17
* ocfs2: Do not initialize lvb in ocfs2_orphan_scan_lock_res_init()Sunil Mushran2009-06-221-0/+1
* ocfs2: Stop orphan scan as early as possible during umountSunil Mushran2009-06-221-2/+12
* ocfs2 patch to track delayed orphan scan timer statisticsSrinivas Eeda2009-06-031-0/+4
* ocfs2: timer to queue scan of all orphan slotsSrinivas Eeda2009-06-031-0/+107
* ocfs2: recover orphans in offline slots during recovery and mountSrinivas Eeda2009-04-031-18/+123
* ocfs2: Add a name indexed b-tree to directory inodesMark Fasheh2009-04-031-0/+30
* ocfs2: Move struct recovery_map to a header fileSunil Mushran2009-04-031-12/+0
* ocfs2: Checksum and ECC for directory blocks.Joel Becker2009-01-051-2/+29
* ocfs2: Use metadata-specific ocfs2_journal_access_*() functions.Joel Becker2009-01-051-0/+2
* ocfs2: Add journal_access functions with jbd2 triggers.Joel Becker2009-01-051-4/+155
* ocfs2: Enable quota accounting on mount, disable on umountJan Kara2009-01-051-3/+17
* ocfs2: Implement quota recoveryJan Kara2009-01-051-22/+86
* ocfs2: Support nested transactionsJan Kara2009-01-051-7/+7
* ocfs2: Remove JBD compatibility layerMark Fasheh2009-01-051-14/+0
* ocfs2: Morph the haphazard OCFS2_IS_VALID_DINODE() checks.Joel Becker2009-01-051-12/+5
* ocfs2: Wrap inode block reads in a dedicated function.Joel Becker2009-01-051-2/+1
* ocfs2: Set journal descriptor to NULL after journal shutdownSunil Mushran2008-11-101-0/+1
* ocfs2: Make cached block reads the common case.Joel Becker2008-10-141-1/+2