index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
dfs_cache.c
Age
Commit message (
Expand
)
Author
2021-02-25
cifs: introduce helper for finding referral server to improve DFS target reso...
Paulo Alcantara
2021-01-28
cifs: fix dfs domain referrals
Ronnie Sahlberg
2021-01-13
cifs: check pointer before freeing
Tom Rix
2020-12-14
cifs: move cifs_cleanup_volume_info[_content] to fs_context.c
Ronnie Sahlberg
2020-12-13
cifs: remove the devname argument to cifs_compose_mount_options
Ronnie Sahlberg
2020-12-13
cifs: switch to new mount api
Ronnie Sahlberg
2020-12-13
cifs: rename dup_vol to smb3_fs_context_dup and move it into fs_context.c
Ronnie Sahlberg
2020-12-13
cifs: rename smb_vol as smb3_fs_context and move it to fs_context.h
Ronnie Sahlberg
2020-08-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-08-07
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
2020-08-02
cifs: handle RESP_GET_DFS_REFERRAL.PathConsumed in reconnect
Paulo Alcantara
2020-08-02
cifs: reduce number of referral requests in DFS link lookups
Paulo Alcantara
2020-06-01
cifs: Standardize logging output
Joe Perches
2020-03-22
cifs: handle prefix paths in reconnect
Paulo Alcantara (SUSE)
2020-02-04
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
2020-01-26
cifs: use PTR_ERR_OR_ZERO() to simplify code
Chen Zhou
2020-01-26
cifs: fix unitialized variable poential problem with network I/O cache lock p...
Steve French
2020-01-26
cifs: Fix return value in __update_cache_entry
YueHaibing
2020-01-26
cifs: Avoid doing network I/O while holding cache lock
Paulo Alcantara (SUSE)
2020-01-26
cifs: Fix potential deadlock when updating vol in cifs_reconnect()
Paulo Alcantara (SUSE)
2020-01-26
cifs: Merge is_path_valid() into get_normalized_path()
Paulo Alcantara (SUSE)
2020-01-26
cifs: Introduce helpers for finding TCP connection
Paulo Alcantara (SUSE)
2020-01-26
cifs: Get rid of kstrdup_const()'d paths
Paulo Alcantara (SUSE)
2020-01-26
cifs: Clean up DFS referral cache
Paulo Alcantara (SUSE)
2019-11-25
cifs: Fix lookup of root ses in DFS referral cache
Paulo Alcantara (SUSE)
2019-07-07
fs: cifs: Drop unlikely before IS_ERR(_OR_NULL)
Kefeng Wang
2019-05-28
dfs_cache: fix a wrong use of kfree in flush_cache_ent()
Gen Zhang
2019-05-07
cifs: Fix DFS cache refresher for DFS links
Paulo Alcantara (SUSE)
2019-01-10
cifs: Fix a tiny potential memory leak
Dan Carpenter
2018-12-28
cifs: Use kzfree() to free password
Dan Carpenter
2018-12-28
cifs: Fix to use kmem_cache_free() instead of kfree()
Wei Yongjun
2018-12-28
cifs: update for current_kernel_time64() removal
Stephen Rothwell
2018-12-28
cifs: Add DFS cache routines
Paulo Alcantara