summaryrefslogtreecommitdiffstats
path: root/fs/ext4/resize.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: Checksum the block bitmap properly with bigalloc enabledTao Ma2012-10-221-2/+1
* ext4: don't call update_backups() multiple times for the same bgTao Ma2012-09-261-0/+4
* ext4: fix double unlock buffer mess during fs-resizeDmitry Monakhov2012-09-251-10/+5
* ext4: remove erroneous ext4_superblock_csum_set() in update_backups()Tao Ma2012-09-201-2/+0
* ext4: fix online resizing when the # of block groups is constantTheodore Ts'o2012-09-191-22/+14
* ext4: log a resize update to the console every 10 secondsTheodore Ts'o2012-09-131-0/+8
* ext4: convert file system to meta_bg if needed during resizingTheodore Ts'o2012-09-131-17/+133
* ext4: set bg_itable_unused when resizingTheodore Ts'o2012-09-121-0/+3
* ext4: add online resizing support for meta_bg and 64-bit file systemsYongqiang Yang2012-09-051-50/+165
* ext4: grow the s_group_info array as neededTheodore Ts'o2012-09-051-0/+8
* ext4: grow the s_flex_groups array as needed when resizingTheodore Ts'o2012-09-051-5/+9
* ext4: avoid duplicate writes of the backup bg descriptor blocksYongqiang Yang2012-09-051-4/+6
* ext4: don't copy non-existent gdt blocks when resizingYongqiang Yang2012-09-051-0/+4
* ext4: report the original old blocks count in a debug message when resizingYongqiang Yang2012-09-051-2/+1
* ext4: ignore last group w/o enough space when resizing instead of BUG'ingYongqiang Yang2012-09-051-3/+9
* ext4: remove unnecessary argument from __ext4_handle_dirty_metadata()Artem Bityutskiy2012-07-221-1/+1
* ext4: remove unused variable in ext4_update_super()Theodore Ts'o2012-07-221-1/+1
* ext4: fix overhead calculation used by ext4_statfs()Theodore Ts'o2012-07-091-1/+6
* ext4: remove redundundant "(char *) bh->b_data" castsTheodore Ts'o2012-05-281-1/+1
* ext4: fix potential integer overflow in alloc_flex_gd()Haogang Chen2012-05-281-0/+2
* ext4: make block group checksums use metadata_csum algorithmDarrick J. Wong2012-04-291-6/+3
* ext4: calculate and verify block bitmap checksumDarrick J. Wong2012-04-291-0/+7
* ext4: calculate and verify checksums for inode bitmapsDarrick J. Wong2012-04-291-0/+47
* ext4: calculate and verify superblock checksumDarrick J. Wong2012-04-291-1/+3
* ext4: update s_free_{inodes,blocks}_count during online resizeDarrick J. Wong2012-03-201-0/+4
* ext4: change some printk() calls to use ext4_msg() insteadTheodore Ts'o2012-03-191-9/+10
* ext4: fix resize when resizing within single groupLukas Czerner2012-02-201-6/+8
* ext4: let ext4_group_add() use common codeYongqiang Yang2012-01-041-299/+10
* ext4: let ext4_group_extend() use common codeYongqiang Yang2012-01-041-39/+2
* ext4: add new online resize interfaceYongqiang Yang2012-01-041-0/+177
* ext4: add a new function which adds a flex group to a fsYongqiang Yang2012-01-031-0/+82
* ext4: add a new function which allocates bitmaps and inode tablesYongqiang Yang2012-01-031-0/+111
* ext4: pass verify_reserved_gdb() the number of group decriptorsYongqiang Yang2012-01-031-3/+4
* ext4: add a function which updates the super block during online resizingYongqiang Yang2012-01-031-0/+94
* ext4: add a function which sets up a block group descriptors of a flex bgYongqiang Yang2012-01-031-0/+56
* ext4: add a function which sets up group blocks of a flex bgYongqiang Yang2012-01-031-0/+250
* ext4: add a structure which will be used by 64bit-resize interfaceYongqiang Yang2012-01-031-0/+55
* ext4: add a function which adds a new group descriptors to a fsYongqiang Yang2012-01-031-0/+46
* ext4: add a function which extends a group without checking parametersYongqiang Yang2012-01-031-0/+51
* ext4: Rename ext4_free_blks_{count,set}() to refer to clustersTheodore Ts'o2011-09-091-1/+1
* ext4: convert the free_blocks field in s_flex_groups to be free_clustersTheodore Ts'o2011-09-091-2/+2
* ext4: convert s_{dirty,free}blocks_counter to s_{dirty,free}clusters_counterTheodore Ts'o2011-09-091-2/+2
* ext4: use ext4_kvzalloc()/ext4_kvmalloc() for s_group_desc and s_group_infoTheodore Ts'o2011-08-011-6/+7
* ext4: add missing kfree() on error return path in add_new_gdb()Dan Carpenter2011-07-301-0/+1
* ext4: simplify parameters of reserve_backup_gdb()Yongqiang Yang2011-07-271-5/+7
* ext4: simplify parameters of add_new_gdb()Yongqiang Yang2011-07-271-15/+24
* ext4: remove lock_buffer in bclean() and setup_new_group_blocks()Yongqiang Yang2011-07-271-4/+0
* ext4: simplify journal handling in setup_new_group_blocks()Yongqiang Yang2011-07-261-19/+20
* ext4: let setup_new_group_blocks() set multiple bits at a timeYongqiang Yang2011-07-261-11/+7
* ext4: fix a typo in ext4_group_extend()Yongqiang Yang2011-07-261-1/+1
OpenPOWER on IntegriCloud