summaryrefslogtreecommitdiff
path: root/fs/cifs/cifssmb.c
AgeCommit message (Expand)Author
2018-10-10fs/cifs: suppress a string overflow warningStephen Rothwell
2018-07-11cifs: Fix infinite loop when using hard mount optionPaulo Alcantara
2018-05-30cifs: silence compiler warnings showing up with gcc-8.0.0Arnd Bergmann
2017-10-18CIFS: Reconnect expired SMB sessionsPavel Shilovsky
2017-05-20Set unicode flag on cifs echo request to avoid Mac errorSteve French
2017-05-08Handle mismatched open callsSachin Prabhu
2016-11-28CIFS: iterate over posix acl xattr entry correctly in ACL_to_cifs_posix()Eryu Guan
2016-10-12Clarify locking of cifs file and tcon structures and make more granularSteve French
2016-09-27cifs: get rid of unused arguments of CIFSSMBWrite()Al Viro
2016-09-27posix_acl: xattr representation cleanupsAndreas Gruenbacher
2016-05-18Merge branch 'sendmsg.cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-05-17Merge branch 'for-cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2016-04-23cifs: Check for equality with ACL_TYPE_ACCESS and ACL_TYPE_DEFAULTAndreas Gruenbacher
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-28cifs_readv_receive: use cifs_read_from_socket()Al Viro
2016-02-29CIFS: Fix SMB2+ interim response processing for read requestsPavel Shilovsky
2015-08-20cifs: Fix use-after-free on mid_q_entryChristopher Oo
2015-06-27client MUST ignore EncryptionKeyLength if CAP_EXTENDED_SECURITY is setNoel Power
2015-05-20CIFS: remove an unneeded NULL checkDan Carpenter
2015-05-10Fix that several functions handle incorrect value of mapcharsNakajima Akira
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2014-12-10fs/cifs: remove obsolete __constantFabian Frederick
2014-10-16Remap reserved posix characters by default (part 3/3)Steve French
2014-08-02CIFS: Optimize cifs_user_read() in a short read case on reconnectsPavel Shilovsky
2014-08-02CIFS: Count got bytes in read_into_pages()Pavel Shilovsky
2014-08-02CIFS: Use separate var for the number of bytes got in async readPavel Shilovsky
2014-08-02CIFS: Fix wsize usage in iovec writePavel Shilovsky
2014-08-02CIFS: Fix cifs_writev_requeue when wsize changesPavel Shilovsky
2014-07-31cifs: replace code with free_rsp_buf()Sachin Prabhu
2014-04-16Return correct error on query of xattr on file with empty xattrsSteve French
2014-02-07[CIFS] clean up page array when uncached write send failsSteve French
2014-02-07cifs: use a flexarray in cifs_writedataJeff Layton
2014-01-20CIFS: Cleanup cifs open codepathPavel Shilovsky
2014-01-20CIFS: Cleanup CIFSSMBOpenPavel Shilovsky
2013-12-27Add missing end of line termination to some cifs messagesSteve French
2013-11-15setfacl removes part of ACL when setting POSIX ACLs to SambaSteve French
2013-11-02Allow setting per-file compression via CIFS protocolSteve French
2013-10-05do not treat non-symlink reparse points as valid symlinksSteve French
2013-09-18cifs: stop trying to use virtual circuitsJeff Layton
2013-09-08CIFS: Implement follow_link for nounix CIFS mountsPavel Shilovsky
2013-06-29cifs: fill TRANS2_QUERY_FILE_INFO ByteCount fieldsDavid Disseldorp
2013-06-27cifs: fix SMB2 signing enablement in cifs_enable_signingJeff Layton
2013-06-24move sectype to the cifs_ses instead of TCP_Server_InfoJeff Layton
2013-06-24cifs: track the enablement of signing in the TCP_Server_InfoJeff Layton
2013-06-24cifs: track the flavor of the NEGOTIATE reponseJeff Layton
2013-06-24cifs: factor out check for extended security bit into separate functionJeff Layton
2013-06-24cifs: move handling of signed connections into separate functionJeff Layton
2013-06-24cifs: break out lanman NEGOTIATE handling into separate functionJeff Layton
2013-06-24cifs: break out decoding of security blob into separate functionJeff Layton
2013-06-24cifs: throw a warning if negotiate or sess_setup ops are passed NULL server o...Jeff Layton