summaryrefslogtreecommitdiff
path: root/fs/smb/client/smb2ops.c
AgeCommit message (Expand)AuthorFilesLines
14 dayssmb/client: invalidate fscache for fallocate range operationsHuiwen He1-0/+7
14 dayssmb/client: fix stale page cache in insert/collapse rangeHuiwen He1-5/+18
14 dayssmb/client: fix integer truncation in collapse rangeHuiwen He1-2/+2
14 dayssmb/client: fix data corruption in emulated insert rangeHuiwen He1-26/+106
14 dayssmb/client: mark file sparse before emulating insert rangeHuiwen He1-0/+5
14 dayssmb/client: validate new EOF for zero rangeHuiwen He1-1/+8
14 dayssmb/client: validate new EOF for insert rangeHuiwen He1-2/+10
2026-08-26cifs: add revalidation on FSCTL failure in smb2_duplicate_extents()Frank Sorenson1-2/+5
2026-08-24smb: client: Clear sensitive stack and heap data in smb2ops.cThomas Huth1-2/+2
2026-08-19cifs: add cifs_resize_file_locked() to guard fscache_resize_cookie() under i_...Frank Sorenson1-6/+3
2026-07-27smb: client: free partially allocated transform folio queueYichong Chen1-1/+1
2026-07-14smb/client: flush dirty data before punching a holeHuiwen He1-0/+9
2026-07-13smb/client: refresh allocation after EOF-extending fallocateHuiwen He1-3/+40
2026-07-13smb/client: emulate small EOF-extending mode 0 fallocate rangesHuiwen He1-9/+60
2026-07-13smb/client: reduce fallocate zero buffer allocationHuiwen He1-3/+4
2026-07-13smb/client: handle overlapping allocated ranges in fallocateHuiwen He1-7/+18
2026-07-13smb/client: refresh allocation size after duplicate extentsHuiwen He1-0/+30
2026-07-13smb: client: use kvzalloc() for megabyte buffer in simple fallocateFredric Cover1-2/+2
2026-07-09smb/client: zero-initialize stack-allocated cifs_open_info_dataChenXiaoSong1-1/+1
2026-07-09smb: client: fix overflow in passthrough ioctl bounds checkGuangshuo Li1-2/+2
2026-07-08cifs: Fix support for creating SFU fifoPali Rohár1-4/+2
2026-07-08cifs: Fix support for creating SFU socketPali Rohár1-4/+3
2026-06-24smb/client: preserve errors from smb2_set_sparse()Huiwen He1-15/+15
2026-06-24smb: client: Fix next buffer leak in receive_encrypted_standard()Haoxiang Li1-4/+6
2026-06-24smb/client: name the default fallocate modeHuiwen He1-1/+1
2026-06-14smb/client: Fix error code in smb2_aead_req_alloc()Dan Carpenter1-3/+5
2026-06-14smb/client: allow FS_IOC_SETFLAGS to clear compressionHuiwen He1-2/+2
2026-05-27smb: client: detect short folioq copy in cifs_copy_folioq_to_iter()Jeremy Erazo1-3/+15
2026-05-22Merge tag 'v7.1-rc5-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-2/+2
2026-05-19smb: client: use data_len for SMB2 READ encrypted folioq copyJeremy Erazo1-2/+2
2026-05-18Merge tag 'vfs-7.1-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-16/+26
2026-05-14smb: client: avoid integer overflow in SMB2 READ length checkJeremy Erazo1-1/+3
2026-05-12netfs: Fix potential for tearing in ->remote_i_size and ->zero_pointDavid Howells1-16/+26
2026-04-29cifs: change_conf needs to be called for session setupShyam Prasad N1-0/+11
2026-04-22smb: client: fix OOB read in smb2_ioctl_query_info QUERY_INFO pathMichael Bommarito1-0/+6
2026-04-15smb: client: fix integer underflow in receive_encrypted_read()Dudu Lu1-0/+8
2026-03-19smb: client: fix generic/694 due to wrong ->i_blocksPaulo Alcantara1-16/+4
2026-03-11smb: client: fix open handle lookup in cifs_open()Paulo Alcantara1-2/+2
2026-03-11smb: client: fix iface port assignment in parse_server_interfacesHenrique Carvalho1-2/+12
2026-02-26smb: client: use atomic_t for mnt_cifs_flagsPaulo Alcantara1-4/+4
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-6/+6
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-9/+8
2026-02-15cifs: some missing initializations on replayShyam Prasad N1-0/+2
2026-02-14cifs: remove unnecessary tracing after put tconShyam Prasad N1-2/+0
2026-02-12smb: client: fix data corruption due to racy lease checksPaulo Alcantara1-18/+26
2026-02-08smb: client: prevent races in ->query_interfaces()Henrique Carvalho1-11/+8
2026-02-08cifs: Fix locking usage for tcon fieldsShyam Prasad N1-5/+3
2026-02-08cifs: on replayable errors back-off before replay, not afterShyam Prasad N1-8/+24
2025-12-30smb: client: fix UBSAN array-index-out-of-bounds in smb2_copychunk_rangeHenrique Carvalho1-0/+6