Age | Commit message (Expand) | Author | Files | Lines |
2024-10-02 | inotify: Fix possible deadlock in fsnotify_destroy_mark | Lizhi Xu | 3 | -14/+2 |
2024-10-02 | fsnotify: Avoid data race between fsnotify_recalc_mask() and fsnotify_object_... | Jan Kara | 3 | -12/+19 |
2024-09-23 | Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -12/+12 |
2024-08-28 | file: reclaim 24 bytes from f_owner | Christian Brauner | 1 | -1/+5 |
2024-08-13 | introduce fd_file(), convert all accessors to it. | Al Viro | 2 | -12/+12 |
2024-06-05 | fsnotify: clear PARENT_WATCHED flags lazily | Amir Goldstein | 3 | -14/+51 |
2024-05-20 | Revert "fanotify: remove unneeded sub-zero check for unsigned value" | Linus Torvalds | 1 | -1/+1 |
2024-04-17 | fsnotify: fix UAF from FS_ERROR event on a shutting down filesystem | Amir Goldstein | 1 | -1/+5 |
2024-04-04 | fsnotify: optimize the case of no permission event watchers | Amir Goldstein | 2 | -3/+30 |
2024-04-04 | fsnotify: use an enum for group priority constants | Amir Goldstein | 1 | -6/+5 |
2024-04-04 | fsnotify: lazy attach fsnotify_sb_info state to sb | Amir Goldstein | 3 | -5/+52 |
2024-04-04 | fsnotify: create helper fsnotify_update_sb_watchers() | Amir Goldstein | 1 | -14/+22 |
2024-04-04 | fsnotify: pass object pointer and type to fsnotify mark helpers | Amir Goldstein | 3 | -99/+47 |
2024-04-04 | fanotify: merge two checks regarding add of ignore mark | Amir Goldstein | 1 | -18/+17 |
2024-04-04 | fsnotify: create a wrapper fsnotify_find_inode_mark() | Amir Goldstein | 2 | -3/+3 |
2024-04-04 | fsnotify: create helpers to get sb and connp from object | Amir Goldstein | 2 | -0/+30 |
2024-04-04 | fsnotify: rename fsnotify_{get,put}_sb_connectors() | Amir Goldstein | 2 | -32/+39 |
2024-03-26 | fsnotify: Avoid -Wflex-array-member-not-at-end warning | Gustavo A. R. Silva | 1 | -12/+8 |
2024-03-25 | fanotify: remove unneeded sub-zero check for unsigned value | Nikita Kiryushin | 1 | -1/+1 |
2024-03-07 | fanotify: allow freeze when waiting response for permission events | Winston Wen | 1 | -2/+4 |
2024-01-24 | fsnotify: optimize the case of no parent watcher | Amir Goldstein | 1 | -11/+17 |
2024-01-12 | Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 1 | -1/+1 |
2024-01-11 | Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 3 | -3/+0 |
2023-12-28 | fs: Remove the now superfluous sentinel elements from ctl_table array | Joel Granados | 3 | -3/+0 |
2023-12-01 | fanotify: allow "weak" fsid when watching a single filesystem | Amir Goldstein | 3 | -33/+100 |
2023-12-01 | fanotify: store fsid in mark instead of in connector | Amir Goldstein | 4 | -62/+37 |
2023-11-25 | dentry: switch the lists of children to hlist | Al Viro | 1 | -1/+1 |
2023-11-07 | Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -2/+2 |
2023-11-03 | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 3 | -8/+8 |
2023-11-02 | Merge tag 'fsnotify_for_v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+2 |
2023-10-30 | Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs | Linus Torvalds | 1 | -2/+4 |
2023-10-24 | exportfs: add helpers to check if filesystem can encode/decode file handles | Amir Goldstein | 1 | -2/+2 |
2023-10-19 | fanotify: limit reporting of event with non-decodeable file handles | Amir Goldstein | 1 | -8/+17 |
2023-10-19 | file: convert to SLAB_TYPESAFE_BY_RCU | Christian Brauner | 1 | -2/+4 |
2023-10-19 | treewide: mark stuff as __ro_after_init | Alexey Dobriyan | 3 | -8/+8 |
2023-10-10 | fanotify: delete useless parenthesis in FANOTIFY_INLINE_FH macro | Alexey Dobriyan | 1 | -2/+2 |
2023-07-10 | dnotify: Pass argument of fcntl_dirnotify as int | Luca Vizzarro | 1 | -2/+2 |
2023-07-04 | fanotify: disallow mount/sb marks on kernel internal pseudo fs | Amir Goldstein | 1 | -0/+14 |
2023-05-25 | exportfs: check for error return value from exportfs_encode_*() | Amir Goldstein | 1 | -1/+1 |
2023-05-25 | fanotify: support reporting non-decodeable file handles | Amir Goldstein | 2 | -6/+5 |
2023-05-22 | exportfs: add explicit flag to request non-decodeable file handles | Amir Goldstein | 2 | -3/+3 |
2023-04-25 | inotify: Avoid reporting event with invalid wd | Jan Kara | 1 | -2/+9 |
2023-04-03 | fanotify: use pidfd_prepare() | Christian Brauner | 1 | -4/+9 |
2023-02-21 | Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+0 |
2023-02-07 | fanotify,audit: Allow audit to use the full permission event response | Richard Guy Briggs | 1 | -1/+2 |
2023-02-07 | fanotify: define struct members to hold response decision context | Richard Guy Briggs | 3 | -22/+73 |
2023-02-07 | fanotify: Ensure consistent variable type for response | Richard Guy Briggs | 2 | -4/+4 |
2023-02-03 | fs/notify: Remove "select SRCU" | Paul E. McKenney | 1 | -1/+0 |
2022-10-07 | Merge tag 'fsnotify-for_v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -10/+0 |
2022-09-26 | fanotify: Remove obsoleted fanotify_event_has_path() | Gaosheng Cui | 1 | -6/+0 |