index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
cifs
Commit message (
Expand
)
Author
Age
Files
Lines
*
cifs: Call close synchronously during unlink/rename/lease break.
Rohith Surabattula
2021-08-12
3
-30
/
+56
*
cifs: Handle race conditions during rename
Rohith Surabattula
2021-08-12
2
-7
/
+28
*
cifs: use the correct max-length for dentry_path_raw()
Ronnie Sahlberg
2021-08-10
1
-1
/
+1
*
cifs: create sd context must be a multiple of 8
Shyam Prasad N
2021-08-05
1
-1
/
+1
*
cifs: add missing parsing of backupuid
Ronnie Sahlberg
2021-07-28
1
-0
/
+7
*
smb3: rc uninitialized in one fallocate path
Steve French
2021-07-26
1
-1
/
+2
*
SMB3: fix readpage for large swap cache
Steve French
2021-07-26
1
-1
/
+1
*
cifs: fix fallocate when trying to allocate a hole.
Ronnie Sahlberg
2021-07-22
1
-5
/
+18
*
CIFS: Clarify SMB1 code for POSIX delete file
Steve French
2021-07-22
1
-2
/
+5
*
CIFS: Clarify SMB1 code for POSIX Create
Steve French
2021-07-22
1
-1
/
+2
*
cifs: support share failover when remounting
Paulo Alcantara
2021-07-22
4
-40
/
+203
*
cifs: only write 64kb at a time when fallocating a small region of a file
Ronnie Sahlberg
2021-07-22
1
-7
/
+19
*
cifs: do not share tcp sessions of dfs connections
Paulo Alcantara
2021-07-16
2
-3
/
+38
*
SMB3.1.1: fix mount failure to some servers when compression enabled
Steve French
2021-07-15
1
-0
/
+1
*
cifs: added WARN_ON for all the count decrements
Shyam Prasad N
2021-07-15
2
-0
/
+11
*
cifs: fix missing null session check in mount
Steve French
2021-07-15
1
-1
/
+1
*
cifs: handle reconnect of tcon when there is no cached dfs referral
Paulo Alcantara
2021-07-15
1
-4
/
+2
*
cifs: fix the out of range assignment to bit fields in parse_server_interfaces
Hyunchul Lee
2021-07-14
1
-2
/
+2
*
cifs: Do not use the original cruid when following DFS links for multiuser mo...
Ronnie Sahlberg
2021-07-14
1
-0
/
+4
*
cifs: use the expiry output of dns_query to schedule next resolution
Shyam Prasad N
2021-07-14
6
-10
/
+65
*
cifs: update internal version number
Steve French
2021-07-09
1
-1
/
+1
*
cifs: prevent NULL deref in cifs_compose_mount_options()
Paulo Alcantara
2021-07-09
1
-0
/
+3
*
SMB3.1.1: Add support for negotiating signing algorithm
Steve French
2021-07-09
4
-11
/
+86
*
cifs: use helpers when parsing uid/gid mount options and validate them
Ronnie Sahlberg
2021-07-08
2
-5
/
+20
*
CIFS: Clarify SMB1 code for POSIX Lock
Steve French
2021-07-07
1
-1
/
+2
*
CIFS: Clarify SMB1 code for rename open file
Steve French
2021-07-07
1
-1
/
+2
*
CIFS: Clarify SMB1 code for delete
Steve French
2021-07-07
1
-1
/
+2
*
CIFS: Clarify SMB1 code for SetFileSize
Steve French
2021-07-07
1
-2
/
+2
*
smb3: fix typo in header file
Steve French
2021-07-05
1
-1
/
+1
*
CIFS: Clarify SMB1 code for UnixSetPathInfo
Steve French
2021-07-02
1
-3
/
+2
*
CIFS: Clarify SMB1 code for UnixCreateSymLink
Steve French
2021-07-02
1
-1
/
+2
*
cifs: clarify SMB1 code for UnixCreateHardLink
Steve French
2021-07-02
2
-1
/
+3
*
cifs: make locking consistent around the server session status
Steve French
2021-07-02
3
-1
/
+9
*
smb3: prevent races updating CurrentMid
Steve French
2021-06-25
2
-1
/
+4
*
cifs: fix missing spinlock around update to ses->status
Steve French
2021-06-24
2
-2
/
+6
*
cifs: missing null pointer check in cifs_mount
Steve French
2021-06-23
1
-1
/
+1
*
smb3: fix possible access to uninitialized pointer to DACL
Steve French
2021-06-23
1
-1
/
+1
*
cifs: missing null check for newinode pointer
Steve French
2021-06-23
1
-4
/
+5
*
cifs: remove two cases where rc is set unnecessarily in sid_to_id
Steve French
2021-06-23
1
-2
/
+0
*
SMB3: Add new info level for query directory
Steve French
2021-06-23
2
-3
/
+38
*
cifs: fix NULL dereference in smb2_check_message()
Dan Carpenter
2021-06-23
1
-3
/
+2
*
smbdirect: missing rc checks while waiting for rdma events
Steve French
2021-06-22
1
-2
/
+12
*
cifs: Avoid field over-reading memcpy()
Kees Cook
2021-06-21
1
-1
/
+4
*
smb311: remove dead code for non compounded posix query info
Steve French
2021-06-20
1
-0
/
+4
*
cifs: fix SMB1 error path in cifs_get_file_info_unix
Steve French
2021-06-20
1
-1
/
+4
*
smb3: fix uninitialized value for port in witness protocol move
Steve French
2021-06-20
1
-7
/
+3
*
cifs: fix unneeded null check
Steve French
2021-06-20
1
-4
/
+2
*
cifs: use SPDX-Licence-Identifier
Steve French
2021-06-20
45
-562
/
+45
*
cifs: convert list_for_each to entry variant in cifs_debug.c
Baokun Li
2021-06-20
1
-17
/
+7
*
cifs: convert list_for_each to entry variant in smb2misc.c
Baokun Li
2021-06-20
1
-25
/
+8
[next]