summaryrefslogtreecommitdiff
path: root/fs/notify
Commit message (Expand)AuthorAge
* fsnotify: fix ignore mask logic in send_to_group()Amir Goldstein2018-04-13
* fanotify: fix logic of events on childAmir Goldstein2018-04-09
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2018-04-05
|\
| * fsnotify: Let userspace know about lost events due to ENOMEMJan Kara2018-02-27
| * fanotify: Avoid lost events due to ENOMEM for unlimited queuesJan Kara2018-02-27
| * inotify: Extend ioctl to allow to request id of new watch descriptorKirill Tkhai2018-02-14
* | fanotify: add do_fanotify_mark() helper; remove in-kernel call to syscallDominik Brodowski2018-04-02
* | inotify: add do_inotify_init() helper; remove in-kernel call to syscallDominik Brodowski2018-04-02
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-30
|\
| * fs: annotate ->poll() instancesAl Viro2017-11-27
* | Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-27
|/
* Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-15
|\
| * treewide: Fix typos in KconfigMasanari Iida2017-10-12
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2017-11-14
|\ \
| * | audit: Record fanotify access control decisionsSteve Grubb2017-10-10
| |/
* | Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...Linus Torvalds2017-11-14
|\ \
| * | fsnotify: convert fsnotify_mark.refcnt from atomic_t to refcount_tElena Reshetova2017-10-31
| * | fanotify: clean up CONFIG_FANOTIFY_ACCESS_PERMISSIONS ifdefsMiklos Szeredi2017-10-31
| * | fsnotify: clean up fsnotify()Miklos Szeredi2017-10-31
| * | fanotify: fix fsnotify_prepare_user_wait() failureMiklos Szeredi2017-10-31
| * | fsnotify: fix pinning group in fsnotify_prepare_user_wait()Miklos Szeredi2017-10-31
| * | fsnotify: pin both inode and vfsmount markMiklos Szeredi2017-10-31
| * | fsnotify: clean up fsnotify_prepare/finish_user_wait()Miklos Szeredi2017-10-31
| * | fsnotify: convert fsnotify_group.refcnt from atomic_t to refcount_tElena Reshetova2017-10-31
| * | fsnotify: Protect bail out path of fsnotify_add_mark_locked() properlyJan Kara2017-10-31
| * | dnotify: Handle errors from fsnotify_add_mark_locked() in fcntl_dirnotify()Jan Kara2017-10-31
| |/
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* fsnotify: make dnotify_fsnotify_ops constBhumika Goyal2017-08-30
* dentry name snapshotsAl Viro2017-07-07
* fanotify: don't expose EOPENSTALE to userspaceAmir Goldstein2017-04-25
* fsnotify: remove a stray unlockDan Carpenter2017-04-24
* fsnotify: Move ->free_mark callback to fsnotify_opsJan Kara2017-04-10
* fsnotify: Add group pointer in fsnotify_init_mark()Jan Kara2017-04-10
* fsnotify: Drop inode_mark.cJan Kara2017-04-10
* fsnotify: Remove fsnotify_find_{inode|vfsmount}_mark()Jan Kara2017-04-10
* fsnotify: Remove fsnotify_detach_group_marks()Jan Kara2017-04-10
* fsnotify: Rename fsnotify_clear_marks_by_group_flags()Jan Kara2017-04-10
* fsnotify: Inline fsnotify_clear_{inode|vfsmount}_mark_group()Jan Kara2017-04-10
* fsnotify: Remove fsnotify_recalc_{inode|vfsmount}_mask()Jan Kara2017-04-10
* fsnotify: Remove fsnotify_set_mark_{,ignored_}mask_locked()Jan Kara2017-04-10
* fanotify: Release SRCU lock when waiting for userspace responseJan Kara2017-04-10
* fsnotify: Pass fsnotify_iter_info into handle_event handlerJan Kara2017-04-10
* fsnotify: Provide framework for dropping SRCU lock in ->handle_eventJan Kara2017-04-10
* fsnotify: Remove special handling of mark destruction on group shutdownJan Kara2017-04-10
* fsnotify: Detach mark from object list when last reference is droppedJan Kara2017-04-10
* fsnotify: Move queueing of mark for destruction into fsnotify_put_mark()Jan Kara2017-04-10
* inotify: Do not drop mark reference under idr_lockJan Kara2017-04-10
* fsnotify: Free fsnotify_mark_connector when there is no mark attachedJan Kara2017-04-10
* fsnotify: Lock object list with connector lockJan Kara2017-04-10