index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
cifs
Commit message (
Expand
)
Author
Age
Files
Lines
*
cifs: print session id while listing open files
Shyam Prasad N
2023-03-30
1
-2
/
+3
*
cifs: empty interface list when server doesn't support query interfaces
Shyam Prasad N
2023-03-30
1
-1
/
+1
*
cifs: Fix smb2_set_path_size()
Volker Lendecke
2023-03-22
1
-7
/
+24
*
cifs: Move the in_send statistic to __smb_send_rqst()
Zhang Xiaoxu
2023-03-22
1
-12
/
+9
*
cifs: Fix uninitialized memory read in smb3_qfs_tcon()
Volker Lendecke
2023-03-10
1
-6
/
+7
*
cifs: Fix warning and UAF when destroy the MR list
Zhang Xiaoxu
2023-03-10
1
-1
/
+2
*
cifs: Fix lost destroy smbd connection when MR allocate failed
Zhang Xiaoxu
2023-03-10
1
-0
/
+1
*
cifs: Fix use-after-free in rdata->read_into_pages()
ZhaoLong Wang
2023-02-14
1
-2
/
+2
*
cifs: fix return of uninitialized rc in dfs_cache_update_tgthint()
Paulo Alcantara
2023-02-06
1
-3
/
+3
*
cifs: Fix oops due to uncleared server->smbd_conn in reconnect
David Howells
2023-02-01
1
-0
/
+1
*
cifs: fix potential deadlock in cache_refresh_path()
Paulo Alcantara
2023-02-01
1
-19
/
+23
*
cifs: do not include page data when checking signature
Enzo Matsumiya
2023-01-24
1
-6
/
+9
*
cifs: Fix uninitialized memory read for smb311 posix symlink create
Volker Lendecke
2023-01-18
1
-0
/
+1
*
cifs: fix missing display of three mount options
Steve French
2023-01-12
1
-1
/
+7
*
cifs: fix confusing debug message
Paulo Alcantara
2023-01-12
1
-1
/
+3
*
cifs: fix oops during encryption
Paulo Alcantara
2023-01-12
4
-79
/
+141
*
cifs: fix use-after-free caused by invalid pointer `hostname`
Zeng Heng
2022-12-14
1
-0
/
+1
*
cifs: fix missed refcounting of ipc tcon
Paulo Alcantara
2022-12-02
1
-0
/
+1
*
cifs: Fix connections leak when tlink setup failed
Zhang Xiaoxu
2022-12-02
1
-3
/
+11
*
cifs: support nested dfs links over reconnect
Paulo Alcantara
2022-12-02
9
-693
/
+660
*
cifs: split out dfs code from cifs_reconnect()
Paulo Alcantara
2022-12-02
1
-133
/
+162
*
cifs: introduce new helper for cifs_reconnect()
Paulo Alcantara
2022-12-02
1
-64
/
+75
*
cifs: add check for returning value of SMB2_set_info_init
Anastasia Belova
2022-11-26
1
-0
/
+2
*
cifs: Fix wrong return value checking when GETFLAGS
Zhang Xiaoxu
2022-11-26
1
-2
/
+2
*
cifs: add check for returning value of SMB2_close_init
Anastasia Belova
2022-11-26
1
-0
/
+2
*
cifs: fix regression in very old smb1 mounts
Ronnie Sahlberg
2022-11-10
1
-6
/
+5
*
cifs: Fix xid leak in cifs_ses_add_channel()
Zhang Xiaoxu
2022-10-29
1
-0
/
+1
*
cifs: Fix xid leak in cifs_flock()
Zhang Xiaoxu
2022-10-29
1
-4
/
+7
*
cifs: Fix xid leak in cifs_copy_file_range()
Zhang Xiaoxu
2022-10-29
1
-2
/
+5
*
cifs: Fix xid leak in cifs_create()
Zhang Xiaoxu
2022-10-29
1
-2
/
+4
*
cifs: return correct error in ->calc_signature()
Enzo Matsumiya
2022-10-26
1
-4
/
+6
*
smb3: must initialize two ACL struct fields to zero
Steve French
2022-10-26
1
-1
/
+2
*
cifs: Fix the error length of VALIDATE_NEGOTIATE_INFO message
Zhang Xiaoxu
2022-10-26
1
-2
/
+2
*
cifs: destage dirty pages before re-reading them for cache=none
Ronnie Sahlberg
2022-10-26
1
-0
/
+9
*
cifs: always initialize struct msghdr smb_msg completely
Stefan Metzmacher
2022-09-23
2
-13
/
+4
*
cifs: don't send down the destination address to sendmsg for a SOCK_STREAM
Stefan Metzmacher
2022-09-23
1
-2
/
+2
*
cifs: revalidate mapping when doing direct writes
Ronnie Sahlberg
2022-09-23
1
-0
/
+3
*
cifs: fix small mempool leak in SMB2_negotiate()
Enzo Matsumiya
2022-09-08
1
-5
/
+7
*
smb3: missing inode locks in punch hole
David Howells
2022-08-31
1
-6
/
+6
*
smb3: check xattr value length earlier
Steve French
2022-08-25
1
-2
/
+3
*
cifs: Fix memory leak on the deferred close
Zhang Xiaoxu
2022-08-25
1
-0
/
+6
*
SMB3: fix lease break timeout when multiple deferred close handles for the sa...
Bharath SM
2022-08-17
1
-19
/
+1
*
cifs: fix reconnect on smb3 mount types
Paulo Alcantara
2022-06-14
3
-13
/
+18
*
cifs: return errors during session setup during reconnects
Shyam Prasad N
2022-06-14
1
-0
/
+3
*
cifs: version operations for smb20 unneeded when legacy support disabled
Steve French
2022-06-14
2
-2
/
+9
*
SMB3: EBADF/EIO errors in rename/open caused by race condition in smb2_compou...
Steve French
2022-06-09
1
-2
/
+0
*
smb3: check for null tcon
Steve French
2022-06-09
1
-2
/
+5
*
cifs: when extending a file with falloc we should make files not-sparse
Ronnie Sahlberg
2022-06-09
1
-1
/
+1
*
cifs: fix potential double free during failed mount
Ronnie Sahlberg
2022-06-09
1
-4
/
+6
*
cifs: destage any unwritten data to the server before calling copychunk_write
Ronnie Sahlberg
2022-05-09
1
-0
/
+8
[next]