index
:
kernel/linux.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.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ecryptfs
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-28
Pass parent directory inode and expected name to ->d_revalidate()
Al Viro
1
-4
/
+14
2024-11-27
Merge tag 'vfs-6.13.ecryptfs.mount.api' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-196
/
+205
2024-11-19
Merge tag 'pull-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-10
/
+2
2024-11-15
ecryptfs: Fix spelling mistake "validationg" -> "validating"
Colin Ian King
1
-1
/
+1
2024-11-15
ecryptfs: Convert ecryptfs to use the new mount API
Eric Sandeen
2
-202
/
+197
2024-11-15
ecryptfs: Factor out mount option validation
Eric Sandeen
2
-24
/
+38
2024-11-13
fs: Simplify getattr interface function checking AT_GETATTR_NOSEC flag
Stefan Berger
1
-10
/
+2
2024-11-05
ecryptfs: Pass the folio index to crypt_extent()
Matthew Wilcox (Oracle)
1
-4
/
+6
2024-11-05
ecryptfs: Convert lower_offset_for_page() to take a folio
Matthew Wilcox (Oracle)
1
-4
/
+4
2024-11-05
ecryptfs: Convert ecryptfs_decrypt_page() to take a folio
Matthew Wilcox (Oracle)
3
-8
/
+9
2024-11-05
ecryptfs: Convert ecryptfs_encrypt_page() to take a folio
Matthew Wilcox (Oracle)
4
-10
/
+10
2024-11-05
ecryptfs: Convert ecryptfs_write_lower_page_segment() to take a folio
Matthew Wilcox (Oracle)
3
-11
/
+10
2024-11-05
ecryptfs: Convert ecryptfs_write() to use a folio
Matthew Wilcox (Oracle)
3
-29
/
+13
2024-11-05
ecryptfs: Convert ecryptfs_read_lower_page_segment() to take a folio
Matthew Wilcox (Oracle)
3
-13
/
+12
2024-11-05
ecryptfs: Convert ecryptfs_copy_up_encrypted_with_header() to take a folio
Matthew Wilcox (Oracle)
1
-12
/
+12
2024-11-05
ecryptfs: Use a folio throughout ecryptfs_read_folio()
Matthew Wilcox (Oracle)
1
-27
/
+23
2024-11-05
ecryptfs: Convert ecryptfs_writepage() to ecryptfs_writepages()
Matthew Wilcox (Oracle)
1
-21
/
+20
2024-10-03
move asm/unaligned.h to linux/unaligned.h
Al Viro
3
-3
/
+3
2024-08-07
fs: Convert aops->write_begin to take a folio
Matthew Wilcox (Oracle)
1
-4
/
+3
2024-08-07
fs: Convert aops->write_end to take a folio
Matthew Wilcox (Oracle)
1
-3
/
+2
2024-08-07
ecryptfs: Use a folio in ecryptfs_write_begin()
Matthew Wilcox (Oracle)
1
-26
/
+27
2024-08-07
ecryptfs: Convert ecryptfs_write_end() to use a folio
Matthew Wilcox (Oracle)
1
-12
/
+13
2024-05-14
Merge tag 'hardening-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-23
/
+7
2024-04-25
fs: ecryptfs: replace deprecated strncpy with strscpy
Justin Stitt
2
-23
/
+7
2024-04-05
ecryptfs: Fix buffer size for tag 66 packet
Brian Kubisiak
1
-1
/
+3
2024-01-23
Merge tag 'exportfs-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...
Christian Brauner
1
-10
/
+0
2024-01-23
fs: Create a generic is_dot_dotdot() utility
Chuck Lever
1
-10
/
+0
2024-01-12
Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-0
/
+2
2024-01-11
Merge tag 'unicode-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git...
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
2
-2
/
+2
2023-08-28
Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
3
-13
/
+12
2023-08-09
fs: pass the request_mask to generic_fillattr
Jeff Layton
1
-2
/
+3
2023-08-02
fs/ecryptfs: remove kernel-doc warnings
Zhu Wang
1
-1
/
+0
2023-07-13
ecryptfs: convert to ctime accessor functions
Jeff Layton
1
-1
/
+1
2023-07-10
fs/ecryptfs: Use kmap_local_page() in copy_up_encrypted_with_header()
Fabio M. De Francesco
1
-2
/
+2
2023-07-10
fs/ecryptfs: Use kmap_local_page() in ecryptfs_write()
Fabio M. De Francesco
1
-2
/
+2
2023-07-10
fs/ecryptfs: Replace kmap() with kmap_local_page()
Fabio M. De Francesco
2
-8
/
+8
2023-05-24
splice: Use filemap_splice_read() instead of generic_file_splice_read()
David Howells
1
-2
/
+2
2023-05-24
ecryptfs: Provide a splice-read wrapper
David Howells
1
-1
/
+26
2023-03-06
fs: drop unused posix acl handlers
Christian Brauner
1
-4
/
+0
2023-02-22
Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
1
-27
/
+3
2023-02-13
fs: ecryptfs: Use crypto_wait_req
Herbert Xu
1
-27
/
+3
2023-01-19
fs: port xattr to mnt_idmap
Christian Brauner
3
-4
/
+4
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
[next]