aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs
AgeCommit message (Expand)AuthorFilesLines
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-08ecryptfs: keep the lower iattr contained in truncate_upperChristoph Hellwig1-46/+36
2026-04-08ecryptfs: factor out a ecryptfs_iattr_to_lower helperChristoph Hellwig1-9/+15
2026-04-08ecryptfs: merge ecryptfs_inode_newsize_ok into truncate_upperChristoph Hellwig1-35/+17
2026-04-08ecryptfs: combine the two ATTR_SIZE blocks in ecryptfs_setattrChristoph Hellwig1-5/+4
2026-04-08ecryptfs: use ZERO_PAGE instead of allocating zeroed memory in truncate_upperChristoph Hellwig1-9/+2
2026-04-08ecryptfs: streamline truncate_upperChristoph Hellwig1-54/+59
2026-04-08ecryptfs: cleanup ecryptfs_setattrChristoph Hellwig1-12/+10
2026-04-02ecryptfs: Drop TODO comment in ecryptfs_derive_ivThorsten Blum1-4/+0
2026-04-02ecryptfs: Fix typo in ecryptfs_derive_iv function commentThorsten Blum1-1/+1
2026-03-25ecryptfs: Log function name only once in decode_and_decrypt_filenameThorsten Blum1-2/+1
2026-03-25ecryptfs: Remove redundant if checks in encrypt_and_encode_filenameThorsten Blum1-11/+10
2026-03-25ecryptfs: Fix tag number in encrypt_filename() error messageThorsten Blum1-3/+3
2026-03-25ecryptfs: Use struct_size to improve process_response + send_miscdevThorsten Blum2-3/+7
2026-03-25ecryptfs: Replace memcpy + manual NUL termination with strscpyThorsten Blum2-7/+4
2026-03-25ecryptfs: 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-21Convert '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-20Merge tag 'ecryptfs-7.0-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-41/+29
2026-02-16Merge 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-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap1-0/+1
2026-01-14ecryptfs: Annotate struct ecryptfs_message with __counted_byThorsten Blum1-1/+1
2026-01-12ecryptfs: 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-23ecryptfs: Drop redundant NUL terminations after calling ecryptfs_to_hexThorsten Blum2-4/+0
2025-12-23ecryptfs: Replace memcpy + NUL termination in ecryptfs_new_file_contextThorsten Blum1-7/+2
2025-12-23ecryptfs: Replace strcpy with strscpy in ecryptfs_validate_optionsThorsten Blum1-4/+5
2025-12-23ecryptfs: Replace strcpy with strscpy in ecryptfs_cipher_code_to_stringThorsten Blum3-5/+12
2025-12-23ecryptfs: Replace strcpy with strscpy in ecryptfs_set_default_crypt_stat_valsThorsten Blum1-1/+2
2025-12-23ecryptfs: simplify list initialization in ecryptfs_parse_packet_set()Baolin Liu1-2/+1
2025-12-23ecryptfs: Remove unused declartion ecryptfs_fill_zeros()Zhang Zekun1-1/+0
2025-12-23ecryptfs: Fix packet format comment in parse_tag_67_packet()Thorsten Blum1-1/+1
2025-12-23ecryptfs: comment typo fixZipeng Zhang1-1/+1
2025-12-23ecryptfs: keystore: Fix typo 'the the' in commentSlark Xiao1-1/+1
2025-12-01Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-80/+71
2025-12-01Merge 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
2025-10-31ecryptfs: Use MD5 library instead of crypto_shashEric Biggers7-154/+35
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik1-3/+3
2025-10-03Merge tag 'pull-mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-69/+30
2025-09-23VFS: unify old_mnt_idmap and new_mnt_idmap in renamedataNeilBrown1-2/+1
2025-09-15ecryptfs: get rid of pointless mount references in ecryptfs dentriesAl Viro5-69/+30
2025-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-8/+9
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen1-5/+5
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner1-2/+2
2025-06-23fs/ecryptfs: replace snprintf with sysfs_emit in show functionAnkit Chauhan1-1/+2
2025-06-17fs: consistently use can_mmap_file() helperLorenzo Stoakes1-1/+1
2025-06-16VFS: change old_dir and new_dir in struct renamedata to dentrysNeilBrown1-2/+2
2025-06-10new helper: set_default_d_op()Al Viro1-1/+1
2025-04-08VFS: rename lookup_one_len family to lookup_noperm and remove permission checkNeilBrown1-7/+9
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-7/+13
2025-03-05VFS: Change vfs_mkdir() to return the dentry.NeilBrown1-4/+10
2025-03-01ecryptfs: remove NULL remount_fs from super_operationsEric Sandeen1-1/+0
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown1-3/+3
2025-01-27Pass parent directory inode and expected name to ->d_revalidate()Al Viro1-4/+14
2024-11-26Merge tag 'vfs-6.13.ecryptfs.mount.api' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-195/+204
2024-11-18Merge tag 'pull-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-10/+2
2024-11-15ecryptfs: Fix spelling mistake "validationg" -> "validating"Colin Ian King1-1/+1
2024-11-15ecryptfs: Convert ecryptfs to use the new mount APIEric Sandeen2-200/+195
2024-11-15ecryptfs: Factor out mount option validationEric Sandeen2-24/+38
2024-11-13fs: Simplify getattr interface function checking AT_GETATTR_NOSEC flagStefan Berger1-10/+2
2024-11-05ecryptfs: Pass the folio index to crypt_extent()Matthew Wilcox (Oracle)1-4/+6
2024-11-05ecryptfs: Convert lower_offset_for_page() to take a folioMatthew Wilcox (Oracle)1-4/+4
2024-11-05ecryptfs: Convert ecryptfs_decrypt_page() to take a folioMatthew Wilcox (Oracle)3-8/+9
2024-11-05ecryptfs: Convert ecryptfs_encrypt_page() to take a folioMatthew Wilcox (Oracle)4-10/+10
2024-11-05ecryptfs: Convert ecryptfs_write_lower_page_segment() to take a folioMatthew Wilcox (Oracle)3-11/+10
2024-11-05ecryptfs: Convert ecryptfs_write() to use a folioMatthew Wilcox (Oracle)3-29/+13
2024-11-05ecryptfs: Convert ecryptfs_read_lower_page_segment() to take a folioMatthew Wilcox (Oracle)3-13/+12
2024-11-05ecryptfs: Convert ecryptfs_copy_up_encrypted_with_header() to take a folioMatthew Wilcox (Oracle)1-12/+12
2024-11-05ecryptfs: Use a folio throughout ecryptfs_read_folio()Matthew Wilcox (Oracle)1-27/+23
2024-11-05ecryptfs: Convert ecryptfs_writepage() to ecryptfs_writepages()Matthew Wilcox (Oracle)1-20/+19
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro3-3/+3
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)1-4/+3
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)1-3/+2
2024-08-07ecryptfs: Use a folio in ecryptfs_write_begin()Matthew Wilcox (Oracle)1-26/+27
2024-08-07ecryptfs: Convert ecryptfs_write_end() to use a folioMatthew Wilcox (Oracle)1-12/+13
2024-05-13Merge tag 'hardening-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-23/+7
2024-04-24fs: ecryptfs: replace deprecated strncpy with strscpyJustin Stitt2-23/+7
2024-04-05ecryptfs: Fix buffer size for tag 66 packetBrian Kubisiak1-1/+3
2024-01-23Merge tag 'exportfs-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Christian Brauner1-10/+0
2024-01-23fs: Create a generic is_dot_dotdot() utilityChuck Lever1-10/+0
2024-01-11Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-0/+2
2024-01-10Merge tag 'unicode-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+8
2024-01-08ecryptfs: Reject casefold directory inodesGabriel Krisman Bertazi1-0/+8
2023-11-25rename(): avoid a deadlock in the case of parents having no common ancestorAl Viro1-0/+2
2023-11-18fs: Pass AT_GETATTR_NOSEC flag to getattr interface functionStefan Berger1-2/+10
2023-10-09ecryptfs: move ecryptfs_xattr_handlers to .rodataWedson Almeida Filho2-2/+2
2023-08-28Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds3-13/+12
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton1-2/+3
2023-08-02fs/ecryptfs: remove kernel-doc warningsZhu Wang1-1/+0
2023-07-13ecryptfs: convert to ctime accessor functionsJeff Layton1-1/+1
2023-07-10fs/ecryptfs: Use kmap_local_page() in copy_up_encrypted_with_header()Fabio M. De Francesco1-2/+2
2023-07-10fs/ecryptfs: Use kmap_local_page() in ecryptfs_write()Fabio M. De Francesco1-2/+2
2023-07-10fs/ecryptfs: Replace kmap() with kmap_local_page()Fabio M. De Francesco2-8/+8
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells1-2/+2
2023-05-24ecryptfs: Provide a splice-read wrapperDavid Howells1-1/+26
2023-03-06fs: drop unused posix acl handlersChristian Brauner1-4/+0
2023-02-21Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-27/+3
2023-02-13fs: ecryptfs: Use crypto_wait_reqHerbert Xu1-27/+3
2023-01-19fs: port xattr to mnt_idmapChristian Brauner3-4/+4
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-3/+3
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->get_acl() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner1-4/+4
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-3/+3
2023-01-18fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner1-12/+12
2022-10-20ecryptfs: use stub posix acl handlersChristian Brauner1-0/+4
2022-10-20ecryptfs: implement set acl methodChristian Brauner1-0/+17
2022-10-20ecryptfs: implement get acl methodChristian Brauner1-0/+11
2022-10-06Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-4/+4
2022-09-01ecryptfs: constify pathAl Viro4-4/+4
2022-08-17Change calling conventions for filldir_tAl Viro1-22/+16
2022-05-09ecryptfs: Convert ecryptfs to read_folioMatthew Wilcox (Oracle)1-5/+6
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-1/+1
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)1-1/+1
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-2/+3
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-16fs: Remove aops ->set_page_dirtyMatthew Wilcox (Oracle)1-1/+1
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)1-0/+1
2021-12-03fs: add is_idmapped_mnt() helperChristian Brauner1-1/+1
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig1-0/+13
2021-05-13fs: ecryptfs: remove BUG_ON from crypt_scatterlistPhillip Potter1-2/+0
2021-05-13Revert "ecryptfs: replace BUG_ON with error handling code"Greg Kroah-Hartman1-4/+2
2021-05-06Merge tag 'ecryptfs-5.13-rc1-updates' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds14-63/+73
2021-05-02Merge branch 'work.ecryptfs' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-105/+75
2021-04-19ecryptfs: fix kernel panic with null dev_nameJeffrey Mitchell1-0/+6
2021-04-19ecryptfs: remove unused helpersChristian Brauner1-12/+0
2021-04-19ecryptfs: Fix typo in messageSascha Hauer1-1/+1
2021-04-19eCryptfs: Use DEFINE_MUTEX() for mutex lockYe Bin1-4/+2
2021-04-19ecryptfs: keystore: Fix some kernel-doc issues and demote non-conformant headersLee Jones1-6/+7
2021-04-19ecryptfs: inode: Help out nearly-there header and demote non-conformant onesLee Jones1-6/+5
2021-04-19ecryptfs: mmap: Help out one function header and demote other abusesLee Jones1-5/+6
2021-04-19ecryptfs: crypto: Supply some missing param descriptions and demote abusesLee Jones1-10/+10
2021-04-19ecryptfs: miscdev: File headers are not good kernel-doc candidatesLee Jones1-1/+2
2021-04-19ecryptfs: main: Demote a bunch of non-conformant kernel-doc headersLee Jones1-12/+12
2021-04-19ecryptfs: messaging: Add missing param descriptions and demote abusesLee Jones1-3/+5
2021-04-19ecryptfs: super: Fix formatting, naming and kernel-doc abusesLee Jones1-4/+4
2021-04-19ecryptfs: file: Demote kernel-doc abusesLee Jones1-2/+2
2021-04-19ecryptfs: kthread: Demote file header and provide description for 'cred'Lee Jones1-1/+2
2021-04-19ecryptfs: dentry: File headers are not good candidates for kernel-docLee Jones1-1/+1
2021-04-19ecryptfs: debug: Demote a couple of kernel-doc abusesLee Jones1-2/+2
2021-04-19ecryptfs: read_write: File headers do not make good candidates for kernel-docLee Jones1-1/+3
2021-04-19Merge tag 'v5.12-rc7' into ecryptfs/nextTyler Hicks4-35/+63
2021-04-12ecryptfs: stack fileattr opsMiklos Szeredi1-0/+22
2021-03-20ecryptfs: ecryptfs_dentry_info->crypt_stat is never usedAl Viro1-4/+1
2021-03-20ecryptfs: get rid of unused accessorsAl Viro1-12/+0
2021-03-20ecryptfs: saner API for lock_parent()Al Viro1-83/+74
2021-03-08ecryptfs: get rid of pointless dget/dput in ->symlink() and ->link()Al Viro1-6/+0
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-35/+63
2021-01-30ecryptfs: use DEFINE_MUTEX() for mutex lockZheng Yongjun1-2/+1
2021-01-30eCryptfs: add a semicolonTom Rix2-2/+2
2021-01-26ecryptfs: fix uid translation for setxattr on security.capabilityMiklos Szeredi1-3/+7
2021-01-24ecryptfs: do not mount on top of idmapped mountsChristian Brauner1-0/+6
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-11/+19
2021-01-24namei: prepare for idmapped mountsChristian Brauner1-13/+20
2021-01-24namei: introduce struct renamedataChristian Brauner1-3/+7
2021-01-24stat: handle idmapped mountsChristian Brauner1-2/+2
2021-01-24xattr: handle idmapped mountsTycho Andersen3-6/+7
2021-01-24acl: handle idmapped mountsChristian Brauner1-0/+1
2021-01-24attr: handle idmapped mountsChristian Brauner1-3/+4
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner1-1/+2
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2-3/+3
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2020-05-08ecryptfs: use crypto_shash_tfm_digest()Eric Biggers1-16/+1
2020-04-20docs: filesystems: fix renamed referencesMauro Carvalho Chehab1-1/+1
2020-02-17Merge tag 'ecryptfs-5.6-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-6/+9
2020-02-14ecryptfs: replace BUG_ON with error handling codeAditya Pakki1-2/+4
2020-02-14eCryptfs: Replace deactivated email addressTyler Hicks3-3/+3
2020-02-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-9/+5
2020-02-03ecryptfs: drop direct calls to ->bmapCarlos Maiolino1-9/+5
2019-12-11crypto: skcipher - remove crypto_skcipher::keysizeEric Biggers2-3/+3
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2019-11-10ecryptfs_lookup_interpose(): lower_dentry->d_parent is not stable eitherAl Viro1-4/+3
2019-11-10ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stableAl Viro1-2/+10
2019-11-10ecryptfs: fix unlink and rmdir in face of underlying fs modificationsAl Viro1-25/+40
2019-10-23fs: compat_ioctl: move FITRIM emulation into file systemsArnd Bergmann1-0/+1
2019-08-20ecryptfs: fix a memory leak bug in ecryptfs_init_messaging()Wenwen Wang1-0/+1