summaryrefslogtreecommitdiff
path: root/fs/ecryptfs
AgeCommit message (Expand)AuthorFilesLines
3 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds4-5/+5
4 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook4-5/+5
5 daysMerge tag 'ecryptfs-7.0-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-41/+29
9 daysMerge tag 'vfs-7.0-rc1.misc.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
13 daysMerge 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
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-16ecryptfs: get rid of pointless mount references in ecryptfs dentriesAl Viro5-69/+30
2025-07-29Merge 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-11new 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