linux/fs/befs
Al Viro 21fc61c73c don't put symlink bodies in pagecache into highmem
kmap() in page_follow_link_light() needed to go - allowing to hold
an arbitrary number of kmaps for long is a great way to deadlocking
the system.

new helper (inode_nohighmem(inode)) needs to be used for pagecache
symlinks inodes; done for all in-tree cases.  page_follow_link_light()
instrumented to yell about anything missed.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2015-12-08 22:41:36 -05:00
..
ChangeLog Fix common misspellings 2011-03-31 11:26:23 -03:00
Kconfig fs/befs: remove depends on CONFIG_EXPERIMENTAL 2013-01-21 14:39:04 -08:00
Makefile BEFS: logging cleanup 2014-04-03 16:21:25 -07:00
TODO
befs.h fs: cleanup slight list_entry abuse 2015-06-23 18:01:59 -04:00
befs_fs_types.h Fix common misspellings 2011-03-31 11:26:23 -03:00
btree.c fs/befs/btree.c: remove unneeded initializations 2015-06-25 17:00:43 -07:00
btree.h
datastream.c befs: replace typedef befs_sb_info by structure 2015-04-17 09:04:03 -04:00
datastream.h
debug.c BEFS: logging cleanup 2014-04-03 16:21:25 -07:00
endian.h befs: don't pass huge structs by value 2011-01-13 08:03:15 -08:00
inode.c BEFS: logging cleanup 2014-04-03 16:21:25 -07:00
inode.h
io.c befs: replace typedef befs_sb_info by structure 2015-04-17 09:04:03 -04:00
io.h
linuxvfs.c don't put symlink bodies in pagecache into highmem 2015-12-08 22:41:36 -05:00
super.c befs: replace typedef befs_sb_info by structure 2015-04-17 09:04:03 -04:00
super.h