summaryrefslogtreecommitdiff
path: root/include/uapi/linux/rio_mport_cdev.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-09-18 13:42:24 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-09-18 13:42:24 +0200
commitf7eb8f60cadbedd31a2f39d8866b991b67434f2c (patch)
tree9ebef0de2e702686e3a81a0e37a10372e295a8bc /include/uapi/linux/rio_mport_cdev.h
parent46fc93590fb37bc161349b64bcfef88b200cbb78 (diff)
downloadkernel-linux-5.13.y.tar.gz
Linux 5.13.19linux-5.13.y
Link: https://lore.kernel.org/r/20210916155803.966362085@linuxfoundation.org Tested-by: Shuah Khan <skhan@linuxfoundation.org> Tested-by: Florian Fainelli <f.fainelli@gmail.com Tested-by: Jon Hunter <jonathanh@nvidia.com> Tested-by: Linux Kernel Functional Testing <lkft@linaro.org> Tested-by: Guenter Roeck <linux@roeck-us.net> Tested-by: Fox Chen <foxhlchen@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/uapi/linux/rio_mport_cdev.h')
0 files changed, 0 insertions, 0 deletions
dfs_cache.c?id=2b133b7e216b9dae42fe504c7aa090363d96745a'>cifs: get rid of @noreq param in __dfs_cache_find()Paulo Alcantara 2021-06-20cifs: Remove unused inline function is_sysvol_or_netlogon()YueHaibing 2021-04-25cifs: constify get_normalized_path() properlyAl Viro 2021-04-25cifs: don't cargo-cult strndup()Al Viro 2021-02-25cifs: introduce helper for finding referral server to improve DFS target reso...Paulo Alcantara 2021-01-28cifs: fix dfs domain referralsRonnie Sahlberg 2021-01-13cifs: check pointer before freeingTom Rix 2020-12-14cifs: move cifs_cleanup_volume_info[_content] to fs_context.cRonnie Sahlberg 2020-12-13cifs: remove the devname argument to cifs_compose_mount_optionsRonnie Sahlberg 2020-12-13cifs: switch to new mount apiRonnie Sahlberg 2020-12-13cifs: rename dup_vol to smb3_fs_context_dup and move it into fs_context.cRonnie Sahlberg 2020-12-13cifs: rename smb_vol as smb3_fs_context and move it to fs_context.hRonnie Sahlberg 2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds 2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long 2020-08-02cifs: handle RESP_GET_DFS_REFERRAL.PathConsumed in reconnectPaulo Alcantara 2020-08-02cifs: reduce number of referral requests in DFS link lookupsPaulo Alcantara 2020-06-01cifs: Standardize logging outputJoe Perches 2020-03-22cifs: handle prefix paths in reconnectPaulo Alcantara (SUSE) 2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan 2020-01-26cifs: use PTR_ERR_OR_ZERO() to simplify codeChen Zhou 2020-01-26cifs: fix unitialized variable poential problem with network I/O cache lock p...Steve French 2020-01-26cifs: Fix return value in __update_cache_entryYueHaibing 2020-01-26cifs: Avoid doing network I/O while holding cache lockPaulo Alcantara (SUSE) 2020-01-26cifs: Fix potential deadlock when updating vol in cifs_reconnect()Paulo Alcantara (SUSE) 2020-01-26cifs: Merge is_path_valid() into get_normalized_path()Paulo Alcantara (SUSE) 2020-01-26cifs: Introduce helpers for finding TCP connectionPaulo Alcantara (SUSE) 2020-01-26cifs: Get rid of kstrdup_const()'d pathsPaulo Alcantara (SUSE) 2020-01-26cifs: Clean up DFS referral cachePaulo Alcantara (SUSE) 2019-11-25cifs: Fix lookup of root ses in DFS referral cachePaulo Alcantara (SUSE)