index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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
2023-03-22
cifs: fix use-after-free bug in refresh_cache_worker()
Paulo Alcantara
1
-140
/
+0
2023-01-18
cifs: remove unused function
Paulo Alcantara
1
-60
/
+0
2023-01-18
cifs: fix return of uninitialized rc in dfs_cache_update_tgthint()
Paulo Alcantara
1
-3
/
+3
2023-01-18
cifs: handle cache lookup errors different than -ENOENT
Paulo Alcantara
1
-2
/
+9
2023-01-18
cifs: remove duplicate code in __refresh_tcon()
Paulo Alcantara
1
-38
/
+33
2023-01-18
cifs: don't take exclusive lock for updating target hints
Paulo Alcantara
1
-27
/
+20
2023-01-18
cifs: avoid re-lookups in dfs_cache_find()
Paulo Alcantara
1
-24
/
+34
2023-01-18
cifs: fix potential deadlock in cache_refresh_path()
Paulo Alcantara
1
-19
/
+23
2023-01-11
cifs: remove redundant assignment to the variable match
Colin Ian King
1
-1
/
+0
2022-12-19
cifs: don't block in dfs_cache_noreq_update_tgthint()
Paulo Alcantara
1
-11
/
+7
2022-12-19
cifs: refresh root referrals
Paulo Alcantara
1
-18
/
+22
2022-12-19
cifs: fix refresh of cached referrals
Paulo Alcantara
1
-115
/
+25
2022-12-19
cifs: don't refresh cached referrals from unactive mounts
Paulo Alcantara
1
-72
/
+1
2022-12-19
cifs: share dfs connections and supers
Paulo Alcantara
1
-11
/
+3
2022-12-19
cifs: set resolved ip in sockaddr
Paulo Alcantara
1
-12
/
+5
2022-10-05
smb3: add dynamic trace points for tree disconnect
Steve French
1
-1
/
+1
2022-08-01
cifs: avoid use of global locks for high contention data
Shyam Prasad N
1
-1
/
+7
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-01
cifs: fix potential deadlock in direct reclaim
Vincent Whitchurch
1
-2
/
+2
2022-05-21
cifs: return ENOENT for DFS lookup_cache_entry()
Enzo Matsumiya
1
-3
/
+3
2022-04-21
cifs: fix NULL ptr dereference in refresh_mounts()
Paulo Alcantara
1
-7
/
+12
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
[next]