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-23 | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -2/+3 |
2022-03-23 | 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-21 | ecryptfs: ecryptfs_dentry_info->crypt_stat is never used | Al Viro | 1 | -4/+1 |
2021-03-21 | ecryptfs: get rid of unused accessors | Al Viro | 1 | -12/+0 |
2021-03-21 | 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-24 | 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 |