summaryrefslogtreecommitdiffstats
path: root/fs/smb
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.12-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/c...Linus Torvalds2024-09-1943-2265/+1206
|\
| * smb: client: fix compression heuristic functionsEnzo Matsumiya2024-09-161-50/+55
| * cifs: Update SFU comments about fifos and socketsPali Rohár2024-09-163-6/+6
| * cifs: Add support for creating SFU symlinksPali Rohár2024-09-165-29/+77
| * smb: use LIST_HEAD() to simplify codeHongbo Li2024-09-154-16/+7
| * cifs: Recognize SFU socket typePali Rohár2024-09-151-1/+5
| * cifs: Show debug message when SFU Fifo type was detectedPali Rohár2024-09-151-0/+1
| * cifs: Put explicit zero byte into SFU block/char typesPali Rohár2024-09-152-4/+4
| * cifs: Add support for reading SFU symlink locationPali Rohár2024-09-151-0/+29
| * cifs: Fix recognizing SFU symlinksPali Rohár2024-09-151-1/+1
| * smb: client: compress: fix an "illegal accesses" issueQianqiang Liu2024-09-151-1/+1
| * smb: client: compress: fix a potential issue of freeing an invalid pointerQianqiang Liu2024-09-151-1/+1
| * smb: client: compress: LZ77 code improvements cleanupEnzo Matsumiya2024-09-154-463/+532
| * smb: client: insert compression check/call on write requestsEnzo Matsumiya2024-09-152-0/+9
| * smb3: mark compression as CONFIG_EXPERIMENTAL and fix missing compression ope...Steve French2024-09-159-4/+685
| * cifs: Remove obsoleted declaration for cifs_dir_openGaosheng Cui2024-09-151-1/+0
| * smb: client: Use min() macroShen Lichuan2024-09-152-5/+3
| * cifs: convert to use ERR_CAST()Yuesong Li2024-09-151-1/+1
| * smb: add comment to STATUS_MCA_OCCUREDChenXiaoSong2024-09-151-0/+4
| * smb: move SMB2 Status code to common header fileChenXiaoSong2024-09-1515-1835/+15
| * smb: move some duplicate definitions to common/smbacl.hChenXiaoSong2024-09-153-200/+123
| * smb/client: rename cifs_ace to smb_aceChenXiaoSong2024-09-155-41/+41
| * smb/client: rename cifs_acl to smb_aclChenXiaoSong2024-09-152-19/+19
| * smb/client: rename cifs_sid to smb_sidChenXiaoSong2024-09-157-63/+63
| * smb/client: rename cifs_ntsd to smb_ntsdChenXiaoSong2024-09-159-49/+49
* | Merge tag '6.12-rc-ksmbd-server-fixes-part1' of git://git.samba.org/ksmbdLinus Torvalds2024-09-195-51/+31
|\ \
| * | ksmbd: handle caseless file creationNamjae Jeon2024-09-141-7/+3
| * | ksmbd: make __dir_empty() compatible with POSIXHobin Woo2024-09-141-3/+4
| * | ksmbd: add refcnt to ksmbd_conn structNamjae Jeon2024-09-144-40/+23
| * | ksmbd: allow write with FILE_APPEND_DATANamjae Jeon2024-09-141-1/+1
* | | cifs: Remove redundant setting of NETFS_SREQ_HIT_EOFDavid Howells2024-09-161-2/+0
* | | cifs: Fix cifs readv callback merge resolution issueDavid Howells2024-09-161-1/+1
* | | Merge tag 'vfs-6.12.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2024-09-167-344/+239
|\ \ \ | |_|/ |/| |
| * | cifs: Don't support ITER_XARRAYDavid Howells2024-09-122-100/+0
| * | cifs: Switch crypto buffer to use a folio_queue rather than an xarrayDavid Howells2024-09-122-98/+120
| * | cifs: Use iterate_and_advance*() routines directly for hashingDavid Howells2024-09-121-86/+23
| * | netfs: Speed up buffered readingDavid Howells2024-09-125-71/+48
| * | cifs: Provide the capability to extract from ITER_FOLIOQ to RDMA SGEsDavid Howells2024-09-121-3/+68
| * | netfs: Move max_len/max_nr_segs from netfs_io_subrequest to netfs_io_streamDavid Howells2024-09-051-6/+7
| * | netfs, cifs: Move CIFS_INO_MODIFIED_ATTR to netfs_inodeDavid Howells2024-09-052-9/+1
* | | cifs: Fix signature miscalculationDavid Howells2024-09-121-1/+1
| |/ |/|
* | Merge tag 'v6.11-rc6-cifs-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-09-065-12/+69
|\ \
| * | netfs, cifs: Improve some debugging bitsDavid Howells2024-09-031-3/+5
| * | cifs: Fix SMB1 readv/writev callback in the same way as SMB2/3David Howells2024-09-031-8/+46
| * | cifs: Fix zero_point init on inode initialisationDavid Howells2024-09-031-0/+2
| * | smb: client: fix double put of @cfile in smb2_set_path_size()Paulo Alcantara2024-09-031-0/+1
| * | smb: client: fix double put of @cfile in smb2_rename_path()Paulo Alcantara2024-09-031-0/+2
| * | smb: client: fix hang in wait_for_response() for negprotoPaulo Alcantara2024-09-021-1/+13
| |/
* | Merge tag 'v6.11-rc6-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2024-09-043-2/+8
|\ \ | |/ |/|
| * ksmbd: Unlock on in ksmbd_tcp_set_interfaces()Dan Carpenter2024-08-291-1/+3