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
2024-05-02
btrfs: fix information leak in btrfs_ioctl_logical_to_ino()
Johannes Thumshirn
1
-9
/
+3
2024-05-02
smb3: fix lock ordering potential deadlock in cifs_sync_mid_result
Steve French
1
-0
/
+3
2024-05-02
smb: client: Fix struct_group() usage in __packed structs
Gustavo A. R. Silva
2
-3
/
+3
2024-05-02
cifs: Replace remaining 1-element arrays
Kees Cook
5
-57
/
+53
2024-05-02
cifs: reinstate original behavior again for forceuid/forcegid
Takayuki Nagata
2
-0
/
+14
2024-05-02
smb: client: fix rename(2) regression against samba
Paulo Alcantara
1
-0
/
+1
2024-04-27
ksmbd: common: use struct_group_attr instead of struct_group for network_open...
Namjae Jeon
1
-1
/
+1
2024-04-27
ksmbd: clear RENAME_NOREPLACE before calling vfs_rename
Marios Makassikis
1
-0
/
+5
2024-04-27
ksmbd: validate request buffer size in smb2_allocate_rsp_buf()
Namjae Jeon
1
-0
/
+4
2024-04-27
ksmbd: fix slab-out-of-bounds in smb2_allocate_rsp_buf
Namjae Jeon
1
-8
/
+5
2024-04-27
nilfs2: fix OOB in nilfs_set_de_type
Jeongjun Park
1
-1
/
+1
2024-04-27
fs: sysfs: Fix reference leak in sysfs_break_active_protection()
Alan Stern
1
-0
/
+2
2024-04-17
btrfs: qgroup: convert PREALLOC to PERTRANS after record_root_in_trans
Boris Burkov
1
-9
/
+8
2024-04-17
btrfs: record delayed inode root in transaction
Boris Burkov
1
-0
/
+3
2024-04-17
btrfs: qgroup: correctly model root qgroup rsv in convert
Boris Burkov
1
-0
/
+2
2024-04-17
smb3: fix Open files on server counter going negative
Steve French
1
-2
/
+2
2024-04-13
ext4: forbid commit inconsistent quota data when errors=remount-ro
Ye Bin
1
-0
/
+12
2024-04-13
ext4: add a hint for block bitmap corrupt state in mb_groups
Zhang Yi
1
-1
/
+4
2024-04-13
Julia Lawall reported this null pointer dereference, this should fix it.
Mike Marshall
1
-1
/
+1
2024-04-13
isofs: handle CDs with bad root inode but good Joliet root directory
Alex Henrie
1
-2
/
+16
2024-04-13
sysv: don't call sb_bread() with pointers_lock held
Tetsuo Handa
1
-6
/
+4
2024-04-13
btrfs: send: handle path ref underflow in header iterate_inode_ref()
David Sterba
1
-1
/
+9
2024-04-13
btrfs: export: handle invalid inode or root reference in btrfs_get_parent()
David Sterba
1
-1
/
+8
2024-04-13
btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks()
David Sterba
1
-1
/
+11
2024-04-13
pstore/zone: Add a null pointer check to the psz_kmsg_read
Kunwu Chan
1
-0
/
+2
2024-04-10
smb: client: fix potential UAF in cifs_signal_cifsd_for_reconnect()
Paulo Alcantara
1
-0
/
+2
2024-04-10
smb: client: fix potential UAF in smb2_is_network_name_deleted()
Paulo Alcantara
1
-0
/
+2
2024-04-10
smb: client: fix potential UAF in is_valid_oplock_break()
Paulo Alcantara
1
-0
/
+2
2024-04-10
smb: client: fix potential UAF in smb2_is_valid_lease_break()
Paulo Alcantara
1
-0
/
+2
2024-04-10
smb: client: fix potential UAF in smb2_is_valid_oplock_break()
Paulo Alcantara
1
-0
/
+2
2024-04-10
smb: client: fix potential UAF in cifs_stats_proc_show()
Paulo Alcantara
1
-0
/
+2
2024-04-10
smb: client: fix potential UAF in cifs_stats_proc_write()
Paulo Alcantara
1
-0
/
+2
2024-04-10
smb: client: fix potential UAF in cifs_debug_files_proc_show()
Paulo Alcantara
2
-0
/
+12
2024-04-10
smb3: retrying on failed server close
Ritvik Budhiraja
7
-17
/
+85
2024-04-10
ksmbd: do not set SMB2_GLOBAL_CAP_ENCRYPTION for SMB 3.1.1
Namjae Jeon
1
-5
/
+5
2024-04-10
ksmbd: validate payload size in ipc response
Namjae Jeon
3
-2
/
+45
2024-04-10
ksmbd: don't send oplock break if rename fails
Namjae Jeon
1
-1
/
+2
2024-04-10
nfsd: hold a lighter-weight client reference over CB_RECALL_ANY
Jeff Layton
1
-5
/
+2
2024-04-10
cifs: Fix caching to try to do open O_WRONLY as rdwr on server
David Howells
3
-10
/
+59
2024-04-10
fs/pipe: Fix lockdep false-positive in watchqueue pipe_write()
Jann Horn
1
-5
/
+12
2024-04-10
vboxsf: Avoid an spurious warning if load_nls_xxx() fails
Christophe JAILLET
1
-1
/
+2
2024-04-10
cifs: Fix duplicate fscache cookie warnings
David Howells
2
-1
/
+17
2024-04-03
exec: Fix NOMMU linux_binprm::exec in transfer_args_to_stack()
Max Filippov
1
-0
/
+1
2024-04-03
btrfs: zoned: use zone aware sb location for scrub
Johannes Thumshirn
1
-1
/
+11
2024-04-03
btrfs: zoned: don't skip block groups with 100% zone unusable
Johannes Thumshirn
1
-1
/
+2
2024-04-03
fs/aio: Check IOCB_AIO_RW before the struct aio_kiocb conversion
Bart Van Assche
1
-2
/
+6
2024-04-03
NFSD: Fix nfsd_clid_class use of __string_len() macro
Steven Rostedt (Google)
1
-1
/
+1
2024-04-03
cifs: open_cached_dir(): add FILE_READ_EA to desired access
Eugene Korenevsky
1
-1
/
+2
2024-04-03
nilfs2: prevent kernel bug at submit_bh_wbc()
Ryusuke Konishi
1
-1
/
+1
2024-04-03
nilfs2: fix failure to detect DAT corruption in btree and direct mappings
Ryusuke Konishi
2
-4
/
+14
[next]