Age | Commit message (Expand) | Author | Files | Lines |
2020-03-23 | cifs: handle prefix paths in reconnect | Paulo Alcantara (SUSE) | 1 | -0/+38 |
2020-02-04 | proc: convert everything to "struct proc_ops" | Alexey Dobriyan | 1 | -6/+7 |
2020-01-27 | cifs: use PTR_ERR_OR_ZERO() to simplify code | Chen Zhou | 1 | -1/+1 |
2020-01-27 | cifs: fix unitialized variable poential problem with network I/O cache lock p... | Steve French | 1 | -1/+1 |
2020-01-27 | cifs: Fix return value in __update_cache_entry | YueHaibing | 1 | -1/+1 |
2020-01-27 | cifs: Avoid doing network I/O while holding cache lock | Paulo Alcantara (SUSE) | 1 | -264/+283 |
2020-01-27 | cifs: Fix potential deadlock when updating vol in cifs_reconnect() | Paulo Alcantara (SUSE) | 1 | -32/+77 |
2020-01-27 | cifs: Merge is_path_valid() into get_normalized_path() | Paulo Alcantara (SUSE) | 1 | -17/+4 |
2020-01-27 | cifs: Introduce helpers for finding TCP connection | Paulo Alcantara (SUSE) | 1 | -13/+31 |
2020-01-27 | cifs: Get rid of kstrdup_const()'d paths | Paulo Alcantara (SUSE) | 1 | -3/+3 |
2020-01-27 | cifs: Clean up DFS referral cache | Paulo Alcantara (SUSE) | 1 | -286/+279 |
2019-11-25 | cifs: Fix lookup of root ses in DFS referral cache | Paulo Alcantara (SUSE) | 1 | -2/+1 |
2019-07-08 | fs: cifs: Drop unlikely before IS_ERR(_OR_NULL) | Kefeng Wang | 1 | -1/+1 |
2019-05-29 | dfs_cache: fix a wrong use of kfree in flush_cache_ent() | Gen Zhang | 1 | -2/+2 |
2019-05-08 | cifs: Fix DFS cache refresher for DFS links | Paulo Alcantara (SUSE) | 1 | -15/+125 |
2019-01-10 | cifs: Fix a tiny potential memory leak | Dan Carpenter | 1 | -0/+1 |
2018-12-28 | cifs: Use kzfree() to free password | Dan Carpenter | 1 | -1/+1 |
2018-12-28 | cifs: Fix to use kmem_cache_free() instead of kfree() | Wei Yongjun | 1 | -2/+2 |
2018-12-28 | cifs: update for current_kernel_time64() removal | Stephen Rothwell | 1 | -2/+4 |
2018-12-28 | cifs: Add DFS cache routines | Paulo Alcantara | 1 | -0/+1365 |