aboutsummaryrefslogtreecommitdiff
path: root/fs/ocfs2/resize.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-07treewide: remove editor modelines and cruftGravatar Masahiro Yamada 1-3/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Gravatar Thomas Gleixner 1-15/+1
2016-03-25ocfs2: solve a problem of crossing the boundary in updating backupsGravatar jiangyiwen 1-1/+1
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-4/+4
2015-12-29ocfs2: fix BUG when calculate new backup superGravatar Joseph Qi 1-3/+12
2014-06-04ocfs2: fix incorrect i_size of global bitmap inode after resizeGravatar Joseph Qi 1-2/+2
2014-06-04ocfs2: cleanup unused paramters in ocfs2_calc_new_backup_superGravatar Joseph Qi 1-6/+0
2013-11-13ocfs2: do not call brelse() if group_bh is not initialized in ocfs2_group_add()Gravatar Younger Liu 1-3/+6
2013-11-13ocfs2: rollback transaction in ocfs2_group_add()Gravatar Younger Liu 1-0/+3
2011-02-22ocfs2: Remove DISK_ALLOC from masklog.Gravatar Tao Ma 1-1/+0
2011-02-22ocfs2: Remove mlog(0) from fs/ocfs2/suballoc.cGravatar Tao Ma 1-5/+7
2011-03-07ocfs2: Remove EXIT from masklog.Gravatar Tao Ma 1-4/+2
2011-02-21ocfs2: Remove ENTRY from masklog.Gravatar Tao Ma 1-6/+2
2010-04-13ocfs2: ocfs2_group_bitmap_size has to handle old volume.Gravatar Tao Ma 1-2/+4
2010-04-13ocfs2: Define data structures for discontiguous block groups.Gravatar Joel Becker 1-2/+2
2010-05-05ocfs2: Make ocfs2_journal_dirty() void.Gravatar Joel Becker 1-11/+2
2009-09-04ocfs2: Pass struct ocfs2_caching_info to the journal functions.Gravatar Joel Becker 1-7/+7
2009-09-04ocfs2: Take the inode out of the metadata read/write paths.Gravatar Joel Becker 1-1/+1
2009-01-05ocfs2: Use metadata-specific ocfs2_journal_access_*() functions.Gravatar Joel Becker 1-8/+8
2009-01-05ocfs2: Validate metadata only when it's read from disk.Gravatar Joel Becker 1-1/+1
2009-01-05ocfs2: Wrap group descriptor reads in a dedicated function.Gravatar Joel Becker 1-9/+3
2009-01-05ocfs2: Consolidate validation of group descriptors.Gravatar Joel Becker 1-32/+8
2009-01-05ocfs2: Morph the haphazard OCFS2_IS_VALID_DINODE() checks.Gravatar Joel Becker 1-6/+4
2008-10-14ocfs2: Simplify ocfs2_read_block()Gravatar Joel Becker 1-2/+1
2008-10-14ocfs2: Require an inode for ocfs2_read_block(s)().Gravatar Joel Becker 1-2/+2
2008-10-14ocfs2: Separate out sync reads from ocfs2_read_blocks()Gravatar Joel Becker 1-4/+4
2008-03-10ocfs2: Fix an endian bug in online resize.Gravatar Tao Ma 1-1/+1
2008-01-25ocfs2: clean up bh null checksGravatar Mark Fasheh 1-12/+5
2008-01-25[PATCH 2/2] ocfs2: Implement group add for online resizeGravatar Tao Ma 1-1/+244
2008-01-25[PATCH 1/2] ocfs2: Add group extend for online resizeGravatar Tao Ma 1-0/+398