aboutsummaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
2024-09-20ksmbd: Replace one-element arrays with flexible-array membersThorsten Blum2-4/+4
2024-09-20ksmbd: fix warning: comparison of distinct pointer types lacks a castNamjae Jeon2-4/+5
2024-09-19Merge tag 'v6.12-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/c...Linus Torvalds43-2265/+1206
2024-09-19Merge tag '6.12-rc-ksmbd-server-fixes-part1' of git://git.samba.org/ksmbdLinus Torvalds5-51/+31
2024-09-16smb: client: fix compression heuristic functionsEnzo Matsumiya1-50/+55
2024-09-16cifs: Update SFU comments about fifos and socketsPali Rohár3-6/+6
2024-09-16cifs: Add support for creating SFU symlinksPali Rohár5-29/+77
2024-09-16cifs: Remove redundant setting of NETFS_SREQ_HIT_EOFDavid Howells1-2/+0
2024-09-16cifs: Fix cifs readv callback merge resolution issueDavid Howells1-1/+1
2024-09-16Merge tag 'vfs-6.12.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds7-344/+239
2024-09-15smb: use LIST_HEAD() to simplify codeHongbo Li4-16/+7
2024-09-15cifs: Recognize SFU socket typePali Rohár1-1/+5
2024-09-15cifs: Show debug message when SFU Fifo type was detectedPali Rohár1-0/+1
2024-09-15cifs: Put explicit zero byte into SFU block/char typesPali Rohár2-4/+4
2024-09-15cifs: Add support for reading SFU symlink locationPali Rohár1-0/+29
2024-09-15cifs: Fix recognizing SFU symlinksPali Rohár1-1/+1
2024-09-15smb: client: compress: fix an "illegal accesses" issueQianqiang Liu1-1/+1
2024-09-15smb: client: compress: fix a potential issue of freeing an invalid pointerQianqiang Liu1-1/+1
2024-09-15smb: client: compress: LZ77 code improvements cleanupEnzo Matsumiya4-463/+532
2024-09-15smb: client: insert compression check/call on write requestsEnzo Matsumiya2-0/+9
2024-09-15smb3: mark compression as CONFIG_EXPERIMENTAL and fix missing compression ope...Steve French9-4/+685
2024-09-15cifs: Remove obsoleted declaration for cifs_dir_openGaosheng Cui1-1/+0
2024-09-15smb: client: Use min() macroShen Lichuan2-5/+3
2024-09-15cifs: convert to use ERR_CAST()Yuesong Li1-1/+1
2024-09-15smb: add comment to STATUS_MCA_OCCUREDChenXiaoSong1-0/+4
2024-09-15smb: move SMB2 Status code to common header fileChenXiaoSong15-1835/+15
2024-09-15smb: move some duplicate definitions to common/smbacl.hChenXiaoSong3-200/+123
2024-09-15smb/client: rename cifs_ace to smb_aceChenXiaoSong5-41/+41
2024-09-15smb/client: rename cifs_acl to smb_aclChenXiaoSong2-19/+19
2024-09-15smb/client: rename cifs_sid to smb_sidChenXiaoSong7-63/+63
2024-09-15smb/client: rename cifs_ntsd to smb_ntsdChenXiaoSong9-49/+49
2024-09-14ksmbd: handle caseless file creationNamjae Jeon1-7/+3
2024-09-14ksmbd: make __dir_empty() compatible with POSIXHobin Woo1-3/+4
2024-09-14ksmbd: add refcnt to ksmbd_conn structNamjae Jeon4-40/+23
2024-09-14ksmbd: allow write with FILE_APPEND_DATANamjae Jeon1-1/+1
2024-09-12cifs: Fix signature miscalculationDavid Howells1-1/+1
2024-09-12cifs: Don't support ITER_XARRAYDavid Howells2-100/+0
2024-09-12cifs: Switch crypto buffer to use a folio_queue rather than an xarrayDavid Howells2-98/+120
2024-09-12cifs: Use iterate_and_advance*() routines directly for hashingDavid Howells1-86/+23
2024-09-12netfs: Speed up buffered readingDavid Howells5-71/+48
2024-09-12cifs: Provide the capability to extract from ITER_FOLIOQ to RDMA SGEsDavid Howells1-3/+68
2024-09-06Merge tag 'v6.11-rc6-cifs-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-12/+69
2024-09-05netfs: Move max_len/max_nr_segs from netfs_io_subrequest to netfs_io_streamDavid Howells1-6/+7
2024-09-05netfs, cifs: Move CIFS_INO_MODIFIED_ATTR to netfs_inodeDavid Howells2-9/+1
2024-09-04Merge tag 'v6.11-rc6-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds3-2/+8
2024-09-03netfs, cifs: Improve some debugging bitsDavid Howells1-3/+5
2024-09-03cifs: Fix SMB1 readv/writev callback in the same way as SMB2/3David Howells1-8/+46
2024-09-03cifs: Fix zero_point init on inode initialisationDavid Howells1-0/+2
2024-09-03smb: client: fix double put of @cfile in smb2_set_path_size()Paulo Alcantara1-0/+1
2024-09-03smb: client: fix double put of @cfile in smb2_rename_path()Paulo Alcantara1-0/+2