summaryrefslogtreecommitdiffstats
path: root/fs/cifs/link.c
Commit message (Expand)AuthorAgeFilesLines
* [CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches2013-05-041-12/+12
* treewide: Fix typo in various driversMasanari Iida2013-01-091-1/+1
* CIFS: Move hardlink to ops structSteve French2012-09-241-30/+44
* CIFS: Protect i_nlink from being negativeSteve French2012-08-191-0/+2
* CIFS: Make CAP_* checks protocol independentPavel Shilovsky2012-07-241-3/+3
* CIFS: Rename Get/FreeXid and make them work with unsigned intPavel Shilovsky2012-07-241-12/+12
* cifs: remove extraneous newlines from cERROR and cFYI callsJeff Layton2012-07-231-7/+7
* filesystems: add missing nlink wrappersMiklos Szeredi2011-11-021-1/+1
* cifs: Add mount options for backup intent (try #6)Shirish Pargaonkar2011-10-121-5/+12
* cifs: Cleanup: check return codes of crypto api callsShirish Pargaonkar2011-07-251-1/+7
* [CIFS] Rename three structures to avoid camel caseSteve French2011-05-271-6/+6
* CIFS: Add rwpidforward mount optionPavel Shilovsky2011-05-271-8/+14
* CIFS: Use pid saved from cifsFileInfo in writepages and set_file_sizePavel Shilovsky2011-05-261-4/+8
* various endian fixes to cifsSteve French2011-04-121-2/+2
* cifs: fix two compiler warning about uninitialized varsJeff Layton2011-01-311-1/+2
* cifs: More crypto cleanup (try #2)Shirish Pargaonkar2011-01-271-3/+2
* [CIFS] Replace cifs md5 hashing functions with kernel crypto APIsSteve French2011-01-251-9/+50
* switch cifsAl Viro2011-01-121-4/+0
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-2/+2
* cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointerJeff Layton2010-10-061-1/+0
* cifs: add refcounted and timestamped container for holding tconsJeff Layton2010-10-061-29/+58
* cifs: add function to get a tcon from cifs_sbJeff Layton2010-09-291-4/+4
* cifs: use Minshall+French symlink functionsStefan Metzmacher2010-09-291-4/+23
* cifs: implement CIFSCreateMFSymLink()Stefan Metzmacher2010-09-291-0/+45
* cifs: implement CIFSFormatMFSymlink()Stefan Metzmacher2010-09-291-0/+41
* cifs: implement CIFSQueryMFSymLink()Stefan Metzmacher2010-09-291-0/+50
* cifs: implement CIFSCouldBeMFSymlink() and CIFSCheckMFSymlink()Stefan Metzmacher2010-09-291-0/+79
* cifs: implement CIFSParseMFSymlink()Stefan Metzmacher2010-09-291-0/+62
* [CIFS] Neaten cERROR and cFYI macros, reduce text spaceJoe Perches2010-04-211-5/+5
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* cifs: Fix incorrect return code being printed in cFYI messagesSuresh Jayaraman2009-06-251-1/+2
* cifs: fix pointer initialization and checks in cifs_follow_symlink (try #4)Jeff Layton2009-05-191-26/+26
* [CIFS] Remove sparse endian warningsSteve French2009-05-011-87/+0
* [CIFS] Remove unneeded QuerySymlink call and fix mapping for unmapped statusSteve French2009-04-301-7/+2
* cifs: change CIFSSMBUnixQuerySymLink to use new helpersJeff Layton2009-04-301-17/+5
* [CIFS] Finishup DFS codeSteve French2008-05-151-1/+0
* [CIFS] Fix paths when share is in DFS to include proper prefixSteve French2008-05-151-39/+3
* [CIFS] convert usage of implicit booleans to boolSteve French2008-04-291-1/+1
* [CIFS] file create with acl support enabled is slowSteve French2008-03-141-1/+1
* [CIFS] DFS build fixesSteve French2008-01-251-8/+8
* [CIFS] Fix warnings shown by newer version of sparseSteve French2007-08-311-1/+1
* [CIFS] Allow disabling CIFS Unix Extensions as mount optionSteve French2007-07-181-5/+12
* [CIFS] More whitespace/formatting fixes (noticed by checkpatch)Steve French2007-07-171-1/+2
* [CIFS] whitespace/formatting fixesSteve French2007-07-131-2/+3
* [CIFS] whitespace cleanupSteve French2007-07-101-44/+53
* [CIFS] mtime bounces from local to remote when cifs nocmtime i_flags overwrittenSteve French2007-02-171-1/+2
* [CIFS] Incorrect hardlink count when original file is cached (oplocked)Steve French2006-11-161-10/+23
* [CIFS] Legacy time handling for Win9x and OS/2 part 1Steve French2006-09-281-1/+5
* [CIFS] Cleanup extra whitespace in dmesg logging. Update cifs change logSteve French2006-05-311-4/+3
* [CIFS] [CIFS] Do not take rename sem on most path based calls (duringSteve French2006-04-211-6/+0