summaryrefslogtreecommitdiff
path: root/fs/smb/client
AgeCommit message (Expand)AuthorFilesLines
2026-08-05smb: client: fix SMB1 TRANS2 multi-response truncation in SendReceive()Frank Sorenson1-6/+22
2026-08-03smb: client: Fix use-after-free in cifs_try_adding_channels()Shuangpeng Bai1-1/+1
2026-08-03smb/client: show compress mount optionChenXiaoSong1-0/+2
2026-07-28cifs: add fscache_resize_cookie() to cifs_setsize()Frank Sorenson1-0/+1
2026-07-28cifs: fix time_last_write stamp placement in setattr/truncate pathsFrank Sorenson1-4/+22
2026-07-28cifs: consolidate time_last_write stamp into _cifsFileInfo_put()Frank Sorenson2-66/+22
2026-07-28smb: client: simplify cifs_fscache_get_super_cookie()Dmitry Antipov1-5/+1
2026-07-28smb: client: free partially allocated transform folio queueYichong Chen1-1/+1
2026-07-27cifs: validate idmap key payload lengthLi Qiang1-0/+3
2026-07-27smb: client: remove conditional return with no effectSang-Heon Jeon1-5/+1
2026-07-27smb: client: fix buffer leaks in SMB1 read and writeDawei Feng1-3/+9
2026-07-27smb: client: use GFP_KERNEL for registry allocationFredric Cover1-3/+3
2026-07-22cifs: fix cifsFileInfo leak on kmalloc failure in deferred close drain pathsFrank Sorenson1-6/+39
2026-07-22cifs: prevent readdir from changing file size due to stale directory metadataFrank Sorenson5-8/+96
2026-07-21smb: client: handle STATUS_STOPPED_ON_SYMLINK responses without a symlink targetCarl Johnson2-3/+41
2026-07-20smb: client: bound dirent name against end of SMB response in cifs_filldirJay Vadayath1-2/+7
2026-07-20smb: client: validate DFS referral PathConsumedYichong Chen1-9/+25
2026-07-15smb/client: flush dirty data before punching a holeHuiwen He1-0/+9
2026-07-15smb/client: Use EXPORT_SYMBOL_IF_KUNIT() to export symbols in SMB2Andy Shevchenko2-6/+7
2026-07-15smb/client: Use EXPORT_SYMBOL_IF_KUNIT() to export symbolsAndy Shevchenko2-12/+13
2026-07-13smb: client: reject overlapping data areas in SMB2 responsesShoichiro Miyamoto1-9/+25
2026-07-13smb/client: refresh allocation after EOF-extending fallocateHuiwen He3-3/+62
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 He2-3/+37
2026-07-13smb: client: use kvzalloc() for megabyte buffer in simple fallocateFredric Cover1-2/+2
2026-07-10cifs: Remove CIFSSMBSetPathInfoFB() fallback functionPali Rohár1-36/+0
2026-07-10cifs: Fix and improve cifs_is_path_accessible() functionPali Rohár1-10/+16
2026-07-09smb: client: mask server-provided mode to 07777 in modefromsidNorbert Manthey1-1/+1
2026-07-09cifs: Show reason why autodisabling serverino supportPali Rohár6-9/+14
2026-07-09smb/client: fix incorrect nlink returned by fstat()ChenXiaoSong3-0/+4
2026-07-09smb/client: zero-initialize stack-allocated cifs_open_info_dataChenXiaoSong3-3/+3
2026-07-09smb/client: pass cifs_open_info_data to SMB2_open()ChenXiaoSong4-27/+25
2026-07-09smb/client: use stack-allocated smb2_file_all_info in smb3_query_mf_symlink()ChenXiaoSong1-12/+3
2026-07-09smb: client: fix overflow in passthrough ioctl bounds checkGuangshuo Li1-2/+2
2026-07-09smb: client: fix busy dentry warning on unmount after DIOZizhi Wo4-0/+19
2026-07-09cifs: Fix support for creating SFU fifoPali Rohár1-4/+2
2026-07-09cifs: Fix support for creating SFU socketPali Rohár1-4/+3
2026-07-09smb: client: fix atime clamp check in read completionXu Rao1-1/+1
2026-07-08cifs: validate DFS referral string offsetsGuangshuo Li1-0/+8
2026-07-08smb: client: use GFP_KERNEL for DFS cache allocationsFredric Cover1-5/+5
2026-07-08smb: client: restrict implied bcc[0] exemption to responses without data areaShoichiro Miyamoto1-6/+26
2026-07-06smb: client: preserve leading slash for POSIX absolute symlink targetsSteve French1-1/+16
2026-07-06smb: client: refactor cifs_revalidate_mapping() to use clear_and_wake_up_bit()Mehdi Hassan1-3/+1
2026-07-02cifs: Fix missing credit release on failure in cifs_issue_read()David Howells1-0/+1
2026-07-02cifs: update internal module version numberSteve French1-2/+2
2026-07-02smb: client: use unaligned reads in parse_posix_ctxt()Zihan Xi1-3/+3
2026-07-02smb: client: harden POSIX SID length parsingZihan Xi1-1/+1
2026-06-25cifs: define variable sized buffer for querydir responsesShyam Prasad N4-3/+17