aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifs_dfs_ref.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-10cifs: support nested dfs links over reconnectPaulo Alcantara1-57/+2
2021-07-14cifs: Do not use the original cruid when following DFS links for multiuser mountsRonnie Sahlberg1-0/+4
2021-07-14cifs: use the expiry output of dns_query to schedule next resolutionShyam Prasad N1-1/+1
2021-07-09cifs: prevent NULL deref in cifs_compose_mount_options()Paulo Alcantara1-0/+3
2021-06-20cifs: fix doc warnings in cifs_dfs_ref.cBaokun Li1-1/+1
2021-04-25cifs: allocate buffer in the caller of build_path_from_dentry()Al Viro1-4/+8
2021-04-25cifs: don't cargo-cult strndup()Al Viro1-1/+1
2021-01-28cifs: fix dfs domain referralsRonnie Sahlberg1-4/+8
2020-12-14cifs: remove various function description warningsSteve French1-0/+1
2020-12-13cifs: get rid of cifs_sb->mountdataRonnie Sahlberg1-1/+2
2020-12-13cifs: remove the devname argument to cifs_compose_mount_optionsRonnie Sahlberg1-8/+3
2020-12-13cifs: switch to new mount apiRonnie Sahlberg1-0/+4
2020-02-24cifs: fix potential mismatch of UNC pathsPaulo Alcantara (SUSE)1-0/+2
2020-01-26cifs: Fix mount options set in automountPaulo Alcantara (SUSE)1-54/+43
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-4/+1
2019-03-05cifs: use correct format charactersLouis Taylor1-2/+2
2018-12-28cifs: Add support for failover in cifs_mount()Paulo Alcantara1-5/+15
2018-12-28cifs: remove set but not used variable 'sep'YueHaibing1-3/+0
2018-12-28cifs: Make use of DFS cache to get new DFS referralsPaulo Alcantara1-38/+62
2018-12-23cifs: Make devname param optional in cifs_compose_mount_options()Paulo Alcantara1-9/+12
2018-10-23CIFS: make 'nodfs' mount opt a superblock flagAurelien Aptel1-1/+6
2017-03-01CIFS: add build_path_from_dentry_optional_prefix()Aurelien Aptel1-1/+3
2017-02-02fs: Better permission checking for submountsEric W. Biederman1-3/+4
2016-05-17cifs: remove any preceding delimiter from prefix_pathSachin Prabhu1-1/+5
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro1-1/+1
2016-02-10cifs: fix potential overflow in cifs_compose_mount_optionsInsu Yun1-1/+1
2015-05-10Fix that several functions handle incorrect value of mapcharsNakajima Akira1-1/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
2014-10-14cifs: replace strnicmp with strncasecmpRasmus Villemoes1-3/+3
2013-05-24cifs: fix composing of mount options for DFS referralsJeff Layton1-70/+71
2013-05-24cifs: fix potential buffer overrun when composing a new options stringJeff Layton1-1/+3
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches1-20/+21
2013-01-22fs/cifs/cifs_dfs_ref.c: fix potential memory leakageCong Ding1-0/+2
2012-07-24CIFS: Rename Get/FreeXid and make them work with unsigned intPavel Shilovsky1-3/+4
2011-08-03cifs: demote DFS referral lookup errors to cFYIJeff Layton1-2/+3
2011-05-27[CIFS] Rename three structures to avoid camel caseSteve French1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-31cifs: clean up some compiler warningsJeff Layton1-5/+4
2011-01-24CIFS: Remove pointless variable assignment in cifs_dfs_do_automount()Jesper Juhl1-1/+0
2011-01-15Unexport do_add_mount() and add in follow_automount(), not ->d_automount()David Howells1-20/+6
2011-01-15CIFS: Use d_automount() rather than abusing follow_link()David Howells1-64/+67
2011-01-15Add a dentry op to allow processes to be held during pathwalk transitDavid Howells1-4/+1
2010-10-19cifs: cancel_delayed_work() + flush_scheduled_work() -> cancel_delayed_work_sync()Tejun Heo1-2/+1
2010-10-06cifs: add refcounted and timestamped container for holding tconsJeff Layton1-9/+12
2010-09-29cifs: add function to get a tcon from cifs_sbJeff Layton1-1/+1
2010-08-05CIFS: Make cifs_convert_address() take a const src pointer and a lengthDavid Howells1-3/+2
2010-08-02[CIFS] remove redundant path walking in dfs_do_refmountSteve French1-17/+11
2010-04-21[CIFS] Neaten cERROR and cFYI macros, reduce text spaceJoe Perches1-17/+17
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1