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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-24
cifs: update internal module version number for cifs.ko to 2.14
Steve French
1
-1
/
+1
2018-10-24
smb3: add debug for unexpected mid cancellation
Steve French
1
-2
/
+2
2018-10-24
cifs: allow calling SMB2_xxx_free(NULL)
Ronnie Sahlberg
1
-7
/
+12
2018-10-24
smb3 - clean up debug output displaying network interfaces
Steve French
1
-2
/
+2
2018-10-24
smb3: show number of current open files in /proc/fs/cifs/Stats
Steve French
5
-1
/
+13
2018-10-24
cifs: add support for ioctl on directories
Ronnie Sahlberg
3
-30
/
+102
2018-10-24
cifs: fallback to older infolevels on findfirst queryinfo retry
Steve French
1
-30
/
+37
2018-10-24
smb3: do not attempt cifs operation in smb3 query info error path
Steve French
1
-1
/
+9
2018-10-24
smb3: send backup intent on compounded query info
Steve French
1
-2
/
+7
2018-10-24
cifs: track writepages in vfs operation counters
Steve French
1
-1
/
+10
2018-10-24
smb2: fix uninitialized variable bug in smb2_ioctl_query_info
Gustavo A. R. Silva
1
-1
/
+1
2018-10-24
cifs: add IOCTL for QUERY_INFO passthrough to userspace
Ronnie Sahlberg
7
-11
/
+134
2018-10-24
cifs: minor clarification in comments
Steve French
2
-2
/
+16
2018-10-24
CIFS: Print message when attempting a mount
Rodrigo Freire
2
-2
/
+7
2018-10-24
CIFS: Adds information-level logging function
Rodrigo Freire
1
-0
/
+16
2018-10-24
cifs: OFD locks do not conflict with eachothers
Ronnie Sahlberg
3
-15
/
+25
2018-10-24
CIFS: SMBD: Do not call ib_dereg_mr on invalidated memory registration
Long Li
1
-19
/
+19
2018-10-24
CIFS: pass page offsets on SMB1 read/write
Long Li
1
-0
/
+2
2018-10-24
fs/cifs: fix uninitialised variable warnings
Garry McNulty
1
-3
/
+3
2018-10-24
smb3: add tracepoint for sending lease break responses to server
Steve French
2
-1
/
+88
2018-10-24
cifs: do not return atime less than mtime
Steve French
3
-3
/
+12
2018-10-24
smb3: update default requested iosize to 4MB from 1MB for recent dialects
Steve French
2
-4
/
+55
2018-10-24
smb3: Add debug message later in smb2/smb3 reconnect path
Steve French
2
-1
/
+4
2018-10-24
CIFS: make 'nodfs' mount opt a superblock flag
Aurelien Aptel
4
-5
/
+14
2018-10-24
smb3: track the instance of each session for debugging
Steve French
4
-4
/
+10
2018-10-24
smb3: minor missing defines relating to reparse points
Steve French
1
-1
/
+3
2018-10-24
smb3: add way to control slow response threshold for logging and stats
Steve French
3
-3
/
+26
2018-10-24
cifs: minor updates to module description for cifs.ko
Steve French
1
-3
/
+3
2018-10-24
cifs: protect against server returning invalid file system block size
Steve French
1
-0
/
+21
2018-10-24
smb3: allow stats which track session and share reconnects to be reset
Steve French
1
-0
/
+3
2018-10-24
SMB3: Backup intent flag missing from compounded ops
Steve French
1
-0
/
+2
2018-10-24
cifs: create a define for the max number of iov we need for a SMB2 set_info
Ronnie Sahlberg
2
-1
/
+10
2018-10-24
cifs: change SMB2_OP_RENAME and SMB2_OP_HARDLINK to use compounding
Ronnie Sahlberg
4
-142
/
+60
2018-10-24
cifs: remove the is_falloc argument to SMB2_set_eof
Ronnie Sahlberg
3
-9
/
+4
2018-10-24
cifs: change SMB2_OP_SET_INFO to use compounding
Ronnie Sahlberg
3
-26
/
+23
2018-10-24
cifs: change SMB2_OP_SET_EOF to use compounding
Ronnie Sahlberg
1
-8
/
+20
2018-10-24
cifs: make rmdir() use compounding
Ronnie Sahlberg
3
-31
/
+35
2018-10-24
cifs: create helpers for SMB2_set_info_init/free()
Ronnie Sahlberg
3
-40
/
+68
2018-10-24
cifs: change unlink to use a compound
Ronnie Sahlberg
1
-5
/
+6
2018-10-24
cifs: change mkdir to use a compound
Ronnie Sahlberg
1
-9
/
+13
2018-10-24
cifs: add a smb2_compound_op and change QUERY_INFO to use it
Ronnie Sahlberg
4
-22
/
+136
2018-10-24
cifs: fix a credits leak for compund commands
Ronnie Sahlberg
1
-20
/
+37
2018-10-24
smb3: add tracepoint to catch cases where credit refund of failed op overlaps...
Steve French
2
-0
/
+36
2018-10-24
cifs: remove set but not used variable 'cifs_sb'
YueHaibing
1
-2
/
+0
2018-10-24
cifs: Use kmemdup rather than duplicating its implementation in smb311_posix_...
YueHaibing
1
-2
/
+2
2018-10-24
smb3: do not display confusing message on mount to Azure servers
Steve French
1
-1
/
+1
2018-10-03
smb3: fix lease break problem introduced by compounding
Steve French
1
-2
/
+1
2018-10-03
cifs: only wake the thread for the very last PDU in a compound
Ronnie Sahlberg
1
-1
/
+17
2018-10-03
cifs: add a warning if we try to to dequeue a deleted mid
Ronnie Sahlberg
3
-2
/
+12
2018-10-03
smb2: fix missing files in root share directory listing
Aurelien Aptel
1
-1
/
+1
[next]