summaryrefslogtreecommitdiff
path: root/fs/cifs/smb2pdu.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-25smb: move client and server files to common directory fs/smbSteve French1-5650/+0
2023-05-08do not reuse connection if share marked as isolatedSteve French1-0/+3
2023-05-05cifs: Remove unneeded semicolonYang Li1-1/+1
2023-05-05cifs: fix sharing of DFS connectionsPaulo Alcantara1-2/+2
2023-05-02cifs: protect session status check in smb2_reconnect()Paulo Alcantara1-4/+11
2023-04-29smb3: make query_on_disk_id open context consistent and move to common codeSteve French1-1/+1
2023-04-24cifs: Avoid a cast in add_lease_context()Volker Lendecke1-3/+4
2023-04-24cifs: Simplify SMB2_open_init()Volker Lendecke1-17/+4
2023-04-24cifs: Simplify SMB2_open_init()Volker Lendecke1-33/+9
2023-04-24cifs: Simplify SMB2_open_init()Volker Lendecke1-32/+13
2023-04-19cifs: Reapply lost fix from commit 30b2b2196d6eDavid Howells1-4/+6
2023-04-16cifs: fix negotiate context parsingDavid Disseldorp1-10/+31
2023-03-31cifs: get rid of dead check in smb2_reconnect()Paulo Alcantara1-1/+0
2023-03-24smb3: fix unusable share after force unmount failureSteve French1-6/+2
2023-03-24cifs: fix missing unload_nls() in smb2_reconnect()Paulo Alcantara1-3/+3
2023-03-24cifs: avoid race conditions with parallel reconnectsShyam Prasad N1-18/+26
2023-03-24cifs: append path to open_enter trace eventShyam Prasad N1-2/+2
2023-03-02cifs: prevent data race in cifs_reconnect_tcon()Paulo Alcantara1-61/+21
2023-02-21cifs: use tcon allocation functions even for dummy tconShyam Prasad N1-2/+2
2023-02-21cifs: Change the I/O paths to use an iterator rather than a page listDavid Howells1-36/+17
2023-02-21smb3: Replace smb2pdu 1-element arrays with flex-arraysKees Cook1-9/+7
2023-02-20cifs: Replace remaining 1-element arraysKees Cook1-2/+2
2023-02-20cifs: remove unneeded 2bytes of padding from smb2 tree connectNamjae Jeon1-4/+4
2023-02-20cifs: don't try to use rdma offload on encrypted connectionsStefan Metzmacher1-0/+4
2023-02-20cifs: split out smb3_use_rdma_offload() helperStefan Metzmacher1-6/+28
2023-02-20cifs: introduce cifs_io_parms in smb2_async_writev()Stefan Metzmacher1-14/+39
2023-02-20cifs: prevent data race in smb2_reconnect()Paulo Alcantara1-55/+64
2023-01-18cifs: do not include page data when checking signatureEnzo Matsumiya1-6/+9
2023-01-11cifs: fix potential memory leaks in session setupPaulo Alcantara1-0/+1
2023-01-11cifs: fix double free on failed kerberos authPaulo Alcantara1-1/+4
2023-01-04cifs: fix race in assemble_neg_contexts()Paulo Alcantara1-4/+7
2022-10-20cifs: fix memory leaks in session setupPaulo Alcantara1-8/+7
2022-10-18cifs: Fix memory leak when build ntlmssp negotiate blob failedZhang Xiaoxu1-1/+1
2022-10-15smb3: improve SMB3 change notification supportSteve French1-3/+27
2022-10-15smb3: must initialize two ACL struct fields to zeroSteve French1-1/+2
2022-10-13cifs: use ALIGN() and round_up() macrosEnzo Matsumiya1-22/+16
2022-10-13cifs: prevent copying past input buffer boundariesPaulo Alcantara1-2/+2
2022-10-08cifs: replace kfree() with kfree_sensitive() for sensitive dataEnzo Matsumiya1-5/+14
2022-10-06cifs: remove initialization valueMuhammad Usama Anjum1-1/+1
2022-10-05smb3: add dynamic trace points for tree disconnectSteve French1-6/+10
2022-10-05cifs: Fix the error length of VALIDATE_NEGOTIATE_INFO messageZhang Xiaoxu1-2/+2
2022-08-31cifs: fix small mempool leak in SMB2_negotiate()Enzo Matsumiya1-5/+7
2022-08-24cifs: skip extra NULL byte in filenamesPaulo Alcantara1-10/+6
2022-08-19cifs: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-18cifs: remove useless parameter 'is_fsctl' from SMB2_ioctl()Enzo Matsumiya1-11/+9
2022-08-12cifs: Do not use tcon->cfid directly, use the cfid we get from open_cached_dirRonnie Sahlberg1-1/+1
2022-08-11cifs: Move cached-dir functions into a separate fileRonnie Sahlberg1-1/+2
2022-08-05cifs: remove useless DeleteMidQEntry()Enzo Matsumiya1-3/+3
2022-08-01cifs: avoid use of global locks for high contention dataShyam Prasad N1-12/+12
2022-08-01cifs: remove unnecessary type castingsYu Zhe1-1/+1