summaryrefslogtreecommitdiff
path: root/fs/notify
AgeCommit message (Expand)Author
2022-05-25Merge tag 'fsnotify_for_v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-05-23fanotify: fix incorrect fmode_t castsVasily Averin
2022-05-18fsnotify: consistent behavior for parent not watching childrenAmir Goldstein
2022-05-18fsnotify: introduce mark type iteratorAmir Goldstein
2022-05-09fanotify: do not allow setting dirent events in mask of non-dirAmir Goldstein
2022-04-25fanotify: enable "evictable" inode marksAmir Goldstein
2022-04-25fanotify: use fsnotify group lock helpersAmir Goldstein
2022-04-25fanotify: implement "evictable" inode marksAmir Goldstein
2022-04-25fanotify: factor out helper fanotify_mark_update_flags()Amir Goldstein
2022-04-25fanotify: create helper fanotify_mark_user_flags()Amir Goldstein
2022-04-25fsnotify: allow adding an inode mark without pinning inodeAmir Goldstein
2022-04-25dnotify: use fsnotify group lock helpersAmir Goldstein
2022-04-25inotify: use fsnotify group lock helpersAmir Goldstein
2022-04-25fsnotify: create helpers for group mark_mutex lockAmir Goldstein
2022-04-25fsnotify: make allow_dups a property of the groupAmir Goldstein
2022-04-25fsnotify: pass flags argument to fsnotify_alloc_group()Amir Goldstein
2022-04-25fsnotify: fix wrong lockdep annotationsAmir Goldstein
2022-04-25inotify: move control flags from mask to mark flagsAmir Goldstein
2022-04-25inotify: show inotify mask flags in proc fdinfoAmir Goldstein
2022-03-14fsnotify: remove redundant parameter judgmentBang Li
2022-02-24fsnotify: optimize FS_MODIFY events with no ignored masksAmir Goldstein
2022-02-24fsnotify: fix merge with parent's ignored maskAmir Goldstein
2022-02-01fanotify: Fix stale file descriptor in copy_event_to_user()Dan Carpenter
2022-01-28Merge tag 'fsnotify_for_v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-01-22inotify: simplify subdirectory registration with register_sysctl()Xiaoming Ni
2022-01-22dnotify: move dnotify sysctl to dnotify.cXiaoming Ni
2022-01-20fanotify: remove variable set but not usedYang Li
2021-12-15fanotify: wire up FAN_RENAME eventAmir Goldstein
2021-12-15fanotify: report old and/or new parent+name in FAN_RENAME eventAmir Goldstein
2021-12-15fanotify: record either old name new name or both for FAN_RENAMEAmir Goldstein
2021-12-15fanotify: record old and new parent and name in FAN_RENAME eventAmir Goldstein
2021-12-15fanotify: support secondary dir fh and name in fanotify_infoAmir Goldstein
2021-12-15fanotify: use helpers to parcel fanotify_info bufferAmir Goldstein
2021-12-15fanotify: use macros to get the offset to fanotify_info bufferAmir Goldstein
2021-12-15fsnotify: generate FS_RENAME event with rich informationAmir Goldstein
2021-12-15fanotify: introduce group flag FAN_REPORT_TARGET_FIDAmir Goldstein
2021-12-15fsnotify: separate mark iterator type from object type enumAmir Goldstein
2021-12-15fsnotify: clarify object type argumentAmir Goldstein
2021-10-27fanotify: Allow users to request FAN_FS_ERROR eventsGabriel Krisman Bertazi
2021-10-27fanotify: Emit generic error info for error eventGabriel Krisman Bertazi
2021-10-27fanotify: Report fid info for file related file system errorsGabriel Krisman Bertazi
2021-10-27fanotify: WARN_ON against too large file handlesGabriel Krisman Bertazi
2021-10-27fanotify: Add helpers to decide whether to report FID/DFIDGabriel Krisman Bertazi
2021-10-27fanotify: Wrap object_fh inline space in a creator macroGabriel Krisman Bertazi
2021-10-27fanotify: Support merging of error eventsGabriel Krisman Bertazi
2021-10-27fanotify: Support enqueueing of error eventsGabriel Krisman Bertazi
2021-10-27fanotify: Pre-allocate pool of error eventsGabriel Krisman Bertazi
2021-10-27fanotify: Reserve UAPI bits for FAN_FS_ERRORGabriel Krisman Bertazi
2021-10-27fanotify: Require fid_mode for any non-fd eventGabriel Krisman Bertazi
2021-10-27fanotify: Encode empty file handle when no inode is providedGabriel Krisman Bertazi