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
/
cifssmb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-06
CIFS: Return error code when getting file handle for writeback
Pavel Shilovsky
1
-3
/
+6
2019-03-06
CIFS: Check for reconnects before sending async requests
Pavel Shilovsky
1
-3
/
+3
2019-03-06
CIFS: Respect reconnect in non-MTU credits calculations
Pavel Shilovsky
1
-3
/
+6
2019-03-05
CIFS: Respect SMB2 hdr preamble size in read responses
Pavel Shilovsky
1
-3
/
+4
2019-03-05
CIFS: Count SMB3 credits for malformed pending responses
Pavel Shilovsky
1
-1
/
+1
2019-03-05
cifs: replace snprintf with scnprintf
Ronnie Sahlberg
1
-3
/
+3
2019-03-05
CIFS: Fix leaking locked VFS cache pages in writeback retry
Pavel Shilovsky
1
-4
/
+13
2019-01-24
CIFS: Fix credits calculations for reads with errors
Pavel Shilovsky
1
-12
/
+23
2019-01-11
CIFS: Fix error paths in writeback code
Pavel Shilovsky
1
-3
/
+4
2019-01-11
cifs: move large array from stack to heap
Aurelien Aptel
1
-7
/
+16
2018-12-28
cifs: Add support for failover in cifs_reconnect_tcon()
Paulo Alcantara
1
-3
/
+85
2018-10-24
CIFS: pass page offsets on SMB1 read/write
Long Li
1
-0
/
+2
2018-10-24
cifs: protect against server returning invalid file system block size
Steve French
1
-0
/
+21
2018-09-09
fs/cifs: suppress a string overflow warning
Stephen Rothwell
1
-3
/
+8
2018-08-07
cifs: use timespec64 internally
Arnd Bergmann
1
-6
/
+6
2018-07-05
cifs: Fix infinite loop when using hard mount option
Paulo Alcantara
1
-2
/
+8
2018-06-15
cifs: add lease tracking to the cached root fid
Ronnie Sahlberg
1
-4
/
+4
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
2018-06-03
CIFS: Add support for direct pages in wdata
Long Li
1
-3
/
+14
2018-05-28
smb3: fix redundant opens on root
Steve French
1
-0
/
+6
2018-04-25
cifs: smbd: Don't use RDMA read/write when signing is used
Long Li
1
-0
/
+3
2018-04-13
cifs: remove rfc1002 hardcoded constants from cifs_discard_remaining_data()
Ronnie Sahlberg
1
-2
/
+3
2018-04-13
cifs: add pdu_size to the TCP_Server_Info structure
Ronnie Sahlberg
1
-1
/
+1
2018-04-12
SMB3: Log at least once if tree connect fails during reconnect
Steve French
1
-1
/
+3
2018-04-02
cifs: add server->vals->header_preamble_size
Ronnie Sahlberg
1
-2
/
+4
2018-02-07
cifs: silence compiler warnings showing up with gcc-8.0.0
Arnd Bergmann
1
-3
/
+1
2018-01-27
CIFS: make IPC a regular tcon
Aurelien Aptel
1
-3
/
+4
2018-01-25
CIFS: SMBD: Read correct returned data length for RDMA write (SMB read) I/O
Long Li
1
-2
/
+6
2018-01-25
CIFS: SMBD: Upper layer performs SMB write via RDMA read through memory regis...
Long Li
1
-0
/
+7
2017-09-08
Merge tag '4.14-smb3-xattr-enable' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
1
-1
/
+14
2017-09-05
cifs: Check for timeout on Negotiate stage
Samuel Cabrero
1
-0
/
+12
2017-09-04
cifs: Add support for writing attributes on SMB2+
Ronnie Sahlberg
1
-1
/
+2
2017-07-16
fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locks
Benjamin Coddington
1
-1
/
+1
2017-07-09
CIFS: Reconnect expired SMB sessions
Pavel Shilovsky
1
-0
/
+7
2017-05-13
[CIFS] Minor cleanup of xattr query function
Steve French
1
-1
/
+3
2017-05-10
Don't delay freeing mids when blocked on slow socket write of request
Steve French
1
-7
/
+0
2017-05-09
fs: cifs: replace CURRENT_TIME by other appropriate apis
Deepa Dinamani
1
-5
/
+5
2017-05-02
Set unicode flag on cifs echo request to avoid Mac error
Steve French
1
-0
/
+3
2017-04-11
CIFS: Fix null pointer deref during read resp processing
Pavel Shilovsky
1
-7
/
+8
2017-04-07
Handle mismatched open calls
Sachin Prabhu
1
-4
/
+7
2017-03-03
CIFS: Fix sparse warnings
Steve French
1
-1
/
+1
2017-03-02
CIFS: move DFS response parsing out of SMB1 code
Aurelien Aptel
1
-114
/
+5
2017-02-02
CIFS: Add capability to decrypt big read responses
Pavel Shilovsky
1
-4
/
+4
2017-02-02
CIFS: Add mid handle callback
Pavel Shilovsky
1
-3
/
+3
2017-02-02
CIFS: Send RFC1001 length in a separate iov
Pavel Shilovsky
1
-21
/
+30
2017-02-02
CIFS: Make SendReceive2() takes resp iov
Pavel Shilovsky
1
-30
/
+40
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-11-29
CIFS: iterate over posix acl xattr entry correctly in ACL_to_cifs_posix()
Eryu Guan
1
-2
/
+2
2016-10-12
Clarify locking of cifs file and tcon structures and make more granular
Steve French
1
-2
/
+2
2016-09-28
cifs: get rid of unused arguments of CIFSSMBWrite()
Al Viro
1
-10
/
+3
[next]