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-16
fsnotify: use hash table for faster events merge
Amir Goldstein
2021-03-16
fanotify: reduce event objectid to 29-bit hash
Amir Goldstein
2021-03-16
fsnotify: allow fsnotify_{peek,remove}_first_event with empty queue
Amir Goldstein
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-24
fs: add file and path permissions helpers
Christian Brauner
2021-01-05
inotify, memcg: account inotify instances to kmemcg
Shakeel Butt
2020-12-03
inotify: convert to handle_inode_event() interface
Amir Goldstein
2020-11-09
inotify: Increase default inotify.max_user_watches limit to 1048576
Waiman Long
2020-10-18
mm, memcg: rework remote charging API to support nesting
Roman Gushchin
2020-07-27
inotify: do not set FS_EVENT_ON_CHILD in non-dir mark mask
Amir Goldstein
2020-07-27
inotify: report both events on parent and child with single callback
Amir Goldstein
2020-07-27
fsnotify: pass dir argument to handle_event() callback
Amir Goldstein
2020-07-15
inotify: do not use objectid when comparing events
Amir Goldstein
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-06-04
Merge tag 'fsnotify_for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2020-04-27
inotify: Fix error return code assignment flow.
youngjun
2020-04-20
docs: filesystems: fix renamed references
Mauro Carvalho Chehab
2020-03-24
fsnotify: replace inode pointer with an object id
Amir Goldstein
2020-03-23
fsnotify: use helpers to access data by data_type
Amir Goldstein
2019-09-23
Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux
Linus Torvalds
2019-08-12
fanotify, inotify, dnotify, security: add security hook for fs notifications
Aaron Goidel
2019-07-18
proc/sysctl: add shared variables for range check
Matteo Croce
2019-07-12
memcg, fsnotify: no oom-kill for remote memcg charging
Shakeel Butt
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118
Thomas Gleixner
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-07
Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2019-04-26
inotify_handle_event(): don't bother with strlen()
Al Viro
2019-04-26
fsnotify: switch send_to_group() and ->handle_event to const struct qstr *
Al Viro
2019-04-19
Make anon_inodes unconditional
David Howells
2019-03-11
inotify: Fix fsnotify_mark refcount leak in inotify_update_existing_watch()
ZhangXiaoxu
2019-02-07
fsnotify: report FS_ISDIR flag with MOVE_SELF and DELETE_SELF events
Amir Goldstein
2019-02-06
fsnotify: move mask out of struct fsnotify_event
Amir Goldstein
2019-01-02
inotify: Fix fd refcount leak in inotify_add_watch().
Tetsuo Handa
2018-10-04
fsnotify: convert runtime BUG_ON() to BUILD_BUG_ON()
Amir Goldstein
2018-08-17
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2018-08-17
fs: fsnotify: account fsnotify metadata to kmemcg
Shakeel Butt
2018-06-27
inotify: Add flag IN_MASK_CREATE for inotify_add_watch()
Henry Wilson
2018-05-18
fsnotify: add fsnotify_add_inode_mark() wrappers
Amir Goldstein
2018-05-18
fsnotify: generalize iteration of marks by object type
Amir Goldstein
2018-05-18
fsnotify: remove redundant arguments to handle_event()
Amir Goldstein
2018-04-05
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2018-04-02
inotify: add do_inotify_init() helper; remove in-kernel call to syscall
Dominik Brodowski
2018-02-27
fsnotify: Let userspace know about lost events due to ENOMEM
Jan Kara
2018-02-14
inotify: Extend ioctl to allow to request id of new watch descriptor
Kirill Tkhai
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2017-11-27
fs: annotate ->poll() instances
Al Viro
2017-11-14
Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-31
fsnotify: convert fsnotify_mark.refcnt from atomic_t to refcount_t
Elena Reshetova
2017-04-10
fsnotify: Move ->free_mark callback to fsnotify_ops
Jan Kara
2017-04-10
fsnotify: Add group pointer in fsnotify_init_mark()
Jan Kara
2017-04-10
fsnotify: Remove fsnotify_find_{inode|vfsmount}_mark()
Jan Kara
2017-04-10
fsnotify: Remove fsnotify_recalc_{inode|vfsmount}_mask()
Jan Kara
2017-04-10
fsnotify: Remove fsnotify_set_mark_{,ignored_}mask_locked()
Jan Kara
2017-04-10
fsnotify: Pass fsnotify_iter_info into handle_event handler
Jan Kara
2017-04-10
fsnotify: Move queueing of mark for destruction into fsnotify_put_mark()
Jan Kara
2017-04-10
inotify: Do not drop mark reference under idr_lock
Jan Kara
2017-04-03
inotify: Remove inode pointers from debug messages
Jan Kara
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from into
Ingo Molnar
2017-03-02
sched/headers: Prepare to remove inclusion from
Ingo Molnar
2017-01-24
inotify: Convert to using per-namespace limits
Nikolay Borisov
2016-12-05
fsnotify: constify 'data' passed to ->handle_event()
Al Viro
2016-10-07
fsnotify: convert notification_mutex to a spinlock
Jan Kara
2015-11-05
inotify: actually check for invalid bits in sys_inotify_add_watch()
Dave Hansen
2015-06-16
fs/notify: don't use module_init for non-modular inotify_user code
Paul Gortmaker
2014-12-13
fsnotify: unify inode and mount marks handling
Jan Kara
2014-10-28
sched, inotify: Deal with nested sleeps
Peter Zijlstra
2014-10-09
fsnotify: don't put user context if it was never assigned
Sasha Levin
2014-08-06
fsnotify: rename event handling functions
Jan Kara
2014-06-06
inotify: convert use of typedef ctl_table to struct ctl_table
Joe Perches
2014-02-25
fsnotify: Allocate overflow events with proper type
Jan Kara
2014-02-18
inotify: Fix reporting of cookies for inotify events
Jan Kara
2014-01-29
fsnotify: Do not return merged event from fsnotify_add_notify_event()
Jan Kara
2014-01-21
fsnotify: remove .should_send_event callback
Jan Kara
2014-01-21
fsnotify: do not share events between notification groups
Jan Kara
2014-01-21
inotify: provide function for name length rounding
Jan Kara
2013-07-09
inotify: fix race when adding a new watch
Lino Sanfilippo
2013-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2013-04-30
inotify: invalid mask should return a error number but not set it
Zhao Hongjiang
2013-04-29
inotify: convert inotify_add_to_idr() to use idr_alloc_cyclic()
Jeff Layton
2013-04-29
fanotify: don't wank with FASYNC on ->release()
Al Viro
2013-02-27
inotify: convert to idr_alloc()
Tejun Heo
2013-02-27
inotify: don't use idr_remove_all()
Tejun Heo
2013-02-21
inotify: remove broken mask checks causing unmount to be EINVAL
Jim Somerville
2012-12-20
Merge branch 'for-next' of git://git.infradead.org/users/eparis/notify
Linus Torvalds
2012-12-17
fs, notify: add procfs fdinfo helper
Cyrill Gorcunov
2012-12-11
inotify: automatically restart syscalls
Eric Paris
2012-12-11
inotify: dont skip removal of watch descriptor if creation of ignored event failed
Lino Sanfilippo
2012-12-11
fsnotify: make fasync generic for both inotify and fanotify
Eric Paris
2012-12-11
fsnotify: pass group to fsnotify_destroy_mark()
Lino Sanfilippo
2012-12-11
fsnotify: use reference counting for groups
Lino Sanfilippo
2012-12-11
inotify, fanotify: replace fsnotify_put_group() with fsnotify_destroy_group()
Lino Sanfilippo
2012-09-26
switch simple cases of fget_light to fdget
Al Viro
2011-04-07
Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6
Linus Torvalds
2011-04-05
inotify: fix double free/corruption of stuct user
Eric Paris
2011-03-31
Fix common misspellings
Lucas De Marchi
2011-03-01
Remove one to many n's in a word
Justin P. Mattock
2010-12-07
inotify: stop kernel memory leak on file creation failure
Eric Paris
2010-10-28
fsnotify: rename FS_IN_ISDIR to FS_ISDIR
Eric Paris
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
2010-08-12
Revert "fsnotify: store struct file not struct path"
Linus Torvalds
2010-07-28
fanotify: use both marks when possible
Eric Paris
2010-07-28
fsnotify: pass both the vfsmount mark and inode mark
Eric Paris
2010-07-28
fsnotify: remove group->mask
Eric Paris
2010-07-28
fsnotify: cleanup should_send_event
Eric Paris
2010-07-28
inotify: use the mark in handler functions
Eric Paris
2010-07-28
fsnotify: send fsnotify_mark to groups in event handling functions
Eric Paris
2010-07-28
fsnotify: store struct file not struct path
Eric Paris
2010-07-28
fsnotify: fsnotify_add_notify_event should return an event
Eric Paris
2010-07-28
fsnotify: add pr_debug throughout
Eric Paris
2010-07-28
inotify: Fix mask checks
Jerome Marchand
2010-07-28
inotify: force inotify and fsnotify use same bits
Eric Paris
2010-07-28
inotify: allow users to request not to recieve events on unlinked children
Eric Paris
2010-07-28
inotify: send IN_UNMOUNT events
Eric Paris
2010-07-28
inotify: fix inotify oneshot support
Eric Paris
2010-07-28
inotify_user.c: make local symbol static
H Hartley Sweeten
2010-07-28
fsnotify: intoduce a notification merge argument
Eric Paris
2010-07-28
fsnotify: allow marks to not pin inodes in core
Eric Paris
2010-07-28
fsnotify: split generic and inode specific mark code
Eric Paris
2010-07-28
fsnotify: take inode->i_lock inside fsnotify_find_mark_entry()
Andreas Gruenbacher
2010-07-28
inotify: rename mark_entry to just mark
Eric Paris
2010-07-28
fsnotify: rename fsnotify_find_mark_entry to fsnotify_find_mark
Eric Paris
2010-07-28
fsnotify: rename fsnotify_mark_entry to just fsnotify_mark
Eric Paris
2010-07-28
fsnotify: put inode specific fields in an fsnotify_mark in a union
Eric Paris
2010-07-28
fsnotify: include vfsmount in should_send_event when appropriate
Eric Paris
2010-07-28
fsnotify: drop mask argument from fsnotify_alloc_group
Eric Paris
2010-07-28
fsnotify: fsnotify_obtain_group should be fsnotify_alloc_group
Eric Paris
2010-07-28
fsnotify: remove group_num altogether
Eric Paris
2010-07-28
fsnotify: per group notification queue merge types
Eric Paris
2010-07-28
fsnotify: include data in should_send calls
Eric Paris
2010-07-28
fsnotify: provide the data type to should_send_event
Eric Paris
2010-07-28
inotify: do not spam console without limit
Eric Paris
2010-07-28
inotify: remove inotify in kernel interface
Eric Paris
2010-07-28
inotify: do not reuse watch descriptors
Eric Paris
2010-07-28
inotify: use container_of instead of casting
Eric Paris
2010-07-28
fsnotify: allow addition of duplicate fsnotify marks
Eric Paris
2010-07-28
inotify: simplify the inotify idr handling
Eric Paris
2010-05-21
Saner locking around deactivate_super()
Al Viro
2010-05-21
get rid of S_BIAS
Al Viro
2010-05-14
Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify
Linus Torvalds
2010-05-14
inotify: don't leak user struct on inotify release
Pavel Emelyanov
2010-05-14
inotify: race use after free/double free in inotify inode marks
Eric Paris
2010-05-14
inotify: clean up the inotify_add_watch out path
Eric Paris
2010-05-12
Inotify: undefined reference to `anon_inode_getfd'
Russell King
2010-04-30
Inotify: Fix build failure in inotify user support
Ralf Baechle
2010-02-19
switch inotify_user to anon_inode
Al Viro
2010-01-15
inotify: only warn once for inotify problems
Eric Paris
2010-01-15
inotify: do not reuse watch descriptors
Eric Paris
2009-12-16
switch alloc_file() to passing struct path
Al Viro
2009-12-16
switched inotify_init1() to alloc_file()
Al Viro
2009-12-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Linus Torvalds
2009-12-04
inotify: remove superfluous return code check
Giuseppe Scrivano
2009-11-18
sysctl: Drop & in front of every proc_handler.
Eric W. Biederman
2009-11-12
sysctl fs: Remove dead binary sysctl support
Eric W. Biederman
2009-08-28
inotify: update the group mask on mark addition
Eric Paris
2009-08-28
inotify: fix length reporting and size checking
Eric Paris
2009-08-28
inotify: do not send a block of zeros when no pathname is available
Brian Rogers
2009-08-27
inotify: Ensure we alwasy write the terminating NULL.
Eric W. Biederman
2009-08-27
inotify: fix locking around inotify watching in the idr
Eric Paris
2009-08-27
inotify: do not BUG on idr entries at inotify destruction
Eric Paris
2009-08-27
inotify: seperate new watch creation updating existing watches
Eric Paris
2009-08-17
inotify: start watch descriptor count at 1
Eric Paris
2009-08-17
notify: unused event private race
Eric Paris
2009-07-21
inotify: use GFP_NOFS under potential memory pressure
Eric Paris
2009-07-21
fsnotify: use def_bool in kconfig instead of letting the user choose
Eric Paris
2009-07-21
inotify: fix error paths in inotify_update_watch
Eric Paris
2009-07-21
inotify: do not leak inode marks in inotify_add_watch
Eric Paris
2009-07-21
inotify: drop user watch count when a watch is removed
Eric Paris
2009-07-02
fs/notify/inotify: decrement user inotify count on close
Keith Packard
2009-06-19
inotify: inotify_destroy_mark_entry could get called twice
Eric Paris
2009-06-11
inotify/dnotify: should_send_event shouldn't match on FS_EVENT_ON_CHILD
Eric Paris
2009-06-11
inotify: reimplement inotify using fsnotify
Eric Paris
2009-06-11
fsnotify: unified filesystem notification backend
Eric Paris
2009-05-06
inotify: use GFP_NOFS in kernel_event() to work around a lockdep false-positive
Wu Fengguang
2009-03-27
fs: avoid I_NEW inodes
Nick Piggin
2009-02-18
inotify: fix GFP_KERNEL related deadlock
Ingo Molnar
2009-01-26
inotify: clean up inotify_read and fix locking problems
Vegard Nossum
2009-01-14
[CVE-2009-0029] System call wrappers part 29
Heiko Carstens
2009-01-14
[CVE-2009-0029] System call wrappers part 28
Heiko Carstens
2009-01-05
inotify: fix type errors in interfaces
Michael Kerrisk
2008-12-31
filesystem notification: create fs/notify to contain all fs notification
Eric Paris