summaryrefslogtreecommitdiffstats
path: root/fs/cifs/dfs_cache.c
Commit message (Expand)AuthorAgeFilesLines
* smb3: add dynamic trace points for tree disconnectSteve French2022-10-051-1/+1
* cifs: avoid use of global locks for high contention dataShyam Prasad N2022-08-011-1/+7
* cifs: fix uninitialized pointer in error case in dfs_cache_get_tgt_shareSteve French2022-06-041-1/+2
* cifs: skip trailing separators of prefix pathsPaulo Alcantara2022-06-031-36/+49
* cifs: fix potential deadlock in direct reclaimVincent Whitchurch2022-06-011-2/+2
* cifs: return ENOENT for DFS lookup_cache_entry()Enzo Matsumiya2022-05-201-3/+3
* cifs: fix NULL ptr dereference in refresh_mounts()Paulo Alcantara2022-04-201-7/+12
* cifs: use a different reconnect helper for non-cifsd threadsShyam Prasad N2022-03-181-1/+1
* cifs: call helper functions for marking channels for reconnectShyam Prasad N2022-02-081-1/+1
* cifs: cifs_ses_mark_for_reconnect should also update reconnect bitsShyam Prasad N2022-01-191-1/+1
* 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