aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/dfs_cache.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-01cifs: avoid use of global locks for high contention dataGravatar Shyam Prasad N 1-1/+7
2022-06-04cifs: fix uninitialized pointer in error case in dfs_cache_get_tgt_shareGravatar Steve French 1-1/+2
2022-06-03cifs: skip trailing separators of prefix pathsGravatar Paulo Alcantara 1-36/+49
2022-06-01cifs: fix potential deadlock in direct reclaimGravatar Vincent Whitchurch 1-2/+2
2022-05-20cifs: return ENOENT for DFS lookup_cache_entry()Gravatar Enzo Matsumiya 1-3/+3
2022-04-20cifs: fix NULL ptr dereference in refresh_mounts()Gravatar Paulo Alcantara 1-7/+12
2022-03-18cifs: use a different reconnect helper for non-cifsd threadsGravatar Shyam Prasad N 1-1/+1
2022-02-08cifs: call helper functions for marking channels for reconnectGravatar Shyam Prasad N 1-1/+1
2022-01-19cifs: cifs_ses_mark_for_reconnect should also update reconnect bitsGravatar Shyam Prasad N 1-1/+1
2021-11-16cifs: introduce cifs_ses_mark_for_reconnect() helperGravatar Paulo Alcantara 1-6/+1
2021-11-10cifs: support nested dfs links over reconnectGravatar Paulo Alcantara 1-8/+36
2021-11-09cifs: fix print of hdr_flags in dfscache_proc_show()Gravatar Paulo Alcantara 1-1/+1
2021-07-22cifs: support share failover when remountingGravatar Paulo Alcantara 1-38/+191
2021-06-20cifs: fix check of dfs interlinksGravatar Paulo Alcantara 1-4/+3
2021-06-20cifs: avoid starvation when refreshing dfs cacheGravatar Paulo Alcantara 1-40/+105
2021-06-20cifs: set a minimum of 2 minutes for refreshing dfs cacheGravatar Paulo Alcantara 1-1/+2
2021-06-20cifs: fix path comparison and hash calcGravatar Paulo Alcantara 1-76/+94
2021-06-20cifs: handle different charsets in dfs cacheGravatar Paulo Alcantara 1-88/+77
2021-06-20cifs: keep referral server sessions aliveGravatar Paulo Alcantara 1-427/+250
2021-06-20cifs: get rid of @noreq param in __dfs_cache_find()Gravatar Paulo Alcantara 1-14/+3
2021-06-20cifs: Remove unused inline function is_sysvol_or_netlogon()Gravatar YueHaibing 1-11/+0
2021-04-25cifs: constify get_normalized_path() properlyGravatar Al Viro 1-12/+13
2021-04-25cifs: don't cargo-cult strndup()Gravatar Al Viro 1-9/+9
2021-02-25cifs: introduce helper for finding referral server to improve DFS target reso...Gravatar Paulo Alcantara 1-16/+17
2021-01-28cifs: fix dfs domain referralsGravatar Ronnie Sahlberg 1-3/+5
2021-01-13cifs: check pointer before freeingGravatar Tom Rix 1-1/+2
2020-12-14cifs: move cifs_cleanup_volume_info[_content] to fs_context.cGravatar Ronnie Sahlberg 1-2/+2
2020-12-13cifs: remove the devname argument to cifs_compose_mount_optionsGravatar Ronnie Sahlberg 1-4/+2
2020-12-13cifs: switch to new mount apiGravatar Ronnie Sahlberg 1-4/+4
2020-12-13cifs: rename dup_vol to smb3_fs_context_dup and move it into fs_context.cGravatar Ronnie Sahlberg 1-59/+1
2020-12-13cifs: rename smb_vol as smb3_fs_context and move it to fs_context.hGravatar Ronnie Sahlberg 1-41/+42
2020-08-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Gravatar Waiman Long 1-1/+1
2020-08-02cifs: handle RESP_GET_DFS_REFERRAL.PathConsumed in reconnectGravatar Paulo Alcantara 1-13/+44
2020-08-02cifs: reduce number of referral requests in DFS link lookupsGravatar Paulo Alcantara 1-11/+68
2020-06-01cifs: Standardize logging outputGravatar Joe Perches 1-7/+7
2020-03-22cifs: handle prefix paths in reconnectGravatar Paulo Alcantara (SUSE) 1-0/+38
2020-02-04proc: convert everything to "struct proc_ops"Gravatar Alexey Dobriyan 1-6/+7
2020-01-26cifs: use PTR_ERR_OR_ZERO() to simplify codeGravatar Chen Zhou 1-1/+1
2020-01-26cifs: fix unitialized variable poential problem with network I/O cache lock p...Gravatar Steve French 1-1/+1
2020-01-26cifs: Fix return value in __update_cache_entryGravatar YueHaibing 1-1/+1
2020-01-26cifs: Avoid doing network I/O while holding cache lockGravatar Paulo Alcantara (SUSE) 1-264/+283
2020-01-26cifs: Fix potential deadlock when updating vol in cifs_reconnect()Gravatar Paulo Alcantara (SUSE) 1-32/+77
2020-01-26cifs: Merge is_path_valid() into get_normalized_path()Gravatar Paulo Alcantara (SUSE) 1-17/+4
2020-01-26cifs: Introduce helpers for finding TCP connectionGravatar Paulo Alcantara (SUSE) 1-13/+31
2020-01-26cifs: Get rid of kstrdup_const()'d pathsGravatar Paulo Alcantara (SUSE) 1-3/+3
2020-01-26cifs: Clean up DFS referral cacheGravatar Paulo Alcantara (SUSE) 1-286/+279
2019-11-25cifs: Fix lookup of root ses in DFS referral cacheGravatar Paulo Alcantara (SUSE) 1-2/+1
2019-07-07fs: cifs: Drop unlikely before IS_ERR(_OR_NULL)Gravatar Kefeng Wang 1-1/+1
2019-05-28dfs_cache: fix a wrong use of kfree in flush_cache_ent()Gravatar Gen Zhang 1-2/+2