summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2pdu.c
Commit message (Expand)AuthorAgeFilesLines
* smb: move client and server files to common directory fs/smbSteve French2023-05-241-5650/+0
* do not reuse connection if share marked as isolatedSteve French2023-05-081-0/+3
* cifs: Remove unneeded semicolonYang Li2023-05-051-1/+1
* cifs: fix sharing of DFS connectionsPaulo Alcantara2023-05-041-2/+2
* cifs: protect session status check in smb2_reconnect()Paulo Alcantara2023-05-021-4/+11
* smb3: make query_on_disk_id open context consistent and move to common codeSteve French2023-04-281-1/+1
* cifs: Avoid a cast in add_lease_context()Volker Lendecke2023-04-231-3/+4
* cifs: Simplify SMB2_open_init()Volker Lendecke2023-04-231-17/+4
* cifs: Simplify SMB2_open_init()Volker Lendecke2023-04-231-33/+9
* cifs: Simplify SMB2_open_init()Volker Lendecke2023-04-231-32/+13
* cifs: Reapply lost fix from commit 30b2b2196d6eDavid Howells2023-04-181-4/+6
* cifs: fix negotiate context parsingDavid Disseldorp2023-04-151-10/+31
* cifs: get rid of dead check in smb2_reconnect()Paulo Alcantara2023-03-301-1/+0
* smb3: fix unusable share after force unmount failureSteve French2023-03-241-6/+2
* cifs: fix missing unload_nls() in smb2_reconnect()Paulo Alcantara2023-03-241-3/+3
* cifs: avoid race conditions with parallel reconnectsShyam Prasad N2023-03-241-18/+26
* cifs: append path to open_enter trace eventShyam Prasad N2023-03-241-2/+2
* cifs: prevent data race in cifs_reconnect_tcon()Paulo Alcantara2023-03-011-61/+21
* cifs: use tcon allocation functions even for dummy tconShyam Prasad N2023-02-211-2/+2
* cifs: Change the I/O paths to use an iterator rather than a page listDavid Howells2023-02-201-36/+17
* smb3: Replace smb2pdu 1-element arrays with flex-arraysKees Cook2023-02-201-9/+7
* cifs: Replace remaining 1-element arraysKees Cook2023-02-201-2/+2
* cifs: remove unneeded 2bytes of padding from smb2 tree connectNamjae Jeon2023-02-201-4/+4
* cifs: don't try to use rdma offload on encrypted connectionsStefan Metzmacher2023-02-201-0/+4
* cifs: split out smb3_use_rdma_offload() helperStefan Metzmacher2023-02-201-6/+28
* cifs: introduce cifs_io_parms in smb2_async_writev()Stefan Metzmacher2023-02-201-14/+39
* cifs: prevent data race in smb2_reconnect()Paulo Alcantara2023-02-201-55/+64
* cifs: do not include page data when checking signatureEnzo Matsumiya2023-01-181-6/+9
* cifs: fix potential memory leaks in session setupPaulo Alcantara2023-01-101-0/+1
* cifs: fix double free on failed kerberos authPaulo Alcantara2023-01-101-1/+4
* cifs: fix race in assemble_neg_contexts()Paulo Alcantara2023-01-041-4/+7
* cifs: fix memory leaks in session setupPaulo Alcantara2022-10-191-8/+7
* cifs: Fix memory leak when build ntlmssp negotiate blob failedZhang Xiaoxu2022-10-181-1/+1
* smb3: improve SMB3 change notification supportSteve French2022-10-151-3/+27
* smb3: must initialize two ACL struct fields to zeroSteve French2022-10-151-1/+2
* cifs: use ALIGN() and round_up() macrosEnzo Matsumiya2022-10-131-22/+16
* cifs: prevent copying past input buffer boundariesPaulo Alcantara2022-10-131-2/+2
* cifs: replace kfree() with kfree_sensitive() for sensitive dataEnzo Matsumiya2022-10-071-5/+14
* cifs: remove initialization valueMuhammad Usama Anjum2022-10-051-1/+1
* smb3: add dynamic trace points for tree disconnectSteve French2022-10-051-6/+10
* cifs: Fix the error length of VALIDATE_NEGOTIATE_INFO messageZhang Xiaoxu2022-10-051-2/+2
* cifs: fix small mempool leak in SMB2_negotiate()Enzo Matsumiya2022-08-301-5/+7
* cifs: skip extra NULL byte in filenamesPaulo Alcantara2022-08-241-10/+6
* cifs: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-191-1/+1
* cifs: remove useless parameter 'is_fsctl' from SMB2_ioctl()Enzo Matsumiya2022-08-171-11/+9
* cifs: Do not use tcon->cfid directly, use the cfid we get from open_cached_dirRonnie Sahlberg2022-08-111-1/+1
* cifs: Move cached-dir functions into a separate fileRonnie Sahlberg2022-08-111-1/+2
* cifs: remove useless DeleteMidQEntry()Enzo Matsumiya2022-08-051-3/+3
* cifs: avoid use of global locks for high contention dataShyam Prasad N2022-08-011-12/+12
* cifs: remove unnecessary type castingsYu Zhe2022-08-011-1/+1