summaryrefslogtreecommitdiff
path: root/fs/cifs/link.c
AgeCommit message (Expand)Author
2017-07-08[SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferredSteve French
2016-12-15cifs: use %16phN for formatting md5 sumRasmus Villemoes
2016-09-27cifs: get rid of unused arguments of CIFSSMBWrite()Al Viro
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro
2015-06-22Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-05-10don't pass nameidata to ->follow_link()Al Viro
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro
2015-05-10Fix that several functions handle incorrect value of mapcharsNakajima Akira
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2014-10-17[CIFS] Remove obsolete commentSteve French
2014-10-16Remap reserved posix characters by default (part 3/3)Steve French
2014-10-16mfsymlinks support for SMB2.1/SMB3. Part 2 query symlinkSteve French
2014-10-16Add mfsymlinks support for SMB2.1/SMB3. Part 1 create symlinkSteve French
2014-09-16Fix mfsymlinks file size checkSteve French
2014-09-15[SMB3] Fix oops when creating symlinks on smb3Steve French
2014-06-16fs/cifs: fix regression in cifs_create_mf_symlink()Björn Baumbach
2014-01-31cifs: Fix check for regular file in couldbe_mf_symlink()Sachin Prabhu
2014-01-20CIFS: Cleanup cifs open codepathPavel Shilovsky
2014-01-20cifs: move unix extension call to cifs_query_symlink()Sachin Prabhu
2014-01-20cifs: Re-order M-F Symlink codeSachin Prabhu
2014-01-20cifs: Add create MFSymlinks to protocol ops structSachin Prabhu
2014-01-20cifs: use protocol specific call for query_mf_symlink()Sachin Prabhu
2014-01-20cifs: Rename MF symlink function namesSachin Prabhu
2014-01-20cifs: Rename and cleanup open_query_close_cifs_symlink()Sachin Prabhu
2014-01-19cifs: Fix memory leak in cifs_hardlink()Christian Engelmayer
2013-12-27cifs: We do not drop reference to tlink in CIFSCheckMFSymlink()Sachin Prabhu
2013-10-24new helper: kfree_put_link()Al Viro
2013-09-08CIFS: Implement follow_link for SMB2Pavel Shilovsky
2013-07-30Do not attempt to do cifs operations reading symlinks with SMB2Steve French
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches
2013-01-09treewide: Fix typo in various driversMasanari Iida
2012-09-24CIFS: Move hardlink to ops structSteve French
2012-08-19CIFS: Protect i_nlink from being negativeSteve French
2012-07-24CIFS: Make CAP_* checks protocol independentPavel Shilovsky
2012-07-24CIFS: Rename Get/FreeXid and make them work with unsigned intPavel Shilovsky
2012-07-23cifs: remove extraneous newlines from cERROR and cFYI callsJeff Layton
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi
2011-10-12cifs: Add mount options for backup intent (try #6)Shirish Pargaonkar
2011-07-25cifs: Cleanup: check return codes of crypto api callsShirish Pargaonkar
2011-05-27[CIFS] Rename three structures to avoid camel caseSteve French
2011-05-27CIFS: Add rwpidforward mount optionPavel Shilovsky
2011-05-26CIFS: Use pid saved from cifsFileInfo in writepages and set_file_sizePavel Shilovsky
2011-04-12various endian fixes to cifsSteve French
2011-01-31cifs: fix two compiler warning about uninitialized varsJeff Layton
2011-01-27cifs: More crypto cleanup (try #2)Shirish Pargaonkar
2011-01-25[CIFS] Replace cifs md5 hashing functions with kernel crypto APIsSteve French
2011-01-12switch cifsAl Viro
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2010-10-06cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointerJeff Layton