summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)Author
2024-09-15cifs: Show debug message when SFU Fifo type was detectedPali Rohár
2024-09-15cifs: Put explicit zero byte into SFU block/char typesPali Rohár
2024-09-15cifs: Add support for reading SFU symlink locationPali Rohár
2024-09-15cifs: Fix recognizing SFU symlinksPali Rohár
2024-09-15smb: client: compress: fix an "illegal accesses" issueQianqiang Liu
2024-09-15smb: client: compress: fix a potential issue of freeing an invalid pointerQianqiang Liu
2024-09-15smb: client: compress: LZ77 code improvements cleanupEnzo Matsumiya
2024-09-15smb: client: insert compression check/call on write requestsEnzo Matsumiya
2024-09-15smb3: mark compression as CONFIG_EXPERIMENTAL and fix missing compression ope...Steve French
2024-09-15cifs: Remove obsoleted declaration for cifs_dir_openGaosheng Cui
2024-09-15smb: client: Use min() macroShen Lichuan
2024-09-15cifs: convert to use ERR_CAST()Yuesong Li
2024-09-15smb: add comment to STATUS_MCA_OCCUREDChenXiaoSong
2024-09-15smb: move SMB2 Status code to common header fileChenXiaoSong
2024-09-15smb: move some duplicate definitions to common/smbacl.hChenXiaoSong
2024-09-15smb/client: rename cifs_ace to smb_aceChenXiaoSong
2024-09-15smb/client: rename cifs_acl to smb_aclChenXiaoSong
2024-09-15smb/client: rename cifs_sid to smb_sidChenXiaoSong
2024-09-15smb/client: rename cifs_ntsd to smb_ntsdChenXiaoSong
2024-09-14ksmbd: handle caseless file creationNamjae Jeon
2024-09-14ksmbd: make __dir_empty() compatible with POSIXHobin Woo
2024-09-14ksmbd: add refcnt to ksmbd_conn structNamjae Jeon
2024-09-14ksmbd: allow write with FILE_APPEND_DATANamjae Jeon
2024-09-12cifs: Fix signature miscalculationDavid Howells
2024-09-12cifs: Don't support ITER_XARRAYDavid Howells
2024-09-12cifs: Switch crypto buffer to use a folio_queue rather than an xarrayDavid Howells
2024-09-12cifs: Use iterate_and_advance*() routines directly for hashingDavid Howells
2024-09-12netfs: Speed up buffered readingDavid Howells
2024-09-12cifs: Provide the capability to extract from ITER_FOLIOQ to RDMA SGEsDavid Howells
2024-09-06Merge tag 'v6.11-rc6-cifs-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-09-05netfs: Move max_len/max_nr_segs from netfs_io_subrequest to netfs_io_streamDavid Howells
2024-09-05netfs, cifs: Move CIFS_INO_MODIFIED_ATTR to netfs_inodeDavid Howells
2024-09-04Merge tag 'v6.11-rc6-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2024-09-03netfs, cifs: Improve some debugging bitsDavid Howells
2024-09-03cifs: Fix SMB1 readv/writev callback in the same way as SMB2/3David Howells
2024-09-03cifs: Fix zero_point init on inode initialisationDavid Howells
2024-09-03smb: client: fix double put of @cfile in smb2_set_path_size()Paulo Alcantara
2024-09-03smb: client: fix double put of @cfile in smb2_rename_path()Paulo Alcantara
2024-09-02smb: client: fix hang in wait_for_response() for negprotoPaulo Alcantara
2024-08-29ksmbd: Unlock on in ksmbd_tcp_set_interfaces()Dan Carpenter
2024-08-29ksmbd: unset the binding mark of a reused connectionNamjae Jeon
2024-08-29smb: Annotate struct xattr_smb_acl with __counted_by()Thorsten Blum
2024-08-28cifs: Fix FALLOC_FL_ZERO_RANGE to preflush buffered part of target regionDavid Howells
2024-08-28cifs: Fix copy offload to flush destination regionDavid Howells
2024-08-28netfs, cifs: Fix handling of short DIO readDavid Howells
2024-08-28cifs: Fix lack of credit renegotiation on read retryDavid Howells
2024-08-25cifs: Fix FALLOC_FL_PUNCH_HOLE supportDavid Howells
2024-08-25smb/client: fix rdma usage in smb2_async_writev()Stefan Metzmacher
2024-08-25smb/client: remove unused rq_iter_size from struct smb_rqstStefan Metzmacher
2024-08-25smb/client: avoid dereferencing rdata=NULL in smb2_new_read_req()Stefan Metzmacher