summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifssmb.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '4.14-smb3-xattr-enable' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2017-09-071-1/+14
|\
| * cifs: Check for timeout on Negotiate stageSamuel Cabrero2017-09-041-0/+12
| * cifs: Add support for writing attributes on SMB2+Ronnie Sahlberg2017-09-041-1/+2
* | fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locksBenjamin Coddington2017-07-161-1/+1
|/
* CIFS: Reconnect expired SMB sessionsPavel Shilovsky2017-07-081-0/+7
* [CIFS] Minor cleanup of xattr query functionSteve French2017-05-121-1/+3
* Don't delay freeing mids when blocked on slow socket write of requestSteve French2017-05-091-7/+0
* fs: cifs: replace CURRENT_TIME by other appropriate apisDeepa Dinamani2017-05-081-5/+5
* Set unicode flag on cifs echo request to avoid Mac errorSteve French2017-05-021-0/+3
* CIFS: Fix null pointer deref during read resp processingPavel Shilovsky2017-04-101-7/+8
* Handle mismatched open callsSachin Prabhu2017-04-071-4/+7
* CIFS: Fix sparse warningsSteve French2017-03-021-1/+1
* CIFS: move DFS response parsing out of SMB1 codeAurelien Aptel2017-03-011-114/+5
* CIFS: Add capability to decrypt big read responsesPavel Shilovsky2017-02-011-4/+4
* CIFS: Add mid handle callbackPavel Shilovsky2017-02-011-3/+3
* CIFS: Send RFC1001 length in a separate iovPavel Shilovsky2017-02-011-21/+30
* CIFS: Make SendReceive2() takes resp iovPavel Shilovsky2017-02-011-30/+40
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* CIFS: iterate over posix acl xattr entry correctly in ACL_to_cifs_posix()Eryu Guan2016-11-281-2/+2
* Clarify locking of cifs file and tcon structures and make more granularSteve French2016-10-121-2/+2
* cifs: get rid of unused arguments of CIFSSMBWrite()Al Viro2016-09-271-10/+3
* posix_acl: xattr representation cleanupsAndreas Gruenbacher2016-09-271-6/+8
* Merge branch 'sendmsg.cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-181-7/+4
|\
| * cifs_readv_receive: use cifs_read_from_socket()Al Viro2016-03-281-7/+4
* | Merge branch 'for-cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2016-05-171-2/+2
|\ \
| * | cifs: Check for equality with ACL_TYPE_ACCESS and ACL_TYPE_DEFAULTAndreas Gruenbacher2016-04-231-2/+2
| |/
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-8/+8
|/
* CIFS: Fix SMB2+ interim response processing for read requestsPavel Shilovsky2016-02-291-3/+18
* cifs: Fix use-after-free on mid_q_entryChristopher Oo2015-08-201-0/+7
* client MUST ignore EncryptionKeyLength if CAP_EXTENDED_SECURITY is setNoel Power2015-06-271-3/+2
* CIFS: remove an unneeded NULL checkDan Carpenter2015-05-201-1/+1
* Fix that several functions handle incorrect value of mapcharsNakajima Akira2015-05-101-10/+11
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-2/+2
* fs/cifs: remove obsolete __constantFabian Frederick2014-12-101-10/+10
* Remap reserved posix characters by default (part 3/3)Steve French2014-10-161-8/+8
* CIFS: Optimize cifs_user_read() in a short read case on reconnectsPavel Shilovsky2014-08-021-0/+6
* CIFS: Count got bytes in read_into_pages()Pavel Shilovsky2014-08-021-1/+0
* CIFS: Use separate var for the number of bytes got in async readPavel Shilovsky2014-08-021-3/+3
* CIFS: Fix wsize usage in iovec writePavel Shilovsky2014-08-021-4/+0
* CIFS: Fix cifs_writev_requeue when wsize changesPavel Shilovsky2014-08-021-16/+68
* cifs: replace code with free_rsp_buf()Sachin Prabhu2014-07-311-16/+4
* Return correct error on query of xattr on file with empty xattrsSteve French2014-04-161-0/+3
* [CIFS] clean up page array when uncached write send failsSteve French2014-02-071-3/+4
* cifs: use a flexarray in cifs_writedataJeff Layton2014-02-071-7/+1
* CIFS: Cleanup cifs open codepathPavel Shilovsky2014-01-201-5/+11
* CIFS: Cleanup CIFSSMBOpenPavel Shilovsky2014-01-201-68/+82
* Add missing end of line termination to some cifs messagesSteve French2013-12-271-3/+3
* setfacl removes part of ACL when setting POSIX ACLs to SambaSteve French2013-11-151-3/+5
* Allow setting per-file compression via CIFS protocolSteve French2013-11-021-0/+54
* do not treat non-symlink reparse points as valid symlinksSteve French2013-10-051-6/+34
OpenPOWER on IntegriCloud