index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
transport.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-03
cifs`: handle ERRBaduid for SMB1
Roberto Bergantinos Corpas
1
-1
/
+1
2020-07-02
cifs: prevent truncation from long to int in wait_for_free_credits
Ronnie Sahlberg
1
-1
/
+1
2020-06-06
Merge tag '5.8-rc-smb3-fixes-part-1' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
1
-30
/
+45
2020-06-04
cifs: multichannel: move channel selection above transport layer
Aurelien Aptel
1
-7
/
+7
2020-06-02
cifs: multichannel: move channel selection in function
Aurelien Aptel
1
-11
/
+27
2020-06-01
cifs: Standardize logging output
Joe Perches
1
-13
/
+12
2020-05-28
tcp: add tcp_sock_set_cork
Christoph Hellwig
1
-6
/
+2
2020-03-30
cifs: Allocate encryption header through kmalloc
Long Li
1
-11
/
+17
2020-01-27
CIFS: Fix task struct use-after-free on reconnect
Vincent Whitchurch
1
-0
/
+3
2019-11-25
cifs: try opening channels after mounting
Aurelien Aptel
1
-1
/
+12
2019-11-25
cifs: add server param
Aurelien Aptel
1
-2
/
+3
2019-11-25
cifs: smbd: Return -EAGAIN when transport is reconnecting
Long Li
1
-2
/
+5
2019-11-25
CIFS: Do not miss cancelled OPEN responses
Pavel Shilovsky
1
-2
/
+8
2019-11-25
cifs: rename a variable in SendReceive()
Dan Carpenter
1
-1
/
+1
2019-10-25
CIFS: Fix retry mid list corruption on reconnects
Pavel Shilovsky
1
-19
/
+23
2019-09-16
smb3: display max smb3 requests in flight at any one time
Steve French
1
-0
/
+4
2019-09-16
cifs: add a debug macro that prints \\server\share for errors
Ronnie Sahlberg
1
-2
/
+2
2019-09-16
cifs: fix dereference on ses before it is null checked
Colin Ian King
1
-1
/
+2
2019-09-16
cifs: add new debugging macro cifs_server_dbg
Ronnie Sahlberg
1
-56
/
+59
2019-07-08
smb3: minor cleanup of compound_send_recv
Aurelien Aptel
1
-22
/
+24
2019-05-13
cifs: use the right include for signal_pending()
Ronnie Sahlberg
1
-1
/
+1
2019-05-08
cifs: rename and clarify CIFS_ASYNC_OP and CIFS_NO_RESP
Ronnie Sahlberg
1
-6
/
+3
2019-05-08
cifs: fix credits leak for SMB1 oplock breaks
Ronnie Sahlberg
1
-5
/
+5
2019-05-08
cifs: smbd: take an array of reqeusts when sending upper layer data
Long Li
1
-1
/
+1
2019-05-08
SMB3: Track total time spent on roundtrips for each SMB3 command
Steve French
1
-4
/
+23
2019-03-15
cifs: simplify how we handle credits in compound_send_recv()
Ronnie Sahlberg
1
-72
/
+38
2019-03-15
smb3: add dynamic tracepoint for timeout waiting for credits
Steve French
1
-0
/
+5
2019-03-15
cifs: add a timeout argument to wait_for_free_credits
Ronnie Sahlberg
1
-10
/
+30
2019-03-15
cifs: prevent starvation in wait_for_free_credits for multi-credit requests
Ronnie Sahlberg
1
-0
/
+28
2019-03-15
cifs: wait_for_free_credits() make it possible to wait for >=1 credits
Ronnie Sahlberg
1
-7
/
+7
2019-03-15
cifs: pass flags down into wait_for_free_credits()
Ronnie Sahlberg
1
-16
/
+14
2019-03-15
cifs: change wait_for_free_request() to take flags as argument
Ronnie Sahlberg
1
-16
/
+17
2019-03-06
CIFS: Mask off signals when sending SMB packets
Pavel Shilovsky
1
-3
/
+38
2019-03-06
CIFS: Return -EAGAIN instead of -ENOTSOCK
Pavel Shilovsky
1
-1
/
+2
2019-03-06
CIFS: Try to acquire credits at once for compound requests
Pavel Shilovsky
1
-5
/
+34
2019-03-06
CIFS: Check for reconnects before sending compound requests
Pavel Shilovsky
1
-2
/
+36
2019-03-06
CIFS: Check for reconnects before sending async requests
Pavel Shilovsky
1
-2
/
+16
2019-03-06
CIFS: Respect reconnect in non-MTU credits calculations
Pavel Shilovsky
1
-18
/
+36
2019-03-06
CIFS: Respect reconnect in MTU credits calculations
Pavel Shilovsky
1
-6
/
+7
2019-03-05
CIFS: Do not skip SMB2 message IDs on send failures
Pavel Shilovsky
1
-1
/
+5
2019-01-24
CIFS: Fix credit calculations in compound mid callback
Pavel Shilovsky
1
-10
/
+1
2019-01-11
CIFS: Move credit processing to mid callbacks for SMB3
Pavel Shilovsky
1
-17
/
+34
2019-01-11
CIFS: Fix credits calculation for cancelled requests
Pavel Shilovsky
1
-2
/
+26
2019-01-11
CIFS: Do not hide EINTR after sending network packets
Pavel Shilovsky
1
-1
/
+1
2019-01-10
CIFS: Fix credit computation for compounded requests
Pavel Shilovsky
1
-18
/
+41
2019-01-10
CIFS: Do not set credits to 1 if the server didn't grant anything
Pavel Shilovsky
1
-2
/
+0
2018-12-24
cifs: smb2 commands can not be negative, remove confusing check
Steve French
1
-3
/
+5
2018-11-02
Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-5
/
+3
2018-10-24
smb3: add debug for unexpected mid cancellation
Steve French
1
-2
/
+2
2018-10-24
CIFS: Print message when attempting a mount
Rodrigo Freire
1
-1
/
+1
[next]