Age | Commit message (Expand) | Author |
2022-11-30 | ocfs2: fix memory leak in ocfs2_mount_volume() | Li Zetao |
2022-04-29 | ocfs2: fix mounting crash if journal is not alloced | Heming Zhao via Ocfs2-devel |
2021-11-06 | ocfs2: cleanup journal init and shutdown | Valentin Vidic |
2021-05-07 | treewide: remove editor modelines and cruft | Masahiro Yamada |
2020-01-31 | ocfs2: fix a NULL pointer dereference when call ocfs2_update_inode_fsync_trans() | wangyan |
2019-09-24 | ocfs2: remove unused ocfs2_orphan_scan_exit() declaration | Guozhonghua |
2019-09-24 | ocfs2: remove unused ocfs2_calc_tree_trunc_credits() | Guozhonghua |
2019-09-24 | ocfs2: use jbd2_inode dirty range scoping | Joseph Qi |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145 | Thomas Gleixner |
2016-04-24 | jbd2: add support for avoiding data writes during transaction commits | Jan Kara |
2015-02-16 | ocfs2: add functions to add and remove inode in orphan dir | Joseph Qi |
2014-04-03 | ocfs2: improve fsync efficiency and fix deadlock between aio_write and sync_file | Darrick J. Wong |
2013-11-13 | fs/ocfs2: remove unnecessary variable bits_wanted from ocfs2_calc_extend_credits | Goldwyn Rodrigues |
2013-09-11 | ocfs2: lighten up allocate transaction | Younger Liu |
2013-08-13 | ocfs2: Revert 40bd62e to avoid regression in extended allocation | Jie Liu |
2013-07-03 | fs/ocfs2/journal.h: add bits_wanted while calculating credits in ocfs2_calc_e... | Goldwyn Rodrigues |
2013-07-03 | ocfs2: remove unecessary variable needs_checkpoint | Goldwyn Rodrigues |
2011-11-17 | ocfs2: Add a missing journal credit in ocfs2_link_credits() -v2 | Xiaowei.Hu |
2011-03-31 | Fix common misspellings | Lucas De Marchi |
2011-02-20 | ocfs2: Fix estimate of necessary credits for mkdir | Jan Kara |
2010-09-10 | Reorganize data elements to reduce struct sizes | Goldwyn Rodrigues |
2010-03-26 | ocfs2: Grow discontig block groups in one transaction. | Joel Becker |
2010-05-05 | ocfs2: Make ocfs2_journal_dirty() void. | Joel Becker |
2009-09-22 | ocfs2: Decrement refcount when truncating refcounted extents. | Tao Ma |
2009-09-22 | ocfs2: Basic tree root operation. | Tao Ma |
2009-09-22 | ocfs2: Add metaecc for ocfs2_refcount_block. | Tao Ma |
2009-09-04 | ocfs2: Pass struct ocfs2_caching_info to the journal functions. | Joel Becker |
2009-09-04 | ocfs2: move ip_created_trans to struct ocfs2_caching_info | Joel Becker |
2009-09-04 | ocfs2: move ip_last_trans to struct ocfs2_caching_info | Joel Becker |
2009-08-10 | ocfs2: Fix possible deadlock when extending quota file | Jan Kara |
2009-07-23 | ocfs2: Define credit counts for quota operations | Jan Kara |
2009-07-08 | ocfs2: Fixup orphan scan cleanup after failed mount | Jeff Mahoney |
2009-06-22 | ocfs2: Disable orphan scanning for local and hard-ro mounts | Sunil Mushran |
2009-06-03 | ocfs2: timer to queue scan of all orphan slots | Srinivas Eeda |
2009-04-30 | ocfs2: Fix a missing credit when deleting from indexed directories. | Joel Becker |
2009-04-03 | ocfs2: recover orphans in offline slots during recovery and mount | Srinivas Eeda |
2009-04-03 | ocfs2: Introduce dir free space list | Mark Fasheh |
2009-04-03 | ocfs2: Store dir index records inline | Mark Fasheh |
2009-04-03 | ocfs2: Add a name indexed b-tree to directory inodes | Mark Fasheh |
2009-04-03 | ocfs2: Move struct recovery_map to a header file | Sunil Mushran |
2009-02-10 | jbd2: Avoid possible NULL dereference in jbd2_journal_begin_ordered_truncate() | Jan Kara |
2009-01-05 | ocfs2: Use metadata-specific ocfs2_journal_access_*() functions. | Joel Becker |
2009-01-05 | ocfs2: Add journal_access functions with jbd2 triggers. | Joel Becker |
2009-01-05 | ocfs2: Implement quota recovery | Jan Kara |
2009-01-05 | ocfs2: Add quota calls for allocation and freeing of inodes and space | Jan Kara |
2009-01-05 | ocfs2: Remove JBD compatibility layer | Mark Fasheh |
2008-10-13 | ocfs2: Switch over to JBD2. | Joel Becker |
2008-10-13 | ocfs2: Add extended attribute support | Tiger Yang |
2008-10-13 | ocfs2: Use ocfs2_extent_list instead of ocfs2_dinode. | Tao Ma |
2008-07-31 | [PATCH 2/2] ocfs2: Fix race between mount and recovery | Sunil Mushran |