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