aboutsummaryrefslogtreecommitdiff
path: root/fs/smb/client
AgeCommit message (Expand)AuthorFilesLines
4 dayssmb/client: flush dirty data before punching a holeHuiwen He1-0/+9
4 dayssmb/client: Use EXPORT_SYMBOL_IF_KUNIT() to export symbols in SMB2Andy Shevchenko2-6/+7
4 dayssmb/client: Use EXPORT_SYMBOL_IF_KUNIT() to export symbolsAndy Shevchenko2-12/+13
5 dayssmb: client: reject overlapping data areas in SMB2 responsesShoichiro Miyamoto1-9/+25
5 dayssmb/client: refresh allocation after EOF-extending fallocateHuiwen He3-3/+62
5 dayssmb/client: emulate small EOF-extending mode 0 fallocate rangesHuiwen He1-9/+60
5 dayssmb/client: reduce fallocate zero buffer allocationHuiwen He1-3/+4
5 dayssmb/client: handle overlapping allocated ranges in fallocateHuiwen He1-7/+18
5 dayssmb/client: refresh allocation size after duplicate extentsHuiwen He2-3/+37
5 dayssmb: client: use kvzalloc() for megabyte buffer in simple fallocateFredric Cover1-2/+2
9 dayscifs: Remove CIFSSMBSetPathInfoFB() fallback functionPali Rohár1-36/+0
9 dayscifs: Fix and improve cifs_is_path_accessible() functionPali Rohár1-10/+16
9 dayssmb: client: mask server-provided mode to 07777 in modefromsidNorbert Manthey1-1/+1
9 dayscifs: Show reason why autodisabling serverino supportPali Rohár6-9/+14
9 dayssmb/client: fix incorrect nlink returned by fstat()ChenXiaoSong3-0/+4
9 dayssmb/client: zero-initialize stack-allocated cifs_open_info_dataChenXiaoSong3-3/+3
9 dayssmb/client: pass cifs_open_info_data to SMB2_open()ChenXiaoSong4-27/+25
9 dayssmb/client: use stack-allocated smb2_file_all_info in smb3_query_mf_symlink()ChenXiaoSong1-12/+3
9 dayssmb: client: fix overflow in passthrough ioctl bounds checkGuangshuo Li1-2/+2
10 dayssmb: client: fix busy dentry warning on unmount after DIOZizhi Wo4-0/+19
10 dayscifs: Fix support for creating SFU fifoPali Rohár1-4/+2
10 dayscifs: Fix support for creating SFU socketPali Rohár1-4/+3
10 dayssmb: client: fix atime clamp check in read completionXu Rao1-1/+1
10 dayscifs: validate DFS referral string offsetsGuangshuo Li1-0/+8
10 dayssmb: client: use GFP_KERNEL for DFS cache allocationsFredric Cover1-5/+5
10 dayssmb: client: restrict implied bcc[0] exemption to responses without data areaShoichiro Miyamoto1-6/+26
12 dayssmb: client: preserve leading slash for POSIX absolute symlink targetsSteve French1-1/+16
13 dayssmb: 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-01cifs: update internal module version numberSteve French1-2/+2
2026-07-01smb: client: use unaligned reads in parse_posix_ctxt()Zihan Xi1-3/+3
2026-07-01smb: client: harden POSIX SID length parsingZihan Xi1-1/+1
2026-06-24cifs: define variable sized buffer for querydir responsesShyam Prasad N4-3/+17
2026-06-24smb/client: do not account EOF extension as allocationHuiwen He1-3/+10
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: use %pe to print error pointerFredric Cover1-2/+2
2026-06-24smb/client: name the default fallocate modeHuiwen He1-1/+1
2026-06-24smb/client: fix chown/chgrp with SMB3 POSIX ExtensionsRalph Boehme1-1/+2
2026-06-24smb/client: fix security flag calculation when setting security descriptorsRalph Boehme1-6/+16
2026-06-20smb: client: refactor ACL setting control flow in id_mode_to_cifs_acl()Ralph Boehme1-6/+10
2026-06-18smb: client: fix query directory replay double-freeHenrique Carvalho1-0/+2
2026-06-18smb: client: fix change notify replay double-freeHenrique Carvalho1-0/+2
2026-06-18smb: client: fix query_info() replay double-freeHenrique Carvalho1-0/+2
2026-06-18smb: client: fix double-free in SMB2_close() replayHenrique Carvalho1-0/+2
2026-06-18smb: client: fix double-free in SMB2_ioctl() replayHenrique Carvalho1-0/+2
2026-06-18smb: client: fix double-free in SMB2_open() replayHenrique Carvalho1-0/+2
2026-06-18smb: client: fix double-free in SMB2_flush() replayZhao Zhang1-0/+2
2026-06-18Merge tag 'v7.2-rc-part1-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds9-428/+47
2026-06-18Merge tag 'v7.2-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds18-228/+721