summaryrefslogtreecommitdiffstats
path: root/fs/cifs/link.c
Commit message (Expand)AuthorAgeFilesLines
* new helper: kfree_put_link()Al Viro2013-10-251-7/+0Star
* CIFS: Implement follow_link for SMB2Pavel Shilovsky2013-09-081-19/+5Star
* Do not attempt to do cifs operations reading symlinks with SMB2Steve French2013-07-311-31/+53
* [CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches2013-05-051-12/+12
* treewide: Fix typo in various driversMasanari Iida2013-01-091-1/+1
* CIFS: Move hardlink to ops structSteve French2012-09-251-30/+44
* CIFS: Protect i_nlink from being negativeSteve French2012-08-201-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-131-5/+12
* cifs: Cleanup: check return codes of crypto api callsShirish Pargaonkar2011-07-261-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/+2Star
* [CIFS] Replace cifs md5 hashing functions with kernel crypto APIsSteve French2011-01-251-9/+50
* switch cifsAl Viro2011-01-131-4/+0Star
* 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/+0Star
* 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/+0Star
* [CIFS] Remove unneeded QuerySymlink call and fix mapping for unmapped statusSteve French2009-04-301-7/+2Star
* cifs: change CIFSSMBUnixQuerySymLink to use new helpersJeff Layton2009-04-301-17/+5Star
* [CIFS] Finishup DFS codeSteve French2008-05-151-1/+0Star
* [CIFS] Fix paths when share is in DFS to include proper prefixSteve French2008-05-151-39/+3Star
* [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-191-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