linux/fs/fuse
Khazhismel Kumykov 30c6a23d34 fuse: on 64-bit store time in d_fsdata directly
Implements the optimization noted in commit f75fdf22b0 ("fuse: don't
use ->d_time"), as the additional memory can be significant.  (In
particular, on SLAB configurations this 8-byte alloc becomes 32 bytes).
Per-dentry, this can consume significant memory.

Reviewed-by: Shakeel Butt <shakeelb@google.com>
Signed-off-by: Khazhismel Kumykov <khazhy@google.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
2019-09-24 15:28:01 +02:00
..
acl.c fuse: Support fuse filesystems outside of init_user_ns 2018-03-20 17:11:44 +01:00
control.c convenience helper: get_tree_single() 2019-07-04 22:01:58 -04:00
cuse.c fuse: separate fuse device allocation and installation in fuse_conn 2019-09-12 14:59:41 +02:00
dev.c fuse: separate fuse device allocation and installation in fuse_conn 2019-09-12 14:59:41 +02:00
dir.c fuse: on 64-bit store time in d_fsdata directly 2019-09-24 15:28:01 +02:00
file.c fuse: fix missing unlock_page in fuse_writepage() 2019-09-24 15:28:01 +02:00
fuse_i.h fuse: allow skipping control interface and forced unmount 2019-09-12 14:59:41 +02:00
inode.c fuse: allow skipping control interface and forced unmount 2019-09-12 14:59:41 +02:00
Kconfig treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
readdir.c fuse: convert readdir to simple api 2019-09-10 16:29:49 +02:00
xattr.c fuse: rearrange and resize fuse_args fields 2019-09-10 16:29:48 +02:00