index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-05
fuse: fix possibly missing fuse_copy_finish() call in fuse_notify()
Miklos Szeredi
1
-1
/
+1
2025-09-04
do_nfs4_mount(): switch to vfs_parse_fs_string()
Al Viro
1
-33
/
+11
2025-09-04
change the calling conventions for vfs_parse_fs_string()
Al Viro
6
-22
/
+16
2025-09-04
cifs: prevent NULL pointer dereference in UTF16 conversion
Makar Semyonov
1
-0
/
+3
2025-09-04
configfs: use PTR_ERR_OR_ZERO() to simplify code
Xichao Zhao
1
-4
/
+1
2025-09-03
binfmt_elf: preserve original ELF e_flags for core dumps
Svetlana Parfenova
2
-6
/
+43
2025-09-03
Merge tag 'v6.17-rc4-ksmbd-fix' of git://git.samba.org/ksmbd
Linus Torvalds
2
-11
/
+16
2025-09-03
fs: quota: create dedicated workqueue for quota_release_work
Shashank A P
1
-1
/
+9
2025-09-02
smb: client: show negotiated cipher in DebugData
Bharath SM
1
-5
/
+22
2025-09-02
smb: client: add new tracepoint to trace lease break notification
Bharath SM
3
-9
/
+66
2025-09-02
smb: client: fix spellings in comments
Bharath SM
2
-3
/
+3
2025-09-02
finish_automount(): use __free() to deal with dropping mnt on failure
Al Viro
1
-14
/
+8
2025-09-02
do_new_mount_fc(): use __free() to deal with dropping mnt on failure
Al Viro
1
-7
/
+6
2025-09-02
finish_automount(): take the lock_mount() analogue into a helper
Al Viro
1
-17
/
+25
2025-09-02
pivot_root(2): use __free() to deal with struct path in it
Al Viro
1
-12
/
+7
2025-09-02
do_loopback(): use __free(path_put) to deal with old_path
Al Viro
1
-6
/
+3
2025-09-02
finish_automount(): simplify the ELOOP check
Al Viro
1
-2
/
+1
2025-09-02
move_mount(2): take sanity checks in 'beneath' case into do_lock_mount()
Al Viro
1
-8
/
+7
2025-09-02
do_move_mount(): deal with the checks on old_path early
Al Viro
1
-16
/
+13
2025-09-02
do_move_mount(): trim local variables
Al Viro
1
-8
/
+4
2025-09-02
switch do_new_mount_fc() to fc_mount()
Al Viro
1
-17
/
+12
2025-09-02
current_chrooted(): use guards
Al Viro
1
-9
/
+6
2025-09-02
current_chrooted(): don't bother with follow_down_one()
Al Viro
1
-10
/
+8
2025-09-02
path_is_under(): use guards
Al Viro
2
-7
/
+7
2025-09-02
mnt_set_expiry(): use guards
Al Viro
1
-2
/
+1
2025-09-02
has_locked_children(): use guards
Al Viro
1
-6
/
+3
2025-09-02
propagate_mnt(): use scoped_guard(mount_locked_reader) for mnt_set_mountpoint()
Al Viro
1
-3
/
+2
2025-09-02
check_for_nsfs_mounts(): no need to take locks
Al Viro
1
-11
/
+5
2025-09-02
mnt_already_visible(): use guards
Al Viro
1
-7
/
+3
2025-09-02
put_mnt_ns(): use guards
Al Viro
1
-4
/
+2
2025-09-02
mark_mounts_for_expiry(): use guards
Al Viro
1
-4
/
+2
2025-09-02
do_set_group(): use guards
Al Viro
1
-20
/
+13
2025-09-02
do_change_type(): use guards
Al Viro
1
-7
/
+6
2025-09-02
__is_local_mountpoint(): use guards
Al Viro
1
-9
/
+6
2025-09-02
__detach_mounts(): use guards
Al Viro
1
-6
/
+4
2025-09-02
fs/namespace.c: allow to drop vfsmount references via __free(mntput)
Al Viro
1
-0
/
+2
2025-09-02
introduced guards for mount_lock
Al Viro
1
-0
/
+5
2025-09-02
fs/namespace.c: fix the namespace_sem guard mess
Al Viro
1
-7
/
+11
2025-09-02
Merge tag 'mm-hotfixes-stable-2025-09-01-17-20' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
2
-17
/
+24
2025-09-02
f2fs: allocate HOT_DATA for IPU writes
Jaegeuk Kim
1
-1
/
+2
2025-09-02
Merge tag 'for-6.17-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
3
-48
/
+76
2025-09-02
btrfs: fix subvolume deletion lockup caused by inodes xarray race
Omar Sandoval
1
-1
/
+11
2025-09-02
btrfs: fix corruption reading compressed range when block size is smaller than page size
Qu Wenruo
1
-10
/
+30
2025-09-02
btrfs: accept and ignore compression level for lzo
Calvin Owens
1
-3
/
+6
2025-09-02
btrfs: fix squota compressed stats leak
Boris Burkov
1
-2
/
+4
2025-09-02
fsnotify: fix "rewriten"->"rewritten"
Xichao Zhao
1
-1
/
+1
2025-09-02
procfs: add "pidns" mount option
Aleksa Sarai
1
-6
/
+92
2025-09-02
fuse: remove fuse_readpages_end() null mapping check
Joanne Koong
1
-13
/
+11
2025-09-02
fuse: fix references to fuse.rst -> fuse/fuse.rst
Miklos Szeredi
2
-2
/
+2
2025-09-02
fuse: allow synchronous FUSE_INIT
Miklos Szeredi
6
-34
/
+113
[prev]
[next]