1
0
Fork 0
alistair23-linux/fs/freevxfs
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 fs/Kconfig: move vxfs out 2009-01-22 13:15:58 +03:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
vxfs.h [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private 2006-09-27 08:26:17 -07:00
vxfs_bmap.c freevxfs: possible null pointer dereference fix 2007-05-08 11:14:59 -07:00
vxfs_dir.h fs/: Spelling fixes 2008-02-03 17:33:42 +02:00
vxfs_extern.h freevxfs: switch to simple_follow_link() 2015-05-10 22:18:27 -04:00
vxfs_fshead.c Fix common misspellings 2011-03-31 11:26:23 -03:00
vxfs_fshead.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
vxfs_immed.c freevxfs: switch to simple_follow_link() 2015-05-10 22:18:27 -04:00
vxfs_inode.c don't put symlink bodies in pagecache into highmem 2015-12-08 22:41:36 -05:00
vxfs_inode.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
vxfs_lookup.c freevxfs: Grammar s/an negative/a negative/ 2015-08-07 13:59:24 +02:00
vxfs_olt.c BUG_ON() Conversion in fs/freevxfs/ 2006-04-02 13:41:02 +02:00
vxfs_olt.h Fix common misspellings 2011-03-31 11:26:23 -03:00
vxfs_subr.c block: remove per-queue plugging 2011-03-10 08:52:07 +01:00
vxfs_super.c fs: push sync_filesystem() down to the file system's remount_fs() 2014-03-13 10:14:33 -04:00