summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/resize.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner2019-05-301-15/+1
* ocfs2: solve a problem of crossing the boundary in updating backupsjiangyiwen2016-03-251-1/+1
* wrappers for ->i_mutex accessAl Viro2016-01-221-4/+4
* ocfs2: fix BUG when calculate new backup superJoseph Qi2015-12-291-3/+12
* ocfs2: fix incorrect i_size of global bitmap inode after resizeJoseph Qi2014-06-041-2/+2
* ocfs2: cleanup unused paramters in ocfs2_calc_new_backup_superJoseph Qi2014-06-041-6/+0
* ocfs2: do not call brelse() if group_bh is not initialized in ocfs2_group_add()Younger Liu2013-11-131-3/+6
* ocfs2: rollback transaction in ocfs2_group_add()Younger Liu2013-11-131-0/+3
* ocfs2: Remove DISK_ALLOC from masklog.Tao Ma2011-02-221-1/+0
* ocfs2: Remove mlog(0) from fs/ocfs2/suballoc.cTao Ma2011-02-221-5/+7
* ocfs2: Remove EXIT from masklog.Tao Ma2011-03-071-4/+2
* ocfs2: Remove ENTRY from masklog.Tao Ma2011-02-211-6/+2
* ocfs2: ocfs2_group_bitmap_size has to handle old volume.Tao Ma2010-04-131-2/+4
* ocfs2: Define data structures for discontiguous block groups.Joel Becker2010-04-131-2/+2
* ocfs2: Make ocfs2_journal_dirty() void.Joel Becker2010-05-051-11/+2
* ocfs2: Pass struct ocfs2_caching_info to the journal functions.Joel Becker2009-09-041-7/+7
* ocfs2: Take the inode out of the metadata read/write paths.Joel Becker2009-09-041-1/+1
* ocfs2: Use metadata-specific ocfs2_journal_access_*() functions.Joel Becker2009-01-051-8/+8
* ocfs2: Validate metadata only when it's read from disk.Joel Becker2009-01-051-1/+1
* ocfs2: Wrap group descriptor reads in a dedicated function.Joel Becker2009-01-051-9/+3
* ocfs2: Consolidate validation of group descriptors.Joel Becker2009-01-051-32/+8
* ocfs2: Morph the haphazard OCFS2_IS_VALID_DINODE() checks.Joel Becker2009-01-051-6/+4
* ocfs2: Simplify ocfs2_read_block()Joel Becker2008-10-141-2/+1
* ocfs2: Require an inode for ocfs2_read_block(s)().Joel Becker2008-10-141-2/+2
* ocfs2: Separate out sync reads from ocfs2_read_blocks()Joel Becker2008-10-141-4/+4
* ocfs2: Fix an endian bug in online resize.Tao Ma2008-03-101-1/+1
* ocfs2: clean up bh null checksMark Fasheh2008-01-251-12/+5
* [PATCH 2/2] ocfs2: Implement group add for online resizeTao Ma2008-01-251-1/+244
* [PATCH 1/2] ocfs2: Add group extend for online resizeTao Ma2008-01-251-0/+398