summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* cifs: print session id while listing open filesShyam Prasad N2023-03-301-2/+3
* cifs: empty interface list when server doesn't support query interfacesShyam Prasad N2023-03-301-1/+1
* cifs: Fix smb2_set_path_size()Volker Lendecke2023-03-221-7/+24
* cifs: Move the in_send statistic to __smb_send_rqst()Zhang Xiaoxu2023-03-221-12/+9
* cifs: Fix uninitialized memory read in smb3_qfs_tcon()Volker Lendecke2023-03-101-6/+7
* cifs: Fix warning and UAF when destroy the MR listZhang Xiaoxu2023-03-101-1/+2
* cifs: Fix lost destroy smbd connection when MR allocate failedZhang Xiaoxu2023-03-101-0/+1
* cifs: Fix use-after-free in rdata->read_into_pages()ZhaoLong Wang2023-02-141-2/+2
* cifs: fix return of uninitialized rc in dfs_cache_update_tgthint()Paulo Alcantara2023-02-061-3/+3
* cifs: Fix oops due to uncleared server->smbd_conn in reconnectDavid Howells2023-02-011-0/+1
* cifs: fix potential deadlock in cache_refresh_path()Paulo Alcantara2023-02-011-19/+23
* cifs: do not include page data when checking signatureEnzo Matsumiya2023-01-241-6/+9
* cifs: Fix uninitialized memory read for smb311 posix symlink createVolker Lendecke2023-01-181-0/+1
* cifs: fix missing display of three mount optionsSteve French2023-01-121-1/+7
* cifs: fix confusing debug messagePaulo Alcantara2023-01-121-1/+3
* cifs: fix oops during encryptionPaulo Alcantara2023-01-124-79/+141
* cifs: fix use-after-free caused by invalid pointer `hostname`Zeng Heng2022-12-141-0/+1
* cifs: fix missed refcounting of ipc tconPaulo Alcantara2022-12-021-0/+1
* cifs: Fix connections leak when tlink setup failedZhang Xiaoxu2022-12-021-3/+11
* cifs: support nested dfs links over reconnectPaulo Alcantara2022-12-029-693/+660
* cifs: split out dfs code from cifs_reconnect()Paulo Alcantara2022-12-021-133/+162
* cifs: introduce new helper for cifs_reconnect()Paulo Alcantara2022-12-021-64/+75
* cifs: add check for returning value of SMB2_set_info_initAnastasia Belova2022-11-261-0/+2
* cifs: Fix wrong return value checking when GETFLAGSZhang Xiaoxu2022-11-261-2/+2
* cifs: add check for returning value of SMB2_close_initAnastasia Belova2022-11-261-0/+2
* cifs: fix regression in very old smb1 mountsRonnie Sahlberg2022-11-101-6/+5
* cifs: Fix xid leak in cifs_ses_add_channel()Zhang Xiaoxu2022-10-291-0/+1
* cifs: Fix xid leak in cifs_flock()Zhang Xiaoxu2022-10-291-4/+7
* cifs: Fix xid leak in cifs_copy_file_range()Zhang Xiaoxu2022-10-291-2/+5
* cifs: Fix xid leak in cifs_create()Zhang Xiaoxu2022-10-291-2/+4
* cifs: return correct error in ->calc_signature()Enzo Matsumiya2022-10-261-4/+6
* smb3: must initialize two ACL struct fields to zeroSteve French2022-10-261-1/+2
* cifs: Fix the error length of VALIDATE_NEGOTIATE_INFO messageZhang Xiaoxu2022-10-261-2/+2
* cifs: destage dirty pages before re-reading them for cache=noneRonnie Sahlberg2022-10-261-0/+9
* cifs: always initialize struct msghdr smb_msg completelyStefan Metzmacher2022-09-232-13/+4
* cifs: don't send down the destination address to sendmsg for a SOCK_STREAMStefan Metzmacher2022-09-231-2/+2
* cifs: revalidate mapping when doing direct writesRonnie Sahlberg2022-09-231-0/+3
* cifs: fix small mempool leak in SMB2_negotiate()Enzo Matsumiya2022-09-081-5/+7
* smb3: missing inode locks in punch holeDavid Howells2022-08-311-6/+6
* smb3: check xattr value length earlierSteve French2022-08-251-2/+3
* cifs: Fix memory leak on the deferred closeZhang Xiaoxu2022-08-251-0/+6
* SMB3: fix lease break timeout when multiple deferred close handles for the sa...Bharath SM2022-08-171-19/+1
* cifs: fix reconnect on smb3 mount typesPaulo Alcantara2022-06-143-13/+18
* cifs: return errors during session setup during reconnectsShyam Prasad N2022-06-141-0/+3
* cifs: version operations for smb20 unneeded when legacy support disabledSteve French2022-06-142-2/+9
* SMB3: EBADF/EIO errors in rename/open caused by race condition in smb2_compou...Steve French2022-06-091-2/+0
* smb3: check for null tconSteve French2022-06-091-2/+5
* cifs: when extending a file with falloc we should make files not-sparseRonnie Sahlberg2022-06-091-1/+1
* cifs: fix potential double free during failed mountRonnie Sahlberg2022-06-091-4/+6
* cifs: destage any unwritten data to the server before calling copychunk_writeRonnie Sahlberg2022-05-091-0/+8