aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/cifs_dfs_ref.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-24cifs: fix potential mismatch of UNC pathsGravatar Paulo Alcantara (SUSE) 1-0/+2
2020-01-26cifs: Fix mount options set in automountGravatar Paulo Alcantara (SUSE) 1-54/+43
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-4/+1
2019-03-05cifs: use correct format charactersGravatar Louis Taylor 1-2/+2
2018-12-28cifs: Add support for failover in cifs_mount()Gravatar Paulo Alcantara 1-5/+15
2018-12-28cifs: remove set but not used variable 'sep'Gravatar YueHaibing 1-3/+0
2018-12-28cifs: Make use of DFS cache to get new DFS referralsGravatar Paulo Alcantara 1-38/+62
2018-12-23cifs: Make devname param optional in cifs_compose_mount_options()Gravatar Paulo Alcantara 1-9/+12
2018-10-23CIFS: make 'nodfs' mount opt a superblock flagGravatar Aurelien Aptel 1-1/+6
2017-03-01CIFS: add build_path_from_dentry_optional_prefix()Gravatar Aurelien Aptel 1-1/+3
2017-02-02fs: Better permission checking for submountsGravatar Eric W. Biederman 1-3/+4
2016-05-17cifs: remove any preceding delimiter from prefix_pathGravatar Sachin Prabhu 1-1/+5
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbGravatar Al Viro 1-1/+1
2016-02-10cifs: fix potential overflow in cifs_compose_mount_optionsGravatar Insu Yun 1-1/+1
2015-05-10Fix that several functions handle incorrect value of mapcharsGravatar Nakajima Akira 1-1/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-1/+1
2014-10-14cifs: replace strnicmp with strncasecmpGravatar Rasmus Villemoes 1-3/+3
2013-05-24cifs: fix composing of mount options for DFS referralsGravatar Jeff Layton 1-70/+71
2013-05-24cifs: fix potential buffer overrun when composing a new options stringGravatar Jeff Layton 1-1/+3
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgGravatar Joe Perches 1-20/+21
2013-01-22fs/cifs/cifs_dfs_ref.c: fix potential memory leakageGravatar Cong Ding 1-0/+2
2012-07-24CIFS: Rename Get/FreeXid and make them work with unsigned intGravatar Pavel Shilovsky 1-3/+4
2011-08-03cifs: demote DFS referral lookup errors to cFYIGravatar Jeff Layton 1-2/+3
2011-05-27[CIFS] Rename three structures to avoid camel caseGravatar Steve French 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-01-31cifs: clean up some compiler warningsGravatar Jeff Layton 1-5/+4
2011-01-24CIFS: Remove pointless variable assignment in cifs_dfs_do_automount()Gravatar Jesper Juhl 1-1/+0
2011-01-15Unexport do_add_mount() and add in follow_automount(), not ->d_automount()Gravatar David Howells 1-20/+6
2011-01-15CIFS: Use d_automount() rather than abusing follow_link()Gravatar David Howells 1-64/+67
2011-01-15Add a dentry op to allow processes to be held during pathwalk transitGravatar David Howells 1-4/+1
2010-10-19cifs: cancel_delayed_work() + flush_scheduled_work() -> cancel_delayed_work_s...Gravatar Tejun Heo 1-2/+1
2010-10-06cifs: add refcounted and timestamped container for holding tconsGravatar Jeff Layton 1-9/+12
2010-09-29cifs: add function to get a tcon from cifs_sbGravatar Jeff Layton 1-1/+1
2010-08-05CIFS: Make cifs_convert_address() take a const src pointer and a lengthGravatar David Howells 1-3/+2
2010-08-02[CIFS] remove redundant path walking in dfs_do_refmountGravatar Steve French 1-17/+11
2010-04-21[CIFS] Neaten cERROR and cFYI macros, reduce text spaceGravatar Joe Perches 1-17/+17
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-02-09tree-wide: Assorted spelling fixesGravatar Daniel Mack 1-1/+1
2010-01-16CIFS shouldn't make mountpoints shrinkableGravatar Al Viro 1-2/+1
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2009-09-22const: mark remaining inode_operations as constGravatar Alexey Dobriyan 1-1/+1
2009-09-21trivial: remove unnecessary semicolonsGravatar Joe Perches 1-1/+1
2009-07-28cifs: fix error handling in mount-time DFS referral chasing codeGravatar Jeff Layton 1-3/+9
2009-06-11switch follow_down()Gravatar Al Viro 1-1/+1
2009-05-01[CIFS] Fix build warningGravatar Steve French 1-1/+1
2009-04-30Enable dfs submounts to handle remote referrals.Gravatar Igor Mammedov 1-18/+14
2009-03-18[CIFS] Rename compose_mount_options to cifs_compose_mount_options.Gravatar Steve French 1-20/+16
2008-12-26[CIFS] make sure that DFS pathnames are properly formedGravatar Steve French 1-12/+36
2008-11-18Fixed parsing of mount options when doing DFS submountGravatar Igor Mammedov 1-24/+47
2008-08-01[PATCH] pass struct path * to do_add_mount()Gravatar Al Viro 1-1/+1