index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ecryptfs
/
file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-15
eCryptfs: file->private_data is always valid
Tyler Hicks
1
-6
/
+2
2013-11-10
ecryptfs: ->f_op is never NULL
Al Viro
1
-1
/
+1
2013-10-25
file->f_op is never NULL...
Al Viro
1
-4
/
+4
2013-07-11
Merge tag 'ecryptfs-3.11-rc1-cleanup' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-4
/
+3
2013-07-10
Use ecryptfs_dentry_to_lower_path in a couple of places
Matthew Wilcox
1
-4
/
+3
2013-06-29
ecryptfs: switch ecryptfs_decode_and_decrypt_filename() from dentry to sb
Al Viro
1
-5
/
+4
2013-06-29
[readdir] convert ecryptfs
Al Viro
1
-20
/
+15
2013-06-29
[readdir] introduce iterate_dir() and dir_context
Al Viro
1
-1
/
+3
2013-06-05
eCryptfs: Check return of filemap_write_and_wait during fsync
Tyler Hicks
1
-1
/
+6
2013-05-25
ecryptfs: fixed msync to flush data
Paul Taysom
1
-0
/
+1
2013-05-08
aio: don't include aio.h in sched.h
Kent Overstreet
1
-0
/
+1
2013-03-08
Merge tag 'ecryptfs-3.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+0
2013-02-23
new helper: file_inode(file)
Al Viro
1
-2
/
+2
2013-01-17
eCryptfs: Fix -Wunused-but-set-variable warnings
Tyler Hicks
1
-2
/
+0
2012-09-14
eCryptfs: Call lower ->flush() from ecryptfs_flush()
Tyler Hicks
1
-2
/
+8
2012-07-14
eCryptfs: Revert to a writethrough cache model
Tyler Hicks
1
-31
/
+2
2012-07-08
eCryptfs: Initialize empty lower files when opening them
Tyler Hicks
1
-26
/
+45
2012-03-21
switch touch_atime to struct path
Al Viro
1
-5
/
+4
2011-11-24
eCryptfs: Flush file in vma close
Tyler Hicks
1
-1
/
+22
2011-07-21
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
Josef Bacik
1
-3
/
+4
2011-05-29
eCryptfs: Fix new inode race condition
Tyler Hicks
1
-1
/
+1
2011-04-26
eCryptfs: Handle failed metadata read in lookup
Tyler Hicks
1
-1
/
+2
2011-04-26
eCryptfs: Add reference counting to lower files
Tyler Hicks
1
-12
/
+10
2011-03-28
ecryptfs: modify write path to encrypt page in writepage
Thieu Le
1
-1
/
+8
2011-02-21
ecryptfs: read on a directory should return EISDIR if not supported
Andy Whitcroft
1
-0
/
+1
2011-01-17
fs/ecryptfs: Add printf format/argument verification and fix fallout
Joe Perches
1
-3
/
+3
2011-01-17
ecryptfs: fixed testing of file descriptor flags
Roberto Sassu
1
-2
/
+2
2011-01-17
ecryptfs: test lower_file pointer when lower_file_mutex is locked
Roberto Sassu
1
-9
/
+7
2011-01-17
ecryptfs: fix truncation error in ecryptfs_read_update_atime
Edward Shishkin
1
-1
/
+1
2010-10-22
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
1
-0
/
+1
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
1
-0
/
+1
2010-10-04
BKL: Remove BKL from ecryptfs
Arnd Bergmann
1
-3
/
+0
2010-08-09
fs/ecryptfs/file.c: introduce missing free
Julia Lawall
1
-2
/
+2
2010-08-09
eCryptfs: Handle ioctl calls with unlocked and compat functions
Tyler Hicks
1
-21
/
+35
2010-05-28
drop unused dentry argument to ->fsync
Christoph Hellwig
1
-1
/
+1
2010-05-22
sanitize vfs_fsync calling conventions
Christoph Hellwig
1
-3
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-01-20
ecryptfs: Eliminate useless code
Julia Lawall
1
-1
/
+1
2010-01-20
ecryptfs: initialize private persistent file before dereferencing pointer
Erez Zadok
1
-7
/
+7
2010-01-20
eCryptfs: Remove mmap from directory operations
Tyler Hicks
1
-1
/
+0
2009-01-07
eCryptfs: Fix data types (int/size_t)
Michael Halcrow
1
-1
/
+1
2009-01-07
eCryptfs: Filename Encryption: filldir, lookup, and readlink
Michael Halcrow
1
-15
/
+15
2009-01-05
add a vfs_fsync helper
Christoph Hellwig
1
-12
/
+3
2008-10-16
eCryptfs: remove retry loop in ecryptfs_readdir()
Michael Halcrow
1
-9
/
+8
2008-07-24
eCryptfs: Make all persistent file opens delayed
Michael Halcrow
1
-4
/
+0
2008-07-24
eCryptfs: do not try to open device files on mknod
Michael Halcrow
1
-0
/
+14
2008-07-24
eCryptfs: Privileged kthread for lower file opens
Michael Halcrow
1
-0
/
+7
2008-07-03
ecryptfs: fasync BKL pushdown
Jonathan Corbet
1
-0
/
+3
2008-04-29
eCryptfs: protect crypt_stat->flags in ecryptfs_open()
Michael Halcrow
1
-0
/
+2
2008-02-06
eCryptfs: Minor fixes to printk messages
Michael Halcrow
1
-2
/
+3
[next]