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
2020-10-25
epoll: take epitem list out of struct file
Al Viro
2020-10-17
task_work: cleanup notification modes
Jens Axboe
2020-06-29
Revert "fs: Do not check if there is a fsnotify watcher on pseudo inodes"
Mel Gorman
2020-06-16
fs: Do not check if there is a fsnotify watcher on pseudo inodes
Mel Gorman
2020-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-06-02
vfs: track per-sb writeback errors and report them to syncfs
Jeff Layton
2020-04-27
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
2019-08-19
vfs: Export flush_delayed_fput for use by knfsd.
Trond Myklebust
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-03-20
vfs: syscall: Add open_tree(2) to reference or clone a mount
Al Viro
2019-02-28
fs: add fget_many() and fput_many()
Jens Axboe
2018-12-28
mm: convert totalram_pages and totalhigh_pages variables to atomic
Arun KS
2018-12-28
mm: reference totalram_pages and managed_pages once per function
Arun KS
2018-08-21
Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
Linus Torvalds
2018-07-18
vfs: make open_with_fake_path() not contribute to nr_files
Miklos Szeredi
2018-07-12
make alloc_file() static
Al Viro
2018-07-12
new helper: alloc_file_clone()
Al Viro
2018-07-12
new wrapper: alloc_file_pseudo()
Al Viro
2018-07-12
fold put_filp() into fput()
Al Viro
2018-07-12
introduce FMODE_OPENED
Al Viro
2018-07-12
pass ->f_flags value to alloc_empty_file()
Al Viro
2018-07-12
pass creds to get_empty_filp(), make sure dentry_open() passes the right creds
Al Viro
2018-07-12
alloc_file(): switch to passing O_... flags instead of FMODE_... mode
Al Viro
2018-07-10
fold security_file_free() into file_free()
Al Viro
2017-12-07
vfs: remove unused hardirq.h
Yang Shi
2017-11-15
fs, mm: account filp cache to kmemcg
Shakeel Butt
2017-11-08
ima: call ima_file_free() prior to calling fasync
Mimi Zohar
2017-08-28
fput: Don't reinvent the wheel but use existing llist API
Byungchul Park
2017-07-06
fs: new infrastructure for writeback error handling and reporting
Jeff Layton
2017-03-02
sched/headers: Prepare to remove inclusion from
Ingo Molnar
2016-12-05
constify alloc_file()
Al Viro
2015-08-07
fs, file table: reinit files_stat.max_files after deferred memory initialisation
Mel Gorman
2015-06-23
remove the pointless include of lglock.h
Al Viro
2015-04-11
->aio_read and ->aio_write removed
Al Viro
2014-10-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2014-10-12
fs/file_table.c: Update alloc_file() comment
Eric Biggers
2014-09-08
percpu_counter: add @gfp to percpu_counter_init()
Tejun Heo
2014-06-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2014-06-06
fs: convert use of typedef ctl_table to struct ctl_table
Joe Perches
2014-05-06
new methods: ->read_iter() and ->write_iter()
Al Viro
2014-05-06
replace checking for ->read/->aio_read presence with check in ->f_mode
Al Viro
2014-04-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2014-04-04
Merge branch 'locks-3.15' of git://git.samba.org/jlayton/linux
Linus Torvalds
2014-04-01
get rid of files_defer_init()
Al Viro
2014-04-01
mark struct file that had write access grabbed by open()
Al Viro
2014-04-01
get rid of DEBUG_WRITECOUNT
Al Viro
2014-04-01
don't bother with {get,put}_write_access() on non-regular files
Al Viro
2014-03-31
locks: rename locks_remove_flock to locks_remove_file
Jeff Layton
2014-03-10
vfs: atomic f_pos accesses as per POSIX
Linus Torvalds
2013-11-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2013-11-09
get rid of s_files and files_lock
Al Viro
2013-10-24
file->f_op is never NULL...
Al Viro
2013-10-20
nfsd regression since delayed fput()
Al Viro
2013-09-11
fs/file_table.c:fput(): make comment more truthful
Andrew Morton
2013-09-03
only regular files with FMODE_WRITE need to be on s_files
Al Viro
2013-07-13
fput: turn "list_head delayed_fput_list" into llist_head
Oleg Nesterov
2013-07-13
fs/file_table.c:fput(): add comment
Andrew Morton
2013-06-29
Replace a bunch of file->dentry->d_inode refs with file_inode()
David Howells
2013-06-15
fput: task_work_add() can fail if the caller has passed exit_task_work()
Oleg Nesterov
2013-03-01
cache the value of file_inode() in struct file
Al Viro
2013-02-22
fs: Preserve error code in get_empty_filp(), part 2
Anatol Pomozov
2013-02-22
propagate error from get_empty_filp() to its callers
Al Viro
2013-02-22
new helper: file_inode(file)
Al Viro
2012-12-20
fs: Fix imbalance in freeze protection in mark_files_ro()
Jan Kara
2012-10-10
lglock: add DEFINE_STATIC_LGLOCK()
Lai Jiangshan
2012-10-02
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
Linus Torvalds
2012-09-26
take fget() and friends to fs/file.c
Al Viro
2012-09-07
vfs: move ima_file_free before releasing the file
Mimi Zohar
2012-07-31
fs: Add freezing handling to mnt_want_write() / mnt_drop_write()
Jan Kara
2012-07-29
uninline file_free_rcu()
Al Viro
2012-07-22
switch fput to task_work_add
Al Viro
2012-07-14
mark_files_ro(): don't bother with mntget/mntput
Al Viro
2012-05-29
brlocks/lglocks: API cleanups
Andi Kleen
2012-05-29
brlocks/lglocks: turn into functions
Andi Kleen
2012-03-20
vfs: drop_file_write_access() made static
Al Viro
2012-01-06
vfs: prevent remount read-only if pending removes
Miklos Szeredi
2011-07-26
atomic: use
Arun Sharma
2011-03-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
Linus Torvalds
2011-03-16
fix cdev leak on O_PATH final fput()
Miklos Szeredi
2011-03-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6
Linus Torvalds
2011-03-15
Allow passing O_PATH descriptors via SCM_RIGHTS datagrams
Al Viro
2011-03-15
New kind of open files - "location only".
Al Viro
2011-03-08
Merge branch 'master'; commit 'v2.6.38-rc7' into next
James Morris
2011-02-10
IMA: maintain i_readcount in the VFS layer
Mimi Zohar
2011-02-04
CRED: Fix kernel panic upon security_file_alloc() failure.
Tetsuo Handa
2011-01-17
fs: Remove unlikely() from fget_light()
Steven Rostedt
2010-10-26
fs: allow for more than 2^31 files
Eric Dumazet
2010-08-18
fs: scale files_lock
Nick Piggin
2010-08-18
fs: cleanup files_lock locking
Nick Piggin
2010-08-12
Revert "fsnotify: store struct file not struct path"
Linus Torvalds
2010-08-11
vfs: improve comment describing fget_light()
Tony Battersby
2010-07-28
vfs/fsnotify: fsnotify_close can delay the final work in fput
Eric Paris
2010-05-27
get rid of the magic around f_count in aio
Al Viro
2010-03-06
vfs: take f_lock on modifying f_mode after open time
Wu Fengguang
2010-02-07
Take ima_file_free() to proper place.
Al Viro
2009-12-22
alloc_file(): simplify handling of mnt_clone_write() errors
Roland Dreier
2009-12-16
re-export alloc_file()
Roland Dreier
2009-12-16
Untangling ima mess, part 1: alloc_file()
Al Viro
2009-12-16
fs: move get_empty_filp() deffinition to internal.h
Eric Paris
2009-12-16
switch alloc_file() to passing struct path
Al Viro
2009-12-16
get rid of init_file()
Al Viro
2009-12-16
unexport get_empty_filp()
Al Viro
2009-10-25
LSM: imbed ima calls in the security hooks
Mimi Zohar
2009-09-24
sysctl: remove "struct file *" argument of ->proc_handler
Alexey Dobriyan
2009-06-11
fs: move mark_files_ro into file_table.c
npiggin@suse.de
2009-06-11
fs: introduce mnt_clone_write
npiggin@suse.de
2009-03-30
trivial: remove unused variable 'path' in alloc_file()
Tero Roponen
2009-03-26
Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6
Linus Torvalds
2009-03-16
Rename struct file->f_ep_lock
Jonathan Corbet
2009-02-06
Merge branch 'master' into next
James Morris
2009-02-06
integrity: IMA hooks
Mimi Zohar
2008-12-31
filp_cachep can be static in fs/file_table.c
Eric Dumazet
2008-11-14
CRED: Use creds in file structs
David Howells
2008-11-14
CRED: Wrap current->cred and a few other accessors
David Howells
2008-11-14
CRED: Separate task security context from task_struct
David Howells
2008-11-01
saner FASYNC handling on file close
Al Viro
2008-10-21
[PATCH] introduce fmode_t, do annotations
Al Viro
2008-07-26
[PATCH] f_count may wrap around
Al Viro
2008-05-01
[PATCH] split linux/file.h
Al Viro
2008-04-19
[PATCH] r/o bind mounts: debugging for missed calls
Dave Hansen
2008-04-19
[PATCH] r/o bind mounts: elevate write count for open()s
Dave Hansen
2008-04-19
[PATCH] r/o bind mounts: create helper to drop file write access
Dave Hansen
2008-03-19
[PATCH] fix up new filp allocators
Dave Hansen
2008-02-08
fs: remove fastcall, it is always empty
Harvey Harrison
2007-10-19
fs/file_table.c: use list_for_each_entry() instead of list_for_each()
Matthias Kaehlcke
2007-10-17
r/o bind mounts: filesystem helpers for custom 'struct file's
Dave Hansen
2007-10-17
fs: use kmem_cache_zalloc instead
Denis Cheng
2007-10-17
lib: percpu_counter_sum_positive
Peter Zijlstra
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
2006-12-08
[PATCH] VFS: change struct file to use struct path
Josef "Jeff" Sipek
2006-10-02
[PATCH] file: modify struct fown_struct to use a struct pid
Eric W. Biederman
2006-09-27
[PATCH] inode-diet: Move i_cdev into a union
Theodore Ts'o
2006-06-30
Remove obsolete #include
Jörn Engel
2006-06-23
[PATCH] percpu counter data type changes to suppport more than 2**31 ext3 free blocks counter
Mingming Cao
2006-03-23
[PATCH] get_empty_filp tweaks, inline epoll_init_file()
Benjamin LaHaise
2006-03-08
[PATCH] fix file counting
Dipankar Sarma
2006-01-11
[PATCH] capable/capability.h (fs/)
Randy Dunlap
2006-01-08
[PATCH] rcu file: use atomic primitives
Nick Piggin
2005-11-07
[PATCH] mm: rename kmem_cache_s to kmem_cache
Pekka J Enberg
2005-10-30
[PATCH] reduce sizeof(struct file)
Eric Dumazet
2005-09-09
[PATCH] files: files struct with RCU
Dipankar Sarma
2005-09-07
[PATCH] remove file.f_maxcount
Eric Dumazet
2005-07-12
[PATCH] inotify
Robert Love
2005-06-23
[PATCH] Fix of bogus file max limit messages
Kirill Korotaev
2005-04-16
Linux-2.6.12-rc2
Linus Torvalds