index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
notify
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-27
fanotify: use FAN_EVENT_ON_CHILD as implicit flag on sb/mount/non-dir marks
Amir Goldstein
1
-3
/
+10
2020-07-27
fanotify: prepare for implicit event flags in mark mask
Amir Goldstein
1
-16
/
+24
2020-07-27
fanotify: mask out special event flags from ignored mask
Amir Goldstein
1
-0
/
+5
2020-07-27
fanotify: generalize test for FAN_REPORT_FID
Amir Goldstein
2
-10
/
+12
2020-07-27
fanotify: distinguish between fid encode error and null fid
Amir Goldstein
1
-10
/
+4
2020-07-27
fanotify: generalize merge logic of events on dir
Amir Goldstein
1
-11
/
+11
2020-07-27
fanotify: generalize the handling of extra event flags
Amir Goldstein
1
-5
/
+10
2020-07-27
fanotify: remove event FAN_DIR_MODIFY
Amir Goldstein
2
-8
/
+3
2020-07-27
fsnotify: pass dir argument to handle_event() callback
Amir Goldstein
6
-39
/
+35
2020-07-15
fanotify: break up fanotify_alloc_event()
Amir Goldstein
1
-65
/
+89
2020-07-15
fanotify: create overflow event type
Amir Goldstein
3
-27
/
+36
2020-07-15
inotify: do not use objectid when comparing events
Amir Goldstein
1
-2
/
+2
2020-07-15
fsnotify: return non const from fsnotify_data_inode()
Amir Goldstein
1
-1
/
+1
2020-07-15
fsnotify: fold fsnotify() call into fsnotify_parent()
Amir Goldstein
1
-9
/
+18
2020-07-15
fsnotify: Rearrange fast path to minimise overhead when there is no watcher
Mel Gorman
1
-12
/
+15
2020-07-15
fanotify: Avoid softlockups when reading many events
Jan Kara
1
-0
/
+5
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2
-3
/
+3
2020-06-04
Merge tag 'fsnotify_for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
7
-12
/
+19
2020-06-01
Merge tag 'docs-5.8' of git://git.lwn.net/linux
Linus Torvalds
1
-1
/
+1
2020-05-27
fanotify: turn off support for FAN_DIR_MODIFY
Amir Goldstein
1
-1
/
+1
2020-05-25
fanotify: fix ignore mask logic for events on child and on dir
Amir Goldstein
1
-1
/
+4
2020-05-13
fanotify: don't write with size under sizeof(response)
Fabian Frederick
1
-2
/
+4
2020-05-13
fsnotify: Remove proc_fs.h include
Fabian Frederick
1
-1
/
+0
2020-05-13
fanotify: remove reference to fill_event_metadata()
Fabian Frederick
1
-1
/
+1
2020-05-13
fsnotify: add mutex destroy
Fabian Frederick
1
-0
/
+1
2020-05-13
fanotify: prefix should_merge()
Fabian Frederick
1
-2
/
+2
2020-05-08
fanotify: Replace zero-length array with flexible-array
Gustavo A. R. Silva
1
-1
/
+1
2020-04-27
inotify: Fix error return code assignment flow.
youngjun
1
-3
/
+1
2020-04-20
docs: filesystems: fix renamed references
Mauro Carvalho Chehab
1
-1
/
+1
2020-04-15
fsnotify: Add missing annotation for fsnotify_finish_user_wait() and for fsno...
Jules Irenge
1
-1
/
+5
2020-03-30
fanotify: Fix the checks in fanotify_fsid_equal
Nathan Chancellor
1
-1
/
+1
2020-03-25
fanotify: report name info for FAN_DIR_MODIFY event
Amir Goldstein
2
-28
/
+91
2020-03-25
fanotify: record name info for FAN_DIR_MODIFY event
Amir Goldstein
3
-12
/
+108
2020-03-25
fanotify: Drop fanotify_event_has_fid()
Jan Kara
3
-8
/
+3
2020-03-25
fanotify: prepare to report both parent and child fid's
Amir Goldstein
1
-8
/
+15
2020-03-25
fanotify: send FAN_DIR_MODIFY event flavor with dir inode and name
Amir Goldstein
2
-4
/
+5
2020-03-25
fanotify: divorce fanotify_path_event and fanotify_fid_event
Jan Kara
3
-94
/
+180
2020-03-25
fanotify: Store fanotify handles differently
Jan Kara
3
-106
/
+145
2020-03-25
fanotify: Simplify create_fd()
Jan Kara
1
-15
/
+11
2020-03-24
fanotify: fix merging marks masks with FAN_ONDIR
Amir Goldstein
1
-4
/
+7
2020-03-24
fanotify: merge duplicate events on parent and child
Amir Goldstein
1
-1
/
+6
2020-03-24
fsnotify: replace inode pointer with an object id
Amir Goldstein
3
-5
/
+5
2020-03-23
fsnotify: simplify arguments passing to fsnotify_parent()
Amir Goldstein
1
-11
/
+4
2020-03-23
fsnotify: use helpers to access data by data_type
Amir Goldstein
3
-17
/
+14
2019-12-18
fs: call fsnotify_sb_delete after evict_inodes
Eric Sandeen
1
-0
/
+3
2019-12-18
fs: avoid softlockups in s_inodes iterators
Eric Sandeen
1
-0
/
+1
2019-12-01
Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2019-10-23
compat_ioctl: move more drivers to compat_ptr_ioctl
Arnd Bergmann
1
-1
/
+1
2019-10-17
fsnotify/fdinfo: exportfs_encode_inode_fh() takes pointer as 4th argument
Ben Dooks (Codethink)
1
-1
/
+1
2019-10-17
fsnotify: move declaration of fsnotify_mark_connector_cachep to fsnotify.h
Ben Dooks
2
-2
/
+2
[prev]
[next]