kernel_optimize_test/fs/ext4
Konstantin Khlebnikov adb7ef600c ext4: use __GFP_NOFAIL in ext4_free_blocks()
This might be unexpected but pages allocated for sbi->s_buddy_cache are
charged to current memory cgroup. So, GFP_NOFS allocation could fail if
current task has been killed by OOM or if current memory cgroup has no
free memory left. Block allocator cannot handle such failures here yet.

Signed-off-by: Konstantin Khlebnikov <khlebnikov@yandex-team.ru>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2016-03-13 17:29:06 -04:00
..
acl.c
acl.h
balloc.c
bitmap.c
block_validity.c
crypto_fname.c
crypto_key.c
crypto_policy.c
crypto.c
dir.c
ext4_crypto.h
ext4_extents.h ext4: fix misspellings in comments. 2016-03-09 23:49:05 -05:00
ext4_jbd2.c
ext4_jbd2.h
ext4.h ext4: fix compile error while opening the macro DOUBLE_CHECK 2016-03-13 17:18:12 -04:00
extents_status.c ext4: fix setting of referenced bit in ext4_es_lookup_extent() 2016-03-09 22:26:55 -05:00
extents_status.h
extents.c ext4: fix misspellings in comments. 2016-03-09 23:49:05 -05:00
file.c ext4: more efficient SEEK_DATA implementation 2016-03-09 23:11:13 -05:00
fsync.c
hash.c
ialloc.c ext4: fix misspellings in comments. 2016-03-09 23:49:05 -05:00
indirect.c ext4: return hole from ext4_map_blocks() 2016-03-09 22:54:00 -05:00
inline.c ext4: drop unneeded BUFFER_TRACE in ext4_delete_inline_entry() 2016-03-10 00:18:57 -05:00
inode.c ext4: fix NULL pointer dereference in ext4_mark_inode_dirty() 2016-03-12 21:40:32 -05:00
ioctl.c
Kconfig
Makefile
mballoc.c ext4: use __GFP_NOFAIL in ext4_free_blocks() 2016-03-13 17:29:06 -04:00
mballoc.h ext4: fix compile error while opening the macro DOUBLE_CHECK 2016-03-13 17:18:12 -04:00
migrate.c ext4: fix misspellings in comments. 2016-03-09 23:49:05 -05:00
mmp.c
move_extent.c
namei.c
page-io.c ext4: remove i_ioend_count 2016-03-08 23:39:21 -05:00
readpage.c
resize.c
super.c ext4: print ext4 mount option data_err=abort correctly 2016-03-12 21:55:50 -05:00
symlink.c
sysfs.c
truncate.h
xattr_security.c
xattr_trusted.c
xattr_user.c
xattr.c
xattr.h