summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifs_dfs_ref.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* CIFS: Make cifs_convert_address() take a const src pointer and a lengthDavid Howells2010-08-051-3/+2
* [CIFS] remove redundant path walking in dfs_do_refmountSteve French2010-08-021-17/+11
* [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/+1
* 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-111-1/+1
* [CIFS] Fix build warningSteve French2009-05-011-1/+1
* Enable dfs submounts to handle remote referrals.Igor Mammedov2009-04-301-18/+14
* [CIFS] Rename compose_mount_options to cifs_compose_mount_options.Steve French2009-03-181-20/+16
* [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/+1
* [CIFS] fixed compatibility issue with samba refferal requestIgor Mammedov2008-04-281-11/+14
* cifs: timeout dfs automounts +little fix.Igor Mammedov2008-04-251-8/+21
* [CIFS] make cifs_dfs_automount_list_staticSteve French2008-04-161-1/+1
* [PATCH] do shrink_submounts() for all fs typesAl Viro2008-03-271-1/+0
* [CIFS] cifs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-101-9/+9
* Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2008-02-151-12/+13
|\
| * Introduce path_put()Jan Blunck2008-02-141-1/+1
| * Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-141-11/+12
OpenPOWER on IntegriCloud