aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/link.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-31cifs: Fix check for regular file in couldbe_mf_symlink()Sachin Prabhu1-1/+1
2014-01-20CIFS: Cleanup cifs open codepathPavel Shilovsky1-16/+28
2014-01-20cifs: move unix extension call to cifs_query_symlink()Sachin Prabhu1-4/+1
2014-01-20cifs: Re-order M-F Symlink codeSachin Prabhu1-56/+68
2014-01-20cifs: Add create MFSymlinks to protocol ops structSachin Prabhu1-42/+46
2014-01-20cifs: use protocol specific call for query_mf_symlink()Sachin Prabhu1-41/+20
2014-01-20cifs: Rename MF symlink function namesSachin Prabhu1-17/+15
2014-01-20cifs: Rename and cleanup open_query_close_cifs_symlink()Sachin Prabhu1-25/+12
2014-01-19cifs: Fix memory leak in cifs_hardlink()Christian Engelmayer1-2/+4
2013-12-27cifs: We do not drop reference to tlink in CIFSCheckMFSymlink()Sachin Prabhu1-15/+11
2013-10-24new helper: kfree_put_link()Al Viro1-7/+0
2013-09-08CIFS: Implement follow_link for SMB2Pavel Shilovsky1-19/+5
2013-07-30Do not attempt to do cifs operations reading symlinks with SMB2Steve French1-31/+53
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches1-12/+12
2013-01-09treewide: Fix typo in various driversMasanari Iida1-1/+1
2012-09-24CIFS: Move hardlink to ops structSteve French1-30/+44
2012-08-19CIFS: Protect i_nlink from being negativeSteve French1-0/+2
2012-07-24CIFS: Make CAP_* checks protocol independentPavel Shilovsky1-3/+3
2012-07-24CIFS: Rename Get/FreeXid and make them work with unsigned intPavel Shilovsky1-12/+12
2012-07-23cifs: remove extraneous newlines from cERROR and cFYI callsJeff Layton1-7/+7
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-1/+1
2011-10-12cifs: Add mount options for backup intent (try #6)Shirish Pargaonkar1-5/+12
2011-07-25cifs: Cleanup: check return codes of crypto api callsShirish Pargaonkar1-1/+7
2011-05-27[CIFS] Rename three structures to avoid camel caseSteve French1-6/+6
2011-05-27CIFS: Add rwpidforward mount optionPavel Shilovsky1-8/+14
2011-05-26CIFS: Use pid saved from cifsFileInfo in writepages and set_file_sizePavel Shilovsky1-4/+8
2011-04-12various endian fixes to cifsSteve French1-2/+2
2011-01-31cifs: fix two compiler warning about uninitialized varsJeff Layton1-1/+2
2011-01-27cifs: More crypto cleanup (try #2)Shirish Pargaonkar1-3/+2
2011-01-25[CIFS] Replace cifs md5 hashing functions with kernel crypto APIsSteve French1-9/+50
2011-01-12switch cifsAl Viro1-4/+0
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-2/+2
2010-10-06cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointerJeff Layton1-1/+0
2010-10-06cifs: add refcounted and timestamped container for holding tconsJeff Layton1-29/+58
2010-09-29cifs: add function to get a tcon from cifs_sbJeff Layton1-4/+4
2010-09-29cifs: use Minshall+French symlink functionsStefan Metzmacher1-4/+23
2010-09-29cifs: implement CIFSCreateMFSymLink()Stefan Metzmacher1-0/+45
2010-09-29cifs: implement CIFSFormatMFSymlink()Stefan Metzmacher1-0/+41
2010-09-29cifs: implement CIFSQueryMFSymLink()Stefan Metzmacher1-0/+50
2010-09-29cifs: implement CIFSCouldBeMFSymlink() and CIFSCheckMFSymlink()Stefan Metzmacher1-0/+79
2010-09-29cifs: implement CIFSParseMFSymlink()Stefan Metzmacher1-0/+62
2010-04-21[CIFS] Neaten cERROR and cFYI macros, reduce text spaceJoe Perches1-5/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-06-25cifs: Fix incorrect return code being printed in cFYI messagesSuresh Jayaraman1-1/+2
2009-05-19cifs: fix pointer initialization and checks in cifs_follow_symlink (try #4)Jeff Layton1-26/+26
2009-05-01[CIFS] Remove sparse endian warningsSteve French1-87/+0
2009-04-30[CIFS] Remove unneeded QuerySymlink call and fix mapping for unmapped statusSteve French1-7/+2
2009-04-30cifs: change CIFSSMBUnixQuerySymLink to use new helpersJeff Layton1-17/+5
2008-05-15[CIFS] Finishup DFS codeSteve French1-1/+0
2008-05-15[CIFS] Fix paths when share is in DFS to include proper prefixSteve French1-39/+3