aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2misc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-14Prepare for encryption support (first part). Add decryption and encryption key generation. Thanks to Metze for helping with this.Steve French1-6/+30
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-2/+2
2015-04-01Fix coverity warningSteve French1-1/+1
2014-12-14Convert MessageID in smb2_hdr to LESachin Prabhu1-5/+7
2014-12-10fs/cifs: remove obsolete __constantFabian Frederick1-19/+19
2014-10-16Allow conversion of characters in Mac remap range (part 2)Steve French1-3/+9
2014-08-15[CIFS] Workaround MacOS server problem with SMB2.1 writeSteve French1-1/+16
2014-08-02[CIFS] Fix incorrect hex vs. decimal in some debug print statementsSteve French1-3/+3
2014-04-16cifs: Wait for writebacks to complete before attempting write.Sachin Prabhu1-3/+15
2013-09-09CIFS: Respect epoch value from create lease context v2Pavel Shilovsky1-2/+4
2013-09-09CIFS: Store lease state itself rather than a mapped oplock valuePavel Shilovsky1-19/+11
2013-09-08CIFS: Replace clientCanCache* bools with an integerPavel Shilovsky1-3/+3
2013-09-08CIFS: Fix missing lease breakPavel Shilovsky1-69/+80
2013-09-08CIFS: Fix a memory leak when a lease break comesPavel Shilovsky1-0/+1
2013-09-08CIFS: Implement follow_link for SMB2Pavel Shilovsky1-0/+4
2013-06-26SMB2 FSCTL and IOCTL worker functionSteve French1-0/+4
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches1-48/+48
2012-09-24Trivial endian fixesSteve French1-2/+3
2012-09-24CIFS: Fix fast lease break after open problemPavel Shilovsky1-5/+69
2012-09-24CIFS: Add SMB2.1 lease break supportPavel Shilovsky1-1/+89
2012-09-24CIFS: Add oplock break support for SMB2Pavel Shilovsky1-2/+74
2012-09-24CIFS: Add readdir support for SMB2Pavel Shilovsky1-1/+7
2012-09-24CIFS: Add SMB2 support for cifs_iovec_readPavel Shilovsky1-0/+3
2012-08-19CIFS: Fix log messages in packet checking for SMB2Pavel Shilovsky1-7/+9
2012-07-24CIFS: Query SMB2 inode infoPavel Shilovsky1-1/+6
2012-07-24CIFS: Add SMB2 support for is_path_accessiblePavel Shilovsky1-0/+25
2012-07-24CIFS: Add session setup/logoff capability for SMB2Pavel Shilovsky1-0/+5
2012-07-24CIFS: Add capability to send SMB2 negotiate messagePavel Shilovsky1-1/+6
2012-07-24CIFS: Make demultiplex_thread work with SMB2 codePavel Shilovsky1-0/+307