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-03-23
libfs: fix kernel-doc for mnt_userns
Randy Dunlap
2021-02-23
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
Linus Torvalds
2021-02-21
Merge tag 'selinux-pr-20210215' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux
Linus Torvalds
2021-02-21
Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-01-27
libfs: unexport generic_ci_d_compare() and generic_ci_d_hash()
Eric Biggers
2021-01-27
block: use an on-stack bio in blkdev_issue_flush
Christoph Hellwig
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
2021-01-24
stat: 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
2021-01-14
fs: add LSM-supporting anon-inode interface
Daniel Colascione
2020-12-17
Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
Linus Torvalds
2020-12-02
libfs: Add generic function for setting dentry_ops
Daniel Rosenberg
2020-11-22
libfs: fix error cast of negative value in simple_attr_write()
Yicong Yang
2020-09-10
fs: Add standard casefolding support
Daniel Rosenberg
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-05-22
block: remove the error_sector argument to blkdev_issue_flush
Christoph Hellwig
2020-03-24
libfs: fix infoleak in simple_attr_read()
Eric Biggers
2019-12-10
simple_recursive_removal(): kernel-side rm -rf for ramfs-style filesystems
Al Viro
2019-10-14
fs/libfs.c: fix kernel-doc warning
Randy Dunlap
2019-10-09
libfs: take cursors out of list when moving past the end of directory
Al Viro
2019-09-22
Fix the locking in dcache_readdir() and friends
Al Viro
2019-07-19
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2019-07-04
convenience helper get_tree_nodev()
Al Viro
2019-05-25
vfs: Use sget_fc() for pseudo-filesystems
David Howells
2019-05-25
fold mount_pseudo_xattr() into pseudo_fs_get_tree()
Al Viro
2019-05-25
vfs: Provide a mount_pseudo-replacement for the new mount API
David Howells
2019-05-25
mount_pseudo(): drop 'name' argument, switch to d_make_root()
Al Viro
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-07
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2019-04-30
libfs: document simple_get_link()
Eric Biggers
2019-04-08
fs: mark expected switch fall-throughs
Gustavo A. R. Silva
2018-03-30
fs, dax: prepare for dax-specific address_space_operations
Dan Williams
2017-11-27
Rename superblock flags (MS_xyz -> SB_xyz)
Linus Torvalds
2017-07-06
fs: convert __generic_file_fsync to use errseq_t based reporting
Jeff Layton
2017-07-06
fs: check for writeback errors after syncing out buffers in generic_file_fsync
Jeff Layton
2017-04-26
fs: constify tree_descr arrays passed to simple_fill_super()
Eric Biggers
2017-03-03
Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2017-03-02
statx: Add a system call to make enhanced file info available
David Howells
2017-03-02
sched/headers: Prepare to remove inclusion from
Ingo Molnar
2017-01-10
libfs: Modify mount_pseudo_xattr to be clear it is not a userspace mount
Eric W. Biederman
2016-12-24
Replace with globally
Linus Torvalds
2016-12-17
Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
Linus Torvalds
2016-12-10
simple_write_end(): don't zero in short copy into uptodate
Al Viro
2016-12-09
vfs: remove ".readlink = generic_readlink" assignments
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 remote-tracking branch 'ovl/rename2' into for-linus
Al Viro
2016-10-10
Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2016-10-07
libfs: Use IOP_XATTR flag for empty directory handling
Andreas Gruenbacher
2016-10-06
sockfs: Get rid of getxattr iop
Andreas Gruenbacher
2016-09-27
fs: Replace CURRENT_TIME with current_time() for inode timestamps
Deepa Dinamani
2016-09-27
libfs: support RENAME_NOREPLACE in simple_rename()
Miklos Szeredi
2016-09-22
fs: Give dentry to inode_change_ok() instead of inode
Jan Kara
2016-06-20
lockless next_positive()
Al Viro
2016-06-20
libfs.c: new helper - next_positive()
Al Viro
2016-06-20
dcache_{readdir,dir_lseek}(): don't bother with nested ->d_lock
Al Viro
2016-06-10
much milder d_walk() race
Al Viro
2016-05-27
switch ->setxattr() to passing dentry and inode separately
Al Viro
2016-05-09
more trivial ->iterate_shared conversions
Al Viro
2016-05-02
dcache_{readdir,dir_lseek}() users: switch to ->iterate_shared
Al Viro
2016-05-02
Merge getxattr prototype change into work.lookups
Al Viro
2016-04-11
->getxattr(): pass dentry and inode as separate arguments
Al Viro
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-01-22
wrappers for ->i_mutex access
Al Viro
2015-12-30
switch ->get_link() to delayed_call, kill ->put_link()
Al Viro
2015-12-29
kill free_page_put_link()
Al Viro
2015-12-08
replace ->follow_link() with new method that could stay in RCU mode
Al Viro
2015-08-12
fs: Set the size of empty dirs to 0.
Eric W. Biederman
2015-07-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2015-07-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
2015-07-01
fs: Add helper functions for permanently empty directories.
Eric W. Biederman
2015-06-23
make simple_positive() public
Al Viro
2015-05-11
new helper: free_page_put_link()
Al Viro
2015-05-11
switch ->put_link() from dentry to inode
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-05-10
libfs: simple_follow_link()
Al Viro
2015-04-15
VFS: fs library helpers: 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-02-05
vfs: add support for a lazytime mount option
Theodore Ts'o
2014-11-03
move d_rcu from overlapping d_child to overlapping d_alias
Al Viro
2014-10-07
locks: plumb a "priv" pointer into the setlease routines
Jeff Layton
2014-09-09
locks: consolidate "nolease" routines
Jeff Layton
2014-06-04
fs/libfs.c: add generic data flush to fsync
Fabian Frederick
2013-11-15
consolidate simple ->d_delete() instances
Al Viro
2013-11-09
take anon inode allocation to libfs.c
Al Viro
2013-10-24
new helper: kfree_put_link()
Al Viro
2013-10-24
libfs: get exports to definitions of objects being exported...
Al Viro
2013-07-14
make simple_lookup() usable for filesystems that set ->s_d_op
Al Viro
2013-06-29
[readdir] switch dcache_readdir() users to ->iterate()
Al Viro
2012-12-20
vfs: drop vmtruncate
Marco Stornelli
2012-12-17
lseek: the "whence" argument is called "whence"
Andrew Morton
2012-09-05
vfs: fix kerneldoc for generic_fh_to_parent()
Yanchuan Nian
2012-07-14
VFS: Pass mount flags to sget()
David Howells
2012-07-14
stop passing nameidata to ->lookup()
Al Viro
2012-05-10
vfs: make it possible to access the dentry hash/len as one 64-bit entry
Linus Torvalds
2012-04-09
dentry leak in simple_fill_super() failure exit
Al Viro
2012-04-05
libfs: add simple_open()
Stephen Boyd
2012-03-24
Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
Linus Torvalds
2012-03-20
make simple_pin_fs() pass MS_KERNMOUNT - it's a kernel-internal one
Al Viro
2012-03-20
switch open-coded instances of d_make_root() to new helper
Al Viro
2012-02-28
fs: reduce the use of module.h wherever possible
Paul Gortmaker
2012-01-03
fs: move code out of buffer.c
Al Viro
2011-11-02
filesystems: add set_nlink()
Miklos Szeredi
2011-11-02
vfs: fix dentry leak in simple_fill_super()
Konstantin Khlebnikov
2011-07-22
fix IN_DELETE_SELF on overwriting rename() on ramfs et.al.
Al Viro
2011-07-20
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
Josef Bacik
2011-07-20
Make ->d_sb assign-once and always non-NULL
Al Viro
2011-07-19
fs/libfs.c: fix simple_attr_write() on 32bit machines
Akinobu Mita
2011-01-12
pass default dentry_operations to mount_pseudo()
Al Viro
2011-01-07
fs: dcache reduce branches in lookup path
Nick Piggin
2011-01-07
fs: dcache remove dcache_lock
Nick Piggin
2011-01-07
fs: dcache scale subdirs
Nick Piggin
2011-01-07
fs: dcache scale d_unhashed
Nick Piggin
2011-01-07
fs: change d_delete semantics
Nick Piggin
2010-10-29
convert get_sb_pseudo() users
Al Viro
2010-10-25
new helper: ihold()
Al Viro
2010-10-25
fs: add sync_inode_metadata
Christoph Hellwig
2010-09-10
libfs: Fix shift bug in generic_check_addressable()
Joel Becker
2010-09-10
ext3/ext4: Factor out disk addressability check
Patrick J. LoPresti
2010-08-09
check ATTR_SIZE contraints in inode_change_ok
Christoph Hellwig
2010-08-09
default to simple_setattr
Christoph Hellwig
2010-08-09
rename generic_setattr
Christoph Hellwig
2010-06-04
wrong type for 'magic' argument in simple_fill_super()
Roberto Sassu
2010-05-27
fs: introduce new truncate sequence
npiggin@suse.de
2010-05-27
rename the generic fsync implementations
Christoph Hellwig
2010-05-27
drop unused dentry argument to ->fsync
Christoph Hellwig
2010-05-10
FS / libfs: Implement simple_write_to_buffer
Jiri Slaby
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-03
libfs: Unexport and kill simple_prepare_write
Boaz Harrosh
2010-03-03
libfs: Open code simple_commit_write into only user
Boaz Harrosh
2009-12-16
libfs: move EXPORT_SYMBOL for d_alloc_name
H Hartley Sweeten
2009-09-24
libfs: return error code on failed attr set
Wu Fengguang
2009-09-24
libfs: make simple_read_from_buffer conventional
Steven Rostedt
2009-08-18
vfs: make get_sb_pseudo set s_maxbytes to value that can be cast to signed
Jeff Layton
2009-06-11
New helper - simple_fsync()
Al Viro
2009-05-09
Convert obvious places to deactivate_locked_super()
Al Viro
2009-04-03
kmemtrace, fs: uninline simple_transaction_set()
Ingo Molnar
2009-03-27
vfs: simple_set_mnt() should return void
Sukadev Bhattiprolu
2009-03-27
constify dentry_operations: rest
Al Viro
2009-01-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
Linus Torvalds
2009-01-05
zero i_uid/i_gid on inode allocation
Al Viro
2009-01-04
fs: symlink write_begin allocation context fix
Nick Piggin
2008-10-30
fs: remove prepare_write/commit_write
Nick Piggin
2008-10-23
[PATCH] new helper: d_obtain_alias
Christoph Hellwig
2008-07-30
VFS: increase pseudo-filesystem block size to PAGE_SIZE
Alex Nixon
2008-07-04
add kernel-doc for simple_read_from_buffer and memory_read_from_buffer
Akinobu Mita
2008-06-06
introduce memory_read_from_buffer()
Akinobu Mita
2008-02-08
libfs: rename simple_attr_close to simple_attr_release
Christoph Hellwig
2008-02-08
libfs: make simple attributes interruptible
Christoph Hellwig
2008-02-08
libfs: allow error return from simple attributes
Christoph Hellwig
2008-02-05
Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user
Christoph Lameter
2007-10-22
exportfs: add new methods
Christoph Hellwig
2007-10-17
make fs/libfs.c:simple_commit_write() static
Adrian Bunk
2007-10-16
fs: introduce write_begin, write_end, and perform_write aops
Nick Piggin
2007-05-09
fs/libfs.c: >80 columns line break fix
Ronni Nielsen
2007-05-08
inode numbering: change libfs sb creation routines to avoid collisions with their root inodes
Jeff Layton
2007-03-05
[PATCH] shmem and simple const super_operations
Hugh Dickins
2007-02-20
[PATCH] fs: fix libfs data leak
Nick Piggin
2007-02-12
[PATCH] Mark struct super_operations const
Josef 'Jeff' Sipek
2007-02-12
[PATCH] mark struct inode_operations const 2
Arjan van de Ven
2006-12-08
[PATCH] VFS: change struct file to use struct path
Josef "Jeff" Sipek
2006-10-01
[PATCH] r/o bind mount prepwork: inc_nlink() helper
Dave Hansen
2006-10-01
[PATCH] r/o bind mounts: unlink: monitor i_nlink
Dave Hansen
2006-09-29
[PATCH] libfs: remove page up-to-date check from simple_readpage
Pekka J Enberg
2006-09-27
[PATCH] inode-diet: Eliminate i_blksize from the inode structure
Theodore Ts'o
2006-09-27
[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private
Theodore Ts'o
2006-06-26
[PATCH] core: use list_move()
Akinobu Mita
2006-06-24
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/
Trond Myklebust
2006-06-23
[PATCH] VFS: Permit filesystem to perform statfs with a known root dentry
David Howells
2006-06-23
[PATCH] VFS: Permit filesystem to override root dentry on mount
David Howells
2006-06-09
VFS: Unexport do_kern_mount() and clean up simple_pin_fs()
Trond Myklebust
2006-03-28
[PATCH] Make most file operations structs in fs/ const
Arjan van de Ven
2006-03-23
[PATCH] sem2mutex: fs/libfs.c
Ingo Molnar
2006-02-03
[PATCH] debugfs: hard link count wrong
Vincent Hanquez
2006-01-09
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
Jes Sorensen
2006-01-08
[PATCH] shrink dentry struct
Eric Dumazet
2005-06-25
[PATCH] fix fsync(dir) return value for ram-based filesystems
Hugh Dickins
2005-06-20
[PATCH] libfs: add simple attribute files
Arnd Bergmann
2005-04-16
Linux-2.6.12-rc2
Linus Torvalds