index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
landlock
/
fs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-06
Merge tag 'landlock-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-14
/
+32
2025-12-01
Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2025-11-28
landlock: Improve variable scope
Mickaël Salaün
1
-2
/
+3
2025-11-28
landlock: Fix handling of disconnected directories
Mickaël Salaün
1
-12
/
+28
2025-11-26
landlock: Minor comments improvements
Tingmao Wang
1
-1
/
+2
2025-11-12
landlock: fix splats from iput() after it started calling might_sleep()
Mateusz Guzik
1
-4
/
+3
2025-10-20
Coccinelle-based conversion to use ->i_state accessors
Mateusz Guzik
1
-1
/
+1
2025-09-01
fs: add an icount_read helper
Josef Bacik
1
-1
/
+1
2025-07-19
landlock: Fix cosmetic change
Mickaël Salaün
1
-0
/
+1
2025-03-28
Merge tag 'landlock-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-72
/
+249
2025-03-26
landlock: Log scoped denials
Mickaël Salaün
1
-2
/
+6
2025-03-26
landlock: Log truncate and IOCTL denials
Mickaël Salaün
1
-0
/
+34
2025-03-26
landlock: Factor out IOCTL hooks
Mickaël Salaün
1
-21
/
+11
2025-03-26
landlock: Log file-related denials
Mickaël Salaün
1
-9
/
+53
2025-03-26
landlock: Log mount-related denials
Mickaël Salaün
1
-11
/
+70
2025-03-26
landlock: Prepare to use credential instead of domain for fowner
Mickaël Salaün
1
-6
/
+14
2025-03-26
landlock: Prepare to use credential instead of domain for filesystem
Mickaël Salaün
1
-29
/
+40
2025-03-26
landlock: Always allow signals between threads of the same process
Mickaël Salaün
1
-6
/
+33
2025-03-08
vfs: Remove invalidate_inodes()
Jan Kara
1
-1
/
+1
2025-01-17
landlock: Optimize file path walks and prepare for audit support
Mickaël Salaün
1
-17
/
+27
2025-01-17
landlock: Align partial refer access checks with final ones
Mickaël Salaün
1
-1
/
+13
2025-01-17
landlock: Simplify initially denied access rights
Mickaël Salaün
1
-9
/
+1
2025-01-17
landlock: Move access types
Mickaël Salaün
1
-1
/
+2
2025-01-17
landlock: Factor out check_access_path()
Mickaël Salaün
1
-21
/
+11
2025-01-14
landlock: Constify get_mode_access()
Mickaël Salaün
1
-1
/
+1
2025-01-14
landlock: Handle weird files
Mickaël Salaün
1
-6
/
+5
2024-11-09
landlock: Refactor filesystem access mask management
Mickaël Salaün
1
-23
/
+8
2024-09-16
landlock: Add signal scoping
Tahera Fahimi
1
-0
/
+25
2024-08-12
lsm: add the inode_free_security_rcu() LSM implementation hook
Paul Moore
1
-3
/
+6
2024-05-31
landlock: Fix d_parent walk
Mickaël Salaün
1
-2
/
+11
2024-05-13
landlock: Add IOCTL access right for character and block devices
Günther Noack
1
-3
/
+222
2024-03-08
landlock: Use f_cred in security_file_open() hook
Mickaël Salaün
1
-7
/
+11
2024-02-27
landlock: Add support for KUnit tests
Mickaël Salaün
1
-0
/
+234
2024-02-26
landlock: Fix asymmetric private inodes referring
Mickaël Salaün
1
-2
/
+2
2024-01-09
Merge tag 'landlock-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-13
/
+13
2024-01-03
landlock: Remove remaining "inline" modifiers in .c files [v6.6]
Günther Noack
1
-1
/
+1
2024-01-03
landlock: Remove remaining "inline" modifiers in .c files [v6.1]
Günther Noack
1
-9
/
+9
2024-01-03
landlock: Remove remaining "inline" modifiers in .c files [v5.15]
Günther Noack
1
-3
/
+3
2023-11-12
LSM: Identify modules by more than name
Casey Schaufler
1
-1
/
+1
2023-10-26
landlock: Refactor layer helpers
Konstantin Meskhidze
1
-19
/
+24
2023-10-26
landlock: Move and rename layer helpers
Konstantin Meskhidze
1
-115
/
+21
2023-10-26
landlock: Refactor landlock_find_rule/insert_rule helpers
Konstantin Meskhidze
1
-8
/
+13
2023-10-26
landlock: Allow FS topology changes for domains without such rule type
Mickaël Salaün
1
-37
/
+37
2023-10-26
landlock: Make ruleset's access masks more generic
Konstantin Meskhidze
1
-5
/
+5
2023-03-20
selinux: remove the runtime disable functionality
Paul Moore
1
-1
/
+1
2022-10-19
landlock: Support file truncation
Günther Noack
1
-5
/
+99
2022-10-19
landlock: Document init_layer_masks() helper
Günther Noack
1
-0
/
+13
2022-10-19
landlock: Refactor check_access_path_dual() into is_access_to_paths_allowed()
Günther Noack
1
-45
/
+44
2022-09-29
landlock: Slightly improve documentation and fix spelling
Mickaël Salaün
1
-1
/
+1
2022-09-02
landlock: Fix file reparenting without explicit LANDLOCK_ACCESS_FS_REFER
Mickaël Salaün
1
-23
/
+25
[next]