aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsproto.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-16cifs: Wait for writebacks to complete before attempting write.Sachin Prabhu1-0/+3
2014-02-10[CIFS] Fix cifsacl mounts over smb2 to not call cifsSteve French1-2/+4
2014-02-07[CIFS] clean up page array when uncached write send failsSteve French1-1/+2
2014-01-20CIFS: Cleanup cifs open codepathPavel Shilovsky1-5/+2
2014-01-20CIFS: Cleanup CIFSSMBOpenPavel Shilovsky1-4/+4
2014-01-20cifs: Add create MFSymlinks to protocol ops structSachin Prabhu1-0/+4
2014-01-20cifs: Rename MF symlink function namesSachin Prabhu1-2/+2
2014-01-20cifs: Rename and cleanup open_query_close_cifs_symlink()Sachin Prabhu1-3/+4
2013-12-27cifs: We do not drop reference to tlink in CIFSCheckMFSymlink()Sachin Prabhu1-3/+4
2013-11-02Allow setting per-file compression via CIFS protocolSteve French1-0/+2
2013-09-08cifs: Start using per session key for smb2/3 for signature generationShirish Pargaonkar1-1/+1
2013-09-08CIFS: Implement follow_link for nounix CIFS mountsPavel Shilovsky1-7/+3
2013-07-30Do not attempt to do cifs operations reading symlinks with SMB2Steve French1-1/+3
2013-07-04Limit allocation of crypto mechanisms to dialect which requiresSteve French1-1/+0
2013-06-27[CIFS] Fix build warningSteve French1-1/+1
2013-06-26[CIFS] SMB3 Signing enablementSteve French1-0/+1
2013-06-24move sectype to the cifs_ses instead of TCP_Server_InfoJeff Layton1-0/+2
2013-06-24cifs: track the enablement of signing in the TCP_Server_InfoJeff Layton1-1/+1
2013-06-24cifs: move handling of signed connections into separate functionJeff Layton1-0/+1
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches1-5/+5
2013-02-13cifs: Modify struct cifs_unix_set_info_args to hold a kuid_t and a kgid_tEric W. Biederman1-2/+2
2013-02-13cifs: Convert from a kuid before printing current_fsuidEric W. Biederman1-1/+2
2013-02-13cifs: Use kuids and kgids SID to uid/gid mappingEric W. Biederman1-1/+1
2012-12-08cifs: simplify id_to_sid and sid_to_id mapping codeJeff Layton1-1/+0
2012-12-07CIFS: Do not permit write to a range mandatory locked with a read lockPavel Shilovsky1-1/+1
2012-12-05cifs: get rid of smb_vol->UNCip and smb_vol->portJeff Layton1-3/+1
2012-12-05CIFS: Make use of common cifs_build_path_to_root for CIFS and SMB2Steve French1-0/+3
2012-09-28cifs: obtain file access during backup intent lookup (resend)Shirish Pargaonkar1-2/+4
2012-09-24CIFS: Fix fast lease break after open problemPavel Shilovsky1-0/+7
2012-09-24CIFS: Check for mandatory brlocks on read/writePavel Shilovsky1-0/+4
2012-09-24CIFS: Add brlock support for SMB2Pavel Shilovsky1-0/+4
2012-09-24CIFS: Move brlock code to ops structPavel Shilovsky1-0/+3
2012-09-24cifs: change cifs_call_async to use smb_rqst structsJeff Layton1-8/+8
2012-09-24cifs: teach signing routines how to deal with arrays of pages in a smb_rqstJeff Layton1-0/+2
2012-09-24cifs: change signing routines to deal with smb_rqst structsJeff Layton1-2/+5
2012-09-24CIFS: Move readdir code to ops structPavel Shilovsky1-1/+1
2012-09-24CIFS: Move set_file_size to ops structPavel Shilovsky1-6/+4
2012-09-24CIFS: Move hardlink to ops structSteve French1-5/+3
2012-09-24CIFS: Move rename to ops structPavel Shilovsky1-3/+2
2012-09-24CIFS: Enable signing in SMB2Pavel Shilovsky1-0/+1
2012-09-24CIFS: Move writepage to ops structPavel Shilovsky1-2/+1
2012-09-24CIFS: Add SMB2 support for cifs_iovec_writePavel Shilovsky1-18/+0
2012-09-24CIFS: Add SMB2 support for cifs_iovec_readPavel Shilovsky1-19/+1
2012-09-24CIFS: Move guery file info code to ops structPavel Shilovsky1-2/+0
2012-09-24CIFS: Move open code to ops structPavel Shilovsky1-3/+4
2012-09-24CIFS: Move unlink code to ops structPavel Shilovsky1-3/+6
2012-07-27CIFS: Move rmdir code to ops structPavel Shilovsky1-2/+1
2012-07-27CIFS: Separate protocol specific part from mkdirPavel Shilovsky1-3/+1
2012-07-27CIFS: Simplify cifs_mkdir callPavel Shilovsky1-2/+2
2012-07-24CIFS: Setup async request in ops structPavel Shilovsky1-0/+2