linux/fs/hpfs
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
..
Kconfig
Makefile
alloc.c hpfs: add fstrim support 2015-07-09 13:35:30 -07:00
anode.c
buffer.c hpfs: support hotfixes 2015-09-03 11:55:30 -07:00
dentry.c
dir.c hpfs: add fstrim support 2015-07-09 13:35:30 -07:00
dnode.c
ea.c
file.c hpfs: support hotfixes 2015-09-03 11:55:30 -07:00
hpfs.h
hpfs_fn.h hpfs: support hotfixes 2015-09-03 11:55:30 -07:00
inode.c don't put symlink bodies in pagecache into highmem 2015-12-08 22:41:36 -05:00
map.c hpfs: support hotfixes 2015-09-03 11:55:30 -07:00
name.c
namei.c don't put symlink bodies in pagecache into highmem 2015-12-08 22:41:36 -05:00
super.c hpfs: support hotfixes 2015-09-03 11:55:30 -07:00