index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-06
flexfiles/pNFS: fix NULL checks on result of ff_layout_choose_ds_for_read
Tigran Mkrtchyan
1
-7
/
+12
2025-09-06
nfs/localio: avoid bouncing LOCALIO if nfs_client_is_local()
Mike Snitzer
1
-5
/
+4
2025-09-06
kernfs: Fix UAF in polling when open file is released
Chen Ridong
1
-20
/
+38
2025-09-05
fscrypt: use HMAC-SHA512 library for HKDF
Eric Biggers
8
-160
/
+82
2025-09-05
nfs/localio: restore creds before releasing pageio data
Scott Mayhew
1
-5
/
+7
2025-09-05
Merge tag 'kconfig-2025-changes_2025-09-05' of https://git.kernel.org/pub/scm...
Carlos Maiolino
15
-187
/
+35
2025-09-05
Merge tag 'fix-scrub-reap-calculations_2025-09-05' of https://git.kernel.org/...
Carlos Maiolino
68
-479
/
+1179
2025-09-05
Merge tag '6.17-RC4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
7
-19
/
+96
2025-09-05
btrfs: don't allow adding block device of less than 1 MB
Mark Harmstone
1
-0
/
+5
2025-09-05
xfs: enable online fsck by default in Kconfig
Darrick J. Wong
1
-12
/
+2
2025-09-05
xfs: use deferred reaping for data device cow extents
Darrick J. Wong
1
-2
/
+2
2025-09-05
xfs: remove deprecated sysctl knobs
Darrick J. Wong
6
-53
/
+6
2025-09-05
xfs: remove static reap limits from repair.h
Darrick J. Wong
3
-12
/
+9
2025-09-05
xfs: remove deprecated mount options
Darrick J. Wong
8
-118
/
+23
2025-09-05
xfs: disable deprecated features by default in Kconfig
Darrick J. Wong
1
-4
/
+4
2025-09-05
xfs: compute file mapping reap limits dynamically
Darrick J. Wong
2
-5
/
+105
2025-09-05
xfs: compute realtime device CoW staging extent reap limits dynamically
Darrick J. Wong
2
-4
/
+68
2025-09-05
xfs: compute data device CoW staging extent reap limits dynamically
Darrick J. Wong
2
-5
/
+84
2025-09-05
xfs: compute per-AG extent reap limits dynamically
Darrick J. Wong
3
-12
/
+171
2025-09-05
xfs: convert the ifork reap code to use xreap_state
Darrick J. Wong
1
-32
/
+46
2025-09-05
xfs: prepare reaping code for dynamic limits
Darrick J. Wong
1
-70
/
+79
2025-09-05
xfs: use deferred intent items for reaping crosslinked blocks
Darrick J. Wong
1
-4
/
+5
2025-09-05
fanotify: Validate the return value of mnt_ns_from_dentry() before dereferencing
Anderson Nascimento
1
-0
/
+3
2025-09-05
fuse: virtio_fs: fix page fault for DAX page address
Haiyue Wang
1
-1
/
+1
2025-09-05
eventpoll: Replace rwlock with spinlock
Nam Cao
1
-113
/
+26
2025-09-05
xfs: Replace strncpy with memcpy
Marcelo Moreira
1
-1
/
+1
2025-09-05
fuse: add prune notification
Miklos Szeredi
3
-0
/
+56
2025-09-05
fuse: remove redundant calls to fuse_copy_finish() in fuse_notify()
Miklos Szeredi
1
-56
/
+23
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
[prev]
[next]