summaryrefslogtreecommitdiffstats
path: root/fs/cifs/dfs_cache.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: introduce cifs_ses_mark_for_reconnect() helperPaulo Alcantara2021-11-161-6/+1
* cifs: support nested dfs links over reconnectPaulo Alcantara2021-11-101-8/+36
* cifs: fix print of hdr_flags in dfscache_proc_show()Paulo Alcantara2021-11-091-1/+1
* cifs: support share failover when remountingPaulo Alcantara2021-07-221-38/+191
* cifs: fix check of dfs interlinksPaulo Alcantara2021-06-201-4/+3
* cifs: avoid starvation when refreshing dfs cachePaulo Alcantara2021-06-201-40/+105
* cifs: set a minimum of 2 minutes for refreshing dfs cachePaulo Alcantara2021-06-201-1/+2
* cifs: fix path comparison and hash calcPaulo Alcantara2021-06-201-76/+94
* cifs: handle different charsets in dfs cachePaulo Alcantara2021-06-201-88/+77
* cifs: keep referral server sessions alivePaulo Alcantara2021-06-201-427/+250
* cifs: get rid of @noreq param in __dfs_cache_find()Paulo Alcantara2021-06-201-14/+3
* cifs: Remove unused inline function is_sysvol_or_netlogon()YueHaibing2021-06-201-11/+0
* cifs: constify get_normalized_path() properlyAl Viro2021-04-251-12/+13
* cifs: don't cargo-cult strndup()Al Viro2021-04-251-9/+9
* cifs: introduce helper for finding referral server to improve DFS target reso...Paulo Alcantara2021-02-251-16/+17
* cifs: fix dfs domain referralsRonnie Sahlberg2021-01-281-3/+5
* cifs: check pointer before freeingTom Rix2021-01-131-1/+2
* cifs: move cifs_cleanup_volume_info[_content] to fs_context.cRonnie Sahlberg2020-12-141-2/+2
* cifs: remove the devname argument to cifs_compose_mount_optionsRonnie Sahlberg2020-12-131-4/+2
* cifs: switch to new mount apiRonnie Sahlberg2020-12-131-4/+4
* cifs: rename dup_vol to smb3_fs_context_dup and move it into fs_context.cRonnie Sahlberg2020-12-131-59/+1
* cifs: rename smb_vol as smb3_fs_context and move it to fs_context.hRonnie Sahlberg2020-12-131-41/+42
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-071-1/+1
|\
| * mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-1/+1
* | cifs: handle RESP_GET_DFS_REFERRAL.PathConsumed in reconnectPaulo Alcantara2020-08-021-13/+44
* | cifs: reduce number of referral requests in DFS link lookupsPaulo Alcantara2020-08-021-11/+68
|/
* cifs: Standardize logging outputJoe Perches2020-06-011-7/+7
* cifs: handle prefix paths in reconnectPaulo Alcantara (SUSE)2020-03-221-0/+38
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-6/+7
* cifs: use PTR_ERR_OR_ZERO() to simplify codeChen Zhou2020-01-261-1/+1
* cifs: fix unitialized variable poential problem with network I/O cache lock p...Steve French2020-01-261-1/+1
* cifs: Fix return value in __update_cache_entryYueHaibing2020-01-261-1/+1
* cifs: Avoid doing network I/O while holding cache lockPaulo Alcantara (SUSE)2020-01-261-264/+283
* cifs: Fix potential deadlock when updating vol in cifs_reconnect()Paulo Alcantara (SUSE)2020-01-261-32/+77
* cifs: Merge is_path_valid() into get_normalized_path()Paulo Alcantara (SUSE)2020-01-261-17/+4
* cifs: Introduce helpers for finding TCP connectionPaulo Alcantara (SUSE)2020-01-261-13/+31
* cifs: Get rid of kstrdup_const()'d pathsPaulo Alcantara (SUSE)2020-01-261-3/+3
* cifs: Clean up DFS referral cachePaulo Alcantara (SUSE)2020-01-261-286/+279
* cifs: Fix lookup of root ses in DFS referral cachePaulo Alcantara (SUSE)2019-11-251-2/+1
* fs: cifs: Drop unlikely before IS_ERR(_OR_NULL)Kefeng Wang2019-07-071-1/+1
* dfs_cache: fix a wrong use of kfree in flush_cache_ent()Gen Zhang2019-05-281-2/+2
* cifs: Fix DFS cache refresher for DFS linksPaulo Alcantara (SUSE)2019-05-071-15/+125
* cifs: Fix a tiny potential memory leakDan Carpenter2019-01-101-0/+1
* cifs: Use kzfree() to free passwordDan Carpenter2018-12-281-1/+1
* cifs: Fix to use kmem_cache_free() instead of kfree()Wei Yongjun2018-12-281-2/+2
* cifs: update for current_kernel_time64() removalStephen Rothwell2018-12-281-2/+4
* cifs: Add DFS cache routinesPaulo Alcantara2018-12-281-0/+1365