aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifssmb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-07cifs: silence compiler warnings showing up with gcc-8.0.0Arnd Bergmann1-3/+1
2018-01-26CIFS: make IPC a regular tconAurelien Aptel1-3/+4
2018-01-24CIFS: SMBD: Read correct returned data length for RDMA write (SMB read) I/OLong Li1-2/+6
2018-01-24CIFS: SMBD: Upper layer performs SMB write via RDMA read through memory registrationLong Li1-0/+7
2017-09-07Merge tag '4.14-smb3-xattr-enable' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-1/+14
2017-09-04cifs: Check for timeout on Negotiate stageSamuel Cabrero1-0/+12
2017-09-04cifs: Add support for writing attributes on SMB2+Ronnie Sahlberg1-1/+2
2017-07-16fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locksBenjamin Coddington1-1/+1
2017-07-08CIFS: Reconnect expired SMB sessionsPavel Shilovsky1-0/+7
2017-05-12[CIFS] Minor cleanup of xattr query functionSteve French1-1/+3
2017-05-09Don't delay freeing mids when blocked on slow socket write of requestSteve French1-7/+0
2017-05-08fs: cifs: replace CURRENT_TIME by other appropriate apisDeepa Dinamani1-5/+5
2017-05-02Set unicode flag on cifs echo request to avoid Mac errorSteve French1-0/+3
2017-04-10CIFS: Fix null pointer deref during read resp processingPavel Shilovsky1-7/+8
2017-04-07Handle mismatched open callsSachin Prabhu1-4/+7
2017-03-02CIFS: Fix sparse warningsSteve French1-1/+1
2017-03-01CIFS: move DFS response parsing out of SMB1 codeAurelien Aptel1-114/+5
2017-02-01CIFS: Add capability to decrypt big read responsesPavel Shilovsky1-4/+4
2017-02-01CIFS: Add mid handle callbackPavel Shilovsky1-3/+3
2017-02-01CIFS: Send RFC1001 length in a separate iovPavel Shilovsky1-21/+30
2017-02-01CIFS: Make SendReceive2() takes resp iovPavel Shilovsky1-30/+40
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-28CIFS: iterate over posix acl xattr entry correctly in ACL_to_cifs_posix()Eryu Guan1-2/+2
2016-10-12Clarify locking of cifs file and tcon structures and make more granularSteve French1-2/+2
2016-09-27cifs: get rid of unused arguments of CIFSSMBWrite()Al Viro1-10/+3
2016-09-27posix_acl: xattr representation cleanupsAndreas Gruenbacher1-6/+8
2016-05-18Merge branch 'sendmsg.cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+4
2016-05-17Merge branch 'for-cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2016-04-23cifs: Check for equality with ACL_TYPE_ACCESS and ACL_TYPE_DEFAULTAndreas Gruenbacher1-2/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-8/+8
2016-03-28cifs_readv_receive: use cifs_read_from_socket()Al Viro1-7/+4
2016-02-29CIFS: Fix SMB2+ interim response processing for read requestsPavel Shilovsky1-3/+18
2015-08-20cifs: Fix use-after-free on mid_q_entryChristopher Oo1-0/+7
2015-06-27client MUST ignore EncryptionKeyLength if CAP_EXTENDED_SECURITY is setNoel Power1-3/+2
2015-05-20CIFS: remove an unneeded NULL checkDan Carpenter1-1/+1
2015-05-10Fix that several functions handle incorrect value of mapcharsNakajima Akira1-10/+11
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-2/+2
2014-12-10fs/cifs: remove obsolete __constantFabian Frederick1-10/+10
2014-10-16Remap reserved posix characters by default (part 3/3)Steve French1-8/+8
2014-08-02CIFS: Optimize cifs_user_read() in a short read case on reconnectsPavel Shilovsky1-0/+6
2014-08-02CIFS: Count got bytes in read_into_pages()Pavel Shilovsky1-1/+0
2014-08-02CIFS: Use separate var for the number of bytes got in async readPavel Shilovsky1-3/+3
2014-08-02CIFS: Fix wsize usage in iovec writePavel Shilovsky1-4/+0
2014-08-02CIFS: Fix cifs_writev_requeue when wsize changesPavel Shilovsky1-16/+68
2014-07-31cifs: replace code with free_rsp_buf()Sachin Prabhu1-16/+4
2014-04-16Return correct error on query of xattr on file with empty xattrsSteve French1-0/+3
2014-02-07[CIFS] clean up page array when uncached write send failsSteve French1-3/+4
2014-02-07cifs: use a flexarray in cifs_writedataJeff Layton1-7/+1
2014-01-20CIFS: Cleanup cifs open codepathPavel Shilovsky1-5/+11
2014-01-20CIFS: Cleanup CIFSSMBOpenPavel Shilovsky1-68/+82