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
2025-05-02
ksmbd: fix WARNING "do not call blocking ops when !TASK_RUNNING"
Namjae Jeon
1
-7
/
+1
2025-05-02
iomap: skip unnecessary ifs_block_is_uptodate check
Gou Hao
1
-1
/
+1
2025-05-02
netfs: Only create /proc/fs/netfs with CONFIG_PROC_FS
Song Liu
1
-0
/
+4
2025-05-02
ext4: make block validity check resistent to sb bh corruption
Ojaswin Mujoo
2
-6
/
+6
2025-05-02
cifs: Fix querying of WSL CHR and BLK reparse points over SMB1
Pali Rohár
1
-0
/
+36
2025-05-02
cifs: Fix encoding of SMB1 Session Setup Kerberos Request in non-UNICODE mode
Pali Rohár
1
-20
/
+40
2025-05-02
fs/ntfs3: Fix WARNING in ntfs_extend_initialized_size
Edward Adam Davis
1
-0
/
+1
2025-05-02
fs/ntfs3: Keep write operations atomic
Lizhi Xu
1
-9
/
+10
2025-05-02
fs/xattr: Fix handling of AT_FDCWD in setxattrat(2) and getxattrat(2)
Jan Kara
1
-2
/
+2
2025-05-02
splice: remove duplicate noinline from pipe_clear_nowait
T.J. Mercier
1
-1
/
+1
2025-05-02
fix a couple of races in MNT_TREE_BENEATH handling by do_move_mount()
Al Viro
1
-33
/
+36
2025-05-02
btrfs: zoned: return EIO on RAID1 block group write pointer mismatch
Johannes Thumshirn
1
-1
/
+0
2025-05-02
btrfs: avoid page_lockend underflow in btrfs_punch_hole_lock_range()
Qu Wenruo
1
-2
/
+7
2025-05-02
ceph: Fix incorrect flush end position calculation
David Howells
1
-1
/
+1
2025-04-25
virtiofs: add filesystem context source name check
Xiangsheng Hou
1
-0
/
+3
2025-04-25
smb3 client: fix open hardlink on deferred close file error
Chunjie Zhu
2
-0
/
+30
2025-04-25
Revert "smb: client: fix TCP timers deadlock after rmmod"
Kuniyuki Iwashima
1
-26
/
+10
2025-04-25
Revert "smb: client: Fix netns refcount imbalance causing leaks and use-after...
Kuniyuki Iwashima
1
-8
/
+8
2025-04-25
ksmbd: fix the warning from __kernel_write_iter
Namjae Jeon
1
-1
/
+2
2025-04-25
ksmbd: Prevent integer overflow in calculation of deadtime
Denis Arefev
1
-1
/
+6
2025-04-25
ksmbd: fix use-after-free in smb_break_all_levII_oplock()
Namjae Jeon
2
-21
/
+9
2025-04-25
ksmbd: fix use-after-free in __smb2_lease_break_noti()
Namjae Jeon
3
-6
/
+13
2025-04-25
ksmbd: Fix dangling pointer in krb_authenticate
Sean Heelan
1
-1
/
+3
2025-04-25
ovl: don't allow datadir only
Miklos Szeredi
1
-0
/
+5
2025-04-25
isofs: Prevent the use of too small fid
Edward Adam Davis
1
-1
/
+1
2025-04-25
hfs/hfsplus: fix slab-out-of-bounds in hfs_bnode_read_key
Vasiliy Kovalev
2
-0
/
+12
2025-04-25
btrfs: correctly escape subvol in btrfs_show_options()
Johannes Kimmel
1
-2
/
+1
2025-04-25
btrfs: ioctl: don't free iov when btrfs_encoded_read() returns -EAGAIN
Sidong Yang
1
-0
/
+2
2025-04-25
eventpoll: Set epoll timeout if it's in the future
Joe Damato
1
-1
/
+9
2025-04-25
eventpoll: abstract out ep_try_send_events() helper
Jens Axboe
1
-10
/
+18
2025-04-25
nfsd: decrease sc_count directly if fail to queue dl_recall
Li Lingfeng
1
-1
/
+1
2025-04-25
nfs: add missing selections of CONFIG_CRC32
Eric Biggers
6
-19
/
+3
2025-04-25
ovl: remove unused forward declaration
Giuseppe Scrivano
1
-2
/
+0
2025-04-20
fuse: {io-uring} Fix a possible req cancellation race
Bernd Schubert
5
-13
/
+46
2025-04-20
dlm: fix error if active rsb is not hashed
Alexander Aring
1
-0
/
+1
2025-04-20
dlm: fix error if inactive rsb is not hashed
Alexander Aring
1
-0
/
+1
2025-04-20
cifs: Ensure that all non-client-specific reparse points are processed by the...
Pali Rohár
2
-4
/
+10
2025-04-20
cifs: fix integer overflow in match_server()
Roman Smirnov
1
-0
/
+5
2025-04-20
cifs: avoid NULL pointer dereference in dbg call
Alexandra Diupina
1
-4
/
+5
2025-04-20
CIFS: Propagate min offload along with other parameters from primary to secon...
Aman
2
-0
/
+8
2025-04-20
mm/userfaultfd: fix release hang over concurrent GUP
Peter Xu
1
-26
/
+25
2025-04-20
btrfs: zoned: fix zone finishing with missing devices
Johannes Thumshirn
1
-0
/
+3
2025-04-20
btrfs: zoned: fix zone activation with missing devices
Johannes Thumshirn
1
-0
/
+3
2025-04-20
btrfs: tests: fix chunk map leak after failure to add it to the tree
Filipe Manana
1
-0
/
+1
2025-04-20
btrfs: fix non-empty delayed iputs list on unmount due to compressed write wo...
Filipe Manana
1
-0
/
+12
2025-04-20
jbd2: remove wrong sb->s_sequence check
Jan Kara
1
-1
/
+0
2025-04-20
smb311 client: fix missing tcon check when mounting with linux/posix extensions
Steve French
1
-0
/
+2
2025-04-20
udf: Fix inode_getblk() return value
Jan Kara
1
-0
/
+1
2025-04-20
f2fs: fix to avoid atomicity corruption of atomic file
Yeongjin Gil
2
-3
/
+5
2025-04-20
f2fs: fix the missing write pointer correction
Jaegeuk Kim
1
-1
/
+3
[next]