| Commit message (Expand) | Author | Age | Files | Lines |
* | fs: compat_ioctl: move FITRIM emulation into file systems | Arnd Bergmann | 2019-10-23 | 1 | -0/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 2019-05-30 | 1 | -15/+1 |
* | eCryptfs: don't pass up plaintext names when using filename encryption | Tyler Hicks | 2018-04-16 | 1 | -5/+16 |
* | ecryptfs: convert to file_write_and_wait in ->fsync | Jeff Layton | 2017-08-03 | 1 | -1/+1 |
* | ecryptfs: don't allow mmap when the lower fs doesn't support it | Jeff Mahoney | 2016-07-08 | 1 | -1/+14 |
* | ecryptfs: fix spelling mistakes | Chris J Arges | 2016-06-20 | 1 | -2/+2 |
* | switch ecryptfs to ->iterate_shared | Al Viro | 2016-05-09 | 1 | -1/+1 |
* | ecryptfs: fix handling of directory opening | Al Viro | 2016-05-04 | 1 | -16/+55 |
* | ioctl_compat: handle FITRIM | Mikulas Patocka | 2015-07-09 | 1 | -1/+0 |
* | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 2015-04-15 | 1 | -1/+1 |
* | make new_sync_{read,write}() static | Al Viro | 2015-04-11 | 1 | -2/+0 |
* | Merge branch 'iocb' into for-next | Al Viro | 2015-04-11 | 1 | -7/+0 |
|\ |
|
| * | fs: move struct kiocb to fs.h | Christoph Hellwig | 2015-03-25 | 1 | -1/+0 |
| * | fs: don't allow to complete sync iocbs through aio_complete | Christoph Hellwig | 2015-03-13 | 1 | -6/+0 |
* | | eCryptfs: don't pass fs-specific ioctl commands through | Tyler Hicks | 2015-03-03 | 1 | -4/+30 |
* | | VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) | David Howells | 2015-02-22 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'ecryptfs-3.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-12-19 | 1 | -12/+0 |
|\ |
|
| * | eCryptfs: Force RO mount when encrypted view is enabled | Tyler Hicks | 2014-10-23 | 1 | -12/+0 |
* | | vfs: make first argument of dir_context.actor typed | Miklos Szeredi | 2014-10-31 | 1 | -3/+3 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2014-10-13 | 1 | -1/+1 |
|\ |
|
| * | ecryptfs: ->f_op is never NULL | Al Viro | 2014-10-09 | 1 | -1/+1 |
* | | Merge tag 'ecryptfs-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2014-10-11 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | Use %pd in eCryptFS | David Howells | 2013-12-17 | 1 | -2/+2 |
* | | write_iter variants of {__,}generic_file_aio_write() | Al Viro | 2014-05-06 | 1 | -2/+2 |
* | | ecryptfs: switch to ->read_iter() | Al Viro | 2014-05-06 | 1 | -5/+4 |
|/ |
|
* | eCryptfs: file->private_data is always valid | Tyler Hicks | 2013-11-14 | 1 | -6/+2 |
* | ecryptfs: ->f_op is never NULL | Al Viro | 2013-11-09 | 1 | -1/+1 |
* | file->f_op is never NULL... | Al Viro | 2013-10-24 | 1 | -4/+4 |
* | Merge tag 'ecryptfs-3.11-rc1-cleanup' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2013-07-11 | 1 | -4/+3 |
|\ |
|
| * | Use ecryptfs_dentry_to_lower_path in a couple of places | Matthew Wilcox | 2013-07-09 | 1 | -4/+3 |
* | | ecryptfs: switch ecryptfs_decode_and_decrypt_filename() from dentry to sb | Al Viro | 2013-06-29 | 1 | -5/+4 |
* | | [readdir] convert ecryptfs | Al Viro | 2013-06-29 | 1 | -20/+15 |
* | | [readdir] introduce iterate_dir() and dir_context | Al Viro | 2013-06-29 | 1 | -1/+3 |
|/ |
|
* | eCryptfs: Check return of filemap_write_and_wait during fsync | Tyler Hicks | 2013-06-04 | 1 | -1/+6 |
* | ecryptfs: fixed msync to flush data | Paul Taysom | 2013-05-24 | 1 | -0/+1 |
* | aio: don't include aio.h in sched.h | Kent Overstreet | 2013-05-07 | 1 | -0/+1 |
* | Merge tag 'ecryptfs-3.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2013-03-07 | 1 | -2/+0 |
|\ |
|
| * | eCryptfs: Fix -Wunused-but-set-variable warnings | Tyler Hicks | 2013-01-17 | 1 | -2/+0 |
* | | new helper: file_inode(file) | Al Viro | 2013-02-22 | 1 | -2/+2 |
|/ |
|
* | eCryptfs: Call lower ->flush() from ecryptfs_flush() | Tyler Hicks | 2012-09-14 | 1 | -2/+8 |
* | eCryptfs: Revert to a writethrough cache model | Tyler Hicks | 2012-07-13 | 1 | -31/+2 |
* | eCryptfs: Initialize empty lower files when opening them | Tyler Hicks | 2012-07-08 | 1 | -26/+45 |
* | switch touch_atime to struct path | Al Viro | 2012-03-20 | 1 | -5/+4 |
* | eCryptfs: Flush file in vma close | Tyler Hicks | 2011-11-23 | 1 | -1/+22 |
* | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers | Josef Bacik | 2011-07-20 | 1 | -3/+4 |
* | eCryptfs: Fix new inode race condition | Tyler Hicks | 2011-05-29 | 1 | -1/+1 |
* | eCryptfs: Handle failed metadata read in lookup | Tyler Hicks | 2011-04-25 | 1 | -1/+2 |
* | eCryptfs: Add reference counting to lower files | Tyler Hicks | 2011-04-25 | 1 | -12/+10 |
* | ecryptfs: modify write path to encrypt page in writepage | Thieu Le | 2011-03-28 | 1 | -1/+8 |
* | ecryptfs: read on a directory should return EISDIR if not supported | Andy Whitcroft | 2011-02-21 | 1 | -0/+1 |