index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ecryptfs
/
inode.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'ecryptfs-5.13-rc1-updates' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2021-05-06
1
-6
/
+5
|
\
|
*
ecryptfs: inode: Help out nearly-there header and demote non-conformant ones
Lee Jones
2021-04-19
1
-6
/
+5
*
|
Merge branch 'work.ecryptfs' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-05-02
1
-89
/
+74
|
\
\
|
*
|
ecryptfs: saner API for lock_parent()
Al Viro
2021-03-20
1
-83
/
+74
|
*
|
ecryptfs: get rid of pointless dget/dput in ->symlink() and ->link()
Al Viro
2021-03-08
1
-6
/
+0
|
|
/
*
/
ecryptfs: stack fileattr ops
Miklos Szeredi
2021-04-12
1
-0
/
+22
|
/
*
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-02-23
1
-31
/
+53
|
\
|
*
fs: make helpers idmap mount aware
Christian Brauner
2021-01-24
1
-11
/
+19
|
*
namei: prepare for idmapped mounts
Christian Brauner
2021-01-24
1
-13
/
+20
|
*
namei: introduce struct renamedata
Christian Brauner
2021-01-24
1
-3
/
+7
|
*
stat: handle idmapped mounts
Christian Brauner
2021-01-24
1
-2
/
+2
|
*
xattr: handle idmapped mounts
Tycho Andersen
2021-01-24
1
-2
/
+3
|
*
acl: handle idmapped mounts
Christian Brauner
2021-01-24
1
-0
/
+1
|
*
attr: handle idmapped mounts
Christian Brauner
2021-01-24
1
-3
/
+4
|
*
namei: make permission helpers idmapped mount aware
Christian Brauner
2021-01-24
1
-1
/
+2
*
|
ecryptfs: fix uid translation for setxattr on security.capability
Miklos Szeredi
2021-01-26
1
-3
/
+7
|
/
*
ecryptfs_lookup_interpose(): lower_dentry->d_parent is not stable either
Al Viro
2019-11-10
1
-4
/
+3
*
ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stable
Al Viro
2019-11-10
1
-2
/
+10
*
ecryptfs: fix unlink and rmdir in face of underlying fs modifications
Al Viro
2019-11-10
1
-25
/
+40
*
Merge tag 'ecryptfs-5.3-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2019-07-14
1
-1
/
+1
|
\
|
*
ecryptfs: Make ecryptfs_xattr_handler static
YueHaibing
2019-06-19
1
-1
/
+1
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-05-30
1
-15
/
+1
|
/
*
ecryptfs_rename(): verify that lower dentries are still OK after lock_rename()
Al Viro
2018-10-09
1
-3
/
+8
*
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2018-05-21
1
-2
/
+1
|
\
|
*
do d_instantiate/unlock_new_inode combinations safely
Al Viro
2018-05-11
1
-2
/
+1
*
|
ecryptfs: lookup: Don't check if mount_crypt_stat is NULL
Guenter Roeck
2018-03-29
1
-2
/
+1
|
/
*
ecryptfs: remove unnecessary i_version bump
Jeff Layton
2017-11-06
1
-1
/
+0
*
ecryptfs: Delete 21 error messages for a failed memory allocation
Markus Elfring
2017-11-06
1
-3
/
+0
*
statx: Add a system call to make enhanced file info available
David Howells
2017-03-02
1
-5
/
+8
*
vfs: remove ".readlink = generic_readlink" assignments
Miklos Szeredi
2016-12-09
1
-1
/
+0
*
ecryptfs: use vfs_get_link()
Miklos Szeredi
2016-12-09
1
-17
/
+12
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-10-10
1
-1
/
+5
|
\
|
*
fs: rename "rename2" i_op to "rename"
Miklos Szeredi
2016-09-27
1
-1
/
+1
|
*
fs: make remaining filesystems use .rename2
Miklos Szeredi
2016-09-27
1
-2
/
+6
*
|
Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2016-10-10
1
-22
/
+45
|
\
\
|
*
|
vfs: Remove {get,set,remove}xattr inode operations
Andreas Gruenbacher
2016-10-07
1
-9
/
+0
|
*
|
xattr: Add __vfs_{get,set,remove}xattr helpers
Andreas Gruenbacher
2016-10-07
1
-10
/
+8
|
*
|
ecryptfs: Switch to generic xattr handlers
Andreas Gruenbacher
2016-10-06
1
-14
/
+48
|
|
/
*
/
fs: Give dentry to inode_change_ok() instead of inode
Jan Kara
2016-09-22
1
-1
/
+1
|
/
*
switch ->setxattr() to passing dentry and inode separately
Al Viro
2016-05-27
1
-3
/
+4
*
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-05-18
1
-50
/
+35
|
\
|
*
ecryptfs_lookup(): try either only encrypted or plaintext name
Al Viro
2016-03-31
1
-35
/
+20
|
*
ecryptfs: avoid multiple aliases for directories
Al Viro
2016-03-31
1
-20
/
+20
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-05-17
1
-11
/
+12
|
\
\
|
*
\
Merge getxattr prototype change into work.lookups
Al Viro
2016-05-02
1
-11
/
+12
|
|
\
\
|
|
*
|
->getxattr(): pass dentry and inode as separate arguments
Al Viro
2016-04-11
1
-11
/
+12
|
|
|
/
*
|
|
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2016-05-17
1
-2
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
eCryptfs: Do not allocate hash tfm in NORECLAIM context
Herbert Xu
2016-04-20
1
-2
/
+5
|
|
/
*
|
mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage
Kirill A. Shutemov
2016-04-04
1
-2
/
+2
*
|
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-04-04
1
-2
/
+2
|
/
[next]