summaryrefslogtreecommitdiffstats
path: root/fs/notify
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* fanotify: compare fsid when merging name eventJan Kara2020-07-281-0/+3
* fsnotify: create method handle_inode_event() in fsnotify_operationsAmir Goldstein2020-07-272-32/+58
* fanotify: report parent fid + child fidAmir Goldstein2020-07-272-16/+15
* fanotify: report parent fid + name + child fidAmir Goldstein2020-07-273-6/+32
* fanotify: add support for FAN_REPORT_NAMEAmir Goldstein2020-07-272-10/+53
* fanotify: report events with parent dir fid to sb/mount/non-dir marksAmir Goldstein2020-07-271-0/+7
* fanotify: add basic support for FAN_REPORT_DIR_FIDAmir Goldstein2020-07-272-12/+93
* fsnotify: send event with parent/name info to sb/mount/non-dir marksAmir Goldstein2020-07-271-13/+61
* inotify: do not set FS_EVENT_ON_CHILD in non-dir mark maskAmir Goldstein2020-07-271-6/+8
* fsnotify: pass dir and inode arguments to fsnotify()Amir Goldstein2020-07-271-16/+38
* fsnotify: create helper fsnotify_inode()Amir Goldstein2020-07-271-1/+1
* fsnotify: send event to parent and child with single callbackAmir Goldstein2020-07-272-29/+39
* inotify: report both events on parent and child with single callbackAmir Goldstein2020-07-271-9/+35
* dnotify: report both events on parent and child with single callbackAmir Goldstein2020-07-271-13/+29
* fanotify: no external fh buffer in fanotify_name_eventAmir Goldstein2020-07-272-28/+59
* fanotify: use struct fanotify_info to parcel the variable size bufferAmir Goldstein2020-07-273-43/+139
* fanotify: use FAN_EVENT_ON_CHILD as implicit flag on sb/mount/non-dir marksAmir Goldstein2020-07-271-3/+10
* fanotify: prepare for implicit event flags in mark maskAmir Goldstein2020-07-271-16/+24
* fanotify: mask out special event flags from ignored maskAmir Goldstein2020-07-271-0/+5
* fanotify: generalize test for FAN_REPORT_FIDAmir Goldstein2020-07-272-10/+12
* fanotify: distinguish between fid encode error and null fidAmir Goldstein2020-07-271-10/+4
* fanotify: generalize merge logic of events on dirAmir Goldstein2020-07-271-11/+11
* fanotify: generalize the handling of extra event flagsAmir Goldstein2020-07-271-5/+10
* fanotify: remove event FAN_DIR_MODIFYAmir Goldstein2020-07-272-8/+3
* fsnotify: pass dir argument to handle_event() callbackAmir Goldstein2020-07-276-39/+35
* fanotify: break up fanotify_alloc_event()Amir Goldstein2020-07-151-65/+89
* fanotify: create overflow event typeAmir Goldstein2020-07-153-27/+36
* inotify: do not use objectid when comparing eventsAmir Goldstein2020-07-151-2/+2
* fsnotify: return non const from fsnotify_data_inode()Amir Goldstein2020-07-151-1/+1
* fsnotify: fold fsnotify() call into fsnotify_parent()Amir Goldstein2020-07-151-9/+18
* fsnotify: Rearrange fast path to minimise overhead when there is no watcherMel Gorman2020-07-151-12/+15
* fanotify: Avoid softlockups when reading many eventsJan Kara2020-07-151-0/+5
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-142-3/+3
* Merge tag 'fsnotify_for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-06-047-12/+19
|\
| * fanotify: fix ignore mask logic for events on child and on dirAmir Goldstein2020-05-251-1/+4
| * fanotify: don't write with size under sizeof(response)Fabian Frederick2020-05-131-2/+4
| * fsnotify: Remove proc_fs.h includeFabian Frederick2020-05-131-1/+0
| * fanotify: remove reference to fill_event_metadata()Fabian Frederick2020-05-131-1/+1
| * fsnotify: add mutex destroyFabian Frederick2020-05-131-0/+1
| * fanotify: prefix should_merge()Fabian Frederick2020-05-131-2/+2
| * fanotify: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-081-1/+1
| * inotify: Fix error return code assignment flow.youngjun2020-04-271-3/+1
| * fsnotify: Add missing annotation for fsnotify_finish_user_wait() and for fsno...Jules Irenge2020-04-151-1/+5
* | Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds2020-06-011-1/+1
|\ \
| * | docs: filesystems: fix renamed referencesMauro Carvalho Chehab2020-04-201-1/+1
| |/
* / fanotify: turn off support for FAN_DIR_MODIFYAmir Goldstein2020-05-271-1/+1
|/
* fanotify: Fix the checks in fanotify_fsid_equalNathan Chancellor2020-03-301-1/+1
* fanotify: report name info for FAN_DIR_MODIFY eventAmir Goldstein2020-03-252-28/+91
* fanotify: record name info for FAN_DIR_MODIFY eventAmir Goldstein2020-03-253-12/+108