summaryrefslogtreecommitdiff
path: root/fs/cifs/smb2ops.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-11cifs: Fix uninitialized memory read in smb3_qfs_tcon()Volker Lendecke1-6/+7
2023-01-14cifs: fix oops during encryptionPaulo Alcantara1-75/+68
2022-11-25cifs: add check for returning value of SMB2_set_info_initAnastasia Belova1-0/+2
2022-11-25cifs: add check for returning value of SMB2_close_initAnastasia Belova1-0/+2
2022-09-15smb3: missing inode locks in punch holeDavid Howells1-5/+5
2022-09-15cifs: remove useless parameter 'is_fsctl' from SMB2_ioctl()Enzo Matsumiya1-22/+13
2022-08-25smb3: check xattr value length earlierSteve French1-2/+3
2022-06-14cifs: version operations for smb20 unneeded when legacy support disabledSteve French1-1/+6
2022-06-09cifs: when extending a file with falloc we should make files not-sparseRonnie Sahlberg1-1/+1
2022-05-09cifs: destage any unwritten data to the server before calling copychunk_writeRonnie Sahlberg1-0/+8
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
2021-08-12smb3: rc uninitialized in one fallocate pathSteve French1-1/+2
2021-07-31cifs: fix the out of range assignment to bit fields in parse_server_interfacesHyunchul Lee1-2/+2
2021-07-28cifs: fix fallocate when trying to allocate a hole.Ronnie Sahlberg1-5/+18
2021-07-28cifs: only write 64kb at a time when fallocating a small region of a fileRonnie Sahlberg1-7/+19
2021-07-14cifs: improve fallocate emulationRonnie Sahlberg1-0/+133
2021-05-26cifs: fix memory leak in smb2_copychunk_rangeRonnie Sahlberg1-0/+2
2021-05-11smb2: fix use-after-free in smb2_ioctl_query_info()Aurelien Aptel1-9/+5
2021-05-11cifs: fix out-of-bound memory access when calling smb3_notify() at mount pointEugene Korenevsky1-1/+1
2021-05-11cifs: Return correct error code from smb2_get_enc_keyPaul Aurich1-1/+1
2021-03-30cifs: Adjust key sizes and key generation routines for AES256 encryptionShyam Prasad N1-4/+5
2021-03-30smb3: fix cached file size problems in duplicate extents (reflink)Steve French1-3/+15
2021-03-17cifs: do not send close in compound create+close requestsPaulo Alcantara1-5/+5
2020-12-30SMB3: avoid confusing warning message on mount to AzureSteve French1-1/+2
2020-12-04smb3: set COMPOUND_FID to FileID field of subsequent compound requestNamjae Jeon1-2/+2
2020-11-16smb3: Handle error case during offload read pathRohith Surabattula1-1/+19
2020-11-16smb3: Avoid Mid pending list corruptionRohith Surabattula1-9/+46
2020-11-16smb3: Call cifs reconnect from demultiplex threadRohith Surabattula1-5/+8
2020-10-23smb3: remove two unused variablesSteve French1-5/+0
2020-10-23smb3: add support for stat of WSL reparse points for special file typesSteve French1-0/+135
2020-10-22smb3: fix stat when special device file and mounted with modefromsidSteve French1-1/+6
2020-10-22SMB3: Resolve data corruption of TCP server info fieldsRohith Surabattula1-5/+7
2020-10-20smb3: add dynamic trace point to trace when credits obtainedSteve French1-1/+3
2020-10-19cifs: Return the error from crypt_message when enc/dec key not found.Shyam Prasad N1-1/+1
2020-10-19smb3.1.1: set gcm256 when requestedSteve French1-3/+10
2020-10-19smb3.1.1: rename nonces used for GCM and CCM encryptionSteve French1-4/+4
2020-10-16Handle STATUS_IO_TIMEOUT gracefullyRohith Surabattula1-0/+15
2020-10-12cifs: return cached_fid from open_shrootRonnie Sahlberg1-7/+15
2020-10-11cifs: Fix incomplete memory allocation on setxattr pathVladimir Zapolskiy1-1/+1
2020-07-08smb3: fix access denied on change notify request to some serversSteve French1-1/+1
2020-06-24cifs/smb3: Fix data inconsistent when punch holeZhang Xiaoxu1-0/+6
2020-06-24cifs/smb3: Fix data inconsistent when zero file rangeZhang Xiaoxu1-0/+5
2020-06-22cifs: Fix cached_fid refcnt leak in open_shrootXiyu Yang1-0/+1
2020-06-06Merge tag '5.8-rc-smb3-fixes-part-1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-63/+105
2020-06-04cifs: multichannel: move channel selection above transport layerAurelien Aptel1-25/+54
2020-06-04cifs: multichannel: always zero struct cifs_io_parmsAurelien Aptel1-1/+1
2020-06-04fs: handle FIEMAP_FLAG_SYNC in fiemap_prepChristoph Hellwig1-2/+1
2020-06-04fs: move fiemap range validation into the file systems instancesChristoph Hellwig1-2/+4
2020-06-04fs: move the fiemap definitions out of fs.hChristoph Hellwig1-0/+1