Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8d43b49e7e0070f96ac46d30659a336c0224fa0b
/
fs
/
ecryptfs
/
file.c
9abea2d
ioctl_compat: handle FITRIM
by Mikulas Patocka
· 9 years ago
2b0143b
VFS: normal filesystems (and lustre): d_inode() annotations
by David Howells
· 10 years ago
5d5d568
make new_sync_{read,write}() static
by Al Viro
· 10 years ago
c0fec3a
Merge branch 'iocb' into for-next
by Al Viro
· 10 years ago
e2e40f2
fs: move struct kiocb to fs.h
by Christoph Hellwig
· 10 years ago
599bd19
fs: don't allow to complete sync iocbs through aio_complete
by Christoph Hellwig
· 10 years ago
6d65261
eCryptfs: don't pass fs-specific ioctl commands through
by Tyler Hicks
· 10 years ago
e36cb0b
VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)
by David Howells
· 10 years ago
298647e
Merge tag 'ecryptfs-3.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs
by Linus Torvalds
· 10 years ago
ac7576f
vfs: make first argument of dir_context.actor typed
by Miklos Szeredi
· 10 years ago
332b122
eCryptfs: Force RO mount when encrypted view is enabled
by Tyler Hicks
· 10 years ago
77c688a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
eca9fdf
Merge tag 'ecryptfs-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs
by Linus Torvalds
· 10 years ago
c2e3f5d
ecryptfs: ->f_op is never NULL
by Al Viro
· 10 years ago
8174202
write_iter variants of {__,}generic_file_aio_write()
by Al Viro
· 11 years ago
0279782
ecryptfs: switch to ->read_iter()
by Al Viro
· 11 years ago
9e78d14
Use %pd in eCryptFS
by David Howells
· 11 years ago
2000f5b
eCryptfs: file->private_data is always valid
by Tyler Hicks
· 11 years ago
bdd3536
ecryptfs: ->f_op is never NULL
by Al Viro
· 11 years ago
72c2d53
file->f_op is never NULL...
by Al Viro
· 11 years ago
746919d
Merge tag 'ecryptfs-3.11-rc1-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs
by Linus Torvalds
· 11 years ago
cc18ec3
Use ecryptfs_dentry_to_lower_path in a couple of places
by Matthew Wilcox
· 11 years ago
0747fdb
ecryptfs: switch ecryptfs_decode_and_decrypt_filename() from dentry to sb
by Al Viro
· 11 years ago
2de5f05
[readdir] convert ecryptfs
by Al Viro
· 11 years ago
5c0ba4e
[readdir] introduce iterate_dir() and dir_context
by Al Viro
· 11 years ago
bc5abcf
eCryptfs: Check return of filemap_write_and_wait during fsync
by Tyler Hicks
· 11 years ago
c15cddd
ecryptfs: fixed msync to flush data
by Paul Taysom
· 11 years ago
a27bb33
aio: don't include aio.h in sched.h
by Kent Overstreet
· 11 years ago
e2e091f
Merge tag 'ecryptfs-3.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs
by Linus Torvalds
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
bbcb03e
eCryptfs: Fix -Wunused-but-set-variable warnings
by Tyler Hicks
· 12 years ago
64e6651
eCryptfs: Call lower ->flush() from ecryptfs_flush()
by Tyler Hicks
· 12 years ago
821f749
eCryptfs: Revert to a writethrough cache model
by Tyler Hicks
· 12 years ago
e3ccaa9
eCryptfs: Initialize empty lower files when opening them
by Tyler Hicks
· 12 years ago
68ac123
switch touch_atime to struct path
by Al Viro
· 13 years ago
32001d6f
eCryptfs: Flush file in vma close
by Tyler Hicks
· 13 years ago
02c24a8
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
by Josef Bacik
· 13 years ago
3b06b3e
eCryptfs: Fix new inode race condition
by Tyler Hicks
· 13 years ago
3aeb86e
eCryptfs: Handle failed metadata read in lookup
by Tyler Hicks
· 14 years ago
332ab16
eCryptfs: Add reference counting to lower files
by Tyler Hicks
· 14 years ago
57db4e8
ecryptfs: modify write path to encrypt page in writepage
by Thieu Le
· 14 years ago
323ef68
ecryptfs: read on a directory should return EISDIR if not supported
by Andy Whitcroft
· 14 years ago
888d57b
fs/ecryptfs: Add printf format/argument verification and fix fallout
by Joe Perches
· 14 years ago
0abe116
ecryptfs: fixed testing of file descriptor flags
by Roberto Sassu
· 14 years ago
2799289
ecryptfs: test lower_file pointer when lower_file_mutex is locked
by Roberto Sassu
· 14 years ago
38a708d
ecryptfs: fix truncation error in ecryptfs_read_update_atime
by Edward Shishkin
· 14 years ago
092e0e7
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 14 years ago
6038f37
llseek: automatically add .llseek fop
by Arnd Bergmann
· 14 years ago
18dfe89
BKL: Remove BKL from ecryptfs
by Arnd Bergmann
· 14 years ago
ceeab92
fs/ecryptfs/file.c: introduce missing free
by Julia Lawall
· 14 years ago
c43f7b8
eCryptfs: Handle ioctl calls with unlocked and compat functions
by Tyler Hicks
· 15 years ago
7ea8085
drop unused dentry argument to ->fsync
by Christoph Hellwig
· 14 years ago
8018ab0
sanitize vfs_fsync calling conventions
by Christoph Hellwig
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
4aa25bc
ecryptfs: Eliminate useless code
by Julia Lawall
· 15 years ago
e27759d
ecryptfs: initialize private persistent file before dereferencing pointer
by Erez Zadok
· 15 years ago
38e3eae
eCryptfs: Remove mmap from directory operations
by Tyler Hicks
· 15 years ago
a8f1286
eCryptfs: Fix data types (int/size_t)
by Michael Halcrow
· 16 years ago
addd65ad
eCryptfs: Filename Encryption: filldir, lookup, and readlink
by Michael Halcrow
· 16 years ago
4c728ef
add a vfs_fsync helper
by Christoph Hellwig
· 16 years ago
7d6c704
eCryptfs: remove retry loop in ecryptfs_readdir()
by Michael Halcrow
· 16 years ago
391b52f
eCryptfs: Make all persistent file opens delayed
by Michael Halcrow
· 16 years ago
72b55ff
eCryptfs: do not try to open device files on mknod
by Michael Halcrow
· 16 years ago
746f1e5
eCryptfs: Privileged kthread for lower file opens
by Michael Halcrow
· 16 years ago
dda6445
ecryptfs: fasync BKL pushdown
by Jonathan Corbet
· 16 years ago
2f9b12a
eCryptfs: protect crypt_stat->flags in ecryptfs_open()
by Michael Halcrow
· 17 years ago
25bd817
eCryptfs: Minor fixes to printk messages
by Michael Halcrow
· 17 years ago
b6c1d8f
eCryptfs: remove unused functions and kmem_cache
by Michael Halcrow
· 17 years ago
2ed9255
eCryptfs: make open, truncate, and setattr use persistent file
by Michael Halcrow
· 17 years ago
d7cdc5f
eCryptfs: update metadata read/write functions
by Michael Halcrow
· 17 years ago
5dda699
eCryptfs: remove assignments in if-statements
by Michael Halcrow
· 17 years ago
e9f6a99
eCryptfs: Use generic_file_splice_read()
by Michael Halcrow
· 17 years ago
5ffc4ef
sendfile: remove .sendfile from filesystems that use generic_file_sendfile()
by Jens Axboe
· 17 years ago
53a2731
eCryptfs: delay writing 0's after llseek until write
by Michael Halcrow
· 17 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 17 years ago
a8d547d
[PATCH] eCryptfs: set O_LARGEFILE when opening lower file
by Michael Halcrow
· 18 years ago
e2bd99e
[PATCH] eCryptfs: open-code flag checking and manipulation
by Michael Halcrow
· 18 years ago
e77a56d
[PATCH] eCryptfs: Encrypted passthrough
by Michael Halcrow
· 18 years ago
dd2a3b7
[PATCH] eCryptfs: Generalize metadata read/write
by Michael Halcrow
· 18 years ago
c376222
[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().
by Robert P. J. Day
· 18 years ago
bd243a4
[PATCH] ecryptfs: change uses of f_{dentry, vfsmnt} to use f_path
by Josef "Jeff" Sipek
· 18 years ago
0cc72dc
[PATCH] eCryptfs: Use fsstack's generic copy inode attr functions
by Josef "Jeff" Sipek
· 18 years ago
e94b176
[PATCH] slab: remove SLAB_KERNEL
by Christoph Lameter
· 18 years ago
7ff1d74
[PATCH] eCryptfs: Consolidate lower dentry_open's
by Michael Halcrow
· 18 years ago
237fead
[PATCH] ecryptfs: fs/Makefile and fs/Kconfig
by Michael Halcrow
· 18 years ago