| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |
| 2019-08-20 | ecryptfs: fix a memory leak bug in parse_tag_1_packet() | Wenwen Wang | 1 | -1/+1 |
| 2019-07-14 | Merge tag 'ecryptfs-5.3-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 4 | -41/+34 |
| 2019-07-10 | Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -2/+2 |
| 2019-07-08 | Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -2/+2 |
| 2019-07-02 | ecryptfs: Change return type of ecryptfs_process_flags | Hariprasad Kelam | 1 | -11/+2 |
| 2019-06-27 | keys: Replace uid/gid/perm permissions checking with an ACL | David Howells | 2 | -2/+2 |
| 2019-06-19 | ecryptfs: Make ecryptfs_xattr_handler static | YueHaibing | 1 | -1/+1 |
| 2019-06-19 | ecryptfs: remove unnessesary null check in ecryptfs_keyring_auth_tok_for_sig | YueHaibing | 1 | -2/+2 |
| 2019-06-19 | ecryptfs: use print_hex_dump_bytes for hexdump | Sascha Hauer | 1 | -19/+3 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 | Thomas Gleixner | 2 | -28/+2 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 12 | -180/+12 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2 | -0/+2 |
| 2019-05-07 | Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -3/+2 |
| 2019-05-01 | ecryptfs: make use of ->free_inode() | Al Viro | 1 | -3/+2 |
| 2019-04-25 | crypto: shash - remove shash_desc::flags | Eric Biggers | 2 | -2/+0 |
| 2019-02-16 | eCryptfs: fix permission denied with ecryptfs_xattr mount option when create ... | Robbie Ko | 1 | -2/+15 |
| 2019-02-16 | ecryptfs: re-order a condition for static checkers | Dan Carpenter | 1 | -2/+3 |
| 2019-02-16 | eCryptfs: fix a couple type promotion bugs | Dan Carpenter | 1 | -4/+8 |
| 2019-01-25 | crypto: clarify name of WEAK_KEY request flag | Eric Biggers | 1 | -2/+3 |
| 2018-10-09 | ecryptfs_rename(): verify that lower dentries are still OK after lock_rename() | Al Viro | 1 | -3/+8 |
| 2018-05-21 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -2/+1 |
| 2018-05-11 | do d_instantiate/unlock_new_inode combinations safely | Al Viro | 1 | -2/+1 |
| 2018-04-16 | eCryptfs: don't pass up plaintext names when using filename encryption | Tyler Hicks | 2 | -18/+44 |
| 2018-03-29 | ecryptfs: fix spelling mistake: "cadidate" -> "candidate" | Colin Ian King | 1 | -1/+1 |
| 2018-03-29 | ecryptfs: lookup: Don't check if mount_crypt_stat is NULL | Guenter Roeck | 1 | -2/+1 |
| 2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -1/+1 |
| 2018-01-30 | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+2 |
| 2017-11-27 | fs: annotate ->poll() instances | Al Viro | 1 | -2/+2 |
| 2017-11-27 | Rename superblock flags (MS_xyz -> SB_xyz) | Linus Torvalds | 1 | -4/+4 |
| 2017-11-17 | Merge tag 'ecryptfs-4.15-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 8 | -98/+34 |
| 2017-11-15 | slab, slub, slob: add slab_flags_t | Alexey Dobriyan | 1 | -1/+1 |
| 2017-11-08 | eCryptfs: constify attribute_group structures. | Arvind Yadav | 1 | -1/+1 |
| 2017-11-06 | ecryptfs: remove unnecessary i_version bump | Jeff Layton | 1 | -1/+0 |
| 2017-11-06 | ecryptfs: use ARRAY_SIZE | Jérémy Lefaure | 1 | -4/+3 |
| 2017-11-06 | ecryptfs: Adjust four checks for null pointers | Markus Elfring | 2 | -4/+4 |
| 2017-11-06 | ecryptfs: Return an error code only as a constant in ecryptfs_add_global_auth... | Markus Elfring | 1 | -7/+4 |
| 2017-11-06 | ecryptfs: Delete 21 error messages for a failed memory allocation | Markus Elfring | 6 | -59/+7 |
| 2017-11-06 | eCryptfs: use after free in ecryptfs_release_messaging() | Dan Carpenter | 1 | -3/+4 |
| 2017-11-04 | ecryptfs: remove private bin2hex implementation | Rasmus Villemoes | 2 | -16/+8 |
| 2017-11-04 | ecryptfs: add missing \n to end of various error messages | Colin Ian King | 3 | -3/+3 |
| 2017-10-12 | ecryptfs: fix dereference of NULL user_key_payload | Eric Biggers | 2 | -8/+25 |
| 2017-09-14 | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -2/+1 |
| 2017-09-14 | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -2/+2 |
| 2017-09-04 | fs: fix kernel_write prototype | Christoph Hellwig | 1 | -1/+1 |
| 2017-09-04 | fs: fix kernel_read prototype | Christoph Hellwig | 1 | -1/+1 |
| 2017-08-03 | ecryptfs: convert to file_write_and_wait in ->fsync | Jeff Layton | 1 | -1/+1 |
| 2017-07-17 | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) | David Howells | 1 | -2/+1 |
| 2017-04-20 | ecryptfs: Convert to separately allocated bdi | Jan Kara | 2 | -4/+1 |
| 2017-03-03 | Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -5/+8 |
| 2017-03-03 | Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -0/+2 |
| 2017-03-02 | statx: Add a system call to make enhanced file info available | David Howells | 1 | -5/+8 |
| 2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 1 | -0/+2 |
| 2017-03-02 | KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload() | David Howells | 1 | -1/+1 |
| 2017-02-27 | scripts/spelling.txt: add "againt" pattern and fix typo instances | Masahiro Yamada | 1 | -1/+1 |
| 2016-12-09 | vfs: remove ".readlink = generic_readlink" assignments | Miklos Szeredi | 1 | -1/+0 |
| 2016-12-09 | ecryptfs: use vfs_get_link() | Miklos Szeredi | 1 | -17/+12 |
| 2016-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+5 |
| 2016-10-10 | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 4 | -29/+54 |
| 2016-10-07 | vfs: Remove {get,set,remove}xattr inode operations | Andreas Gruenbacher | 1 | -9/+0 |
| 2016-10-07 | xattr: Add __vfs_{get,set,remove}xattr helpers | Andreas Gruenbacher | 2 | -17/+14 |
| 2016-10-06 | ecryptfs: Switch to generic xattr handlers | Andreas Gruenbacher | 3 | -14/+51 |
| 2016-09-27 | fs: rename "rename2" i_op to "rename" | Miklos Szeredi | 1 | -1/+1 |
| 2016-09-27 | fs: make remaining filesystems use .rename2 | Miklos Szeredi | 1 | -2/+6 |
| 2016-09-22 | fs: Give dentry to inode_change_ok() instead of inode | Jan Kara | 1 | -1/+1 |
| 2016-07-08 | ecryptfs: don't allow mmap when the lower fs doesn't support it | Jeff Mahoney | 1 | -1/+14 |
| 2016-07-07 | Revert "ecryptfs: forbid opening files without mmap handler" | Jeff Mahoney | 1 | -11/+2 |
| 2016-06-20 | ecryptfs: fix spelling mistakes | Chris J Arges | 2 | -4/+4 |
| 2016-06-20 | eCryptfs: fix typos in comment | Wei Yuan | 1 | -2/+2 |
| 2016-06-20 | ecryptfs: drop null test before destroy functions | Julia Lawall | 1 | -2/+1 |
| 2016-06-10 | Merge branch 'stacking-fixes' (vfs stacking fixes from Jann) | Linus Torvalds | 1 | -2/+11 |
| 2016-06-10 | ecryptfs: forbid opening files without mmap handler | Jann Horn | 1 | -2/+11 |
| 2016-05-27 | switch ->setxattr() to passing dentry and inode separately | Al Viro | 4 | -10/+13 |
| 2016-05-18 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -50/+35 |
| 2016-05-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 5 | -16/+21 |
| 2016-05-17 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 4 | -21/+26 |
| 2016-05-11 | Merge branch 'ovl-fixes' into for-linus | Al Viro | 6 | -49/+49 |
| 2016-05-09 | switch ecryptfs to ->iterate_shared | Al Viro | 1 | -1/+1 |
| 2016-05-09 | Merge branch 'for-linus' into work.lookups | Al Viro | 1 | -16/+55 |
| 2016-05-04 | ecryptfs: fix handling of directory opening | Al Viro | 1 | -16/+55 |
| 2016-05-02 | Merge getxattr prototype change into work.lookups | Al Viro | 4 | -15/+20 |
| 2016-04-20 | eCryptfs: Do not allocate hash tfm in NORECLAIM context | Herbert Xu | 4 | -21/+26 |
| 2016-04-11 | ->getxattr(): pass dentry and inode as separate arguments | Al Viro | 4 | -15/+20 |
| 2016-04-04 | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage | Kirill A. Shutemov | 1 | -2/+2 |
| 2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 6 | -47/+47 |
| 2016-03-31 | ecryptfs_lookup(): try either only encrypted or plaintext name | Al Viro | 1 | -35/+20 |
| 2016-03-31 | ecryptfs: avoid multiple aliases for directories | Al Viro | 1 | -20/+20 |
| 2016-03-23 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -4/+2 |
| 2016-03-19 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 3 | -27/+12 |
| 2016-03-17 | eCryptfs: Use skcipher and shash | Herbert Xu | 1 | -4/+2 |
| 2016-02-22 | ecryptfs_encrypt_and_encode_filename(): drop unused argument | Al Viro | 3 | -21/+10 |
| 2016-02-22 | ecryptfs_lookup(): use lookup_one_len_unlocked() | Al Viro | 1 | -6/+2 |
| 2016-01-27 | eCryptfs: Use skcipher and shash | Herbert Xu | 7 | -161/+180 |
| 2016-01-22 | wrappers for ->i_mutex access | Al Viro | 2 | -18/+18 |
| 2016-01-14 | kmemcg: account certain kmem allocations to memcg | Vladimir Davydov | 1 | -2/+4 |
| 2016-01-12 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -3/+1 |
| 2015-12-30 | switch ->get_link() to delayed_call, kill ->put_link() | Al Viro | 1 | -3/+4 |
| 2015-12-08 | replace ->follow_link() with new method that could stay in RCU mode | Al Viro | 1 | -3/+9 |
| 2015-12-06 | don't opencode iget_failed() | Al Viro | 1 | -3/+1 |
| 2015-11-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
| 2015-10-21 | KEYS: Merge the type-specific data with the payload data | David Howells | 1 | -3/+2 |
| 2015-09-29 | fs: Drop unlikely before IS_ERR(_OR_NULL) | Viresh Kumar | 1 | -1/+1 |
| 2015-09-08 | Merge tag 'ecryptfs-4.3-rc1-stale-dcache' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2 | -10/+9 |
| 2015-08-18 | eCryptfs: Delete a check before the function call "key_put" | Markus Elfring | 1 | -2/+1 |
| 2015-08-18 | eCryptfs: Invalidate dcache entries when lower i_nlink is zero | Tyler Hicks | 1 | -8/+8 |
| 2015-08-07 | treewide: Fix typo in printk | Masanari Iida | 1 | -1/+1 |
| 2015-07-09 | ioctl_compat: handle FITRIM | Mikulas Patocka | 1 | -1/+0 |
| 2015-05-15 | get rid of assorted nameidata-related debris | Al Viro | 1 | -2/+1 |
| 2015-05-10 | don't pass nameidata to ->follow_link() | Al Viro | 1 | -1/+1 |
| 2015-05-10 | new ->follow_link() and ->put_link() calling conventions | Al Viro | 1 | -5/+3 |
| 2015-04-15 | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 7 | -93/+93 |
| 2015-04-11 | make new_sync_{read,write}() static | Al Viro | 1 | -2/+0 |
| 2015-04-11 | Merge branch 'iocb' into for-next | Al Viro | 1 | -7/+0 |
| 2015-03-25 | fs: move struct kiocb to fs.h | Christoph Hellwig | 1 | -1/+0 |
| 2015-03-13 | fs: don't allow to complete sync iocbs through aio_complete | Christoph Hellwig | 1 | -6/+0 |
| 2015-03-03 | eCryptfs: don't pass fs-specific ioctl commands through | Tyler Hicks | 1 | -4/+30 |
| 2015-02-24 | eCryptfs: ensure copy to crypt_stat->cipher does not overrun | Colin Ian King | 3 | -4/+4 |
| 2015-02-22 | VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) | David Howells | 2 | -3/+3 |
| 2015-01-20 | fs: remove mapping->backing_dev_info | Christoph Hellwig | 1 | -1/+0 |
| 2015-01-20 | fs: introduce f_op->mmap_capabilities for nommu mmap support | Christoph Hellwig | 1 | -1/+1 |
| 2014-12-19 | Merge tag 'ecryptfs-3.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 4 | -19/+16 |
| 2014-11-26 | eCryptfs: Remove buggy and unnecessary write in file name decode routine | Michael Halcrow | 1 | -1/+0 |
| 2014-11-19 | kill f_dentry uses | Al Viro | 2 | -2/+2 |
| 2014-10-31 | vfs: make first argument of dir_context.actor typed | Miklos Szeredi | 1 | -3/+3 |
| 2014-10-29 | eCryptfs: Remove unnecessary casts when parsing packet lengths | Tyler Hicks | 1 | -3/+3 |
| 2014-10-24 | fs: limit filesystem stacking depth | Miklos Szeredi | 1 | -0/+7 |
| 2014-10-23 | eCryptfs: Force RO mount when encrypted view is enabled | Tyler Hicks | 2 | -15/+13 |
| 2014-10-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
| 2014-10-11 | Merge tag 'ecryptfs-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 4 | -23/+11 |
| 2014-10-09 | ecryptfs: ->f_op is never NULL | Al Viro | 1 | -1/+1 |
| 2014-10-06 | ecryptfs: remove unneeded buggy code in ecryptfs_do_create() | Alexey Khoroshilov | 1 | -7/+0 |
| 2014-10-05 | ecryptfs: avoid to access NULL pointer when write metadata in xattr | Chao Yu | 1 | -1/+1 |
| 2014-07-14 | ecryptfs: remove unnecessary break after goto | Fabian Frederick | 1 | -1/+0 |
| 2014-07-03 | ecryptfs: Remove unnecessary include of syscall.h in keystore.c | Steven Rostedt | 1 | -1/+0 |
| 2014-07-03 | fs/ecryptfs/messaging.c: remove null test before kfree | Fabian Frederick | 1 | -2/+1 |