summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifs_dfs_ref.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-4/+1Star
* cifs: use correct format charactersLouis Taylor2019-03-061-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/+0Star
* 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-241-9/+12
* CIFS: make 'nodfs' mount opt a superblock flagAurelien Aptel2018-10-241-1/+6
* CIFS: add build_path_from_dentry_optional_prefix()Aurelien Aptel2017-03-021-1/+3
* fs: Better permission checking for submountsEric W. Biederman2017-02-011-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-111-1/+1
* Fix that several functions handle incorrect value of mapcharsNakajima Akira2015-05-111-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-051-20/+21
* fs/cifs/cifs_dfs_ref.c: fix potential memory leakageCong Ding2013-01-231-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/+4Star
* CIFS: Remove pointless variable assignment in cifs_dfs_do_automount()Jesper Juhl2011-01-241-1/+0Star
* Unexport do_add_mount() and add in follow_automount(), not ->d_automount()David Howells2011-01-161-20/+6Star
* CIFS: Use d_automount() rather than abusing follow_link()David Howells2011-01-161-64/+67
* Add a dentry op to allow processes to be held during pathwalk transitDavid Howells2011-01-161-4/+1Star
* cifs: cancel_delayed_work() + flush_scheduled_work() -> cancel_delayed_work_s...Tejun Heo2010-10-191-2/+1Star
* 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
* CIFS: Make cifs_convert_address() take a const src pointer and a lengthDavid Howells2010-08-051-3/+2Star
* [CIFS] remove redundant path walking in dfs_do_refmountSteve French2010-08-021-17/+11Star
* [CIFS] Neaten cERROR and cFYI macros, reduce text spaceJoe Perches2010-04-211-17/+17
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* CIFS shouldn't make mountpoints shrinkableAl Viro2010-01-161-2/+1Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-09-221-1/+1
|\
| * trivial: remove unnecessary semicolonsJoe Perches2009-09-211-1/+1
* | const: mark remaining inode_operations as constAlexey Dobriyan2009-09-221-1/+1
|/
* cifs: fix error handling in mount-time DFS referral chasing codeJeff Layton2009-07-281-3/+9
* switch follow_down()Al Viro2009-06-121-1/+1
* [CIFS] Fix build warningSteve French2009-05-011-1/+1
* Enable dfs submounts to handle remote referrals.Igor Mammedov2009-04-301-18/+14Star
* [CIFS] Rename compose_mount_options to cifs_compose_mount_options.Steve French2009-03-181-20/+16Star
* [CIFS] make sure that DFS pathnames are properly formedSteve French2008-12-261-12/+36
* Fixed parsing of mount options when doing DFS submountIgor Mammedov2008-11-181-24/+47
* [PATCH] pass struct path * to do_add_mount()Al Viro2008-08-011-1/+1
* Fixed DFS code to work with new 'build_path_from_dentry', that returns full p...Igor Mammedov2008-05-161-48/+1Star
* [CIFS] fixed compatibility issue with samba refferal requestIgor Mammedov2008-04-291-11/+14