summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
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
2024-08-16smb: smb2pdu.h: Use static_assert() to check struct sizesGustavo A. R. Silva1-0/+2
2024-08-16smb3: fix lock breakage for cached writesSteve French1-4/+9
2024-08-15smb/client: avoid possible NULL dereference in cifs_free_subrequest()Su Hui1-2/+6
2024-08-14Merge tag 'vfs-6.11-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+2
2024-08-13Merge tag '6.11-rc3-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds7-13/+39
2024-08-139p: Fix DIO read through netfsDominique Martinet1-1/+2
2024-08-09ksmbd: override fsids for smb2_query_info()Namjae Jeon1-0/+7
2024-08-09ksmbd: override fsids for share path checkNamjae Jeon7-13/+32
2024-08-09cifs: cifs_inval_name_dfs_link_error: correct the check for fullpathGleb Korobeynikov1-4/+5
2024-08-08Fix spelling errors in Server Message BlockXiaxi Shen4-8/+8
2024-08-08smb3: fix setting SecurityFlags when encryption is requiredSteve French3-5/+8
2024-08-02cifs: update internal version numberSteve French1-2/+2
2024-08-02smb: client: fix FSCTL_GET_REPARSE_POINT against NetAppPaulo Alcantara1-2/+4
2024-08-02smb3: add dynamic tracepoints for shutdown ioctlSteve French2-8/+75
2024-08-02cifs: Remove cifs_aio_ctxDavid Howells3-80/+0
2024-08-02smb: client: handle lack of FSCTL_GET_REPARSE_POINT supportPaulo Alcantara4-4/+38
2024-07-28Merge tag '6.11-rc-smb-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds5-7/+203
2024-07-26smb3: add dynamic trace point for session setup key expired failuresSteve French2-1/+47
2024-07-26smb3: add four dynamic tracepoints for copy_file_range and reflinkSteve French2-1/+67
2024-07-26smb3: add dynamic tracepoint for reflink errorsSteve French2-0/+62
2024-07-24cifs: mount with "unix" mount option for SMB1 incorrectly handledSteve French1-0/+7
2024-07-24cifs: fix reconnect with SMB1 UNIX ExtensionsSteve French1-1/+16
2024-07-23cifs: fix potential null pointer use in destroy_workqueue in init_cifs error ...Steve French1-4/+4
2024-07-22Merge tag '6.11-rc-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds11-20/+183
2024-07-22Merge tag '6.11-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds8-31/+191
2024-07-20cifs: Fix missing fscache invalidationDavid Howells1-0/+6
2024-07-19cifs: Add a tracepoint to track credits involved in R/W requestsDavid Howells7-23/+173