index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
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
2023-07-11
ksmbd: avoid field overflow warning
Arnd Bergmann
1
-1
/
+1
2023-07-11
smb: client: fix shared DFS root mounts with different prefixes
Paulo Alcantara
8
-100
/
+118
2023-07-11
smb: client: fix broken file attrs with nodfs mounts
Paulo Alcantara
1
-3
/
+0
2023-07-11
cifs: do all necessary checks for credits within or before locking
Shyam Prasad N
2
-19
/
+20
2023-07-11
cifs: prevent use-after-free by freeing the cfile later
Shyam Prasad N
1
-3
/
+3
2023-07-11
SMB3: Do not send lease break acknowledgment if all file handles have been cl...
Bharath SM
1
-13
/
+12
2023-07-11
NFSv4.1: freeze the session table upon receiving NFS4ERR_BADSESSION
Olga Kornievskaia
1
-0
/
+1
2023-07-11
NFSv4.2: fix wrong shrinker_id
Qi Zheng
1
-35
/
+44
2023-07-11
ovl: update of dentry revalidate flags after copy up
Amir Goldstein
7
-13
/
+30
2023-07-11
ocfs2: Fix use of slab data with sendpage
David Howells
1
-11
/
+12
2023-07-11
pstore/ram: Add check for kstrdup
Jiasheng Jiang
1
-0
/
+2
2023-07-11
btrfs: fix file_offset for REQ_BTRFS_ONE_ORDERED bios that get split
Christoph Hellwig
1
-2
/
+1
2023-07-11
btrfs: make btrfs_split_bio work on struct btrfs_bio
Christoph Hellwig
1
-13
/
+14
2023-07-11
erofs: fix compact 4B support for 16k block size
Gao Xiang
1
-5
/
+1
2023-07-11
splice: don't call file_accessed in copy_splice_read
Christoph Hellwig
1
-1
/
+0
2023-07-11
lockd: drop inappropriate svc_get() from locked_get()
NeilBrown
1
-1
/
+0
2023-07-11
erofs: kill hooked chains to avoid loops on deduplicated compressed images
Gao Xiang
1
-61
/
+11
2023-07-05
nfs: don't report STATX_BTIME in ->getattr
Jeff Layton
1
-1
/
+1
2023-07-01
mm: always expand the stack with the mmap write lock held
Linus Torvalds
2
-3
/
+3
2023-07-01
execve: expand new process stack manually ahead of time
Linus Torvalds
1
-16
/
+21
2023-07-01
mm: make find_extend_vma() fail if write lock not held
Liam R. Howlett
2
-5
/
+6
2023-06-28
ksmbd: call putname after using the last component
Namjae Jeon
1
-2
/
+6
2023-06-28
ksmbd: fix uninitialized pointer read in smb2_create_link()
Namjae Jeon
1
-3
/
+3
2023-06-28
ksmbd: fix uninitialized pointer read in ksmbd_vfs_rename()
Namjae Jeon
1
-0
/
+1
2023-06-28
gfs2: Don't get stuck writing page onto itself under direct I/O
Andreas Gruenbacher
1
-3
/
+14
2023-06-28
btrfs: fix an uninitialized variable warning in btrfs_log_inode
Shida Zhang
1
-1
/
+1
2023-06-28
smb3: missing null check in SMB2_change_notify
Steve French
1
-1
/
+1
2023-06-28
ksmbd: add mnt_want_write to ksmbd vfs functions
Namjae Jeon
5
-55
/
+117
2023-06-28
ksmbd: fix racy issue from using ->d_parent and ->d_name
Namjae Jeon
5
-386
/
+277
2023-06-28
fs: introduce lock_rename_child() helper
Al Viro
1
-11
/
+57
2023-06-28
ksmbd: remove internal.h include
Namjae Jeon
2
-4
/
+0
2023-06-28
nilfs2: prevent general protection fault in nilfs_clear_dirty_page()
Ryusuke Konishi
1
-1
/
+9
2023-06-28
nilfs2: fix buffer corruption due to concurrent device reads
Ryusuke Konishi
3
-1
/
+35
2023-06-28
afs: Fix waiting for writeback then skipping folio
Vishal Moola (Oracle)
1
-2
/
+4
2023-06-28
afs: Fix dangling folio ref counts in writeback
Vishal Moola (Oracle)
1
-0
/
+1
2023-06-28
ksmbd: validate session id and tree id in the compound request
Namjae Jeon
2
-18
/
+59
2023-06-28
ksmbd: fix out-of-bound read in smb2_write
Namjae Jeon
1
-3
/
+9
2023-06-28
ksmbd: validate command payload size
Namjae Jeon
1
-11
/
+12
2023-06-28
cifs: fix status checks in cifs_tree_connect
Shyam Prasad N
2
-8
/
+10
2023-06-21
afs: Fix vlserver probe RTT handling
David Howells
1
-2
/
+2
2023-06-21
ext4: drop the call to ext4_error() from ext4_get_group_info()
Fabio M. De Francesco
1
-11
/
+9
2023-06-21
cifs: fix lease break oops in xfstest generic/098
Steve French
1
-2
/
+6
2023-06-21
btrfs: can_nocow_file_extent should pass down args->strict from callers
Chris Mason
1
-1
/
+1
2023-06-21
btrfs: fix iomap_begin length for nocow writes
Christoph Hellwig
1
-6
/
+12
2023-06-21
btrfs: do not ASSERT() on duplicated global roots
Qu Wenruo
1
-2
/
+8
2023-06-21
btrfs: properly enable async discard when switching from RO->RW
Chris Mason
1
-0
/
+6
2023-06-21
btrfs: subpage: fix a crash in metadata repair path
Qu Wenruo
1
-4
/
+5
2023-06-21
nilfs2: reject devices with insufficient block count
Ryusuke Konishi
1
-1
/
+42
2023-06-21
nilfs2: fix possible out-of-bounds segment allocation in resize ioctl
Ryusuke Konishi
1
-0
/
+9
2023-06-21
nilfs2: fix incomplete buffer cleanup in nilfs_btnode_abort_change_key()
Ryusuke Konishi
1
-2
/
+10
[next]