index
:
kernel/linux.git
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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
cifs
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-14
cifs: fix use-after-free caused by invalid pointer `hostname`
Zeng Heng
1
-0
/
+1
2022-12-02
cifs: fix missed refcounting of ipc tcon
Paulo Alcantara
1
-0
/
+1
2022-12-02
cifs: Fix connections leak when tlink setup failed
Zhang Xiaoxu
1
-3
/
+11
2022-12-02
cifs: support nested dfs links over reconnect
Paulo Alcantara
9
-693
/
+660
2022-12-02
cifs: split out dfs code from cifs_reconnect()
Paulo Alcantara
1
-133
/
+162
2022-12-02
cifs: introduce new helper for cifs_reconnect()
Paulo Alcantara
1
-64
/
+75
2022-11-26
cifs: add check for returning value of SMB2_set_info_init
Anastasia Belova
1
-0
/
+2
2022-11-26
cifs: Fix wrong return value checking when GETFLAGS
Zhang Xiaoxu
1
-2
/
+2
2022-11-26
cifs: add check for returning value of SMB2_close_init
Anastasia Belova
1
-0
/
+2
2022-11-10
cifs: fix regression in very old smb1 mounts
Ronnie Sahlberg
1
-6
/
+5
2022-10-29
cifs: Fix xid leak in cifs_ses_add_channel()
Zhang Xiaoxu
1
-0
/
+1
2022-10-29
cifs: Fix xid leak in cifs_flock()
Zhang Xiaoxu
1
-4
/
+7
2022-10-29
cifs: Fix xid leak in cifs_copy_file_range()
Zhang Xiaoxu
1
-2
/
+5
2022-10-29
cifs: Fix xid leak in cifs_create()
Zhang Xiaoxu
1
-2
/
+4
2022-10-26
cifs: return correct error in ->calc_signature()
Enzo Matsumiya
1
-4
/
+6
2022-10-26
smb3: must initialize two ACL struct fields to zero
Steve French
1
-1
/
+2
2022-10-26
cifs: Fix the error length of VALIDATE_NEGOTIATE_INFO message
Zhang Xiaoxu
1
-2
/
+2
2022-10-26
cifs: destage dirty pages before re-reading them for cache=none
Ronnie Sahlberg
1
-0
/
+9
2022-09-23
cifs: always initialize struct msghdr smb_msg completely
Stefan Metzmacher
2
-13
/
+4
2022-09-23
cifs: don't send down the destination address to sendmsg for a SOCK_STREAM
Stefan Metzmacher
1
-2
/
+2
2022-09-23
cifs: revalidate mapping when doing direct writes
Ronnie Sahlberg
1
-0
/
+3
2022-09-08
cifs: fix small mempool leak in SMB2_negotiate()
Enzo Matsumiya
1
-5
/
+7
2022-08-31
smb3: missing inode locks in punch hole
David Howells
1
-6
/
+6
2022-08-25
smb3: check xattr value length earlier
Steve French
1
-2
/
+3
2022-08-25
cifs: Fix memory leak on the deferred close
Zhang Xiaoxu
1
-0
/
+6
2022-08-17
SMB3: fix lease break timeout when multiple deferred close handles for the sa...
Bharath SM
1
-19
/
+1
2022-06-14
cifs: fix reconnect on smb3 mount types
Paulo Alcantara
3
-13
/
+18
2022-06-14
cifs: return errors during session setup during reconnects
Shyam Prasad N
1
-0
/
+3
2022-06-14
cifs: version operations for smb20 unneeded when legacy support disabled
Steve French
2
-2
/
+9
2022-06-09
SMB3: EBADF/EIO errors in rename/open caused by race condition in smb2_compou...
Steve French
1
-2
/
+0
2022-06-09
smb3: check for null tcon
Steve French
1
-2
/
+5
2022-06-09
cifs: when extending a file with falloc we should make files not-sparse
Ronnie Sahlberg
1
-1
/
+1
2022-06-09
cifs: fix potential double free during failed mount
Ronnie Sahlberg
1
-4
/
+6
2022-05-09
cifs: destage any unwritten data to the server before calling copychunk_write
Ronnie Sahlberg
1
-0
/
+8
2022-04-27
cifs: Check the IOCB_DIRECT flag, not O_DIRECT
David Howells
1
-1
/
+1
2022-04-20
cifs: verify that tcon is valid before dereference in cifs_kill_sb
Ronnie Sahlberg
1
-3
/
+3
2022-04-20
cifs: potential buffer overflow in handling symlinks
Harshit Mogalapalli
1
-0
/
+3
2022-04-20
cifs: release cached dentries only if mount is complete
Shyam Prasad N
1
-13
/
+15
2022-04-08
Adjust cifssb maximum read size
Rohith Surabattula
2
-0
/
+13
2022-04-08
cifs: fix NULL ptr dereference in smb2_ioctl_query_info()
Paulo Alcantara
1
-59
/
+65
2022-04-08
cifs: prevent bad output lengths in smb2_ioctl_query_info()
Paulo Alcantara
1
-6
/
+10
2022-04-08
cifs: we do not need a spinlock around the tree access during umount
Ronnie Sahlberg
1
-2
/
+0
2022-04-08
cifs: fix handlecache and multiuser
Ronnie Sahlberg
1
-3
/
+10
2022-03-08
cifs: fix confusing unneeded warning message on smb2.1 and earlier
Steve French
1
-5
/
+6
2022-03-08
cifs: protect session channel fields with chan_lock
Shyam Prasad N
6
-15
/
+71
2022-03-08
cifs: modefromsids must add an ACE for authenticated users
Ronnie Sahlberg
1
-1
/
+4
2022-03-08
cifs: fix double free race when mount fails in cifs_get_root()
Ronnie Sahlberg
1
-0
/
+1
2022-03-08
cifs: do not use uninitialized data in the owner/group sid
Ronnie Sahlberg
1
-2
/
+2
2022-02-23
smb3: fix snapshot mount option
Steve French
1
-2
/
+2
2022-02-23
cifs: fix set of group SID via NTSD xattrs
Amir Goldstein
1
-0
/
+2
[next]