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-02-10
Merge tag '5.6-rc-smb3-plugfest-patches' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
22
-129
/
+247
2020-02-07
smb3: Add defines for new information level, FileIdInformation
Steve French
1
-0
/
+8
2020-02-07
smb3: print warning once if posix context returned on open
Steve French
2
-0
/
+30
2020-02-07
smb3: add one more dynamic tracepoint missing from strict fsync path
Steve French
1
-1
/
+3
2020-02-07
cifs: fix mode bits from dir listing when mounted with modefromsid
Aurelien Aptel
1
-1
/
+2
2020-02-06
cifs: fix channel signing
Aurelien Aptel
1
-2
/
+3
2020-02-06
cifs: add SMB3 change notification support
Steve French
5
-0
/
+87
2020-02-06
cifs: make multichannel warning more visible
Aurelien Aptel
1
-1
/
+1
2020-02-06
cifs: fix soft mounts hanging in the reconnect code
Ronnie Sahlberg
1
-1
/
+1
2020-02-06
cifs: Add tracepoints for errors on flush or fsync
Steve French
2
-2
/
+32
2020-02-06
cifs: log warning message (once) if out of disk space
Steve French
1
-0
/
+3
2020-02-05
cifs: fail i/o on soft mounts if sessionsetup errors out
Ronnie Sahlberg
1
-2
/
+8
2020-02-05
smb3: fix problem with null cifs super block with previous patch
Steve French
2
-2
/
+2
2020-02-05
Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-6
/
+7
2020-02-04
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
3
-61
/
+62
2020-02-04
SMB3: Backup intent flag missing from some more ops
Amir Goldstein
14
-118
/
+68
2020-02-01
cifs: update internal module version number
Steve French
1
-1
/
+1
2020-01-31
cifs: fix soft mounts hanging in the reconnect code
Ronnie Sahlberg
1
-1
/
+1
2020-01-27
CIFS: Fix task struct use-after-free on reconnect
Vincent Whitchurch
3
-0
/
+6
2020-01-27
cifs: use PTR_ERR_OR_ZERO() to simplify code
Chen Zhou
1
-1
/
+1
2020-01-27
cifs: add support for fallocate mode 0 for non-sparse files
Ronnie Sahlberg
3
-37
/
+34
2020-01-27
cifs: fix NULL dereference in match_prepath
Ronnie Sahlberg
1
-2
/
+4
2020-01-27
smb3: fix default permissions on new files when mounting with modefromsid
Steve French
3
-3
/
+29
2020-01-27
CIFS: Add support for setting owner info, dos attributes, and create time
Boris Protopopov
1
-11
/
+117
2020-01-27
cifs: remove set but not used variable 'server'
YueHaibing
1
-4
/
+1
2020-01-27
cifs: Fix memory allocation in __smb2_handle_cancelled_cmd()
Paulo Alcantara (SUSE)
1
-1
/
+1
2020-01-27
cifs: Fix mount options set in automount
Paulo Alcantara (SUSE)
1
-54
/
+43
2020-01-27
cifs: fix unitialized variable poential problem with network I/O cache lock p...
Steve French
1
-1
/
+1
2020-01-27
cifs: Fix return value in __update_cache_entry
YueHaibing
1
-1
/
+1
2020-01-27
cifs: Avoid doing network I/O while holding cache lock
Paulo Alcantara (SUSE)
1
-264
/
+283
2020-01-27
cifs: Fix potential deadlock when updating vol in cifs_reconnect()
Paulo Alcantara (SUSE)
1
-32
/
+77
2020-01-27
cifs: Merge is_path_valid() into get_normalized_path()
Paulo Alcantara (SUSE)
1
-17
/
+4
2020-01-27
cifs: Introduce helpers for finding TCP connection
Paulo Alcantara (SUSE)
1
-13
/
+31
2020-01-27
cifs: Get rid of kstrdup_const()'d paths
Paulo Alcantara (SUSE)
1
-3
/
+3
2020-01-27
cifs: Clean up DFS referral cache
Paulo Alcantara (SUSE)
1
-286
/
+279
2020-01-27
cifs: Don't use iov_iter::type directly
David Howells
1
-4
/
+4
2020-01-27
cifs: set correct max-buffer-size for smb2_ioctl_init()
Ronnie Sahlberg
1
-2
/
+7
2020-01-27
cifs: use compounding for open and first query-dir for readdir()
Ronnie Sahlberg
2
-12
/
+87
2020-01-27
cifs: create a helper function to parse the query-directory response buffer
Ronnie Sahlberg
1
-46
/
+63
2020-01-27
cifs: prepare SMB2_query_directory to be used with compounding
Ronnie Sahlberg
3
-36
/
+82
2020-01-27
fs/cifs/cifssmb.c: use true,false for bool variable
zhengbin
1
-2
/
+2
2020-01-27
fs/cifs/smb2ops.c: use true,false for bool variable
zhengbin
1
-1
/
+1
2019-12-23
cifs: Optimize readdir on reparse points
Paulo Alcantara (SUSE)
2
-9
/
+55
2019-12-23
cifs: Adjust indentation in smb2_open_file
Nathan Chancellor
1
-1
/
+1
2019-12-13
CIFS: Close cached root handle only if it has a lease
Pavel Shilovsky
5
-4
/
+25
2019-12-13
SMB3: Fix crash in SMB2_open_init due to uninitialized field in compounding path
Steve French
1
-0
/
+1
2019-12-10
smb3: fix refcount underflow warning on unmount when no directory leases
Steve French
1
-1
/
+2
2019-12-09
fs: cifs: Delete usage of timespec64_trunc
Deepa Dinamani
1
-6
/
+7
2019-12-08
Merge tag '5.5-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
13
-72
/
+265
2019-12-08
smb3: improve check for when we send the security descriptor context on create
Steve French
1
-0
/
+2
[next]