summaryrefslogtreecommitdiff
path: root/fs/ecryptfs
AgeCommit message (Expand)AuthorFilesLines
4 daysMerge tag 'ecryptfs-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-173/+142
2026-04-09ecryptfs: keep the lower iattr contained in truncate_upperChristoph Hellwig1-46/+36
2026-04-09ecryptfs: factor out a ecryptfs_iattr_to_lower helperChristoph Hellwig1-9/+15
2026-04-09ecryptfs: merge ecryptfs_inode_newsize_ok into truncate_upperChristoph Hellwig1-35/+17
2026-04-09ecryptfs: combine the two ATTR_SIZE blocks in ecryptfs_setattrChristoph Hellwig1-5/+4
2026-04-09ecryptfs: use ZERO_PAGE instead of allocating zeroed memory in truncate_upperChristoph Hellwig1-9/+2
2026-04-09ecryptfs: streamline truncate_upperChristoph Hellwig1-55/+60
2026-04-09ecryptfs: cleanup ecryptfs_setattrChristoph Hellwig1-12/+10
2026-04-03ecryptfs: Drop TODO comment in ecryptfs_derive_ivThorsten Blum1-4/+0
2026-04-03ecryptfs: Fix typo in ecryptfs_derive_iv function commentThorsten Blum1-1/+1
2026-03-26ecryptfs: Log function name only once in decode_and_decrypt_filenameThorsten Blum1-2/+1
2026-03-26ecryptfs: Remove redundant if checks in encrypt_and_encode_filenameThorsten Blum1-11/+10
2026-03-26ecryptfs: Fix tag number in encrypt_filename() error messageThorsten Blum1-3/+3
2026-03-26ecryptfs: Use struct_size to improve process_response + send_miscdevThorsten Blum2-3/+7
2026-03-26ecryptfs: Replace memcpy + manual NUL termination with strscpyThorsten Blum2-7/+4
2026-03-26ecryptfs: Set s_time_gran to get correct time granularityFrank Hsiao 蕭法宣1-0/+1
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton2-4/+4
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds4-5/+5
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook4-5/+5
2026-02-21Merge tag 'ecryptfs-7.0-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-41/+29
2026-02-17Merge tag 'vfs-7.0-rc1.misc.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2026-02-10Merge tag 'hardening-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2026-01-29fs: add helpers name_is_dot{,dot,_dotdot}Amir Goldstein1-1/+1
2026-01-21kernel.h: drop hex.h and update all hex.h usersRandy Dunlap1-0/+1
2026-01-15ecryptfs: Annotate struct ecryptfs_message with __counted_byThorsten Blum1-1/+1
2026-01-13ecryptfs: Replace memcpy + NUL termination in ecryptfs_copy_filenameThorsten Blum1-14/+4
2025-12-24ecryptfs: Release lower parent dentry after creating dirTyler Hicks1-0/+1
2025-12-24ecryptfs: Fix improper mknod pairing of start_creating()/end_removing()Tyler Hicks1-1/+1
2025-12-24ecryptfs: Drop redundant NUL terminations after calling ecryptfs_to_hexThorsten Blum2-4/+0
2025-12-24ecryptfs: Replace memcpy + NUL termination in ecryptfs_new_file_contextThorsten Blum1-7/+2
2025-12-24ecryptfs: Replace strcpy with strscpy in ecryptfs_validate_optionsThorsten Blum1-4/+5
2025-12-24ecryptfs: Replace strcpy with strscpy in ecryptfs_cipher_code_to_stringThorsten Blum3-5/+12
2025-12-24ecryptfs: Replace strcpy with strscpy in ecryptfs_set_default_crypt_stat_valsThorsten Blum1-1/+2
2025-12-24ecryptfs: simplify list initialization in ecryptfs_parse_packet_set()Baolin Liu1-2/+1
2025-12-24ecryptfs: Remove unused declartion ecryptfs_fill_zeros()Zhang Zekun1-1/+0
2025-12-24ecryptfs: Fix packet format comment in parse_tag_67_packet()Thorsten Blum1-1/+1
2025-12-24ecryptfs: comment typo fixZipeng Zhang1-1/+1
2025-12-24ecryptfs: keystore: Fix typo 'the the' in commentSlark Xiao1-1/+1
2025-12-02Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-80/+71
2025-12-02Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/sc...Linus Torvalds1-6/+5
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+3
2025-11-14VFS: change vfs_mkdir() to unlock on failure.NeilBrown1-4/+4
2025-11-14ecryptfs: use new start_creating/start_removing APIsNeilBrown1-81/+72
2025-11-12vfs: make vfs_symlink break delegations on parent dirJeff Layton1-1/+1
2025-11-12vfs: make vfs_mknod break delegations on parent directoryJeff Layton1-1/+1
2025-11-12vfs: make vfs_create break delegations on parent directoryJeff Layton1-1/+1
2025-11-12vfs: clean up argument list for vfs_create()Jeff Layton1-2/+1
2025-11-12vfs: allow rmdir to wait for delegation break on parentJeff Layton1-1/+1
2025-11-12vfs: allow mkdir to wait for delegation break on parentJeff Layton1-1/+1