summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2022-12-14cifs: fix use-after-free caused by invalid pointer `hostname`Zeng Heng1-0/+1
2022-12-02cifs: fix missed refcounting of ipc tconPaulo Alcantara1-0/+1
2022-12-02cifs: Fix connections leak when tlink setup failedZhang Xiaoxu1-3/+11
2022-12-02cifs: support nested dfs links over reconnectPaulo Alcantara9-693/+660
2022-12-02cifs: split out dfs code from cifs_reconnect()Paulo Alcantara1-133/+162
2022-12-02cifs: introduce new helper for cifs_reconnect()Paulo Alcantara1-64/+75
2022-11-26cifs: add check for returning value of SMB2_set_info_initAnastasia Belova1-0/+2
2022-11-26cifs: Fix wrong return value checking when GETFLAGSZhang Xiaoxu1-2/+2
2022-11-26cifs: add check for returning value of SMB2_close_initAnastasia Belova1-0/+2
2022-11-10cifs: fix regression in very old smb1 mountsRonnie Sahlberg1-6/+5
2022-10-29cifs: Fix xid leak in cifs_ses_add_channel()Zhang Xiaoxu1-0/+1
2022-10-29cifs: Fix xid leak in cifs_flock()Zhang Xiaoxu1-4/+7
2022-10-29cifs: Fix xid leak in cifs_copy_file_range()Zhang Xiaoxu1-2/+5
2022-10-29cifs: Fix xid leak in cifs_create()Zhang Xiaoxu1-2/+4
2022-10-26cifs: return correct error in ->calc_signature()Enzo Matsumiya1-4/+6
2022-10-26smb3: must initialize two ACL struct fields to zeroSteve French1-1/+2
2022-10-26cifs: Fix the error length of VALIDATE_NEGOTIATE_INFO messageZhang Xiaoxu1-2/+2
2022-10-26cifs: destage dirty pages before re-reading them for cache=noneRonnie Sahlberg1-0/+9
2022-09-23cifs: always initialize struct msghdr smb_msg completelyStefan Metzmacher2-13/+4
2022-09-23cifs: don't send down the destination address to sendmsg for a SOCK_STREAMStefan Metzmacher1-2/+2
2022-09-23cifs: revalidate mapping when doing direct writesRonnie Sahlberg1-0/+3
2022-09-08cifs: fix small mempool leak in SMB2_negotiate()Enzo Matsumiya1-5/+7
2022-08-31smb3: missing inode locks in punch holeDavid Howells1-6/+6
2022-08-25smb3: check xattr value length earlierSteve French1-2/+3
2022-08-25cifs: Fix memory leak on the deferred closeZhang Xiaoxu1-0/+6
2022-08-17SMB3: fix lease break timeout when multiple deferred close handles for the sa...Bharath SM1-19/+1
2022-06-14cifs: fix reconnect on smb3 mount typesPaulo Alcantara3-13/+18
2022-06-14cifs: return errors during session setup during reconnectsShyam Prasad N1-0/+3
2022-06-14cifs: version operations for smb20 unneeded when legacy support disabledSteve French2-2/+9
2022-06-09SMB3: EBADF/EIO errors in rename/open caused by race condition in smb2_compou...Steve French1-2/+0
2022-06-09smb3: check for null tconSteve French1-2/+5
2022-06-09cifs: when extending a file with falloc we should make files not-sparseRonnie Sahlberg1-1/+1
2022-06-09cifs: fix potential double free during failed mountRonnie Sahlberg1-4/+6
2022-05-09cifs: destage any unwritten data to the server before calling copychunk_writeRonnie Sahlberg1-0/+8
2022-04-27cifs: Check the IOCB_DIRECT flag, not O_DIRECTDavid Howells1-1/+1
2022-04-20cifs: verify that tcon is valid before dereference in cifs_kill_sbRonnie Sahlberg1-3/+3
2022-04-20cifs: potential buffer overflow in handling symlinksHarshit Mogalapalli1-0/+3
2022-04-20cifs: release cached dentries only if mount is completeShyam Prasad N1-13/+15
2022-04-08Adjust cifssb maximum read sizeRohith Surabattula2-0/+13
2022-04-08cifs: fix NULL ptr dereference in smb2_ioctl_query_info()Paulo Alcantara1-59/+65
2022-04-08cifs: prevent bad output lengths in smb2_ioctl_query_info()Paulo Alcantara1-6/+10
2022-04-08cifs: we do not need a spinlock around the tree access during umountRonnie Sahlberg1-2/+0
2022-04-08cifs: fix handlecache and multiuserRonnie Sahlberg1-3/+10
2022-03-08cifs: fix confusing unneeded warning message on smb2.1 and earlierSteve French1-5/+6
2022-03-08cifs: protect session channel fields with chan_lockShyam Prasad N6-15/+71
2022-03-08cifs: modefromsids must add an ACE for authenticated usersRonnie Sahlberg1-1/+4
2022-03-08cifs: fix double free race when mount fails in cifs_get_root()Ronnie Sahlberg1-0/+1
2022-03-08cifs: do not use uninitialized data in the owner/group sidRonnie Sahlberg1-2/+2
2022-02-23smb3: fix snapshot mount optionSteve French1-2/+2
2022-02-23cifs: fix set of group SID via NTSD xattrsAmir Goldstein1-0/+2