summaryrefslogtreecommitdiffstats
path: root/fs/cifs/link.c
Commit message (Expand)AuthorAgeFilesLines
* SMB3: Clean up query symlink when reparse pointRonnie Sahlberg2019-05-081-3/+10
* cifs: replace snprintf with scnprintfRonnie Sahlberg2019-03-051-7/+7
* smb3: don't request leases in symlink creation and querySteve French2018-08-071-2/+2
* cifs: fix a buffer leak in smb2_query_symlinkRonnie Sahlberg2018-06-081-2/+4
* CIFS: refactor crypto shash/sdesc allocation&freeAurelien Aptel2018-04-021-21/+6Star
* [SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferredSteve French2017-07-091-4/+0Star
* cifs: use %16phN for formatting md5 sumRasmus Villemoes2016-12-151-7/+2Star
* cifs: get rid of unused arguments of CIFSSMBWrite()Al Viro2016-09-281-1/+1
* switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-301-2/+4
* replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-091-2/+4
* Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-06-221-15/+13Star
|\
| * don't pass nameidata to ->follow_link()Al Viro2015-05-111-1/+1
| * new ->follow_link() and ->put_link() calling conventionsAl Viro2015-05-111-15/+13Star
* | Fix that several functions handle incorrect value of mapcharsNakajima Akira2015-05-111-1/+2
|/
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-6/+6
* [CIFS] Remove obsolete commentSteve French2014-10-181-6/+4Star
* Remap reserved posix characters by default (part 3/3)Steve French2014-10-161-2/+2
* mfsymlinks support for SMB2.1/SMB3. Part 2 query symlinkSteve French2014-10-161-1/+69
* Add mfsymlinks support for SMB2.1/SMB3. Part 1 create symlinkSteve French2014-10-161-0/+63
* Fix mfsymlinks file size checkSteve French2014-09-161-1/+3
* [SMB3] Fix oops when creating symlinks on smb3Steve French2014-09-151-2/+6
* fs/cifs: fix regression in cifs_create_mf_symlink()Björn Baumbach2014-06-161-1/+1
* cifs: Fix check for regular file in couldbe_mf_symlink()Sachin Prabhu2014-01-311-1/+1
* CIFS: Cleanup cifs open codepathPavel Shilovsky2014-01-201-16/+28
* cifs: move unix extension call to cifs_query_symlink()Sachin Prabhu2014-01-201-4/+1Star
* cifs: Re-order M-F Symlink codeSachin Prabhu2014-01-201-56/+68
* cifs: Add create MFSymlinks to protocol ops structSachin Prabhu2014-01-201-42/+46
* cifs: use protocol specific call for query_mf_symlink()Sachin Prabhu2014-01-201-41/+20Star
* cifs: Rename MF symlink function namesSachin Prabhu2014-01-201-17/+15Star
* cifs: Rename and cleanup open_query_close_cifs_symlink()Sachin Prabhu2014-01-201-25/+12Star
* cifs: Fix memory leak in cifs_hardlink()Christian Engelmayer2014-01-201-2/+4
* cifs: We do not drop reference to tlink in CIFSCheckMFSymlink()Sachin Prabhu2013-12-271-15/+11Star
* 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