summaryrefslogtreecommitdiff
path: root/fs/ecryptfs
AgeCommit message (Expand)AuthorFilesLines
13 daysMerge tag 'ecryptfs-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-42/+73
2026-07-31Remove excl arg to ->create inode_operationNeilBrown1-1/+1
2026-07-23ecryptfs: ecryptfs_kernel.h: clean up kernel-doc commentsRandy Dunlap1-6/+6
2026-07-21ecryptfs: use filemap_dirty_folio for address space operationsAditya Prakash Srivastava1-14/+1
2026-07-21ecryptfs: avoid heap allocation for inode size writeYichong Chen1-11/+4
2026-07-21ecryptfs: show filename encryption optionsYichong Chen1-0/+7
2026-07-21eCryptfs: bound the packet-length peek to the user bufferPengpeng Hou1-2/+3
2026-07-21ecryptfs: reject too-small tag 70 packetsYichong Chen1-0/+6
2026-07-21ecryptfs: fix tag 11 packet exact-fit size checkYichong Chen1-1/+1
2026-07-21ecryptfs: pass packet set buffer size to parserYichong Chen3-5/+23
2026-07-17ecryptfs: hold msg ctx list lock when cleaning daemon queueYichong Chen1-0/+2
2026-07-17ecryptfs: release message context on send failureYichong Chen1-1/+8
2026-07-17ecryptfs: reject oversized encrypted_key_size in parse_tag_3_packetHanQuan1-2/+12
2026-06-26Merge tag 'ecryptfs-7.2-rc1-updates' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-28/+12
2026-06-05ecryptfs: use d_splice_alias() for ->lookup() return valueAl Viro1-5/+3
2026-06-04ecryptfs: use kasprintf in ecryptfs_crypto_api_algify_cipher_nameThorsten Blum1-17/+7
2026-05-11ecryptfs: remove redundant variable found_auth_tokAlexey Velichayshiy1-11/+5
2026-04-20Merge 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