summaryrefslogtreecommitdiff
path: root/fs/cifs/cifs_dfs_ref.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: avoid dup prefix path in dfs_get_automount_devname()Paulo Alcantara2023-04-161-2/+0
* cifs: set DFS root session in cifs_get_smb_ses()Paulo Alcantara2023-03-141-0/+1
* cifs: use origin fullpath for automountsPaulo Alcantara2022-12-191-4/+20
* cifs: get rid of mount options string parsingPaulo Alcantara2022-12-191-140/+1
* cifs: use fs_context for automountsPaulo Alcantara2022-12-191-60/+40
* cifs: support nested dfs links over reconnectPaulo Alcantara2021-11-101-57/+2
* cifs: Do not use the original cruid when following DFS links for multiuser mo...Ronnie Sahlberg2021-07-141-0/+4
* cifs: use the expiry output of dns_query to schedule next resolutionShyam Prasad N2021-07-141-1/+1
* cifs: prevent NULL deref in cifs_compose_mount_options()Paulo Alcantara2021-07-091-0/+3
* cifs: fix doc warnings in cifs_dfs_ref.cBaokun Li2021-06-201-1/+1
* cifs: allocate buffer in the caller of build_path_from_dentry()Al Viro2021-04-251-4/+8
* cifs: don't cargo-cult strndup()Al Viro2021-04-251-1/+1
* cifs: fix dfs domain referralsRonnie Sahlberg2021-01-281-4/+8
* cifs: remove various function description warningsSteve French2020-12-141-0/+1
* cifs: get rid of cifs_sb->mountdataRonnie Sahlberg2020-12-131-1/+2
* cifs: remove the devname argument to cifs_compose_mount_optionsRonnie Sahlberg2020-12-131-8/+3
* cifs: switch to new mount apiRonnie Sahlberg2020-12-131-0/+4
* cifs: fix potential mismatch of UNC pathsPaulo Alcantara (SUSE)2020-02-241-0/+2
* cifs: Fix mount options set in automountPaulo Alcantara (SUSE)2020-01-261-54/+43
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-4/+1
* cifs: use correct format charactersLouis Taylor2019-03-051-2/+2
* cifs: Add support for failover in cifs_mount()Paulo Alcantara2018-12-281-5/+15
* cifs: remove set but not used variable 'sep'YueHaibing2018-12-281-3/+0
* cifs: Make use of DFS cache to get new DFS referralsPaulo Alcantara2018-12-281-38/+62
* cifs: Make devname param optional in cifs_compose_mount_options()Paulo Alcantara2018-12-231-9/+12
* CIFS: make 'nodfs' mount opt a superblock flagAurelien Aptel2018-10-231-1/+6
* CIFS: add build_path_from_dentry_optional_prefix()Aurelien Aptel2017-03-011-1/+3
* fs: Better permission checking for submountsEric W. Biederman2017-02-021-3/+4
* cifs: remove any preceding delimiter from prefix_pathSachin Prabhu2016-05-171-1/+5
* don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro2016-04-101-1/+1
* cifs: fix potential overflow in cifs_compose_mount_optionsInsu Yun2016-02-101-1/+1
* Fix that several functions handle incorrect value of mapcharsNakajima Akira2015-05-101-1/+2
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* cifs: replace strnicmp with strncasecmpRasmus Villemoes2014-10-141-3/+3
* cifs: fix composing of mount options for DFS referralsJeff Layton2013-05-241-70/+71
* cifs: fix potential buffer overrun when composing a new options stringJeff Layton2013-05-241-1/+3
* [CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches2013-05-041-20/+21
* fs/cifs/cifs_dfs_ref.c: fix potential memory leakageCong Ding2013-01-221-0/+2
* CIFS: Rename Get/FreeXid and make them work with unsigned intPavel Shilovsky2012-07-241-3/+4
* cifs: demote DFS referral lookup errors to cFYIJeff Layton2011-08-031-2/+3
* [CIFS] Rename three structures to avoid camel caseSteve French2011-05-271-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* cifs: clean up some compiler warningsJeff Layton2011-01-311-5/+4
* CIFS: Remove pointless variable assignment in cifs_dfs_do_automount()Jesper Juhl2011-01-241-1/+0
* Unexport do_add_mount() and add in follow_automount(), not ->d_automount()David Howells2011-01-151-20/+6
* CIFS: Use d_automount() rather than abusing follow_link()David Howells2011-01-151-64/+67
* Add a dentry op to allow processes to be held during pathwalk transitDavid Howells2011-01-151-4/+1
* cifs: cancel_delayed_work() + flush_scheduled_work() -> cancel_delayed_work_s...Tejun Heo2010-10-191-2/+1
* cifs: add refcounted and timestamped container for holding tconsJeff Layton2010-10-061-9/+12
* cifs: add function to get a tcon from cifs_sbJeff Layton2010-09-291-1/+1