summaryrefslogtreecommitdiff
path: root/fs/ecryptfs
AgeCommit message (Expand)Author
5 daysMerge tag 'ecryptfs-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-07-31Remove excl arg to ->create inode_operationNeilBrown
2026-07-22ecryptfs: ecryptfs_kernel.h: clean up kernel-doc commentsRandy Dunlap
2026-07-20ecryptfs: use filemap_dirty_folio for address space operationsAditya Prakash Srivastava
2026-07-20ecryptfs: avoid heap allocation for inode size writeYichong Chen
2026-07-20ecryptfs: show filename encryption optionsYichong Chen
2026-07-20eCryptfs: bound the packet-length peek to the user bufferPengpeng Hou
2026-07-20ecryptfs: reject too-small tag 70 packetsYichong Chen
2026-07-20ecryptfs: fix tag 11 packet exact-fit size checkYichong Chen
2026-07-20ecryptfs: pass packet set buffer size to parserYichong Chen
2026-07-17ecryptfs: hold msg ctx list lock when cleaning daemon queueYichong Chen
2026-07-17ecryptfs: release message context on send failureYichong Chen
2026-07-17ecryptfs: reject oversized encrypted_key_size in parse_tag_3_packetHanQuan
2026-06-26Merge tag 'ecryptfs-7.2-rc1-updates' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-06-05ecryptfs: use d_splice_alias() for ->lookup() return valueAl Viro
2026-06-04ecryptfs: use kasprintf in ecryptfs_crypto_api_algify_cipher_nameThorsten Blum
2026-05-11ecryptfs: remove redundant variable found_auth_tokAlexey Velichayshiy
2026-04-20Merge tag 'ecryptfs-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-04-08ecryptfs: keep the lower iattr contained in truncate_upperChristoph Hellwig
2026-04-08ecryptfs: factor out a ecryptfs_iattr_to_lower helperChristoph Hellwig
2026-04-08ecryptfs: merge ecryptfs_inode_newsize_ok into truncate_upperChristoph Hellwig
2026-04-08ecryptfs: combine the two ATTR_SIZE blocks in ecryptfs_setattrChristoph Hellwig
2026-04-08ecryptfs: use ZERO_PAGE instead of allocating zeroed memory in truncate_upperChristoph Hellwig
2026-04-08ecryptfs: streamline truncate_upperChristoph Hellwig
2026-04-08ecryptfs: cleanup ecryptfs_setattrChristoph Hellwig
2026-04-02ecryptfs: Drop TODO comment in ecryptfs_derive_ivThorsten Blum
2026-04-02ecryptfs: Fix typo in ecryptfs_derive_iv function commentThorsten Blum
2026-03-25ecryptfs: Log function name only once in decode_and_decrypt_filenameThorsten Blum
2026-03-25ecryptfs: Remove redundant if checks in encrypt_and_encode_filenameThorsten Blum
2026-03-25ecryptfs: Fix tag number in encrypt_filename() error messageThorsten Blum
2026-03-25ecryptfs: Use struct_size to improve process_response + send_miscdevThorsten Blum
2026-03-25ecryptfs: Replace memcpy + manual NUL termination with strscpyThorsten Blum
2026-03-25ecryptfs: Set s_time_gran to get correct time granularityFrank Hsiao 蕭法宣
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-20Merge tag 'ecryptfs-7.0-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-02-16Merge tag 'vfs-7.0-rc1.misc.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-02-10Merge tag 'hardening-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-01-29fs: add helpers name_is_dot{,dot,_dotdot}Amir Goldstein
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap
2026-01-14ecryptfs: Annotate struct ecryptfs_message with __counted_byThorsten Blum
2026-01-12ecryptfs: Replace memcpy + NUL termination in ecryptfs_copy_filenameThorsten Blum
2025-12-24ecryptfs: Release lower parent dentry after creating dirTyler Hicks
2025-12-24ecryptfs: Fix improper mknod pairing of start_creating()/end_removing()Tyler Hicks
2025-12-23ecryptfs: Drop redundant NUL terminations after calling ecryptfs_to_hexThorsten Blum
2025-12-23ecryptfs: Replace memcpy + NUL termination in ecryptfs_new_file_contextThorsten Blum
2025-12-23ecryptfs: Replace strcpy with strscpy in ecryptfs_validate_optionsThorsten Blum
2025-12-23ecryptfs: Replace strcpy with strscpy in ecryptfs_cipher_code_to_stringThorsten Blum