summaryrefslogtreecommitdiff
path: root/fs/cifs/smb2pdu.c
AgeCommit message (Expand)Author
2017-05-20SMB3: Work around mount failure when using SMB3 dialect to MacsSteve French
2017-04-27CIFS: remove bad_network_name flagGermano Percossi
2017-04-12Reset TreeId to zero on SMB2 TREE_CONNECTJan-Marek Glogowski
2017-01-06CIFS: Fix missing nls unload in smb2_reconnect()Pavel Shilovsky
2017-01-06CIFS: Fix a possible memory corruption during reconnectPavel Shilovsky
2016-10-28SMB3: GUIDs should be constructed as random but valid uuidsSteve French
2016-10-28Set previous session id correctly on SMB3 reconnectSteve French
2016-10-28cifs: Limit the overall credit acquiredRoss Lagerwall
2016-07-27cifs: dynamic allocation of ntlmssp blobJerome Marchand
2016-07-27Fix reconnect to not defer smb3 session reconnect long after socket reconnectSteve French
2016-06-01remove directory incorrectly tries to set delete on close on non-empty direct...Steve French
2016-03-09cifs: fix out-of-bounds access in lease parsingJustin Maggard
2015-11-13Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2015-11-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2015-11-03[SMB3] Send durable handle v2 contexts when use of persistent handles requiredSteve French
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells
2015-09-26[SMB3] Missing null tcon checkSteve French
2015-09-24fix encryption error checks on mountSteve French
2015-09-24[SMB3] Fix sec=krb5 on smb3 mountsSteve French
2015-08-20cifs: Fix use-after-free on mid_q_entryChristopher Oo
2015-06-28Update negotiate protocol for SMB3.11 dialectSteve French
2015-06-27Make dialect negotiation warning message easier to readSteve French
2015-06-27Add defines and structs for smb3.1 dialectSteve French
2015-06-27Allow parsing vers=3.11 on cifs mountSteve French
2015-05-20[cifs] fix null pointer checkSteve French
2015-04-01Fix another dereference before null check warningSteve French
2015-04-01Fix dereference before null check warningSteve French
2015-04-01Fix warning on uninitialized buftypeSteve French
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds
2014-12-10fs/cifs: remove obsolete __constantFabian Frederick
2014-12-07decode_negTokenInit had wrong calling sequenceSteve French
2014-10-16Allow mknod and mkfifo on SMB2/SMB3 mountsSteve French
2014-08-25CIFS: Fix wrong filename length for SMB2Pavel Shilovsky
2014-08-21cifs: remove unneeded check of null checking in if conditionNamjae Jeon
2014-08-21cifs: fix a possible use of uninit variable in SMB2_sess_setupNamjae Jeon
2014-08-17CIFS: Fix SMB2 readdir error handlingPavel Shilovsky
2014-08-17[CIFS] Possible null ptr deref in SMB2_tconSteve French
2014-08-13Add sparse file support to SMB2/SMB3 mountsSteve French
2014-08-05Add worker function to set allocation sizeSteve French
2014-08-02CIFS: Optimize cifs_user_read() in a short read case on reconnectsPavel Shilovsky
2014-08-02CIFS: Use separate var for the number of bytes got in async readPavel Shilovsky
2014-08-02CIFS: Use multicredits for SMB 2.1/3 readsPavel Shilovsky
2014-08-02CIFS: Use multicredits for SMB 2.1/3 writesPavel Shilovsky
2014-08-02CIFS: Fix wsize usage in iovec writePavel Shilovsky
2014-07-31cifs: replace code with free_rsp_buf()Sachin Prabhu
2014-05-24CIFS: Fix memory leaks in SMB2_openPavel Shilovsky
2014-05-21Clarify SMB2/SMB3 create context and add missing onesSteve French
2014-05-21Do not send ClientGUID on SMB2.02 dialectSteve French
2014-05-21cifs: Set client guid on per connection basisSachin Prabhu
2014-04-16fs: cifs: remove unused variable.Cyril Roelandt