summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
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-13cifs: 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-07Merge 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
2024-09-03smb: client: fix hang in wait_for_response() for negprotoPaulo Alcantara1-1/+13
2024-08-30ksmbd: Unlock on in ksmbd_tcp_set_interfaces()Dan Carpenter1-1/+3
2024-08-30ksmbd: unset the binding mark of a reused connectionNamjae Jeon1-0/+4
2024-08-30smb: Annotate struct xattr_smb_acl with __counted_by()Thorsten Blum1-1/+1
2024-08-29cifs: Fix FALLOC_FL_ZERO_RANGE to preflush buffered part of target regionDavid Howells1-2/+14
2024-08-28cifs: Fix copy offload to flush destination regionDavid Howells1-17/+4
2024-08-28netfs, cifs: Fix handling of short DIO readDavid Howells1-4/+9
2024-08-28cifs: Fix lack of credit renegotiation on read retryDavid Howells5-16/+53
2024-08-25cifs: Fix FALLOC_FL_PUNCH_HOLE supportDavid Howells1-0/+22
2024-08-25smb/client: fix rdma usage in smb2_async_writev()Stefan Metzmacher1-20/+20
2024-08-25smb/client: remove unused rq_iter_size from struct smb_rqstStefan Metzmacher4-6/+0
2024-08-25smb/client: avoid dereferencing rdata=NULL in smb2_new_read_req()Stefan Metzmacher1-1/+1
2024-08-25Merge tag '6.11-rc5-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2-10/+10
2024-08-24Merge tag 'v6.11-rc4-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds7-13/+20
2024-08-22smb/client: fix typo: GlobalMid_Sem -> GlobalMid_LockChenXiaoSong2-6/+6
2024-08-22smb: client: ignore unhandled reparse tagsPaulo Alcantara1-4/+7
2024-08-22smb3: fix problem unloading module due to leaked refcount on shutdownSteve French3-0/+6
2024-08-22smb/server: update misguided comment of smb2_allocate_rsp_buf()ChenXiaoSong1-1/+1
2024-08-22smb/server: remove useless assignment of 'file_present' in smb2_open()ChenXiaoSong1-1/+0
2024-08-22smb/server: fix potential null-ptr-deref of lease_ctx_info in smb2_open()ChenXiaoSong2-6/+6
2024-08-22smb/server: fix return value of smb2_open()ChenXiaoSong1-1/+1
2024-08-22ksmbd: the buffer of smb2 query dir response has at least 1 byteNamjae Jeon1-1/+2
2024-08-19ksmbd: Replace one-element arrays with flexible-array membersThorsten Blum2-4/+4
2024-08-19ksmbd: fix race condition between destroy_previous_session() and smb2 operati...Namjae Jeon4-3/+45
2024-08-19ksmbd: Use unsafe_memcpy() for ntlm_negotiateNamjae Jeon1-2/+5
2024-08-19smb3: fix broken cached reads when posix locksSteve French1-3/+1
2024-08-18Merge tag 'v6.11-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-6/+17