summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2misc.c
Commit message (Expand)AuthorAgeFilesLines
* CIFS: fix oplock break deadlocksRabin Vincent2017-05-031-2/+3
* Handle mismatched open callsSachin Prabhu2017-04-071-0/+46
* CIFS: Separate SMB2 header structurePavel Shilovsky2017-02-011-28/+33
* Clarify locking of cifs file and tcon structures and make more granularSteve French2016-10-121-8/+8
* Prepare for encryption support (first part). Add decryption and encryption ke...Steve French2016-01-141-6/+30
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-2/+2
* Fix coverity warningSteve French2015-04-011-1/+1
* Convert MessageID in smb2_hdr to LESachin Prabhu2014-12-141-5/+7
* fs/cifs: remove obsolete __constantFabian Frederick2014-12-101-19/+19
* Allow conversion of characters in Mac remap range (part 2)Steve French2014-10-161-3/+9
* [CIFS] Workaround MacOS server problem with SMB2.1 writeSteve French2014-08-151-1/+16
* [CIFS] Fix incorrect hex vs. decimal in some debug print statementsSteve French2014-08-021-3/+3
* cifs: Wait for writebacks to complete before attempting write.Sachin Prabhu2014-04-161-3/+15
* CIFS: Respect epoch value from create lease context v2Pavel Shilovsky2013-09-091-2/+4
* CIFS: Store lease state itself rather than a mapped oplock valuePavel Shilovsky2013-09-091-19/+11
* CIFS: Replace clientCanCache* bools with an integerPavel Shilovsky2013-09-081-3/+3
* CIFS: Fix missing lease breakPavel Shilovsky2013-09-081-69/+80
* CIFS: Fix a memory leak when a lease break comesPavel Shilovsky2013-09-081-0/+1
* CIFS: Implement follow_link for SMB2Pavel Shilovsky2013-09-081-0/+4
* SMB2 FSCTL and IOCTL worker functionSteve French2013-06-261-0/+4
* [CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches2013-05-041-48/+48
* Trivial endian fixesSteve French2012-09-241-2/+3
* CIFS: Fix fast lease break after open problemPavel Shilovsky2012-09-241-5/+69
* CIFS: Add SMB2.1 lease break supportPavel Shilovsky2012-09-241-1/+89
* CIFS: Add oplock break support for SMB2Pavel Shilovsky2012-09-241-2/+74
* CIFS: Add readdir support for SMB2Pavel Shilovsky2012-09-241-1/+7
* CIFS: Add SMB2 support for cifs_iovec_readPavel Shilovsky2012-09-241-0/+3
* CIFS: Fix log messages in packet checking for SMB2Pavel Shilovsky2012-08-191-7/+9
* CIFS: Query SMB2 inode infoPavel Shilovsky2012-07-241-1/+6
* CIFS: Add SMB2 support for is_path_accessiblePavel Shilovsky2012-07-241-0/+25
* CIFS: Add session setup/logoff capability for SMB2Pavel Shilovsky2012-07-241-0/+5
* CIFS: Add capability to send SMB2 negotiate messagePavel Shilovsky2012-07-241-1/+6
* CIFS: Make demultiplex_thread work with SMB2 codePavel Shilovsky2012-07-241-0/+307
OpenPOWER on IntegriCloud