aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/cifs_dfs_ref.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-10cifs: support nested dfs links over reconnectGravatar Paulo Alcantara 1-57/+2
2021-07-14cifs: Do not use the original cruid when following DFS links for multiuser mo...Gravatar Ronnie Sahlberg 1-0/+4
2021-07-14cifs: use the expiry output of dns_query to schedule next resolutionGravatar Shyam Prasad N 1-1/+1
2021-07-09cifs: prevent NULL deref in cifs_compose_mount_options()Gravatar Paulo Alcantara 1-0/+3
2021-06-20cifs: fix doc warnings in cifs_dfs_ref.cGravatar Baokun Li 1-1/+1
2021-04-25cifs: allocate buffer in the caller of build_path_from_dentry()Gravatar Al Viro 1-4/+8
2021-04-25cifs: don't cargo-cult strndup()Gravatar Al Viro 1-1/+1
2021-01-28cifs: fix dfs domain referralsGravatar Ronnie Sahlberg 1-4/+8
2020-12-14cifs: remove various function description warningsGravatar Steve French 1-0/+1
2020-12-13cifs: get rid of cifs_sb->mountdataGravatar Ronnie Sahlberg 1-1/+2
2020-12-13cifs: remove the devname argument to cifs_compose_mount_optionsGravatar Ronnie Sahlberg 1-8/+3
2020-12-13cifs: switch to new mount apiGravatar Ronnie Sahlberg 1-0/+4
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