index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
cifs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-08
cifs: fix ntlmssp auth when there is no key exchange
Paulo Alcantara
1
-18
/
+36
2021-12-03
cifs: avoid use of dstaddr as key for fscache client cookie
Shyam Prasad N
1
-37
/
+1
2021-12-03
cifs: add server conn_id to fscache client cookie
Shyam Prasad N
2
-0
/
+14
2021-12-03
cifs: wait for tcon resource_id before getting fscache super
Shyam Prasad N
3
-7
/
+8
2021-12-03
cifs: fix missed refcounting of ipc tcon
Paulo Alcantara
1
-0
/
+1
2021-11-23
cifs: update internal version number
Steve French
1
-1
/
+1
2021-11-23
smb2: clarify rc initialization in smb2_reconnect
Steve French
1
-1
/
+1
2021-11-23
cifs: populate server_hostname for extra channels
Shyam Prasad N
1
-0
/
+1
2021-11-23
cifs: nosharesock should be set on new server
Shyam Prasad N
1
-3
/
+4
2021-11-16
cifs: introduce cifs_ses_mark_for_reconnect() helper
Paulo Alcantara
5
-33
/
+18
2021-11-16
cifs: protect srv_count with cifs_tcp_ses_lock
Steve French
1
-0
/
+2
2021-11-16
cifs: move debug print out of spinlock
Steve French
1
-1
/
+1
2021-11-12
cifs: do not duplicate fscache cookie for secondary channels
Shyam Prasad N
1
-2
/
+7
2021-11-12
cifs: connect individual channel servers to primary channel server
Shyam Prasad N
6
-14
/
+36
2021-11-12
cifs: protect session channel fields with chan_lock
Shyam Prasad N
6
-15
/
+71
2021-11-12
cifs: do not negotiate session if session already exists
Shyam Prasad N
1
-8
/
+10
2021-11-12
smb3: do not setup the fscache_super_cookie until fsinfo initialized
Steve French
2
-2
/
+14
2021-11-12
cifs: fix potential use-after-free bugs
Paulo Alcantara
1
-22
/
+19
2021-11-12
cifs: fix memory leak of smb3_fs_context_dup::server_hostname
Paulo Alcantara
1
-0
/
+2
2021-11-12
smb3: add additional null check in SMB311_posix_mkdir
Steve French
1
-0
/
+11
2021-11-12
cifs: release lock earlier in dequeue_mid error case
Steve French
1
-3
/
+4
2021-11-12
smb3: add additional null check in SMB2_tcon
Steve French
1
-1
/
+1
2021-11-12
smb3: add additional null check in SMB2_open
Steve French
1
-1
/
+3
2021-11-11
smb3: add additional null check in SMB2_ioctl
Steve French
1
-0
/
+10
2021-11-10
smb3: remove trivial dfs compile warning
Steve French
1
-2
/
+2
2021-11-10
cifs: support nested dfs links over reconnect
Paulo Alcantara
9
-693
/
+660
2021-11-10
smb3: do not error on fsync when readonly
Steve French
1
-6
/
+29
2021-11-10
cifs: for compound requests, use open handle if possible
Shyam Prasad N
1
-5
/
+17
2021-11-09
cifs: set a minimum of 120s for next dns resolution
Paulo Alcantara
2
-2
/
+3
2021-11-09
cifs: split out dfs code from cifs_reconnect()
Paulo Alcantara
1
-133
/
+162
2021-11-09
cifs: convert list_for_each to entry variant
Paulo Alcantara
1
-19
/
+13
2021-11-09
cifs: introduce new helper for cifs_reconnect()
Paulo Alcantara
1
-64
/
+75
2021-11-09
cifs: fix print of hdr_flags in dfscache_proc_show()
Paulo Alcantara
1
-1
/
+1
2021-11-08
cifs: send workstation name during ntlmssp session setup
Shyam Prasad N
8
-85
/
+170
2021-11-07
cifs: nosharesock should not share socket with future sessions
Shyam Prasad N
3
-1
/
+10
2021-11-06
Merge tag '5.16-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/ci...
Linus Torvalds
14
-1091
/
+310
2021-11-05
smb3: add dynamic trace points for socket connection
Steve French
2
-1
/
+73
2021-11-05
cifs: Move SMB2_Create definitions to the shared area
Ronnie Sahlberg
4
-176
/
+14
2021-11-05
cifs: Move more definitions into the shared area
Ronnie Sahlberg
2
-226
/
+35
2021-11-05
cifs: move NEGOTIATE_PROTOCOL definitions out into the common area
Ronnie Sahlberg
2
-222
/
+2
2021-11-05
cifs: Create a new shared file holding smb2 pdu definitions
Ronnie Sahlberg
11
-476
/
+175
2021-11-02
cifs: add mount parameter tcpnodelay
Steve French
2
-0
/
+9
2021-11-02
cifs: To match file servers, make sure the server hostname matches
Shyam Prasad N
3
-8
/
+20
2021-10-25
fs: get rid of the res2 iocb->ki_complete argument
Jens Axboe
1
-2
/
+2
2021-09-23
cifs: fix incorrect check for null pointer in header_assemble
Steve French
1
-2
/
+3
2021-09-23
smb3: correct server pointer dereferencing check to be more consistent
Steve French
1
-1
/
+2
2021-09-23
smb3: correct smb3 ACL security descriptor
Steve French
1
-2
/
+2
2021-09-23
cifs: Clear modified attribute bit from inode flags
Steve French
1
-1
/
+1
2021-09-23
cifs: Deal with some warnings from W=1
David Howells
1
-2
/
+12
2021-09-21
cifs: fix a sign extension bug
Dan Carpenter
1
-1
/
+1
[next]