| Commit message (Expand) | Author | Age | Files | Lines |
* | fanotify: Fix sys_fanotify_mark() on native x86-32 | Brian Gerst | 2020-12-28 | 1 | -10/+7 |
* | Merge tag 'fsnotify_for_v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2020-12-17 | 6 | -96/+111 |
|\ |
|
| * | fsnotify: fix events reported to watching parent and child | Amir Goldstein | 2020-12-11 | 2 | -37/+54 |
| * | inotify: convert to handle_inode_event() interface | Amir Goldstein | 2020-12-03 | 3 | -54/+14 |
| * | fsnotify: generalize handle_inode_event() | Amir Goldstein | 2020-12-03 | 2 | -8/+25 |
| * | inotify: Increase default inotify.max_user_watches limit to 1048576 | Waiman Long | 2020-11-09 | 1 | -1/+22 |
* | | Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2020-12-16 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | file: Rename fcheck lookup_fd_rcu | Eric W. Biederman | 2020-12-10 | 1 | -1/+1 |
* | | fanotify: fix logic of reporting name info with watched parent | Amir Goldstein | 2020-11-09 | 1 | -5/+7 |
|/ |
|
* | mm, memcg: rework remote charging API to support nesting | Roman Gushchin | 2020-10-18 | 2 | -4/+6 |
* | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-24 | 1 | -1/+1 |
* | fanotify: compare fsid when merging name event | Jan Kara | 2020-07-28 | 1 | -0/+3 |
* | fsnotify: create method handle_inode_event() in fsnotify_operations | Amir Goldstein | 2020-07-27 | 2 | -32/+58 |
* | fanotify: report parent fid + child fid | Amir Goldstein | 2020-07-27 | 2 | -16/+15 |
* | fanotify: report parent fid + name + child fid | Amir Goldstein | 2020-07-27 | 3 | -6/+32 |
* | fanotify: add support for FAN_REPORT_NAME | Amir Goldstein | 2020-07-27 | 2 | -10/+53 |
* | fanotify: report events with parent dir fid to sb/mount/non-dir marks | Amir Goldstein | 2020-07-27 | 1 | -0/+7 |
* | fanotify: add basic support for FAN_REPORT_DIR_FID | Amir Goldstein | 2020-07-27 | 2 | -12/+93 |
* | fsnotify: send event with parent/name info to sb/mount/non-dir marks | Amir Goldstein | 2020-07-27 | 1 | -13/+61 |
* | inotify: do not set FS_EVENT_ON_CHILD in non-dir mark mask | Amir Goldstein | 2020-07-27 | 1 | -6/+8 |
* | fsnotify: pass dir and inode arguments to fsnotify() | Amir Goldstein | 2020-07-27 | 1 | -16/+38 |
* | fsnotify: create helper fsnotify_inode() | Amir Goldstein | 2020-07-27 | 1 | -1/+1 |
* | fsnotify: send event to parent and child with single callback | Amir Goldstein | 2020-07-27 | 2 | -29/+39 |
* | inotify: report both events on parent and child with single callback | Amir Goldstein | 2020-07-27 | 1 | -9/+35 |
* | dnotify: report both events on parent and child with single callback | Amir Goldstein | 2020-07-27 | 1 | -13/+29 |
* | fanotify: no external fh buffer in fanotify_name_event | Amir Goldstein | 2020-07-27 | 2 | -28/+59 |
* | fanotify: use struct fanotify_info to parcel the variable size buffer | Amir Goldstein | 2020-07-27 | 3 | -43/+139 |
* | fanotify: use FAN_EVENT_ON_CHILD as implicit flag on sb/mount/non-dir marks | Amir Goldstein | 2020-07-27 | 1 | -3/+10 |
* | fanotify: prepare for implicit event flags in mark mask | Amir Goldstein | 2020-07-27 | 1 | -16/+24 |
* | fanotify: mask out special event flags from ignored mask | Amir Goldstein | 2020-07-27 | 1 | -0/+5 |
* | fanotify: generalize test for FAN_REPORT_FID | Amir Goldstein | 2020-07-27 | 2 | -10/+12 |
* | fanotify: distinguish between fid encode error and null fid | Amir Goldstein | 2020-07-27 | 1 | -10/+4 |
* | fanotify: generalize merge logic of events on dir | Amir Goldstein | 2020-07-27 | 1 | -11/+11 |
* | fanotify: generalize the handling of extra event flags | Amir Goldstein | 2020-07-27 | 1 | -5/+10 |
* | fanotify: remove event FAN_DIR_MODIFY | Amir Goldstein | 2020-07-27 | 2 | -8/+3 |
* | fsnotify: pass dir argument to handle_event() callback | Amir Goldstein | 2020-07-27 | 6 | -39/+35 |
* | fanotify: break up fanotify_alloc_event() | Amir Goldstein | 2020-07-15 | 1 | -65/+89 |
* | fanotify: create overflow event type | Amir Goldstein | 2020-07-15 | 3 | -27/+36 |
* | inotify: do not use objectid when comparing events | Amir Goldstein | 2020-07-15 | 1 | -2/+2 |
* | fsnotify: return non const from fsnotify_data_inode() | Amir Goldstein | 2020-07-15 | 1 | -1/+1 |
* | fsnotify: fold fsnotify() call into fsnotify_parent() | Amir Goldstein | 2020-07-15 | 1 | -9/+18 |
* | fsnotify: Rearrange fast path to minimise overhead when there is no watcher | Mel Gorman | 2020-07-15 | 1 | -12/+15 |
* | fanotify: Avoid softlockups when reading many events | Jan Kara | 2020-07-15 | 1 | -0/+5 |
* | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 2020-06-13 | 2 | -3/+3 |
* | Merge tag 'fsnotify_for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2020-06-04 | 7 | -12/+19 |
|\ |
|
| * | fanotify: fix ignore mask logic for events on child and on dir | Amir Goldstein | 2020-05-25 | 1 | -1/+4 |
| * | fanotify: don't write with size under sizeof(response) | Fabian Frederick | 2020-05-13 | 1 | -2/+4 |
| * | fsnotify: Remove proc_fs.h include | Fabian Frederick | 2020-05-13 | 1 | -1/+0 |
| * | fanotify: remove reference to fill_event_metadata() | Fabian Frederick | 2020-05-13 | 1 | -1/+1 |
| * | fsnotify: add mutex destroy | Fabian Frederick | 2020-05-13 | 1 | -0/+1 |