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
/
dfs_cache.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-19
cifs: use a different reconnect helper for non-cifsd threads
Shyam Prasad N
1
-1
/
+1
2022-02-09
cifs: call helper functions for marking channels for reconnect
Shyam Prasad N
1
-1
/
+1
2022-01-19
cifs: cifs_ses_mark_for_reconnect should also update reconnect bits
Shyam Prasad N
1
-1
/
+1
2021-11-16
cifs: introduce cifs_ses_mark_for_reconnect() helper
Paulo Alcantara
1
-6
/
+1
2021-11-11
cifs: support nested dfs links over reconnect
Paulo Alcantara
1
-8
/
+36
2021-11-10
cifs: fix print of hdr_flags in dfscache_proc_show()
Paulo Alcantara
1
-1
/
+1
2021-07-22
cifs: support share failover when remounting
Paulo Alcantara
1
-38
/
+191
2021-06-21
cifs: fix check of dfs interlinks
Paulo Alcantara
1
-4
/
+3
2021-06-21
cifs: avoid starvation when refreshing dfs cache
Paulo Alcantara
1
-40
/
+105
2021-06-21
cifs: set a minimum of 2 minutes for refreshing dfs cache
Paulo Alcantara
1
-1
/
+2
2021-06-21
cifs: fix path comparison and hash calc
Paulo Alcantara
1
-76
/
+94
2021-06-21
cifs: handle different charsets in dfs cache
Paulo Alcantara
1
-88
/
+77
2021-06-21
cifs: keep referral server sessions alive
Paulo Alcantara
1
-427
/
+250
2021-06-21
cifs: get rid of @noreq param in __dfs_cache_find()
Paulo Alcantara
1
-14
/
+3
2021-06-21
cifs: Remove unused inline function is_sysvol_or_netlogon()
YueHaibing
1
-11
/
+0
2021-04-26
cifs: constify get_normalized_path() properly
Al Viro
1
-12
/
+13
2021-04-26
cifs: don't cargo-cult strndup()
Al Viro
1
-9
/
+9
2021-02-25
cifs: introduce helper for finding referral server to improve DFS target reso...
Paulo Alcantara
1
-16
/
+17
2021-01-29
cifs: fix dfs domain referrals
Ronnie Sahlberg
1
-3
/
+5
2021-01-13
cifs: check pointer before freeing
Tom Rix
1
-1
/
+2
2020-12-14
cifs: move cifs_cleanup_volume_info[_content] to fs_context.c
Ronnie Sahlberg
1
-2
/
+2
2020-12-14
cifs: remove the devname argument to cifs_compose_mount_options
Ronnie Sahlberg
1
-4
/
+2
2020-12-14
cifs: switch to new mount api
Ronnie Sahlberg
1
-4
/
+4
2020-12-14
cifs: rename dup_vol to smb3_fs_context_dup and move it into fs_context.c
Ronnie Sahlberg
1
-59
/
+1
2020-12-14
cifs: rename smb_vol as smb3_fs_context and move it to fs_context.h
Ronnie Sahlberg
1
-41
/
+42
2020-08-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2020-08-07
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
1
-1
/
+1
2020-08-03
cifs: handle RESP_GET_DFS_REFERRAL.PathConsumed in reconnect
Paulo Alcantara
1
-13
/
+44
2020-08-03
cifs: reduce number of referral requests in DFS link lookups
Paulo Alcantara
1
-11
/
+68
2020-06-01
cifs: Standardize logging output
Joe Perches
1
-7
/
+7
2020-03-23
cifs: handle prefix paths in reconnect
Paulo Alcantara (SUSE)
1
-0
/
+38
2020-02-04
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
1
-6
/
+7
2020-01-27
cifs: use PTR_ERR_OR_ZERO() to simplify code
Chen Zhou
1
-1
/
+1
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
2019-11-25
cifs: Fix lookup of root ses in DFS referral cache
Paulo Alcantara (SUSE)
1
-2
/
+1
2019-07-08
fs: cifs: Drop unlikely before IS_ERR(_OR_NULL)
Kefeng Wang
1
-1
/
+1
2019-05-29
dfs_cache: fix a wrong use of kfree in flush_cache_ent()
Gen Zhang
1
-2
/
+2
2019-05-08
cifs: Fix DFS cache refresher for DFS links
Paulo Alcantara (SUSE)
1
-15
/
+125
2019-01-10
cifs: Fix a tiny potential memory leak
Dan Carpenter
1
-0
/
+1
2018-12-28
cifs: Use kzfree() to free password
Dan Carpenter
1
-1
/
+1
2018-12-28
cifs: Fix to use kmem_cache_free() instead of kfree()
Wei Yongjun
1
-2
/
+2
2018-12-28
cifs: update for current_kernel_time64() removal
Stephen Rothwell
1
-2
/
+4
2018-12-28
cifs: Add DFS cache routines
Paulo Alcantara
1
-0
/
+1365