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
2020-04-16
smb3: remove overly noisy debug line in signing errors
Steve French
1
-2
/
+2
2020-04-16
cifs: improve read performance for page size 64KB & cache=strict & vers=2.1+
Jones Syue
2
-1
/
+5
2020-04-16
cifs: dump the session id and keys also for SMB2 sessions
Ronnie Sahlberg
1
-0
/
+15
2020-04-10
smb3: enable swap on SMB3 mounts
Steve French
4
-0
/
+70
2020-04-09
smb3: change noisy error message to FYI
Steve French
1
-1
/
+1
2020-04-07
smb3: smbdirect support can be configured by default
Steve French
1
-1
/
+1
2020-04-07
cifs: smbd: Do not schedule work to send immediate packet on every receive
Long Li
2
-52
/
+10
2020-04-07
cifs: smbd: Properly process errors on ib_post_send
Long Li
1
-123
/
+97
2020-04-07
cifs: Allocate crypto structures on the fly for calculating signatures of inc...
Long Li
3
-36
/
+60
2020-04-07
cifs: smbd: Update receive credits before sending and deal with credits roll ...
Long Li
1
-7
/
+18
2020-04-07
cifs: smbd: Check send queue size before posting a send
Long Li
2
-1
/
+11
2020-04-07
cifs: smbd: Merge code to track pending packets
Long Li
3
-39
/
+12
2020-04-07
cifs: ignore cached share root handle closing errors
Aurelien Aptel
1
-0
/
+14
2020-03-30
cifs: update internal module version number
Steve French
2
-3
/
+5
2020-03-30
cifs: Allocate encryption header through kmalloc
Long Li
1
-11
/
+17
2020-03-30
cifs: smbd: Check and extend sender credits in interrupt context
Long Li
2
-24
/
+15
2020-03-30
cifs: smbd: Calculate the correct maximum packet size for segmented SMBDirect...
Long Li
3
-24
/
+20
2020-03-27
smb3: use SMB2_SIGNATURE_SIZE define
Steve French
1
-1
/
+1
2020-03-23
CIFS: Fix bug which the return value by asynchronous read is error
Yilu Lin
1
-1
/
+1
2020-03-23
CIFS: check new file size when extending file by fallocate
Murphy Zhou
1
-0
/
+4
2020-03-23
SMB3: Minor cleanup of protocol definitions
Steve French
1
-4
/
+11
2020-03-23
SMB3: Additional compression structures
Steve French
1
-1
/
+16
2020-03-23
SMB3: Add new compression flags
Steve French
1
-1
/
+7
2020-03-23
cifs: smb2pdu.h: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-19
/
+19
2020-03-23
cifs: clear PF_MEMALLOC before exiting demultiplex thread
Eric Biggers
1
-1
/
+4
2020-03-23
cifs: cifspdu.h: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-9
/
+9
2020-03-23
CIFS: Warn less noisily on default mount
Steve French
1
-5
/
+6
2020-03-23
fs/cifs: fix gcc warning in sid_to_id
Qiujun Huang
1
-2
/
+3
2020-03-23
cifs: allow unlock flock and OFD lock across fork
Murphy Zhou
1
-1
/
+6
2020-03-23
cifs: do d_move in rename
Steve French
2
-2
/
+4
2020-03-23
cifs: add SMB2_open() arg to return POSIX data
Aurelien Aptel
6
-35
/
+66
2020-03-23
cifs: plumb smb2 POSIX dir enumeration
Aurelien Aptel
2
-7
/
+109
2020-03-23
cifs: add smb2 POSIX info level
Aurelien Aptel
4
-0
/
+142
2020-03-23
cifs: rename posix create rsp
Aurelien Aptel
2
-7
/
+15
2020-03-23
cifs: print warning mounting with vers=1.0
Steve French
1
-0
/
+3
2020-03-23
smb3: fix performance regression with setting mtime
Steve French
1
-11
/
+12
2020-03-23
cifs: make use of cap_unix(ses) in cifs_reconnect_tcon()
Stefan Metzmacher
1
-1
/
+1
2020-03-23
cifs: use mod_delayed_work() for &server->reconnect if already queued
Stefan Metzmacher
1
-2
/
+2
2020-03-23
cifs: call wake_up(&server->response_q) inside of cifs_reconnect()
Stefan Metzmacher
3
-9
/
+2
2020-03-23
cifs: handle prefix paths in reconnect
Paulo Alcantara (SUSE)
7
-59
/
+169
2020-03-23
cifs: do not ignore the SYNC flags in getattr
Steve French
1
-5
/
+17
2020-03-19
Merge tag '5.6-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2
-2
/
+4
2020-03-18
locks: reinstate locks_delete_block optimization
Linus Torvalds
1
-1
/
+2
2020-03-17
CIFS: fiemap: do not return EINVAL if get nothing
Murphy Zhou
1
-1
/
+1
2020-03-17
CIFS: Increment num_remote_opens stats counter even in case of smb2_query_dir...
Shyam Prasad N
1
-0
/
+2
2020-03-17
cifs: potential unintitliazed error code in cifs_getattr()
Dan Carpenter
1
-1
/
+1
2020-03-13
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-1
/
+0
2020-03-13
cifs_atomic_open(): fix double-put on late allocation failure
Al Viro
1
-1
/
+0
2020-02-24
cifs: Use #define in cifs_dbg
Joe Perches
1
-2
/
+2
2020-02-24
cifs: fix rename() by ensuring source handle opened with DELETE bit
Aurelien Aptel
9
-17
/
+33
[next]