aboutsummaryrefslogtreecommitdiff
path: root/fs/ecryptfs
AgeCommit message (Expand)AuthorFilesLines
2022-05-09ecryptfs: Convert ecryptfs to read_folioGravatar Matthew Wilcox (Oracle) 1-5/+6
2022-05-08fs: Remove flags parameter from aops->write_beginGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Gravatar Matthew Wilcox (Oracle) 1-1/+1
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-2/+3
2022-03-22fs: allocate inode by using alloc_inode_sb()Gravatar Muchun Song 1-1/+1
2022-03-16fs: Remove aops ->set_page_dirtyGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioGravatar Matthew Wilcox (Oracle) 1-0/+1
2021-12-03fs: add is_idmapped_mnt() helperGravatar Christian Brauner 1-1/+1
2021-06-29mm: require ->set_page_dirty to be explicitly wired upGravatar Christoph Hellwig 1-0/+13
2021-05-13fs: ecryptfs: remove BUG_ON from crypt_scatterlistGravatar Phillip Potter 1-2/+0
2021-05-13Revert "ecryptfs: replace BUG_ON with error handling code"Gravatar Greg Kroah-Hartman 1-4/+2
2021-05-06Merge tag 'ecryptfs-5.13-rc1-updates' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 14-63/+73
2021-05-02Merge branch 'work.ecryptfs' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-105/+75
2021-04-19ecryptfs: fix kernel panic with null dev_nameGravatar Jeffrey Mitchell 1-0/+6
2021-04-19ecryptfs: remove unused helpersGravatar Christian Brauner 1-12/+0
2021-04-19ecryptfs: Fix typo in messageGravatar Sascha Hauer 1-1/+1
2021-04-19eCryptfs: Use DEFINE_MUTEX() for mutex lockGravatar Ye Bin 1-4/+2
2021-04-19ecryptfs: keystore: Fix some kernel-doc issues and demote non-conformant headersGravatar Lee Jones 1-6/+7
2021-04-19ecryptfs: inode: Help out nearly-there header and demote non-conformant onesGravatar Lee Jones 1-6/+5
2021-04-19ecryptfs: mmap: Help out one function header and demote other abusesGravatar Lee Jones 1-5/+6
2021-04-19ecryptfs: crypto: Supply some missing param descriptions and demote abusesGravatar Lee Jones 1-10/+10
2021-04-19ecryptfs: miscdev: File headers are not good kernel-doc candidatesGravatar Lee Jones 1-1/+2
2021-04-19ecryptfs: main: Demote a bunch of non-conformant kernel-doc headersGravatar Lee Jones 1-12/+12
2021-04-19ecryptfs: messaging: Add missing param descriptions and demote abusesGravatar Lee Jones 1-3/+5
2021-04-19ecryptfs: super: Fix formatting, naming and kernel-doc abusesGravatar Lee Jones 1-4/+4
2021-04-19ecryptfs: file: Demote kernel-doc abusesGravatar Lee Jones 1-2/+2
2021-04-19ecryptfs: kthread: Demote file header and provide description for 'cred'Gravatar Lee Jones 1-1/+2
2021-04-19ecryptfs: dentry: File headers are not good candidates for kernel-docGravatar Lee Jones 1-1/+1
2021-04-19ecryptfs: debug: Demote a couple of kernel-doc abusesGravatar Lee Jones 1-2/+2
2021-04-19ecryptfs: read_write: File headers do not make good candidates for kernel-docGravatar Lee Jones 1-1/+3
2021-04-19Merge tag 'v5.12-rc7' into ecryptfs/nextGravatar Tyler Hicks 4-35/+63
2021-04-12ecryptfs: stack fileattr opsGravatar Miklos Szeredi 1-0/+22
2021-03-20ecryptfs: ecryptfs_dentry_info->crypt_stat is never usedGravatar Al Viro 1-4/+1
2021-03-20ecryptfs: get rid of unused accessorsGravatar Al Viro 1-12/+0
2021-03-20ecryptfs: saner API for lock_parent()Gravatar Al Viro 1-83/+74
2021-03-08ecryptfs: get rid of pointless dget/dput in ->symlink() and ->link()Gravatar Al Viro 1-6/+0
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 4-35/+63
2021-01-30ecryptfs: use DEFINE_MUTEX() for mutex lockGravatar Zheng Yongjun 1-2/+1
2021-01-30eCryptfs: add a semicolonGravatar Tom Rix 2-2/+2
2021-01-26ecryptfs: fix uid translation for setxattr on security.capabilityGravatar Miklos Szeredi 1-3/+7
2021-01-24ecryptfs: do not mount on top of idmapped mountsGravatar Christian Brauner 1-0/+6
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-11/+19
2021-01-24namei: prepare for idmapped mountsGravatar Christian Brauner 1-13/+20
2021-01-24namei: introduce struct renamedataGravatar Christian Brauner 1-3/+7
2021-01-24stat: handle idmapped mountsGravatar Christian Brauner 1-2/+2
2021-01-24xattr: handle idmapped mountsGravatar Tycho Andersen 3-6/+7
2021-01-24acl: handle idmapped mountsGravatar Christian Brauner 1-0/+1
2021-01-24attr: handle idmapped mountsGravatar Christian Brauner 1-3/+4
2021-01-24namei: make permission helpers idmapped mount awareGravatar Christian Brauner 1-1/+2