kernel_optimize_test/fs/ext4
Lukas Czerner 8f9ff18920 ext4: fix FITRIM in no journal mode
When using FITRIM ioctl on a file system without journal it will
only trim the block group once, no matter how many times you invoke
FITRIM ioctl and how many block you release from the block group.

It is because we only clear EXT4_GROUP_INFO_WAS_TRIMMED_BIT in journal
callback. Fix this by clearing the bit in no journal mode as well.

Signed-off-by: Lukas Czerner <lczerner@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Reported-by: Jorge Fábregas <jorge.fabregas@gmail.com>
2013-10-30 11:10:52 -04:00
..
acl.c
acl.h
balloc.c
bitmap.c
block_validity.c
dir.c
ext4_extents.h
ext4_jbd2.c
ext4_jbd2.h
ext4.h ext4: add ratelimiting to ext4 messages 2013-10-17 21:11:01 -04:00
extents_status.c
extents_status.h
extents.c
file.c
fsync.c
hash.c
ialloc.c
indirect.c
inline.c ext4: drop set but otherwise unused variable from ext4_add_dirent_to_inline() 2013-10-30 10:53:10 -04:00
inode.c ext4: pair trace_ext4_writepages & trace_ext4_writepages_result 2013-10-30 07:27:16 -04:00
ioctl.c
Kconfig
Makefile
mballoc.c ext4: fix FITRIM in no journal mode 2013-10-30 11:10:52 -04:00
mballoc.h
migrate.c
mmp.c
move_extent.c
namei.c
page-io.c
resize.c
super.c ext4: add ratelimiting to ext4 messages 2013-10-17 21:11:01 -04:00
symlink.c
truncate.h
xattr_security.c
xattr_trusted.c
xattr_user.c
xattr.c
xattr.h