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
2022-06-24
cifs: update cifs_ses::ip_addr after failover
Paulo Alcantara
1
-1
/
+7
2022-06-24
cifs: avoid deadlocks while updating iface
Shyam Prasad N
2
-15
/
+33
2022-06-23
cifs: periodically query network interfaces from server
Shyam Prasad N
4
-1
/
+35
2022-06-23
cifs: during reconnect, update interface if necessary
Shyam Prasad N
3
-0
/
+88
2022-06-23
cifs: change iface_list from array to sorted linked list
Shyam Prasad N
6
-129
/
+201
2022-06-23
smb3: use netname when available on secondary channels
Shyam Prasad N
1
-2
/
+9
2022-06-21
smb3: fix empty netname context on secondary channels
Steve French
1
-6
/
+8
2022-06-18
cifs: when a channel is not found for server, log its connection id
Shyam Prasad N
1
-0
/
+3
2022-06-17
smb3: add trace point for SMB2_set_eof
Steve French
2
-0
/
+40
2022-06-12
Merge tag '5.19-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
6
-14
/
+29
2022-06-11
cifs: populate empty hostnames for extra channels
Shyam Prasad N
2
-1
/
+8
2022-06-10
netfs: Further cleanups after struct netfs_inode wrapper introduced
Linus Torvalds
1
-1
/
+1
2022-06-09
netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context
David Howells
8
-32
/
+28
2022-06-07
cifs: return errors during session setup during reconnects
Shyam Prasad N
1
-0
/
+3
2022-06-06
cifs: fix reconnect on smb3 mount types
Paulo Alcantara
3
-13
/
+18
2022-06-04
cifs: fix uninitialized pointer in error case in dfs_cache_get_tgt_share
Steve French
1
-1
/
+2
2022-06-03
cifs: skip trailing separators of prefix paths
Paulo Alcantara
1
-36
/
+49
2022-06-02
cifs: update internal module number
Steve French
1
-2
/
+3
2022-06-02
cifs: version operations for smb20 unneeded when legacy support disabled
Steve French
2
-2
/
+9
2022-06-02
cifs: do not build smb1ops if legacy support is disabled
Steve French
1
-1
/
+3
2022-06-01
cifs: fix potential deadlock in direct reclaim
Vincent Whitchurch
10
-53
/
+71
2022-06-01
cifs: when extending a file with falloc we should make files not-sparse
Ronnie Sahlberg
1
-1
/
+1
2022-05-31
cifs: remove repeated debug message on cifs_put_smb_ses()
Enzo Matsumiya
1
-1
/
+0
2022-05-31
cifs: fix potential double free during failed mount
Ronnie Sahlberg
1
-4
/
+6
2022-05-28
Merge tag '5.19-rc-smb3-client-fixes-updated' of git://git.samba.org/sfrench/...
Linus Torvalds
22
-182
/
+452
2022-05-27
smb3: remove unneeded null check in cifs_readdir
Steve French
2
-4
/
+3
2022-05-27
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-1
/
+1
2022-05-26
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+6
2022-05-25
cifs: fix ntlmssp on old servers
Paulo Alcantara
6
-49
/
+26
2022-05-24
cifs: cache the dirents for entries in a cached directory
Ronnie Sahlberg
4
-8
/
+213
2022-05-24
cifs: avoid parallel session setups on same channel
Shyam Prasad N
5
-7
/
+65
2022-05-24
cifs: use new enum for ses_status
Shyam Prasad N
8
-32
/
+39
2022-05-24
cifs: do not use tcpStatus after negotiate completes
Shyam Prasad N
3
-14
/
+15
2022-05-24
Merge tag 'v5.18' into rdma.git for-next
Jason Gunthorpe
10
-42
/
+83
2022-05-24
smb3: add mount parm nosparse
Steve French
5
-1
/
+11
2022-05-24
smb3: don't set rc when used and unneeded in query_info_compound
Steve French
1
-1
/
+1
2022-05-24
smb3: check for null tcon
Steve French
1
-2
/
+5
2022-05-24
cifs: fix minor compile warning
Steve French
1
-0
/
+2
2022-05-24
Add various fsctl structs
Steve French
1
-22
/
+0
2022-05-22
smb3: add trace point for oplock not found
Steve French
2
-0
/
+5
2022-05-22
cifs: return the more nuanced writeback error on close()
ChenXiaoSong
1
-1
/
+4
2022-05-22
smb3: add trace point for lease not found issue
Steve French
2
-0
/
+7
2022-05-22
cifs: smbd: fix typo in comment
Julia Lawall
1
-1
/
+1
2022-05-21
cifs: set the CREATE_NOT_FILE when opening the directory in use_cached_dir()
Ronnie Sahlberg
2
-3
/
+7
2022-05-21
cifs: check for smb1 in open_cached_dir()
Ronnie Sahlberg
1
-1
/
+2
2022-05-21
cifs: move definition of cifs_fattr earlier in cifsglob.h
Ronnie Sahlberg
1
-31
/
+31
2022-05-21
cifs: print TIDs as hex
Enzo Matsumiya
2
-2
/
+2
2022-05-21
cifs: return ENOENT for DFS lookup_cache_entry()
Enzo Matsumiya
3
-10
/
+8
2022-05-21
cifs: don't call cifs_dfs_query_info_nonascii_quirk() if nodfs was set
Enzo Matsumiya
1
-4
/
+12
2022-05-19
cifs: fix signed integer overflow when fl_end is OFFSET_MAX
Paulo Alcantara
3
-5
/
+11
[next]