aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/link.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-31cifs: fix two compiler warning about uninitialized varsGravatar Jeff Layton 1-1/+2
2011-01-27cifs: More crypto cleanup (try #2)Gravatar Shirish Pargaonkar 1-3/+2
2011-01-25[CIFS] Replace cifs md5 hashing functions with kernel crypto APIsGravatar Steve French 1-9/+50
2011-01-12switch cifsGravatar Al Viro 1-4/+0
2011-01-07fs: dcache reduce branches in lookup pathGravatar Nick Piggin 1-2/+2
2010-10-06cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointerGravatar Jeff Layton 1-1/+0
2010-10-06cifs: add refcounted and timestamped container for holding tconsGravatar Jeff Layton 1-29/+58
2010-09-29cifs: add function to get a tcon from cifs_sbGravatar Jeff Layton 1-4/+4
2010-09-29cifs: use Minshall+French symlink functionsGravatar Stefan Metzmacher 1-4/+23
2010-09-29cifs: implement CIFSCreateMFSymLink()Gravatar Stefan Metzmacher 1-0/+45
2010-09-29cifs: implement CIFSFormatMFSymlink()Gravatar Stefan Metzmacher 1-0/+41
2010-09-29cifs: implement CIFSQueryMFSymLink()Gravatar Stefan Metzmacher 1-0/+50
2010-09-29cifs: implement CIFSCouldBeMFSymlink() and CIFSCheckMFSymlink()Gravatar Stefan Metzmacher 1-0/+79
2010-09-29cifs: implement CIFSParseMFSymlink()Gravatar Stefan Metzmacher 1-0/+62
2010-04-21[CIFS] Neaten cERROR and cFYI macros, reduce text spaceGravatar Joe Perches 1-5/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-06-25cifs: Fix incorrect return code being printed in cFYI messagesGravatar Suresh Jayaraman 1-1/+2
2009-05-19cifs: fix pointer initialization and checks in cifs_follow_symlink (try #4)Gravatar Jeff Layton 1-26/+26
2009-05-01[CIFS] Remove sparse endian warningsGravatar Steve French 1-87/+0
2009-04-30[CIFS] Remove unneeded QuerySymlink call and fix mapping for unmapped statusGravatar Steve French 1-7/+2
2009-04-30cifs: change CIFSSMBUnixQuerySymLink to use new helpersGravatar Jeff Layton 1-17/+5
2008-05-15[CIFS] Finishup DFS codeGravatar Steve French 1-1/+0
2008-05-15[CIFS] Fix paths when share is in DFS to include proper prefixGravatar Steve French 1-39/+3
2008-04-29[CIFS] convert usage of implicit booleans to boolGravatar Steve French 1-1/+1
2008-03-14[CIFS] file create with acl support enabled is slowGravatar Steve French 1-1/+1
2008-01-25[CIFS] DFS build fixesGravatar Steve French 1-8/+8
2007-08-31[CIFS] Fix warnings shown by newer version of sparseGravatar Steve French 1-1/+1
2007-07-18[CIFS] Allow disabling CIFS Unix Extensions as mount optionGravatar Steve French 1-5/+12
2007-07-17[CIFS] More whitespace/formatting fixes (noticed by checkpatch)Gravatar Steve French 1-1/+2
2007-07-13[CIFS] whitespace/formatting fixesGravatar Steve French 1-2/+3
2007-07-10[CIFS] whitespace cleanupGravatar Steve French 1-44/+53
2007-02-17[CIFS] mtime bounces from local to remote when cifs nocmtime i_flags overwrittenGravatar Steve French 1-1/+2
2006-11-16[CIFS] Incorrect hardlink count when original file is cached (oplocked)Gravatar Steve French 1-10/+23
2006-09-28[CIFS] Legacy time handling for Win9x and OS/2 part 1Gravatar Steve French 1-1/+5
2006-05-31[CIFS] Cleanup extra whitespace in dmesg logging. Update cifs change logGravatar Steve French 1-4/+3
2006-04-21[CIFS] [CIFS] Do not take rename sem on most path based calls (duringGravatar Steve French 1-6/+0
2006-03-31Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitGravatar Steve French 1-8/+8
2006-03-23[PATCH] sem2mutex: vfs_rename_mutexGravatar Arjan van de Ven 1-8/+8
2006-03-03[CIFS] Workaround various server bugs found in testing at connectathonGravatar Steve French 1-1/+1
2005-11-07[PATCH] kfree cleanup: fsGravatar Jesper Juhl 1-16/+7
2005-08-30[CIFS] Remove cifs_sb argument from *build_path_from_dentryGravatar Steve French 1-8/+7
2005-08-22[CIFS] Finish up of case-insensitive dentry handling for cifs. ThisGravatar Steve French 1-1/+4
2005-08-20Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitGravatar Steve French 1-3/+3
2005-08-19Fix nasty ncpfs symlink handling bug.Gravatar Linus Torvalds 1-3/+3
2005-06-22[CIFS] POSIX extensions, SetFSInfo addedGravatar Jeremy Allison 1-7/+8
2005-04-28[PATCH] cifs: character mapping of special characters (part 3 of 3)Gravatar Steve French 1-4/+14
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+328