summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
2024-11-13smb: client: replace function pointers of common operations for thehw24-hc-wipHenrique Carvalho26-888/+954
2024-11-12smb: client: remove big chunk of SMB1-only codeEnzo Matsumiya20-5067/+96
2024-11-12smb: client: delete cifssmb.c and remove deleted functions fromHenrique Carvalho2-5665/+0
2024-11-12smb: client: remove support for CONFIG_CIFS_POSIXHenrique Carvalho4-589/+0
2024-11-12smb: remove CIFS_ALLOW_INSECURE_LEGACY and CIFS_POSIX from KconfigHenrique Carvalho1-27/+0
2024-11-12smb: delete smb1ops.c and remove CIFS_ALLOW_INSECURE_LEGACY fromHenrique Carvalho2-1195/+0
2024-11-12smb: client: remove support for SMB 1.0 and 2.0 mountsEnzo Matsumiya10-168/+82
2024-11-12smb: remove support for CONFIG_CIFS_ALLOW_INSECURE_LEGACYHenrique Carvalho13-3182/+2
2024-11-08cifs: Fix creating native symlinks pointing to current or parent directoryPali Rohár1-3/+14
2024-11-08cifs: Improve creating native symlinks pointing to directoryPali Rohár3-4/+164
2024-11-08smb: client: set correct device number on nfs reparse pointsPaulo Alcantara1-2/+2
2024-11-08smb: client: fix parsing of device numbersPaulo Alcantara2-11/+4
2024-11-01cifs: fix warning when destroy 'cifs_io_request_pool'Ye Bin1-1/+1
2024-11-01smb: client: Handle kstrdup failures for passwordsHenrique Carvalho1-0/+7
2024-11-01cifs: Validate content of NFS reparse point bufferPali Rohár1-0/+23
2024-11-01smb: client: fix OOBs when building SMB2_IOCTL requestPaulo Alcantara1-0/+9
2024-11-01smb: client: fix possible double free in smb2_set_ea()Su Hui1-1/+2
2024-10-22ksmbd: fix user-after-free from session log offNamjae Jeon4-6/+34
2024-10-17smb: client: fix UAF in async decryptionEnzo Matsumiya2-19/+34
2024-10-10smb3: fix incorrect mode displayed for read-only filesSteve French1-8/+11
2024-10-10smb: client: use actual path when queryfswangrong4-10/+26
2024-10-10ksmbd: add refcnt to ksmbd_conn structNamjae Jeon4-40/+23
2024-10-10cifs: Do not convert delimiter when parsing NFS-style symlinksPali Rohár1-1/+0
2024-10-10cifs: Fix buffer overflow when parsing NFS reparse pointsPali Rohár1-1/+14
2024-10-10cifs: Remove intermediate object of failed create reparse callPali Rohár1-2/+22
2024-10-10ksmbd: fix warning: comparison of distinct pointer types lacks a castNamjae Jeon2-4/+5
2024-10-04ksmbd: handle caseless file creationNamjae Jeon1-7/+3
2024-10-04ksmbd: allow write with FILE_APPEND_DATANamjae Jeon1-1/+1
2024-10-04ksmbd: make __dir_empty() compatible with POSIXHobin Woo1-3/+4
2024-09-12cifs: Fix signature miscalculationDavid Howells1-1/+1
2024-09-06Merge tag 'v6.11-rc6-cifs-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-12/+69
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-02smb: client: fix hang in wait_for_response() for negprotoPaulo Alcantara1-1/+13
2024-08-29ksmbd: Unlock on in ksmbd_tcp_set_interfaces()Dan Carpenter1-1/+3
2024-08-29ksmbd: unset the binding mark of a reused connectionNamjae Jeon1-0/+4
2024-08-29smb: Annotate struct xattr_smb_acl with __counted_by()Thorsten Blum1-1/+1
2024-08-28cifs: 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