tmp_suning_uos_patched/fs/ext4
Theodore Ts'o 5704265188 ext4: convert s_{dirty,free}blocks_counter to s_{dirty,free}clusters_counter
Convert the percpu counters s_dirtyblocks_counter and
s_freeblocks_counter in struct ext4_super_info to be
s_dirtyclusters_counter and s_freeclusters_counter.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2011-09-09 18:56:51 -04:00
..
acl.c
acl.h
balloc.c ext4: convert s_{dirty,free}blocks_counter to s_{dirty,free}clusters_counter 2011-09-09 18:56:51 -04:00
bitmap.c
block_validity.c
dir.c
ext4_extents.h
ext4_jbd2.c jbd2: add debugging information to jbd2_journal_dirty_metadata() 2011-09-04 10:18:14 -04:00
ext4_jbd2.h ext4: Fix ext4_should_writeback_data() for no-journal mode 2011-08-13 11:25:18 -04:00
ext4.h ext4: convert s_{dirty,free}blocks_counter to s_{dirty,free}clusters_counter 2011-09-09 18:56:51 -04:00
extents.c ext4: teach ext4_ext_truncate() about the bigalloc feature 2011-09-09 18:54:51 -04:00
file.c
fsync.c
hash.c
ialloc.c ext4: convert s_{dirty,free}blocks_counter to s_{dirty,free}clusters_counter 2011-09-09 18:56:51 -04:00
indirect.c ext4: enforce bigalloc restrictions (e.g., no online resizing, etc.) 2011-09-09 18:36:51 -04:00
inode.c ext4: convert s_{dirty,free}blocks_counter to s_{dirty,free}clusters_counter 2011-09-09 18:56:51 -04:00
ioctl.c ext4: enforce bigalloc restrictions (e.g., no online resizing, etc.) 2011-09-09 18:36:51 -04:00
Kconfig
Makefile
mballoc.c ext4: convert s_{dirty,free}blocks_counter to s_{dirty,free}clusters_counter 2011-09-09 18:56:51 -04:00
mballoc.h ext4: teach ext4_free_blocks() about bigalloc and clusters 2011-09-09 18:50:51 -04:00
migrate.c
mmp.c
move_extent.c
namei.c ext4: call ext4_handle_dirty_metadata with correct inode in ext4_dx_add_entry 2011-08-31 12:02:51 -04:00
page-io.c ext4: remove i_mutex lock in ext4_evict_inode to fix lockdep complaining 2011-08-31 11:50:51 -04:00
resize.c ext4: convert s_{dirty,free}blocks_counter to s_{dirty,free}clusters_counter 2011-09-09 18:56:51 -04:00
super.c ext4: convert s_{dirty,free}blocks_counter to s_{dirty,free}clusters_counter 2011-09-09 18:56:51 -04:00
symlink.c
truncate.h
xattr_security.c
xattr_trusted.c
xattr_user.c
xattr.c
xattr.h