linux-hardened/fs/ext4
Yongqiang Yang ce723c31b5 ext4: prevent a fs with errors from being resized
A filesystem with errors is not allowed to being resized, otherwise,
it is easy to destroy the filesystem.

Signed-off-by: Yongqiang Yang <xiaoqiangnk@gmail.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2011-07-26 21:39:09 -04:00
..
acl.c
acl.h
balloc.c ext4: refactor duplicated block placement code 2011-06-28 10:01:31 -04:00
bitmap.c
block_validity.c ext4: move ext4_ind_* functions from inode.c to indirect.c 2011-06-27 19:40:50 -04:00
dir.c
ext4.h ext4: prevent parallel resizers by atomic bit ops 2011-07-26 21:35:44 -04:00
ext4_extents.h ext4: use FIEMAP_EXTENT_LAST flag for last extent in fiemap 2011-06-06 00:06:52 -04:00
ext4_jbd2.c
ext4_jbd2.h
extents.c ext4: correct comment for ext4_ext_check_cache 2011-07-23 21:53:25 -04:00
file.c
fsync.c
hash.c
ialloc.c
indirect.c ext4: refactor duplicated block placement code 2011-06-28 10:01:31 -04:00
inode.c ext4: fix data corruption in inodes with journalled data 2011-07-26 09:07:11 -04:00
ioctl.c ext4: prevent parallel resizers by atomic bit ops 2011-07-26 21:35:44 -04:00
Kconfig
Makefile ext4: move ext4_ind_* functions from inode.c to indirect.c 2011-06-27 19:40:50 -04:00
mballoc.c ext4: don't increment s_mb_buddies_generated in ext4_mb_release 2011-07-23 16:18:05 -04:00
mballoc.h ext4: remove ac_repeats from ext4_allocation_context 2011-07-23 16:18:55 -04:00
migrate.c
mmp.c
move_extent.c ext4: Fix max file size and logical block counting of extent format file 2011-06-06 00:05:17 -04:00
namei.c ext4: fix compilation with -DDX_DEBUG 2011-07-16 19:41:23 -04:00
page-io.c ext4: remove loop around bio_alloc() 2011-06-29 21:44:45 -04:00
resize.c ext4: prevent a fs with errors from being resized 2011-07-26 21:39:09 -04:00
super.c ext4: prevent parallel resizers by atomic bit ops 2011-07-26 21:35:44 -04:00
symlink.c
truncate.h ext4: move common truncate functions to header file 2011-06-27 19:16:04 -04:00
xattr.c
xattr.h
xattr_security.c
xattr_trusted.c
xattr_user.c