aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/journal.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-29ocfs2: fix mounting crash if journal is not allocedHeming Zhao via Ocfs2-devel1-0/+2
2021-11-06ocfs2: cleanup journal init and shutdownValentin Vidic1-2/+1
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada1-3/+1
2020-01-31ocfs2: fix a NULL pointer dereference when call ocfs2_update_inode_fsync_trans()wangyan1-3/+5
2019-09-24ocfs2: remove unused ocfs2_orphan_scan_exit() declarationGuozhonghua1-2/+1
2019-09-24ocfs2: remove unused ocfs2_calc_tree_trunc_credits()Guozhonghua1-28/+0
2019-09-24ocfs2: use jbd2_inode dirty range scopingJoseph Qi1-4/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner1-15/+1
2016-04-24jbd2: add support for avoiding data writes during transaction commitsJan Kara1-1/+1
2015-02-16ocfs2: add functions to add and remove inode in orphan dirJoseph Qi1-0/+5
2014-04-03ocfs2: improve fsync efficiency and fix deadlock between aio_write and sync_fileDarrick J. Wong1-0/+11
2013-11-13fs/ocfs2: remove unnecessary variable bits_wanted from ocfs2_calc_extend_creditsGoldwyn Rodrigues1-2/+1
2013-09-11ocfs2: lighten up allocate transactionYounger Liu1-0/+11
2013-08-13ocfs2: Revert 40bd62e to avoid regression in extended allocationJie Liu1-1/+1
2013-07-03fs/ocfs2/journal.h: add bits_wanted while calculating credits in ocfs2_calc_extend_creditsGoldwyn Rodrigues1-1/+1
2013-07-03ocfs2: remove unecessary variable needs_checkpointGoldwyn Rodrigues1-1/+0
2011-11-17ocfs2: Add a missing journal credit in ocfs2_link_credits() -v2Xiaowei.Hu1-2/+3
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-20ocfs2: Fix estimate of necessary credits for mkdirJan Kara1-3/+3
2010-09-10Reorganize data elements to reduce struct sizesGoldwyn Rodrigues1-1/+2
2010-03-26ocfs2: Grow discontig block groups in one transaction.Joel Becker1-0/+12
2010-05-05ocfs2: Make ocfs2_journal_dirty() void.Joel Becker1-2/+1
2009-09-22ocfs2: Decrement refcount when truncating refcounted extents.Tao Ma1-0/+3
2009-09-22ocfs2: Basic tree root operation.Tao Ma1-0/+14
2009-09-22ocfs2: Add metaecc for ocfs2_refcount_block.Tao Ma1-0/+3
2009-09-04ocfs2: Pass struct ocfs2_caching_info to the journal functions.Joel Becker1-33/+42
2009-09-04ocfs2: move ip_created_trans to struct ocfs2_caching_infoJoel Becker1-3/+3
2009-09-04ocfs2: move ip_last_trans to struct ocfs2_caching_infoJoel Becker1-2/+3
2009-08-10ocfs2: Fix possible deadlock when extending quota fileJan Kara1-5/+0
2009-07-23ocfs2: Define credit counts for quota operationsJan Kara1-3/+10
2009-07-08ocfs2: Fixup orphan scan cleanup after failed mountJeff Mahoney1-0/+1
2009-06-22ocfs2: Disable orphan scanning for local and hard-ro mountsSunil Mushran1-1/+1
2009-06-03ocfs2: timer to queue scan of all orphan slotsSrinivas Eeda1-0/+4
2009-04-30ocfs2: Fix a missing credit when deleting from indexed directories.Joel Becker1-2/+3
2009-04-03ocfs2: recover orphans in offline slots during recovery and mountSrinivas Eeda1-0/+1
2009-04-03ocfs2: Introduce dir free space listMark Fasheh1-6/+6
2009-04-03ocfs2: Store dir index records inlineMark Fasheh1-0/+10
2009-04-03ocfs2: Add a name indexed b-tree to directory inodesMark Fasheh1-13/+38
2009-04-03ocfs2: Move struct recovery_map to a header fileSunil Mushran1-0/+11
2009-02-10jbd2: Avoid possible NULL dereference in jbd2_journal_begin_ordered_truncate()Jan Kara1-2/+4
2009-01-05ocfs2: Use metadata-specific ocfs2_journal_access_*() functions.Joel Becker1-1/+2
2009-01-05ocfs2: Add journal_access functions with jbd2 triggers.Joel Becker1-5/+26
2009-01-05ocfs2: Implement quota recoveryJan Kara1-0/+1
2009-01-05ocfs2: Add quota calls for allocation and freeing of inodes and spaceJan Kara1-15/+69
2009-01-05ocfs2: Remove JBD compatibility layerMark Fasheh1-10/+1
2008-10-13ocfs2: Switch over to JBD2.Joel Becker1-3/+22
2008-10-13ocfs2: Add extended attribute supportTiger Yang1-0/+10
2008-10-13ocfs2: Use ocfs2_extent_list instead of ocfs2_dinode.Tao Ma1-6/+11
2008-07-31[PATCH 2/2] ocfs2: Fix race between mount and recoverySunil Mushran1-1/+2
2008-04-18ocfs2: Change the recovery map to an array of node numbers.Joel Becker1-0/+4