aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2ops.c
AgeCommit message (Expand)Author
2024-02-23smb3: Replace smb2pdu 1-element arrays with flex-arraysKees Cook
2024-01-05smb: client: fix OOB in smb2_query_reparse_point()Paulo Alcantara
2023-12-13smb: client: fix potential NULL deref in parse_dfs_referrals()Paulo Alcantara
2023-05-17cifs: fix pcchunk length type in smb2_copychunk_rangePawel Witek
2023-04-05cifs: empty interface list when server doesn't support query interfacesShyam Prasad N
2023-03-11cifs: Fix uninitialized memory read in smb3_qfs_tcon()Volker Lendecke
2023-01-14cifs: fix oops during encryptionPaulo Alcantara
2022-11-25cifs: add check for returning value of SMB2_set_info_initAnastasia Belova
2022-11-25cifs: add check for returning value of SMB2_close_initAnastasia Belova
2022-09-15smb3: missing inode locks in punch holeDavid Howells
2022-09-15cifs: remove useless parameter 'is_fsctl' from SMB2_ioctl()Enzo Matsumiya
2022-08-25smb3: check xattr value length earlierSteve French
2022-06-14cifs: version operations for smb20 unneeded when legacy support disabledSteve French
2022-06-09cifs: when extending a file with falloc we should make files not-sparseRonnie Sahlberg
2022-05-09cifs: destage any unwritten data to the server before calling copychunk_writeRonnie Sahlberg
2022-04-08cifs: fix NULL ptr dereference in smb2_ioctl_query_info()Paulo Alcantara
2022-04-08cifs: prevent bad output lengths in smb2_ioctl_query_info()Paulo Alcantara
2021-08-12smb3: rc uninitialized in one fallocate pathSteve French
2021-07-31cifs: fix the out of range assignment to bit fields in parse_server_interfacesHyunchul Lee
2021-07-28cifs: fix fallocate when trying to allocate a hole.Ronnie Sahlberg
2021-07-28cifs: only write 64kb at a time when fallocating a small region of a fileRonnie Sahlberg
2021-07-14cifs: improve fallocate emulationRonnie Sahlberg
2021-05-26cifs: fix memory leak in smb2_copychunk_rangeRonnie Sahlberg
2021-05-11smb2: fix use-after-free in smb2_ioctl_query_info()Aurelien Aptel
2021-05-11cifs: fix out-of-bound memory access when calling smb3_notify() at mount pointEugene Korenevsky
2021-05-11cifs: Return correct error code from smb2_get_enc_keyPaul Aurich
2021-03-30cifs: Adjust key sizes and key generation routines for AES256 encryptionShyam Prasad N
2021-03-30smb3: fix cached file size problems in duplicate extents (reflink)Steve French
2021-03-17cifs: do not send close in compound create+close requestsPaulo Alcantara
2020-12-30SMB3: avoid confusing warning message on mount to AzureSteve French
2020-12-03smb3: set COMPOUND_FID to FileID field of subsequent compound requestNamjae Jeon
2020-11-15smb3: Handle error case during offload read pathRohith Surabattula
2020-11-15smb3: Avoid Mid pending list corruptionRohith Surabattula
2020-11-15smb3: Call cifs reconnect from demultiplex threadRohith Surabattula
2020-10-23smb3: remove two unused variablesSteve French
2020-10-23smb3: add support for stat of WSL reparse points for special file typesSteve French
2020-10-21smb3: fix stat when special device file and mounted with modefromsidSteve French
2020-10-21SMB3: Resolve data corruption of TCP server info fieldsRohith Surabattula
2020-10-20smb3: add dynamic trace point to trace when credits obtainedSteve French
2020-10-19cifs: Return the error from crypt_message when enc/dec key not found.Shyam Prasad N
2020-10-19smb3.1.1: set gcm256 when requestedSteve French
2020-10-19smb3.1.1: rename nonces used for GCM and CCM encryptionSteve French
2020-10-15Handle STATUS_IO_TIMEOUT gracefullyRohith Surabattula
2020-10-11cifs: return cached_fid from open_shrootRonnie Sahlberg
2020-10-10cifs: Fix incomplete memory allocation on setxattr pathVladimir Zapolskiy
2020-07-07smb3: fix access denied on change notify request to some serversSteve French
2020-06-23cifs/smb3: Fix data inconsistent when punch holeZhang Xiaoxu
2020-06-23cifs/smb3: Fix data inconsistent when zero file rangeZhang Xiaoxu
2020-06-21cifs: Fix cached_fid refcnt leak in open_shrootXiyu Yang
2020-06-05Merge tag '5.8-rc-smb3-fixes-part-1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds