aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2ops.c
AgeCommit message (Expand)Author
2024-03-01cifs: add a warning when the in-flight count goes negativeShyam Prasad N
2024-03-01cifs: remove useless parameter 'is_fsctl' from SMB2_ioctl()Enzo Matsumiya
2024-03-01smb: client: fix potential OOBs in smb2_parse_contexts()Paulo Alcantara
2024-03-01smb: client: fix OOB in receive_encrypted_standard()Paulo Alcantara
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-10-06smb3: correct places where ENOTSUPP is used instead of preferred EOPNOTSUPPSteve French
2023-05-24SMB3: drop reference to cfile before sending oplock breakBharath SM
2023-05-17cifs: fix pcchunk length type in smb2_copychunk_rangePawel Witek
2023-03-30cifs: empty interface list when server doesn't support query interfacesShyam Prasad N
2023-03-10cifs: Fix uninitialized memory read in smb3_qfs_tcon()Volker Lendecke
2023-01-12cifs: fix oops during encryptionPaulo Alcantara
2022-12-02cifs: support nested dfs links over reconnectPaulo Alcantara
2022-11-26cifs: add check for returning value of SMB2_set_info_initAnastasia Belova
2022-11-26cifs: add check for returning value of SMB2_close_initAnastasia Belova
2022-08-31smb3: missing inode locks in punch holeDavid Howells
2022-08-25smb3: check xattr value length earlierSteve French
2022-06-14cifs: version operations for smb20 unneeded when legacy support disabledSteve French
2022-06-09smb3: check for null tconSteve 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-09-09cifs: properly invalidate cached root handle when closing itEnzo Matsumiya
2021-08-30Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-07-26smb3: rc uninitialized in one fallocate pathSteve French
2021-07-22cifs: fix fallocate when trying to allocate a hole.Ronnie Sahlberg
2021-07-22cifs: only write 64kb at a time when fallocating a small region of a fileRonnie Sahlberg
2021-07-15cifs: added WARN_ON for all the count decrementsShyam Prasad N
2021-07-14cifs: fix the out of range assignment to bit fields in parse_server_interfacesHyunchul Lee
2021-07-13cifs: Fix race between hole punch and page faultJan Kara
2021-06-25smb3: prevent races updating CurrentMidSteve French
2021-06-20cifs: retry lookup and readdir when EAGAIN is returned.Thiago Rafael Becker
2021-06-20cifs: improve fallocate emulationRonnie Sahlberg
2021-05-19Defer close only when lease is enabled.Rohith Surabattula
2021-05-19cifs: fix memory leak in smb2_copychunk_rangeRonnie Sahlberg
2021-04-25smb3: limit noisy errorSteve French
2021-04-25cifs: remove unnecessary copies of tcon->crfid.fidMuhammad Usama Anjum
2021-04-25cifs: Return correct error code from smb2_get_enc_keyPaul Aurich
2021-04-25cifs: fix out-of-bound memory access when calling smb3_notify() at mount pointEugene Korenevsky
2021-04-25smb2: fix use-after-free in smb2_ioctl_query_info()Aurelien Aptel
2021-04-25cifs: add FALLOC_FL_INSERT_RANGE supportRonnie Sahlberg
2021-04-25cifs: add support for FALLOC_FL_COLLAPSE_RANGERonnie Sahlberg
2021-04-25cifs: add a timestamp to track when the lease of the cached dir was takenRonnie Sahlberg
2021-04-25cifs: add a function to get a cached dir based on its dentryRonnie Sahlberg
2021-04-25cifs: Grab a reference for the dentry of the cached directory during the life...Ronnie Sahlberg
2021-04-25cifs: store a pointer to the root dentry in cifs_sb_info once we have complet...Ronnie Sahlberg
2021-04-25cifs: rename the *_shroot* functions to *_cached_dir*Ronnie Sahlberg
2021-04-25cifs: pass a path to open_shroot and check if it is the root or notRonnie Sahlberg