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
2019-03-15
CIFS: fix POSIX lock leak and invalid ptr deref
Aurelien Aptel
1
-1
/
+13
2019-03-15
SMB3: Allow SMB3 FSCTL queries to be sent to server from tools
Ronnie Sahlberg
1
-16
/
+46
2019-03-15
cifs: fix incorrect handling of smb2_set_sparse() return in smb3_simple_falloc
Ronnie Sahlberg
1
-2
/
+12
2019-03-15
smb2: fix typo in definition of a few error flags
Steve French
1
-3
/
+3
2019-03-15
CIFS: make mknod() an smb_version_op
Aurelien Aptel
4
-104
/
+239
2019-03-15
cifs: minor documentation updates
Steve French
1
-0
/
+1
2019-03-15
cifs: remove unused value pointed out by Coverity
Steve French
1
-4
/
+0
2019-03-15
SMB3: passthru query info doesn't check for SMB3 FSCTL passthru
Steve French
2
-7
/
+22
2019-03-15
smb3: add dynamic tracepoints for simple fallocate and zero range
Steve French
2
-0
/
+38
2019-03-15
cifs: fix smb3_zero_range so it can expand the file-size when required
Ronnie Sahlberg
3
-19
/
+68
2019-03-15
cifs: add SMB2_ioctl_init/free helpers to be used with compounding
Ronnie Sahlberg
2
-57
/
+80
2019-03-15
smb3: Add dynamic trace points for various compounded smb3 ops
Steve French
2
-4
/
+185
2019-03-15
cifs: cache FILE_ALL_INFO for the shared root handle
Ronnie Sahlberg
5
-28
/
+118
2019-03-15
smb3: display volume serial number for shares in /proc/fs/cifs/DebugData
Steve French
1
-0
/
+3
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
2
-0
/
+6
2019-03-15
smb3: display security information in /proc/fs/cifs/DebugData more accurately
Steve French
1
-1
/
+7
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
3
-10
/
+10
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-07
fs: cifs: Kconfig: pedantic formatting
Enrico Weigelt, metux IT consult
1
-60
/
+60
2019-03-06
smb3: request more credits on normal (non-large read/write) ops
Steve French
1
-2
/
+2
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: Only send SMB2_NEGOTIATE command on new TCP connections
Pavel Shilovsky
1
-0
/
+8
2019-03-06
CIFS: Fix read after write for files with read caching
Pavel Shilovsky
1
-5
/
+7
2019-03-06
smb3: for kerberos mounts display the credential uid used
Steve French
1
-1
/
+1
2019-03-06
cifs: use correct format characters
Louis Taylor
2
-3
/
+3
2019-03-06
smb3: add dynamic trace point for query_info_enter/done
Steve French
2
-0
/
+48
2019-03-06
smb3: add dynamic trace point for smb3_cmd_enter
Steve French
2
-0
/
+4
2019-03-06
smb3: improve dynamic tracing of open and posix mkdir
Steve French
2
-1
/
+45
2019-03-06
smb3: add missing read completion trace point
Steve French
1
-1
/
+4
2019-03-06
smb3: Add tracepoints for read, write and query_dir enter
Steve French
2
-0
/
+18
2019-03-06
smb3: add tracepoints for query dir
Steve French
2
-2
/
+14
2019-03-06
smb3: Update POSIX negotiate context with POSIX ctxt GUID
Steve French
2
-2
/
+19
2019-03-06
cifs: update internal module version number
Steve French
1
-1
/
+1
2019-03-06
CIFS: Try to acquire credits at once for compound requests
Pavel Shilovsky
1
-5
/
+34
2019-03-06
CIFS: Return error code when getting file handle for writeback
Pavel Shilovsky
3
-32
/
+70
2019-03-06
CIFS: Move open file handling to writepages
Pavel Shilovsky
1
-15
/
+14
2019-03-06
CIFS: Move unlocking pages from wdata_send_pages()
Pavel Shilovsky
1
-7
/
+5
2019-03-06
CIFS: Find and reopen a file before get MTU credits in writepages
Pavel Shilovsky
1
-6
/
+18
2019-03-06
CIFS: Reopen file before get SMB2 MTU credits for async IO
Pavel Shilovsky
1
-9
/
+30
2019-03-06
CIFS: Remove custom credit adjustments for SMB2 async IO
Pavel Shilovsky
1
-21
/
+3
2019-03-06
CIFS: Adjust MTU credits before reopening a file
Pavel Shilovsky
4
-42
/
+94
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
4
-9
/
+25
2019-03-06
CIFS: Respect reconnect in non-MTU credits calculations
Pavel Shilovsky
4
-38
/
+64
2019-03-06
CIFS: Respect reconnect in MTU credits calculations
Pavel Shilovsky
8
-63
/
+118
[next]