| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-05-11 | ecryptfs: remove redundant variable found_auth_tok | Alexey Velichayshiy | 1 | -11/+5 |
| 2026-04-20 | Merge tag 'ecryptfs-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 7 | -173/+142 |
| 2026-04-08 | ecryptfs: keep the lower iattr contained in truncate_upper | Christoph Hellwig | 1 | -46/+36 |
| 2026-04-08 | ecryptfs: factor out a ecryptfs_iattr_to_lower helper | Christoph Hellwig | 1 | -9/+15 |
| 2026-04-08 | ecryptfs: merge ecryptfs_inode_newsize_ok into truncate_upper | Christoph Hellwig | 1 | -35/+17 |
| 2026-04-08 | ecryptfs: combine the two ATTR_SIZE blocks in ecryptfs_setattr | Christoph Hellwig | 1 | -5/+4 |
| 2026-04-08 | ecryptfs: use ZERO_PAGE instead of allocating zeroed memory in truncate_upper | Christoph Hellwig | 1 | -9/+2 |
| 2026-04-08 | ecryptfs: streamline truncate_upper | Christoph Hellwig | 1 | -54/+59 |
| 2026-04-08 | ecryptfs: cleanup ecryptfs_setattr | Christoph Hellwig | 1 | -12/+10 |
| 2026-04-02 | ecryptfs: Drop TODO comment in ecryptfs_derive_iv | Thorsten Blum | 1 | -4/+0 |
| 2026-04-02 | ecryptfs: Fix typo in ecryptfs_derive_iv function comment | Thorsten Blum | 1 | -1/+1 |
| 2026-03-25 | ecryptfs: Log function name only once in decode_and_decrypt_filename | Thorsten Blum | 1 | -2/+1 |
| 2026-03-25 | ecryptfs: Remove redundant if checks in encrypt_and_encode_filename | Thorsten Blum | 1 | -11/+10 |
| 2026-03-25 | ecryptfs: Fix tag number in encrypt_filename() error message | Thorsten Blum | 1 | -3/+3 |
| 2026-03-25 | ecryptfs: Use struct_size to improve process_response + send_miscdev | Thorsten Blum | 2 | -3/+7 |
| 2026-03-25 | ecryptfs: Replace memcpy + manual NUL termination with strscpy | Thorsten Blum | 2 | -7/+4 |
| 2026-03-25 | ecryptfs: Set s_time_gran to get correct time granularity | Frank Hsiao 蕭法宣 | 1 | -0/+1 |
| 2026-03-06 | treewide: change inode->i_ino from unsigned long to u64 | Jeff Layton | 2 | -4/+4 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 4 | -5/+5 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 4 | -5/+5 |
| 2026-02-20 | Merge tag 'ecryptfs-7.0-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 5 | -41/+29 |
| 2026-02-16 | Merge tag 'vfs-7.0-rc1.misc.2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
| 2026-02-12 | Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -0/+1 |
| 2026-02-10 | Merge tag 'hardening-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
| 2026-01-29 | fs: add helpers name_is_dot{,dot,_dotdot} | Amir Goldstein | 1 | -1/+1 |
| 2026-01-20 | kernel.h: drop hex.h and update all hex.h users | Randy Dunlap | 1 | -0/+1 |
| 2026-01-14 | ecryptfs: Annotate struct ecryptfs_message with __counted_by | Thorsten Blum | 1 | -1/+1 |
| 2026-01-12 | ecryptfs: Replace memcpy + NUL termination in ecryptfs_copy_filename | Thorsten Blum | 1 | -14/+4 |
| 2025-12-24 | ecryptfs: Release lower parent dentry after creating dir | Tyler Hicks | 1 | -0/+1 |
| 2025-12-24 | ecryptfs: Fix improper mknod pairing of start_creating()/end_removing() | Tyler Hicks | 1 | -1/+1 |
| 2025-12-23 | ecryptfs: Drop redundant NUL terminations after calling ecryptfs_to_hex | Thorsten Blum | 2 | -4/+0 |
| 2025-12-23 | ecryptfs: Replace memcpy + NUL termination in ecryptfs_new_file_context | Thorsten Blum | 1 | -7/+2 |
| 2025-12-23 | ecryptfs: Replace strcpy with strscpy in ecryptfs_validate_options | Thorsten Blum | 1 | -4/+5 |
| 2025-12-23 | ecryptfs: Replace strcpy with strscpy in ecryptfs_cipher_code_to_string | Thorsten Blum | 3 | -5/+12 |
| 2025-12-23 | ecryptfs: Replace strcpy with strscpy in ecryptfs_set_default_crypt_stat_vals | Thorsten Blum | 1 | -1/+2 |
| 2025-12-23 | ecryptfs: simplify list initialization in ecryptfs_parse_packet_set() | Baolin Liu | 1 | -2/+1 |
| 2025-12-23 | ecryptfs: Remove unused declartion ecryptfs_fill_zeros() | Zhang Zekun | 1 | -1/+0 |
| 2025-12-23 | ecryptfs: Fix packet format comment in parse_tag_67_packet() | Thorsten Blum | 1 | -1/+1 |
| 2025-12-23 | ecryptfs: comment typo fix | Zipeng Zhang | 1 | -1/+1 |
| 2025-12-23 | ecryptfs: keystore: Fix typo 'the the' in comment | Slark Xiao | 1 | -1/+1 |
| 2025-12-01 | Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 1 | -80/+71 |
| 2025-12-01 | Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/sc... | Linus Torvalds | 1 | -6/+5 |
| 2025-12-01 | Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -3/+3 |
| 2025-11-14 | VFS: change vfs_mkdir() to unlock on failure. | NeilBrown | 1 | -4/+4 |
| 2025-11-14 | ecryptfs: use new start_creating/start_removing APIs | NeilBrown | 1 | -81/+72 |
| 2025-11-12 | vfs: make vfs_symlink break delegations on parent dir | Jeff Layton | 1 | -1/+1 |
| 2025-11-12 | vfs: make vfs_mknod break delegations on parent directory | Jeff Layton | 1 | -1/+1 |
| 2025-11-12 | vfs: make vfs_create break delegations on parent directory | Jeff Layton | 1 | -1/+1 |
| 2025-11-12 | vfs: clean up argument list for vfs_create() | Jeff Layton | 1 | -2/+1 |
| 2025-11-12 | vfs: allow rmdir to wait for delegation break on parent | Jeff Layton | 1 | -1/+1 |
| 2025-11-12 | vfs: allow mkdir to wait for delegation break on parent | Jeff Layton | 1 | -1/+1 |
| 2025-10-31 | ecryptfs: Use MD5 library instead of crypto_shash | Eric Biggers | 7 | -154/+35 |
| 2025-10-20 | Coccinelle-based conversion to use ->i_state accessors | Mateusz Guzik | 1 | -3/+3 |
| 2025-10-03 | Merge tag 'pull-mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 5 | -69/+30 |
| 2025-09-23 | VFS: unify old_mnt_idmap and new_mnt_idmap in renamedata | NeilBrown | 1 | -2/+1 |
| 2025-09-15 | ecryptfs: get rid of pointless mount references in ecryptfs dentries | Al Viro | 5 | -69/+30 |
| 2025-07-28 | Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+2 |
| 2025-07-28 | Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
| 2025-07-28 | Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -8/+9 |
| 2025-07-16 | fs: change write_begin/write_end interface to take struct kiocb * | Taotao Chen | 1 | -5/+5 |
| 2025-07-04 | tree-wide: s/struct fileattr/struct file_kattr/g | Christian Brauner | 1 | -2/+2 |
| 2025-06-23 | fs/ecryptfs: replace snprintf with sysfs_emit in show function | Ankit Chauhan | 1 | -1/+2 |
| 2025-06-17 | fs: consistently use can_mmap_file() helper | Lorenzo Stoakes | 1 | -1/+1 |
| 2025-06-16 | VFS: change old_dir and new_dir in struct renamedata to dentrys | NeilBrown | 1 | -2/+2 |
| 2025-06-10 | new helper: set_default_d_op() | Al Viro | 1 | -1/+1 |
| 2025-04-08 | VFS: rename lookup_one_len family to lookup_noperm and remove permission check | NeilBrown | 1 | -7/+9 |
| 2025-03-24 | Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -7/+13 |
| 2025-03-05 | VFS: Change vfs_mkdir() to return the dentry. | NeilBrown | 1 | -4/+10 |
| 2025-03-01 | ecryptfs: remove NULL remount_fs from super_operations | Eric Sandeen | 1 | -1/+0 |
| 2025-02-27 | Change inode_operations.mkdir to return struct dentry * | NeilBrown | 1 | -3/+3 |
| 2025-01-27 | Pass parent directory inode and expected name to ->d_revalidate() | Al Viro | 1 | -4/+14 |
| 2024-11-26 | Merge tag 'vfs-6.13.ecryptfs.mount.api' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -195/+204 |
| 2024-11-18 | Merge tag 'pull-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -10/+2 |
| 2024-11-15 | ecryptfs: Fix spelling mistake "validationg" -> "validating" | Colin Ian King | 1 | -1/+1 |
| 2024-11-15 | ecryptfs: Convert ecryptfs to use the new mount API | Eric Sandeen | 2 | -200/+195 |
| 2024-11-15 | ecryptfs: Factor out mount option validation | Eric Sandeen | 2 | -24/+38 |
| 2024-11-13 | fs: Simplify getattr interface function checking AT_GETATTR_NOSEC flag | Stefan Berger | 1 | -10/+2 |
| 2024-11-05 | ecryptfs: Pass the folio index to crypt_extent() | Matthew Wilcox (Oracle) | 1 | -4/+6 |
| 2024-11-05 | ecryptfs: Convert lower_offset_for_page() to take a folio | Matthew Wilcox (Oracle) | 1 | -4/+4 |
| 2024-11-05 | ecryptfs: Convert ecryptfs_decrypt_page() to take a folio | Matthew Wilcox (Oracle) | 3 | -8/+9 |
| 2024-11-05 | ecryptfs: Convert ecryptfs_encrypt_page() to take a folio | Matthew Wilcox (Oracle) | 4 | -10/+10 |
| 2024-11-05 | ecryptfs: Convert ecryptfs_write_lower_page_segment() to take a folio | Matthew Wilcox (Oracle) | 3 | -11/+10 |
| 2024-11-05 | ecryptfs: Convert ecryptfs_write() to use a folio | Matthew Wilcox (Oracle) | 3 | -29/+13 |
| 2024-11-05 | ecryptfs: Convert ecryptfs_read_lower_page_segment() to take a folio | Matthew Wilcox (Oracle) | 3 | -13/+12 |
| 2024-11-05 | ecryptfs: Convert ecryptfs_copy_up_encrypted_with_header() to take a folio | Matthew Wilcox (Oracle) | 1 | -12/+12 |
| 2024-11-05 | ecryptfs: Use a folio throughout ecryptfs_read_folio() | Matthew Wilcox (Oracle) | 1 | -27/+23 |
| 2024-11-05 | ecryptfs: Convert ecryptfs_writepage() to ecryptfs_writepages() | Matthew Wilcox (Oracle) | 1 | -20/+19 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 3 | -3/+3 |
| 2024-08-07 | fs: Convert aops->write_begin to take a folio | Matthew Wilcox (Oracle) | 1 | -4/+3 |
| 2024-08-07 | fs: Convert aops->write_end to take a folio | Matthew Wilcox (Oracle) | 1 | -3/+2 |
| 2024-08-07 | ecryptfs: Use a folio in ecryptfs_write_begin() | Matthew Wilcox (Oracle) | 1 | -26/+27 |
| 2024-08-07 | ecryptfs: Convert ecryptfs_write_end() to use a folio | Matthew Wilcox (Oracle) | 1 | -12/+13 |
| 2024-05-13 | Merge tag 'hardening-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -23/+7 |
| 2024-04-24 | fs: ecryptfs: replace deprecated strncpy with strscpy | Justin Stitt | 2 | -23/+7 |
| 2024-04-05 | ecryptfs: Fix buffer size for tag 66 packet | Brian Kubisiak | 1 | -1/+3 |
| 2024-01-23 | Merge tag 'exportfs-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi... | Christian Brauner | 1 | -10/+0 |
| 2024-01-23 | fs: Create a generic is_dot_dotdot() utility | Chuck Lever | 1 | -10/+0 |
| 2024-01-11 | Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 1 | -0/+2 |
| 2024-01-10 | Merge tag 'unicode-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+8 |
| 2024-01-08 | ecryptfs: Reject casefold directory inodes | Gabriel Krisman Bertazi | 1 | -0/+8 |
| 2023-11-25 | rename(): avoid a deadlock in the case of parents having no common ancestor | Al Viro | 1 | -0/+2 |
| 2023-11-18 | fs: Pass AT_GETATTR_NOSEC flag to getattr interface function | Stefan Berger | 1 | -2/+10 |
| 2023-10-09 | ecryptfs: move ecryptfs_xattr_handlers to .rodata | Wedson Almeida Filho | 2 | -2/+2 |
| 2023-08-28 | Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 3 | -13/+12 |
| 2023-08-09 | fs: pass the request_mask to generic_fillattr | Jeff Layton | 1 | -2/+3 |
| 2023-08-02 | fs/ecryptfs: remove kernel-doc warnings | Zhu Wang | 1 | -1/+0 |
| 2023-07-13 | ecryptfs: convert to ctime accessor functions | Jeff Layton | 1 | -1/+1 |
| 2023-07-10 | fs/ecryptfs: Use kmap_local_page() in copy_up_encrypted_with_header() | Fabio M. De Francesco | 1 | -2/+2 |
| 2023-07-10 | fs/ecryptfs: Use kmap_local_page() in ecryptfs_write() | Fabio M. De Francesco | 1 | -2/+2 |
| 2023-07-10 | fs/ecryptfs: Replace kmap() with kmap_local_page() | Fabio M. De Francesco | 2 | -8/+8 |
| 2023-05-24 | splice: Use filemap_splice_read() instead of generic_file_splice_read() | David Howells | 1 | -2/+2 |
| 2023-05-24 | ecryptfs: Provide a splice-read wrapper | David Howells | 1 | -1/+26 |
| 2023-03-06 | fs: drop unused posix acl handlers | Christian Brauner | 1 | -4/+0 |
| 2023-02-21 | Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 1 | -27/+3 |
| 2023-02-13 | fs: ecryptfs: Use crypto_wait_req | Herbert Xu | 1 | -27/+3 |
| 2023-01-19 | fs: port xattr to mnt_idmap | Christian Brauner | 3 | -4/+4 |
| 2023-01-19 | fs: port ->permission() to pass mnt_idmap | Christian Brauner | 1 | -3/+3 |
| 2023-01-19 | fs: port ->fileattr_set() to pass mnt_idmap | Christian Brauner | 1 | -2/+2 |
| 2023-01-19 | fs: port ->set_acl() to pass mnt_idmap | Christian Brauner | 1 | -2/+2 |
| 2023-01-19 | fs: port ->get_acl() to pass mnt_idmap | Christian Brauner | 1 | -2/+2 |
| 2023-01-19 | fs: port ->rename() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->mknod() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->mkdir() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->symlink() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->create() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->getattr() to pass mnt_idmap | Christian Brauner | 1 | -4/+4 |
| 2023-01-19 | fs: port ->setattr() to pass mnt_idmap | Christian Brauner | 1 | -3/+3 |
| 2023-01-18 | fs: port vfs_*() helpers to struct mnt_idmap | Christian Brauner | 1 | -12/+12 |
| 2022-10-20 | ecryptfs: use stub posix acl handlers | Christian Brauner | 1 | -0/+4 |
| 2022-10-20 | ecryptfs: implement set acl method | Christian Brauner | 1 | -0/+17 |
| 2022-10-20 | ecryptfs: implement get acl method | Christian Brauner | 1 | -0/+11 |
| 2022-10-06 | Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 4 | -4/+4 |
| 2022-09-01 | ecryptfs: constify path | Al Viro | 4 | -4/+4 |
| 2022-08-17 | Change calling conventions for filldir_t | Al Viro | 1 | -22/+16 |
| 2022-05-09 | ecryptfs: Convert ecryptfs to read_folio | Matthew Wilcox (Oracle) | 1 | -5/+6 |
| 2022-05-08 | fs: Remove flags parameter from aops->write_begin | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-05-08 | fs: Remove aop flags parameter from grab_cache_page_write_begin() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-03-22 | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -2/+3 |
| 2022-03-22 | fs: allocate inode by using alloc_inode_sb() | Muchun Song | 1 | -1/+1 |
| 2022-03-16 | fs: Remove aops ->set_page_dirty | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-03-16 | fs: Convert __set_page_dirty_buffers to block_dirty_folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-03-15 | fs: Turn block_invalidatepage into block_invalidate_folio | Matthew Wilcox (Oracle) | 1 | -0/+1 |
| 2021-12-03 | fs: add is_idmapped_mnt() helper | Christian Brauner | 1 | -1/+1 |
| 2021-06-29 | mm: require ->set_page_dirty to be explicitly wired up | Christoph Hellwig | 1 | -0/+13 |
| 2021-05-13 | fs: ecryptfs: remove BUG_ON from crypt_scatterlist | Phillip Potter | 1 | -2/+0 |
| 2021-05-13 | Revert "ecryptfs: replace BUG_ON with error handling code" | Greg Kroah-Hartman | 1 | -4/+2 |
| 2021-05-06 | Merge tag 'ecryptfs-5.13-rc1-updates' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 14 | -63/+73 |
| 2021-05-02 | Merge branch 'work.ecryptfs' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -105/+75 |
| 2021-04-19 | ecryptfs: fix kernel panic with null dev_name | Jeffrey Mitchell | 1 | -0/+6 |
| 2021-04-19 | ecryptfs: remove unused helpers | Christian Brauner | 1 | -12/+0 |
| 2021-04-19 | ecryptfs: Fix typo in message | Sascha Hauer | 1 | -1/+1 |
| 2021-04-19 | eCryptfs: Use DEFINE_MUTEX() for mutex lock | Ye Bin | 1 | -4/+2 |
| 2021-04-19 | ecryptfs: keystore: Fix some kernel-doc issues and demote non-conformant headers | Lee Jones | 1 | -6/+7 |
| 2021-04-19 | ecryptfs: inode: Help out nearly-there header and demote non-conformant ones | Lee Jones | 1 | -6/+5 |
| 2021-04-19 | ecryptfs: mmap: Help out one function header and demote other abuses | Lee Jones | 1 | -5/+6 |
| 2021-04-19 | ecryptfs: crypto: Supply some missing param descriptions and demote abuses | Lee Jones | 1 | -10/+10 |
| 2021-04-19 | ecryptfs: miscdev: File headers are not good kernel-doc candidates | Lee Jones | 1 | -1/+2 |
| 2021-04-19 | ecryptfs: main: Demote a bunch of non-conformant kernel-doc headers | Lee Jones | 1 | -12/+12 |
| 2021-04-19 | ecryptfs: messaging: Add missing param descriptions and demote abuses | Lee Jones | 1 | -3/+5 |
| 2021-04-19 | ecryptfs: super: Fix formatting, naming and kernel-doc abuses | Lee Jones | 1 | -4/+4 |
| 2021-04-19 | ecryptfs: file: Demote kernel-doc abuses | Lee Jones | 1 | -2/+2 |
| 2021-04-19 | ecryptfs: kthread: Demote file header and provide description for 'cred' | Lee Jones | 1 | -1/+2 |
| 2021-04-19 | ecryptfs: dentry: File headers are not good candidates for kernel-doc | Lee Jones | 1 | -1/+1 |
| 2021-04-19 | ecryptfs: debug: Demote a couple of kernel-doc abuses | Lee Jones | 1 | -2/+2 |
| 2021-04-19 | ecryptfs: read_write: File headers do not make good candidates for kernel-doc | Lee Jones | 1 | -1/+3 |
| 2021-04-19 | Merge tag 'v5.12-rc7' into ecryptfs/next | Tyler Hicks | 4 | -35/+63 |
| 2021-04-12 | ecryptfs: stack fileattr ops | Miklos Szeredi | 1 | -0/+22 |
| 2021-03-20 | ecryptfs: ecryptfs_dentry_info->crypt_stat is never used | Al Viro | 1 | -4/+1 |
| 2021-03-20 | ecryptfs: get rid of unused accessors | Al Viro | 1 | -12/+0 |
| 2021-03-20 | ecryptfs: saner API for lock_parent() | Al Viro | 1 | -83/+74 |
| 2021-03-08 | ecryptfs: get rid of pointless dget/dput in ->symlink() and ->link() | Al Viro | 1 | -6/+0 |
| 2021-02-23 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 4 | -35/+63 |
| 2021-01-30 | ecryptfs: use DEFINE_MUTEX() for mutex lock | Zheng Yongjun | 1 | -2/+1 |
| 2021-01-30 | eCryptfs: add a semicolon | Tom Rix | 2 | -2/+2 |
| 2021-01-26 | ecryptfs: fix uid translation for setxattr on security.capability | Miklos Szeredi | 1 | -3/+7 |
| 2021-01-24 | ecryptfs: do not mount on top of idmapped mounts | Christian Brauner | 1 | -0/+6 |
| 2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner | 1 | -11/+19 |
| 2021-01-24 | namei: prepare for idmapped mounts | Christian Brauner | 1 | -13/+20 |
| 2021-01-24 | namei: introduce struct renamedata | Christian Brauner | 1 | -3/+7 |
| 2021-01-24 | stat: handle idmapped mounts | Christian Brauner | 1 | -2/+2 |
| 2021-01-24 | xattr: handle idmapped mounts | Tycho Andersen | 3 | -6/+7 |
| 2021-01-24 | acl: handle idmapped mounts | Christian Brauner | 1 | -0/+1 |
| 2021-01-24 | attr: handle idmapped mounts | Christian Brauner | 1 | -3/+4 |
| 2021-01-24 | namei: make permission helpers idmapped mount aware | Christian Brauner | 1 | -1/+2 |
| 2020-08-07 | mm, treewide: rename kzfree() to kfree_sensitive() | Waiman Long | 2 | -3/+3 |
| 2020-06-01 | Merge tag 'docs-5.8' of git://git.lwn.net/linux | Linus Torvalds | 1 | -1/+1 |
| 2020-05-08 | ecryptfs: use crypto_shash_tfm_digest() | Eric Biggers | 1 | -16/+1 |
| 2020-04-20 | docs: filesystems: fix renamed references | Mauro Carvalho Chehab | 1 | -1/+1 |
| 2020-02-17 | Merge tag 'ecryptfs-5.6-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 5 | -6/+9 |
| 2020-02-14 | ecryptfs: replace BUG_ON with error handling code | Aditya Pakki | 1 | -2/+4 |
| 2020-02-14 | eCryptfs: Replace deactivated email address | Tyler Hicks | 3 | -3/+3 |
| 2020-02-08 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -9/+5 |
| 2020-02-03 | ecryptfs: drop direct calls to ->bmap | Carlos Maiolino | 1 | -9/+5 |
| 2019-12-11 | crypto: skcipher - remove crypto_skcipher::keysize | Eric Biggers | 2 | -3/+3 |
| 2019-12-01 | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+1 |
| 2019-11-10 | ecryptfs_lookup_interpose(): lower_dentry->d_parent is not stable either | Al Viro | 1 | -4/+3 |
| 2019-11-10 | ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stable | Al Viro | 1 | -2/+10 |
| 2019-11-10 | ecryptfs: fix unlink and rmdir in face of underlying fs modifications | Al Viro | 1 | -25/+40 |
| 2019-10-23 | fs: compat_ioctl: move FITRIM emulation into file systems | Arnd Bergmann | 1 | -0/+1 |
| 2019-08-20 | ecryptfs: fix a memory leak bug in ecryptfs_init_messaging() | Wenwen Wang | 1 | -0/+1 |