index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-28
btrfs: make sure that WRITTEN is set on all metadata blocks
Josef Bacik
2
-15
/
+16
2025-03-28
ksmbd: fix incorrect validation for num_aces field of smb_acl
Namjae Jeon
1
-1
/
+4
2025-03-28
proc: fix UAF in proc_get_inode()
Ye Bin
3
-4
/
+26
2025-03-22
smb: client: Fix match_session bug preventing session reuse
Henrique Carvalho
1
-4
/
+12
2025-03-22
smb3: add support for IAKerb
Steve French
5
-3
/
+12
2025-03-22
cifs: Throw -EOPNOTSUPP error on unsupported reparse point type from parse_re...
Pali Rohár
1
-3
/
+2
2025-03-22
cifs: Validate content of WSL reparse point buffers
Pali Rohár
1
-0
/
+5
2025-03-22
cifs: Fix integer overflow while processing closetimeo mount option
Murad Masimov
1
-2
/
+2
2025-03-22
cifs: Fix integer overflow while processing actimeo mount option
Murad Masimov
1
-1
/
+1
2025-03-22
cifs: Fix integer overflow while processing acdirmax mount option
Murad Masimov
1
-2
/
+2
2025-03-22
cifs: Fix integer overflow while processing acregmax mount option
Murad Masimov
1
-2
/
+2
2025-03-22
smb: client: fix regression with guest option
Paulo Alcantara
1
-0
/
+4
2025-03-22
ksmbd: prevent connection release during oplock break notification
Namjae Jeon
4
-12
/
+30
2025-03-22
ksmbd: fix use-after-free in ksmbd_free_work_struct
Namjae Jeon
4
-27
/
+15
2025-03-22
fuse: don't truncate cached, mutated symlink
Miklos Szeredi
2
-6
/
+20
2025-03-22
cifs: Treat unhandled directory name surrogate reparse points as mount direct...
Pali Rohár
2
-0
/
+16
2025-03-22
vboxsf: fix building with GCC 15
Brahmajit Das
1
-1
/
+2
2025-03-22
smb: client: fix noisy when tree connecting to DFS interlink targets
Paulo Alcantara
1
-1
/
+1
2025-03-22
hrtimer: Use and report correct timerslack values for realtime tasks
Felix Moessbauer
2
-11
/
+9
2025-03-13
exfat: fix soft lockup in exfat_clear_bitmap
Namjae Jeon
3
-7
/
+16
2025-03-13
NFS: fix nfs_release_folio() to not deadlock via kcompactd writeback
Mike Snitzer
1
-1
/
+2
2025-03-13
ksmbd: fix bug on trap in smb2_lock
Namjae Jeon
1
-1
/
+1
2025-03-13
ksmbd: fix use-after-free in smb2_lock
Namjae Jeon
1
-3
/
+3
2025-03-13
ksmbd: fix out-of-bounds in parse_sec_desc()
Namjae Jeon
1
-0
/
+16
2025-03-13
ksmbd: fix type confusion via race condition when using ipc_msg_send_request
Namjae Jeon
1
-0
/
+1
2025-03-13
NFS: O_DIRECT writes must check and adjust the file length
Trond Myklebust
1
-0
/
+19
2025-03-13
smb: client: fix chmod(2) regression with ATTR_READONLY
Paulo Alcantara
1
-2
/
+2
2025-03-07
afs: Fix the server_list to unuse a displaced server rather than putting it
David Howells
1
-2
/
+2
2025-03-07
afs: Make it possible to find the volumes that are using a server
David Howells
6
-32
/
+143
2025-03-07
ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_up
Vasiliy Kovalev
1
-1
/
+1
2025-02-27
nilfs2: handle errors that nilfs_prepare_chunk() may return
Ryusuke Konishi
3
-19
/
+27
2025-02-27
nilfs2: eliminate staggered calls to kunmap in nilfs_rename
Ryusuke Konishi
1
-1
/
+2
2025-02-27
nilfs2: move page release outside of nilfs_delete_entry and nilfs_set_link
Ryusuke Konishi
3
-16
/
+14
2025-02-27
smb: client: Add check for next_buffer in receive_encrypted_standard()
Haoxiang Li
1
-0
/
+4
2025-02-27
xfs: don't over-report free space or inodes in statvfs
Darrick J. Wong
1
-10
/
+17
2025-02-27
xfs: report realtime block quota limits on realtime directories
Darrick J. Wong
2
-12
/
+17
2025-02-27
xfs: Check for delayed allocations before setting extsize
Ojaswin Mujoo
3
-3
/
+8
2025-02-27
xfs: streamline xfs_filestream_pick_ag
Christoph Hellwig
1
-50
/
+46
2025-02-27
xfs: Reduce unnecessary searches when searching for the best extents
Chi Zhiling
1
-1
/
+1
2025-02-27
xfs: update the pag for the last AG at recovery time
Christoph Hellwig
3
-3
/
+34
2025-02-27
xfs: don't use __GFP_RETRY_MAYFAIL in xfs_initialize_perag
Christoph Hellwig
1
-1
/
+1
2025-02-27
xfs: error out when a superblock buffer update reduces the agcount
Christoph Hellwig
1
-0
/
+5
2025-02-27
xfs: update the file system geometry after recoverying superblock buffers
Christoph Hellwig
2
-8
/
+52
2025-02-27
xfs: pass the exact range to initialize to xfs_initialize_perag
Christoph Hellwig
5
-38
/
+22
2025-02-27
xfs: Remove empty declartion in header file
Zhang Zekun
1
-1
/
+0
2025-02-27
xfs: Use try_cmpxchg() in xlog_cil_insert_pcp_aggregate()
Uros Bizjak
1
-7
/
+4
2025-02-27
xfs: support lowmode allocations in xfs_bmap_exact_minlen_extent_alloc
Christoph Hellwig
1
-1
/
+7
2025-02-27
xfs: call xfs_bmap_exact_minlen_extent_alloc from xfs_bmap_btalloc
Christoph Hellwig
1
-48
/
+13
2025-02-27
xfs: don't ifdef around the exact minlen allocations
Christoph Hellwig
3
-14
/
+3
2025-02-27
xfs: fold xfs_bmap_alloc_userdata into xfs_bmapi_allocate
Christoph Hellwig
1
-45
/
+28
[next]