index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ecryptfs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-26
Revert "ecryptfs: replace BUG_ON with error handling code"
Greg Kroah-Hartman
1
-4
/
+2
2021-05-22
ecryptfs: fix kernel panic with null dev_name
Jeffrey Mitchell
1
-0
/
+6
2020-03-11
ecryptfs: Fix up bad backport of fe2e082f5da5b4a0a92ae32978f81507ef37ec66
Nathan Chancellor
1
-2
/
+2
2020-02-28
ecryptfs: replace BUG_ON with error handling code
Aditya Pakki
1
-2
/
+4
2020-02-28
ecryptfs: fix a memory leak bug in ecryptfs_init_messaging()
Wenwen Wang
1
-0
/
+1
2020-02-28
ecryptfs: fix a memory leak bug in parse_tag_1_packet()
Wenwen Wang
1
-1
/
+1
2019-11-25
ecryptfs_lookup_interpose(): lower_dentry->d_parent is not stable either
Al Viro
1
-4
/
+3
2019-11-25
ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stable
Al Viro
1
-2
/
+10
2019-08-04
eCryptfs: fix a couple type promotion bugs
Dan Carpenter
1
-4
/
+8
2018-05-30
do d_instantiate/unlock_new_inode combinations safely
Al Viro
1
-2
/
+1
2017-11-30
eCryptfs: use after free in ecryptfs_release_messaging()
Dan Carpenter
1
-3
/
+4
2017-11-02
ecryptfs: fix dereference of NULL user_key_payload
Eric Biggers
2
-8
/
+25
2016-10-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+5
2016-10-10
Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
4
-29
/
+54
2016-10-07
vfs: Remove {get,set,remove}xattr inode operations
Andreas Gruenbacher
1
-9
/
+0
2016-10-07
xattr: Add __vfs_{get,set,remove}xattr helpers
Andreas Gruenbacher
2
-17
/
+14
2016-10-06
ecryptfs: Switch to generic xattr handlers
Andreas Gruenbacher
3
-14
/
+51
2016-09-27
fs: rename "rename2" i_op to "rename"
Miklos Szeredi
1
-1
/
+1
2016-09-27
fs: make remaining filesystems use .rename2
Miklos Szeredi
1
-2
/
+6
2016-09-22
fs: Give dentry to inode_change_ok() instead of inode
Jan Kara
1
-1
/
+1
2016-07-08
ecryptfs: don't allow mmap when the lower fs doesn't support it
Jeff Mahoney
1
-1
/
+14
2016-07-07
Revert "ecryptfs: forbid opening files without mmap handler"
Jeff Mahoney
1
-11
/
+2
2016-06-20
ecryptfs: fix spelling mistakes
Chris J Arges
2
-4
/
+4
2016-06-20
eCryptfs: fix typos in comment
Wei Yuan
1
-2
/
+2
2016-06-20
ecryptfs: drop null test before destroy functions
Julia Lawall
1
-2
/
+1
2016-06-10
Merge branch 'stacking-fixes' (vfs stacking fixes from Jann)
Linus Torvalds
1
-2
/
+11
2016-06-10
ecryptfs: forbid opening files without mmap handler
Jann Horn
1
-2
/
+11
2016-05-27
switch ->setxattr() to passing dentry and inode separately
Al Viro
4
-10
/
+13
2016-05-18
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-50
/
+35
2016-05-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
5
-16
/
+21
2016-05-17
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
4
-21
/
+26
2016-05-11
Merge branch 'ovl-fixes' into for-linus
Al Viro
6
-49
/
+49
2016-05-09
switch ecryptfs to ->iterate_shared
Al Viro
1
-1
/
+1
2016-05-09
Merge branch 'for-linus' into work.lookups
Al Viro
1
-16
/
+55
2016-05-04
ecryptfs: fix handling of directory opening
Al Viro
1
-16
/
+55
2016-05-02
Merge getxattr prototype change into work.lookups
Al Viro
4
-15
/
+20
2016-04-20
eCryptfs: Do not allocate hash tfm in NORECLAIM context
Herbert Xu
4
-21
/
+26
2016-04-11
->getxattr(): pass dentry and inode as separate arguments
Al Viro
4
-15
/
+20
2016-04-04
mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage
Kirill A. Shutemov
1
-2
/
+2
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
6
-47
/
+47
2016-03-31
ecryptfs_lookup(): try either only encrypted or plaintext name
Al Viro
1
-35
/
+20
2016-03-31
ecryptfs: avoid multiple aliases for directories
Al Viro
1
-20
/
+20
2016-03-23
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-4
/
+2
2016-03-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
3
-27
/
+12
2016-03-17
eCryptfs: Use skcipher and shash
Herbert Xu
1
-4
/
+2
2016-02-22
ecryptfs_encrypt_and_encode_filename(): drop unused argument
Al Viro
3
-21
/
+10
2016-02-22
ecryptfs_lookup(): use lookup_one_len_unlocked()
Al Viro
1
-6
/
+2
2016-01-27
eCryptfs: Use skcipher and shash
Herbert Xu
7
-161
/
+180
2016-01-22
wrappers for ->i_mutex access
Al Viro
2
-18
/
+18
2016-01-14
kmemcg: account certain kmem allocations to memcg
Vladimir Davydov
1
-2
/
+4
[next]