| Commit message (Expand) | Author | Age |
* | eCryptfs: Check return of filemap_write_and_wait during fsync | Tyler Hicks | 2013-06-05 |
* | ecryptfs: fixed msync to flush data | Paul Taysom | 2013-05-24 |
* | aio: don't include aio.h in sched.h | Kent Overstreet | 2013-05-07 |
* | Merge tag 'ecryptfs-3.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2013-03-07 |
|\ |
|
| * | eCryptfs: Fix -Wunused-but-set-variable warnings | Tyler Hicks | 2013-01-17 |
* | | new helper: file_inode(file) | Al Viro | 2013-02-22 |
|/ |
|
* | eCryptfs: Call lower ->flush() from ecryptfs_flush() | Tyler Hicks | 2012-09-14 |
* | eCryptfs: Revert to a writethrough cache model | Tyler Hicks | 2012-07-13 |
* | eCryptfs: Initialize empty lower files when opening them | Tyler Hicks | 2012-07-08 |
* | switch touch_atime to struct path | Al Viro | 2012-03-20 |
* | eCryptfs: Flush file in vma close | Tyler Hicks | 2011-11-23 |
* | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers | Josef Bacik | 2011-07-20 |
* | eCryptfs: Fix new inode race condition | Tyler Hicks | 2011-05-29 |
* | eCryptfs: Handle failed metadata read in lookup | Tyler Hicks | 2011-04-25 |
* | eCryptfs: Add reference counting to lower files | Tyler Hicks | 2011-04-25 |
* | ecryptfs: modify write path to encrypt page in writepage | Thieu Le | 2011-03-28 |
* | ecryptfs: read on a directory should return EISDIR if not supported | Andy Whitcroft | 2011-02-21 |
* | fs/ecryptfs: Add printf format/argument verification and fix fallout | Joe Perches | 2011-01-17 |
* | ecryptfs: fixed testing of file descriptor flags | Roberto Sassu | 2011-01-17 |
* | ecryptfs: test lower_file pointer when lower_file_mutex is locked | Roberto Sassu | 2011-01-17 |
* | ecryptfs: fix truncation error in ecryptfs_read_update_atime | Edward Shishkin | 2011-01-17 |
* | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 2010-10-22 |
|\ |
|
| * | llseek: automatically add .llseek fop | Arnd Bergmann | 2010-10-15 |
* | | BKL: Remove BKL from ecryptfs | Arnd Bergmann | 2010-10-04 |
|/ |
|
* | fs/ecryptfs/file.c: introduce missing free | Julia Lawall | 2010-08-09 |
* | eCryptfs: Handle ioctl calls with unlocked and compat functions | Tyler Hicks | 2010-08-09 |
* | drop unused dentry argument to ->fsync | Christoph Hellwig | 2010-05-27 |
* | sanitize vfs_fsync calling conventions | Christoph Hellwig | 2010-05-21 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 |
* | ecryptfs: Eliminate useless code | Julia Lawall | 2010-01-19 |
* | ecryptfs: initialize private persistent file before dereferencing pointer | Erez Zadok | 2010-01-19 |
* | eCryptfs: Remove mmap from directory operations | Tyler Hicks | 2010-01-19 |
* | eCryptfs: Fix data types (int/size_t) | Michael Halcrow | 2009-01-06 |
* | eCryptfs: Filename Encryption: filldir, lookup, and readlink | Michael Halcrow | 2009-01-06 |
* | add a vfs_fsync helper | Christoph Hellwig | 2009-01-05 |
* | eCryptfs: remove retry loop in ecryptfs_readdir() | Michael Halcrow | 2008-10-16 |
* | eCryptfs: Make all persistent file opens delayed | Michael Halcrow | 2008-07-24 |
* | eCryptfs: do not try to open device files on mknod | Michael Halcrow | 2008-07-24 |
* | eCryptfs: Privileged kthread for lower file opens | Michael Halcrow | 2008-07-24 |
* | ecryptfs: fasync BKL pushdown | Jonathan Corbet | 2008-07-02 |
* | eCryptfs: protect crypt_stat->flags in ecryptfs_open() | Michael Halcrow | 2008-04-29 |
* | eCryptfs: Minor fixes to printk messages | Michael Halcrow | 2008-02-06 |
* | eCryptfs: remove unused functions and kmem_cache | Michael Halcrow | 2007-10-16 |
* | eCryptfs: make open, truncate, and setattr use persistent file | Michael Halcrow | 2007-10-16 |
* | eCryptfs: update metadata read/write functions | Michael Halcrow | 2007-10-16 |
* | eCryptfs: remove assignments in if-statements | Michael Halcrow | 2007-10-16 |
* | eCryptfs: Use generic_file_splice_read() | Michael Halcrow | 2007-10-16 |
* | sendfile: remove .sendfile from filesystems that use generic_file_sendfile() | Jens Axboe | 2007-07-10 |
* | eCryptfs: delay writing 0's after llseek until write | Michael Halcrow | 2007-05-23 |
* | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 2007-05-08 |