summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/journal.h
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: use flexible array in 'struct ocfs2_recovery_map'Christophe JAILLET2023-08-181-1/+1
* ocfs2: fix memory leak in ocfs2_mount_volume()Li Zetao2022-11-301-0/+1
* ocfs2: fix mounting crash if journal is not allocedHeming Zhao via Ocfs2-devel2022-04-291-0/+2
* ocfs2: cleanup journal init and shutdownValentin Vidic2021-11-061-2/+1
* treewide: remove editor modelines and cruftMasahiro Yamada2021-05-071-3/+1
* ocfs2: fix a NULL pointer dereference when call ocfs2_update_inode_fsync_trans()wangyan2020-01-311-3/+5
* ocfs2: remove unused ocfs2_orphan_scan_exit() declarationGuozhonghua2019-09-241-2/+1
* ocfs2: remove unused ocfs2_calc_tree_trunc_credits()Guozhonghua2019-09-241-28/+0
* ocfs2: use jbd2_inode dirty range scopingJoseph Qi2019-09-241-4/+7
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner2019-05-301-15/+1
* jbd2: add support for avoiding data writes during transaction commitsJan Kara2016-04-241-1/+1
* ocfs2: add functions to add and remove inode in orphan dirJoseph Qi2015-02-161-0/+5
* ocfs2: improve fsync efficiency and fix deadlock between aio_write and sync_fileDarrick J. Wong2014-04-031-0/+11
* fs/ocfs2: remove unnecessary variable bits_wanted from ocfs2_calc_extend_creditsGoldwyn Rodrigues2013-11-131-2/+1
* ocfs2: lighten up allocate transactionYounger Liu2013-09-111-0/+11
* ocfs2: Revert 40bd62e to avoid regression in extended allocationJie Liu2013-08-131-1/+1
* fs/ocfs2/journal.h: add bits_wanted while calculating credits in ocfs2_calc_e...Goldwyn Rodrigues2013-07-031-1/+1
* ocfs2: remove unecessary variable needs_checkpointGoldwyn Rodrigues2013-07-031-1/+0
* ocfs2: Add a missing journal credit in ocfs2_link_credits() -v2Xiaowei.Hu2011-11-171-2/+3
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* ocfs2: Fix estimate of necessary credits for mkdirJan Kara2011-02-201-3/+3
* Reorganize data elements to reduce struct sizesGoldwyn Rodrigues2010-09-101-1/+2
* ocfs2: Grow discontig block groups in one transaction.Joel Becker2010-03-261-0/+12
* ocfs2: Make ocfs2_journal_dirty() void.Joel Becker2010-05-051-2/+1
* ocfs2: Decrement refcount when truncating refcounted extents.Tao Ma2009-09-221-0/+3
* ocfs2: Basic tree root operation.Tao Ma2009-09-221-0/+14
* ocfs2: Add metaecc for ocfs2_refcount_block.Tao Ma2009-09-221-0/+3
* ocfs2: Pass struct ocfs2_caching_info to the journal functions.Joel Becker2009-09-041-33/+42
* ocfs2: move ip_created_trans to struct ocfs2_caching_infoJoel Becker2009-09-041-3/+3
* ocfs2: move ip_last_trans to struct ocfs2_caching_infoJoel Becker2009-09-041-2/+3
* ocfs2: Fix possible deadlock when extending quota fileJan Kara2009-08-101-5/+0
* ocfs2: Define credit counts for quota operationsJan Kara2009-07-231-3/+10
* ocfs2: Fixup orphan scan cleanup after failed mountJeff Mahoney2009-07-081-0/+1
* ocfs2: Disable orphan scanning for local and hard-ro mountsSunil Mushran2009-06-221-1/+1
* ocfs2: timer to queue scan of all orphan slotsSrinivas Eeda2009-06-031-0/+4
* ocfs2: Fix a missing credit when deleting from indexed directories.Joel Becker2009-04-301-2/+3
* ocfs2: recover orphans in offline slots during recovery and mountSrinivas Eeda2009-04-031-0/+1
* ocfs2: Introduce dir free space listMark Fasheh2009-04-031-6/+6
* ocfs2: Store dir index records inlineMark Fasheh2009-04-031-0/+10
* ocfs2: Add a name indexed b-tree to directory inodesMark Fasheh2009-04-031-13/+38
* ocfs2: Move struct recovery_map to a header fileSunil Mushran2009-04-031-0/+11
* jbd2: Avoid possible NULL dereference in jbd2_journal_begin_ordered_truncate()Jan Kara2009-02-101-2/+4
* ocfs2: Use metadata-specific ocfs2_journal_access_*() functions.Joel Becker2009-01-051-1/+2
* ocfs2: Add journal_access functions with jbd2 triggers.Joel Becker2009-01-051-5/+26
* ocfs2: Implement quota recoveryJan Kara2009-01-051-0/+1
* ocfs2: Add quota calls for allocation and freeing of inodes and spaceJan Kara2009-01-051-15/+69
* ocfs2: Remove JBD compatibility layerMark Fasheh2009-01-051-10/+1
* ocfs2: Switch over to JBD2.Joel Becker2008-10-131-3/+22
* ocfs2: Add extended attribute supportTiger Yang2008-10-131-0/+10
* ocfs2: Use ocfs2_extent_list instead of ocfs2_dinode.Tao Ma2008-10-131-6/+11