Age | Commit message (Expand) | Author | Files | Lines |
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-22 | 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-07 | Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 4 | -4/+4 |
2022-09-02 | ecryptfs: constify path | Al Viro | 4 | -4/+4 |
2022-08-18 | 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-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 |