index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
/
ecryptfs
/
inode.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-05
VFS: Change vfs_mkdir() to return the dentry.
NeilBrown
1
-4
/
+10
2025-02-27
Change inode_operations.mkdir to return struct dentry *
NeilBrown
1
-3
/
+3
2024-11-18
Merge tag 'pull-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-10
/
+2
2024-11-13
fs: Simplify getattr interface function checking AT_GETATTR_NOSEC flag
Stefan Berger
1
-10
/
+2
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-01-11
Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-0
/
+2
2024-01-10
Merge tag 'unicode-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/krisman/unicode
Linus Torvalds
1
-0
/
+8
2024-01-08
ecryptfs: Reject casefold directory inodes
Gabriel Krisman Bertazi
1
-0
/
+8
2023-11-25
rename(): avoid a deadlock in the case of parents having no common ancestor
Al Viro
1
-0
/
+2
2023-11-18
fs: Pass AT_GETATTR_NOSEC flag to getattr interface function
Stefan Berger
1
-2
/
+10
2023-10-09
ecryptfs: move ecryptfs_xattr_handlers to .rodata
Wedson Almeida Filho
1
-1
/
+1
2023-08-09
fs: pass the request_mask to generic_fillattr
Jeff Layton
1
-2
/
+3
2023-07-13
ecryptfs: convert to ctime accessor functions
Jeff Layton
1
-1
/
+1
2023-03-06
fs: drop unused posix acl handlers
Christian Brauner
1
-4
/
+0
2023-01-19
fs: port xattr to mnt_idmap
Christian Brauner
1
-2
/
+2
2023-01-19
fs: port ->permission() to pass mnt_idmap
Christian Brauner
1
-3
/
+3
2023-01-19
fs: port ->fileattr_set() to pass mnt_idmap
Christian Brauner
1
-2
/
+2
2023-01-19
fs: port ->set_acl() to pass mnt_idmap
Christian Brauner
1
-2
/
+2
2023-01-19
fs: port ->get_acl() to pass mnt_idmap
Christian Brauner
1
-2
/
+2
2023-01-19
fs: port ->rename() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->mknod() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->mkdir() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->symlink() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->create() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->getattr() to pass mnt_idmap
Christian Brauner
1
-4
/
+4
2023-01-19
fs: port ->setattr() to pass mnt_idmap
Christian Brauner
1
-3
/
+3
2023-01-18
fs: port vfs_*() helpers to struct mnt_idmap
Christian Brauner
1
-12
/
+12
2022-10-20
ecryptfs: use stub posix acl handlers
Christian Brauner
1
-0
/
+4
2022-10-20
ecryptfs: implement set acl method
Christian Brauner
1
-0
/
+17
2022-10-20
ecryptfs: implement get acl method
Christian Brauner
1
-0
/
+11
2022-09-01
ecryptfs: constify path
Al Viro
1
-1
/
+1
2021-05-06
Merge tag 'ecryptfs-5.13-rc1-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs
Linus Torvalds
1
-6
/
+5
2021-05-02
Merge branch 'work.ecryptfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-89
/
+74
2021-04-19
ecryptfs: inode: Help out nearly-there header and demote non-conformant ones
Lee Jones
1
-6
/
+5
2021-04-12
ecryptfs: stack fileattr ops
Miklos Szeredi
1
-0
/
+22
2021-03-20
ecryptfs: saner API for lock_parent()
Al Viro
1
-83
/
+74
2021-03-08
ecryptfs: get rid of pointless dget/dput in ->symlink() and ->link()
Al Viro
1
-6
/
+0
2021-02-23
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
Linus Torvalds
1
-31
/
+53
2021-01-26
ecryptfs: fix uid translation for setxattr on security.capability
Miklos Szeredi
1
-3
/
+7
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
1
-11
/
+19
2021-01-24
namei: prepare for idmapped mounts
Christian Brauner
1
-13
/
+20
2021-01-24
namei: introduce struct renamedata
Christian Brauner
1
-3
/
+7
2021-01-24
stat: handle idmapped mounts
Christian Brauner
1
-2
/
+2
2021-01-24
xattr: handle idmapped mounts
Tycho Andersen
1
-2
/
+3
2021-01-24
acl: handle idmapped mounts
Christian Brauner
1
-0
/
+1
2021-01-24
attr: handle idmapped mounts
Christian Brauner
1
-3
/
+4
2021-01-24
namei: make permission helpers idmapped mount aware
Christian Brauner
1
-1
/
+2
2019-11-10
ecryptfs_lookup_interpose(): lower_dentry->d_parent is not stable either
Al Viro
1
-4
/
+3
2019-11-10
ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stable
Al Viro
1
-2
/
+10
2019-11-10
ecryptfs: fix unlink and rmdir in face of underlying fs modifications
Al Viro
1
-25
/
+40
[next]