VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
Date
Commit Message
Rev
Author
2021-05-06
Merge tag 'ecryptfs-5.13-rc1-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs
Linus Torvalds
2021-05-02
Merge branch 'work.ecryptfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2021-04-19
ecryptfs: inode: Help out nearly-there header and demote non-conformant ones
Lee Jones
2021-04-12
ecryptfs: stack fileattr ops
Miklos Szeredi
2021-03-20
ecryptfs: saner API for lock_parent()
Al Viro
2021-03-08
ecryptfs: get rid of pointless dget/dput in ->symlink() and ->link()
Al Viro
2021-02-23
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
Linus Torvalds
2021-01-26
ecryptfs: fix uid translation for setxattr on security.capability
Miklos Szeredi
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
2021-01-24
namei: prepare for idmapped mounts
Christian Brauner
2021-01-24
namei: introduce struct renamedata
Christian Brauner
2021-01-24
stat: handle idmapped mounts
Christian Brauner
2021-01-24
xattr: handle idmapped mounts
Tycho Andersen
2021-01-24
acl: handle idmapped mounts
Christian Brauner
2021-01-24
attr: handle idmapped mounts
Christian Brauner
2021-01-24
namei: make permission helpers idmapped mount aware
Christian Brauner
2019-11-10
ecryptfs_lookup_interpose(): lower_dentry->d_parent is not stable either
Al Viro
2019-11-10
ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stable
Al Viro
2019-11-10
ecryptfs: fix unlink and rmdir in face of underlying fs modifications
Al Viro
2019-07-14
Merge tag 'ecryptfs-5.3-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs
Linus Torvalds
2019-06-19
ecryptfs: Make ecryptfs_xattr_handler static
YueHaibing
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2018-10-09
ecryptfs_rename(): verify that lower dentries are still OK after lock_rename()
Al Viro
2018-05-21
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2018-05-11
do d_instantiate/unlock_new_inode combinations safely
Al Viro
2018-03-29
ecryptfs: lookup: Don't check if mount_crypt_stat is NULL
Guenter Roeck
2017-11-06
ecryptfs: remove unnecessary i_version bump
Jeff Layton
2017-11-06
ecryptfs: Delete 21 error messages for a failed memory allocation
Markus Elfring
2017-03-02
statx: Add a system call to make enhanced file info available
David Howells
2016-12-09
vfs: remove ".readlink = generic_readlink" assignments
Miklos Szeredi
2016-12-09
ecryptfs: use vfs_get_link()
Miklos Szeredi
2016-10-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2016-10-10
Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2016-10-07
vfs: Remove {get,set,remove}xattr inode operations
Andreas Gruenbacher
2016-10-07
xattr: Add __vfs_{get,set,remove}xattr helpers
Andreas Gruenbacher
2016-10-06
ecryptfs: Switch to generic xattr handlers
Andreas Gruenbacher
2016-09-27
fs: rename "rename2" i_op to "rename"
Miklos Szeredi
2016-09-27
fs: make remaining filesystems use .rename2
Miklos Szeredi
2016-09-22
fs: Give dentry to inode_change_ok() instead of inode
Jan Kara
2016-05-27
switch ->setxattr() to passing dentry and inode separately
Al Viro
2016-05-18
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2016-05-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2016-05-17
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2016-05-02
Merge getxattr prototype change into work.lookups
Al Viro
2016-04-20
eCryptfs: Do not allocate hash tfm in NORECLAIM context
Herbert Xu
2016-04-11
->getxattr(): pass dentry and inode as separate arguments
Al Viro
2016-04-04
mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage
Kirill A. Shutemov
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-03-31
ecryptfs_lookup(): try either only encrypted or plaintext name
Al Viro
2016-03-31
ecryptfs: avoid multiple aliases for directories
Al Viro
2016-03-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2016-02-22
ecryptfs_encrypt_and_encode_filename(): drop unused argument
Al Viro
2016-02-22
ecryptfs_lookup(): use lookup_one_len_unlocked()
Al Viro
2016-01-27
eCryptfs: Use skcipher and shash
Herbert Xu
2016-01-22
wrappers for ->i_mutex access
Al Viro
2016-01-12
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2015-12-30
switch ->get_link() to delayed_call, kill ->put_link()
Al Viro
2015-12-08
replace ->follow_link() with new method that could stay in RCU mode
Al Viro
2015-12-06
don't opencode iget_failed()
Al Viro
2015-09-29
fs: Drop unlikely before IS_ERR(_OR_NULL)
Viresh Kumar
2015-05-15
get rid of assorted nameidata-related debris
Al Viro
2015-05-10
don't pass nameidata to ->follow_link()
Al Viro
2015-05-10
new ->follow_link() and ->put_link() calling conventions
Al Viro
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
2015-02-22
VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)
David Howells
2015-01-20
fs: remove mapping->backing_dev_info
Christoph Hellwig
2014-10-11
Merge tag 'ecryptfs-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs
Linus Torvalds
2014-10-06
ecryptfs: remove unneeded buggy code in ecryptfs_do_create()
Alexey Khoroshilov
2014-10-05
ecryptfs: avoid to access NULL pointer when write metadata in xattr
Chao Yu
2014-07-03
ecryptfs: Drop cast
Himangi Saraogi
2014-04-01
vfs: add renameat2 syscall
Miklos Szeredi
2014-01-25
ecryptfs: fix failure handling in ->readlink()
Al Viro
2013-12-17
Use %pd in eCryptFS
David Howells
2013-11-09
locks: break delegations on any attribute modification
J. Bruce Fields
2013-11-09
locks: break delegations on link
J. Bruce Fields
2013-11-09
locks: break delegations on rename
J. Bruce Fields
2013-11-09
locks: break delegations on unlink
J. Bruce Fields
2013-10-24
new helper: kfree_put_link()
Al Viro
2013-10-24
ecryptfs: get rid of ecryptfs_set_dentry_lower{,_mnt}
Al Viro
2013-07-05
helper for reading ->d_count
Al Viro
2013-06-29
ecryptfs: switch ecryptfs_decode_and_decrypt_filename() from dentry to sb
Al Viro
2013-03-07
Merge tag 'ecryptfs-3.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs
Linus Torvalds
2013-02-26
switch vfs_getattr() to struct path
Al Viro
2013-01-17
eCryptfs: Fix -Wmissing-prototypes warnings
Tyler Hicks
2012-09-14
eCryptfs: Copy up attributes of the lower target inode after rename
Tyler Hicks
2012-08-02
Merge tag 'ecryptfs-3.6-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs
Linus Torvalds
2012-07-29
ecryptfs_lookup_interpose(): allocate dentry_info first
Al Viro
2012-07-29
sanitize ecryptfs_lookup()
Al Viro
2012-07-23
don't expose I_NEW inodes via dentry->d_inode
Al Viro
2012-07-14
don't pass nameidata * to vfs_create()
Al Viro
2012-07-14
don't pass nameidata to ->create()
Al Viro
2012-07-14
stop passing nameidata to ->lookup()
Al Viro
2012-07-13
eCryptfs: Revert to a writethrough cache model
Tyler Hicks
2012-07-08
eCryptfs: Initialize empty lower files when opening them
Tyler Hicks
2012-07-08
eCryptfs: Unlink lower inode when ecryptfs_create() fails
Tyler Hicks
2012-05-29
get rid of pointless allocations and copying in ecryptfs_follow_link()
Al Viro
2012-02-16
eCryptfs: Copy up lower inode attrs after setting lower xattr
Tyler Hicks
2012-01-25
eCryptfs: Check inode changes in setattr
Tyler Hicks
2012-01-03
fs: propagate umode_t, misc bits
Al Viro
2012-01-03
kill ecryptfs_create_underlying_file()
Al Viro
2012-01-03
switch ->mknod() to umode_t
Al Viro
2012-01-03
switch ->create() to umode_t
Al Viro
2012-01-03
switch vfs_mkdir() and ->mkdir() to umode_t
Al Viro
2011-11-23
eCryptfs: Prevent file create race condition
Tyler Hicks
2011-11-02
filesystems: add set_nlink()
Miklos Szeredi
2011-07-28
ecryptfs: Make inode bdi consistent with superblock bdi
Thieu Le
2011-07-20
don't pass nameidata to vfs_create() from ecryptfs_create()
Al Viro
2011-07-20
ecryptfs_inode_permission() doesn't need to bail out on RCU
Al Viro
2011-07-20
->permission() sanitizing: don't pass flags to ->permission()
Al Viro
2011-05-29
eCryptfs: Cleanup and optimize ecryptfs_lookup_interpose()
Tyler Hicks
2011-05-29
eCryptfs: Fix new inode race condition
Tyler Hicks
2011-05-29
eCryptfs: Cleanup inode initialization code
Tyler Hicks
2011-05-29
eCryptfs: Consolidate inode functions into inode.c
Tyler Hicks
2011-05-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
Linus Torvalds
2011-05-28
ecryptfs: remove unnecessary dentry_unhash on rmdir, dir rename
Sage Weil
2011-05-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6
Linus Torvalds
2011-05-27
eCryptfs: Clear i_nlink in rmdir
Tyler Hicks
2011-05-26
vfs: push dentry_unhash on rename_dir into file systems
Sage Weil
2011-05-26
vfs: push dentry_unhash on rmdir into file systems
Sage Weil
2011-04-25
eCryptfs: Flush dirty pages in setattr
Tyler Hicks
2011-04-25
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: dput dentries returned from dget_parent
Tyler Hicks
2011-04-25
eCryptfs: Remove extra d_delete in ecryptfs_rmdir
Tyler Hicks
2011-03-28
eCryptfs: Remove ECRYPTFS_NEW_FILE crypt stat flag
Tyler Hicks
2011-03-28
eCryptfs: Remove unnecessary grow_file() function
Tyler Hicks
2011-02-21
eCryptfs: Copy up lower inode attrs in getattr
Tyler Hicks
2011-02-21
eCryptfs: Handle NULL nameidata pointers
Tyler Hicks
2011-02-17
eCryptfs: Revert "dont call lookup_one_len to avoid NULL nameidata"
Tyler Hicks
2011-01-17
ecryptfs: test lower_file pointer when lower_file_mutex is locked
Roberto Sassu
2011-01-12
sanitize ecryptfs ->mount()
Al Viro
2011-01-07
fs: provide rcu-walk aware permission i_ops
Nick Piggin
2011-01-07
fs: dcache reduce branches in lookup path
Nick Piggin
2011-01-07
fs: dcache scale dentry refcount
Nick Piggin
2011-01-07
fs: change d_hash for rcu-walk
Nick Piggin
2010-10-29
eCryptfs: Clear LOOKUP_OPEN flag when creating lower file
Tyler Hicks
2010-10-29
ecryptfs: call vfs_setxattr() in ecryptfs_setxattr()
Roberto Sassu
2010-08-27
eCryptfs: Fix encrypted file name lookup regression
Tyler Hicks
2010-08-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6
Linus Torvalds
2010-08-09
check ATTR_SIZE contraints in inode_change_ok
Christoph Hellwig
2010-08-09
ecryptfs: dont call lookup_one_len to avoid NULL nameidata
Lino Sanfilippo
2010-08-09
ecryptfs: release reference to lower mount if interpose fails
Lino Sanfilippo
2010-05-27
kill spurious reference to vmtruncate
npiggin@suse.de
2010-05-21
switch ecryptfs_write() to struct inode *, kill on-stack fake files
Al Viro
2010-04-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6
Linus Torvalds
2010-04-19
eCryptfs: Turn lower lookup error messages into debug messages
Tyler Hicks
2010-04-19
eCryptfs: Copy lower directory inode times and size on link
Tyler Hicks
2010-04-19
ecryptfs: fix error code for missing xattrs in lower fs
Christian Pulvermacher
2010-04-19
eCryptfs: Decrypt symlink target for stat size
Tyler Hicks
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
Tejun Heo
2010-03-23
eCryptfs: Clear buffer before reading in metadata xattr
Tyler Hicks
2010-03-23
eCryptfs: Rename ecryptfs_crypt_stat.num_header_bytes_at_front
Tyler Hicks
2010-03-23
eCryptfs: Fix metadata in xattr feature regression
Tyler Hicks
2010-01-19
ecryptfs: pass matching flags to interpose as defined and used there
Erez Zadok
2010-01-19
ecryptfs: remove unnecessary d_drop calls in ecryptfs_link
Erez Zadok
2010-01-19
ecryptfs: don't ignore return value from lock_rename
Erez Zadok
2010-01-19
eCryptfs: Add getattr function
Tyler Hicks
2010-01-19
eCryptfs: Use notify_change for truncating lower inodes
Tyler Hicks
2010-01-14
ecryptfs: Fix refcnt leak on ecryptfs_follow_link() error path
OGAWA Hirofumi
2009-12-17
fsstack/ecryptfs: remove unused get_nlinks param to fsstack_copy_attr_all
Erez Zadok
2009-09-23
eCryptfs: Prevent lower dentry from going negative during unlink
Tyler Hicks
2009-04-27
eCryptfs: Fix min function comparison warning
Tyler Hicks
2009-04-27
ecryptfs: fix printk format warning
Randy Dunlap
2009-04-22
eCryptfs: Larger buffer for encrypted symlink targets
Tyler Hicks
2009-04-22
eCryptfs: Lock lower directory inode mutex during lookup
Tyler Hicks
2009-04-22
eCryptfs: Fix data corruption when using ecryptfs_passthrough
Tyler Hicks
2009-03-22
eCryptfs: NULL crypt_stat dereference during lookup
Tyler Hicks
2009-01-06
fs/ecryptfs/inode.c: cleanup kerneldoc
Qinghuang Feng
2009-01-06
eCryptfs: Fix data types (int/size_t)
Michael Halcrow
2009-01-06
eCryptfs: Filename Encryption: filldir, lookup, and readlink
Michael Halcrow
2009-01-05
inode->i_op is never NULL
Al Viro
2008-12-31
eCryptfs: check readlink result was not an error before using it
Duane Griffin
2008-07-26
[PATCH] kill nameidata passing to permission(), rename to inode_permission()
Al Viro
2008-07-26
[patch 5/5] vfs: remove mode parameter from vfs_symlink()
Miklos Szeredi
2008-07-26
[PATCH] sanitize ->permission() prototype
Al Viro
2008-07-24
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: inode.c mmap.c use unaligned byteorder helpers
Harvey Harrison
2008-05-13
ecryptfs: clean up (un)lock_parent
Miklos Szeredi
2008-04-29
Remove duplicated unlikely() in IS_ERR()
Hirofumi Nakagawa
2008-04-29
ecryptfs: add missing lock around notify_change
Miklos Szeredi
2008-04-29
ecryptfs: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-02-14
Embed a struct path into struct nameidata instead of nd->{dentry,mnt}
Jan Blunck
2008-02-06
eCryptfs: Minor fixes to printk messages
Michael Halcrow
2008-02-06
eCryptfs: track header bytes rather than extents
Michael Halcrow
2008-02-06
fs/ecryptfs/: possible cleanups
Adrian Bunk
2008-01-08
eCryptfs: fix dentry handling on create error, unlink, and inode destroy
Michael Halcrow
2007-10-18
ecryptfs: allow lower fs to interpret ATTR_KILL_S*ID
Jeff Layton
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: set up and destroy persistent lower file
Michael Halcrow
2007-10-16
eCryptfs: replace encrypt, decrypt, and inode size write
Michael Halcrow
2007-10-16
eCryptfs: remove assignments in if-statements
Michael Halcrow
2007-10-16
eCryptfs: remove header_extent_size
Michael Halcrow
2007-08-31
revert "eCryptfs: fix lookup error for special files"
Andrew Morton
2007-08-22
eCryptfs: fix lookup error for special files
Ryusuke Konishi
2007-08-11
eCryptfs: fix lookup error for special files
Ryusuke Konishi
2007-07-19
eCryptfs: ecryptfs_setattr() bugfix
Michael Halcrow
2007-07-17
Couple fixes to fs/ecryptfs/inode.c
Mika Kukkonen
2007-06-28
eCryptfs: initialize crypt_stat in setattr
Michael Halcrow