-
- Downloads
Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify
* 'for-linus' of git://git.infradead.org/users/eparis/notify: (132 commits) fanotify: use both marks when possible fsnotify: pass both the vfsmount mark and inode mark fsnotify: walk the inode and vfsmount lists simultaneously fsnotify: rework ignored mark flushing fsnotify: remove global fsnotify groups lists fsnotify: remove group->mask fsnotify: remove the global masks fsnotify: cleanup should_send_event fanotify: use the mark in handler functions audit: use the mark in handler functions dnotify: use the mark in handler functions inotify: use the mark in handler functions fsnotify: send fsnotify_mark to groups in event handling functions fsnotify: Exchange list heads instead of moving elements fsnotify: srcu to protect read side of inode and vfsmount locks fsnotify: use an explicit flag to indicate fsnotify_destroy_mark has been called fsnotify: use _rcu functions for mark list traversal fsnotify: place marks on object in order of group memory address vfs/fsnotify: fsnotify_close can delay the final work in fput fsnotify: store struct file not struct path ... Fix up trivial delete/modify conflict in fs/notify/inotify/inotify.c.
Showing
- Documentation/feature-removal-schedule.txt 0 additions, 8 deletionsDocumentation/feature-removal-schedule.txt
- arch/x86/ia32/ia32entry.S 2 additions, 0 deletionsarch/x86/ia32/ia32entry.S
- arch/x86/ia32/sys_ia32.c 9 additions, 0 deletionsarch/x86/ia32/sys_ia32.c
- arch/x86/include/asm/sys_ia32.h 3 additions, 0 deletionsarch/x86/include/asm/sys_ia32.h
- arch/x86/include/asm/unistd_32.h 3 additions, 1 deletionarch/x86/include/asm/unistd_32.h
- arch/x86/include/asm/unistd_64.h 4 additions, 0 deletionsarch/x86/include/asm/unistd_64.h
- arch/x86/kernel/syscall_table_32.S 2 additions, 0 deletionsarch/x86/kernel/syscall_table_32.S
- fs/compat.c 2 additions, 3 deletionsfs/compat.c
- fs/exec.c 2 additions, 2 deletionsfs/exec.c
- fs/file_table.c 9 additions, 0 deletionsfs/file_table.c
- fs/inode.c 1 addition, 7 deletionsfs/inode.c
- fs/namei.c 1 addition, 1 deletionfs/namei.c
- fs/namespace.c 5 additions, 0 deletionsfs/namespace.c
- fs/nfsd/vfs.c 2 additions, 2 deletionsfs/nfsd/vfs.c
- fs/notify/Kconfig 1 addition, 0 deletionsfs/notify/Kconfig
- fs/notify/Makefile 3 additions, 1 deletionfs/notify/Makefile
- fs/notify/dnotify/dnotify.c 91 additions, 122 deletionsfs/notify/dnotify/dnotify.c
- fs/notify/fanotify/Kconfig 26 additions, 0 deletionsfs/notify/fanotify/Kconfig
- fs/notify/fanotify/Makefile 1 addition, 0 deletionsfs/notify/fanotify/Makefile
- fs/notify/fanotify/fanotify.c 212 additions, 0 deletionsfs/notify/fanotify/fanotify.c
Loading
Please register or sign in to comment