summaryrefslogtreecommitdiffstats
path: root/fs/notify/inotify
Commit message (Expand)AuthorAgeFilesLines
* ucounts: add missing data type changesSven Schnelle2021-08-091-6/+11
* fsnotify: use hash table for faster events mergeAmir Goldstein2021-03-161-3/+4
* fanotify: reduce event objectid to 29-bit hashAmir Goldstein2021-03-162-2/+2
* fsnotify: allow fsnotify_{peek,remove}_first_event with empty queueAmir Goldstein2021-03-161-3/+2
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-1/+1
|\
| * fs: add file and path permissions helpersChristian Brauner2021-01-241-1/+1
* | inotify, memcg: account inotify instances to kmemcgShakeel Butt2021-01-051-2/+2
|/
* inotify: convert to handle_inode_event() interfaceAmir Goldstein2020-12-033-54/+14
* inotify: Increase default inotify.max_user_watches limit to 1048576Waiman Long2020-11-091-1/+22
* mm, memcg: rework remote charging API to support nestingRoman Gushchin2020-10-181-2/+3
* inotify: do not set FS_EVENT_ON_CHILD in non-dir mark maskAmir Goldstein2020-07-271-6/+8
* inotify: report both events on parent and child with single callbackAmir Goldstein2020-07-271-9/+35
* fsnotify: pass dir argument to handle_event() callbackAmir Goldstein2020-07-273-9/+8
* inotify: do not use objectid when comparing eventsAmir Goldstein2020-07-151-2/+2
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* Merge tag 'fsnotify_for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-06-041-3/+1
|\
| * inotify: Fix error return code assignment flow.youngjun2020-04-271-3/+1
* | docs: filesystems: fix renamed referencesMauro Carvalho Chehab2020-04-201-1/+1
|/
* fsnotify: replace inode pointer with an object idAmir Goldstein2020-03-242-3/+3
* fsnotify: use helpers to access data by data_typeAmir Goldstein2020-03-231-5/+3
* Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-09-231-2/+12
|\
| * fanotify, inotify, dnotify, security: add security hook for fs notificationsAaron Goidel2019-08-121-2/+12
* | proc/sysctl: add shared variables for range checkMatteo Croce2019-07-181-5/+3
* | memcg, fsnotify: no oom-kill for remote memcg chargingShakeel Butt2019-07-121-2/+6
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Thomas Gleixner2019-05-242-20/+2
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
|/
* Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-05-072-4/+4
|\
| * inotify_handle_event(): don't bother with strlen()Al Viro2019-04-261-1/+1
| * fsnotify: switch send_to_group() and ->handle_event to const struct qstr *Al Viro2019-04-262-4/+4
* | Make anon_inodes unconditionalDavid Howells2019-04-191-1/+0
|/
* inotify: Fix fsnotify_mark refcount leak in inotify_update_existing_watch()ZhangXiaoxu2019-03-111-2/+5
* fsnotify: report FS_ISDIR flag with MOVE_SELF and DELETE_SELF eventsAmir Goldstein2019-02-071-0/+9
* fsnotify: move mask out of struct fsnotify_eventAmir Goldstein2019-02-063-6/+9
* inotify: Fix fd refcount leak in inotify_add_watch().Tetsuo Handa2019-01-021-2/+4
* fsnotify: convert runtime BUG_ON() to BUILD_BUG_ON()Amir Goldstein2018-10-041-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-172-2/+10
|\
| * fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt2018-08-172-2/+10
* | inotify: Add flag IN_MASK_CREATE for inotify_add_watch()Henry Wilson2018-06-271-1/+8
|/
* fsnotify: add fsnotify_add_inode_mark() wrappersAmir Goldstein2018-05-181-1/+1
* fsnotify: generalize iteration of marks by object typeAmir Goldstein2018-05-181-4/+4
* fsnotify: remove redundant arguments to handle_event()Amir Goldstein2018-05-183-7/+9
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2018-04-052-1/+21
|\
| * fsnotify: Let userspace know about lost events due to ENOMEMJan Kara2018-02-271-1/+7
| * inotify: Extend ioctl to allow to request id of new watch descriptorKirill Tkhai2018-02-141-0/+14
* | inotify: add do_inotify_init() helper; remove in-kernel call to syscallDominik Brodowski2018-04-021-2/+7
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* fs: annotate ->poll() instancesAl Viro2017-11-271-2/+2
* Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...Linus Torvalds2017-11-141-2/+2
|\
| * fsnotify: convert fsnotify_mark.refcnt from atomic_t to refcount_tElena Reshetova2017-10-311-2/+2
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/