summaryrefslogtreecommitdiffstats
path: root/fs/notify
AgeCommit message (Expand)AuthorFilesLines
2022-10-07Merge tag 'fsnotify-for_v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-10/+0
2022-09-26fanotify: Remove obsoleted fanotify_event_has_path()Gaosheng Cui1-6/+0
2022-09-09fsnotify: remove unused declarationGaosheng Cui1-4/+0
2022-09-01fs/notify: constify pathAl Viro3-5/+5
2022-07-26fsnotify: Fix comment typoXin Gao1-1/+1
2022-07-01fanotify: introduce FAN_MARK_IGNOREAmir Goldstein2-10/+55
2022-07-01fanotify: cleanups for fanotify_mark() input validationsAmir Goldstein1-9/+21
2022-07-01fanotify: prepare for setting event flags in ignore maskAmir Goldstein4-29/+38
2022-07-01fs: inotify: Fix typo in inotify commentOliver Ford1-1/+1
2022-06-28fanotify: refine the validation checks on non-dir inode maskAmir Goldstein1-15/+19
2022-05-25Merge tag 'fsnotify_for_v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds11-186/+289
2022-05-23fanotify: fix incorrect fmode_t castsVasily Averin1-2/+2
2022-05-18fsnotify: consistent behavior for parent not watching childrenAmir Goldstein2-24/+20
2022-05-18fsnotify: introduce mark type iteratorAmir Goldstein2-37/+30
2022-05-09fanotify: do not allow setting dirent events in mask of non-dirAmir Goldstein1-0/+13
2022-04-25fanotify: enable "evictable" inode marksAmir Goldstein1-1/+1
2022-04-25fanotify: use fsnotify group lock helpersAmir Goldstein1-7/+7
2022-04-25fanotify: implement "evictable" inode marksAmir Goldstein2-2/+38
2022-04-25fanotify: factor out helper fanotify_mark_update_flags()Amir Goldstein1-22/+25
2022-04-25fanotify: create helper fanotify_mark_user_flags()Amir Goldstein2-4/+12
2022-04-25fsnotify: allow adding an inode mark without pinning inodeAmir Goldstein1-20/+56
2022-04-25dnotify: use fsnotify group lock helpersAmir Goldstein1-6/+7
2022-04-25inotify: use fsnotify group lock helpersAmir Goldstein1-2/+2
2022-04-25fsnotify: create helpers for group mark_mutex lockAmir Goldstein3-15/+24
2022-04-25fsnotify: make allow_dups a property of the groupAmir Goldstein1-6/+6
2022-04-25fsnotify: pass flags argument to fsnotify_alloc_group()Amir Goldstein4-15/+14
2022-04-25fsnotify: fix wrong lockdep annotationsAmir Goldstein1-3/+3
2022-04-25inotify: move control flags from mask to mark flagsAmir Goldstein4-19/+36
2022-04-25inotify: show inotify mask flags in proc fdinfoAmir Goldstein3-10/+15
2022-03-14fsnotify: remove redundant parameter judgmentBang Li1-4/+2
2022-02-24fsnotify: optimize FS_MODIFY events with no ignored masksAmir Goldstein2-10/+30
2022-02-24fsnotify: fix merge with parent's ignored maskAmir Goldstein2-10/+11
2022-02-01fanotify: Fix stale file descriptor in copy_event_to_user()Dan Carpenter1-3/+3
2022-01-28Merge tag 'fsnotify_for_v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+0
2022-01-22inotify: simplify subdirectory registration with register_sysctl()Xiaoming Ni2-2/+19
2022-01-22dnotify: move dnotify sysctl to dnotify.cXiaoming Ni1-1/+20
2022-01-20fanotify: remove variable set but not usedYang Li1-3/+0
2021-12-15fanotify: wire up FAN_RENAME eventAmir Goldstein2-1/+9
2021-12-15fanotify: report old and/or new parent+name in FAN_RENAME eventAmir Goldstein3-5/+72
2021-12-15fanotify: record either old name new name or both for FAN_RENAMEAmir Goldstein1-15/+44
2021-12-15fanotify: record old and new parent and name in FAN_RENAME eventAmir Goldstein1-4/+38
2021-12-15fanotify: support secondary dir fh and name in fanotify_infoAmir Goldstein3-14/+88
2021-12-15fanotify: use helpers to parcel fanotify_info bufferAmir Goldstein2-16/+39
2021-12-15fanotify: use macros to get the offset to fanotify_info bufferAmir Goldstein2-12/+31
2021-12-15fsnotify: generate FS_RENAME event with rich informationAmir Goldstein2-9/+30
2021-12-15fanotify: introduce group flag FAN_REPORT_TARGET_FIDAmir Goldstein2-13/+46
2021-12-15fsnotify: separate mark iterator type from object type enumAmir Goldstein3-14/+14
2021-12-15fsnotify: clarify object type argumentAmir Goldstein3-17/+20
2021-10-27fanotify: Allow users to request FAN_FS_ERROR eventsGabriel Krisman Bertazi2-1/+5
2021-10-27fanotify: Emit generic error info for error eventGabriel Krisman Bertazi3-0/+38