summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ksmbd: remove setattr preparations in set_file_basic_info()Christian Brauner2021-09-041-17/+8
* ksmbd: ensure error is surfaced in set_file_basic_info()Christian Brauner2021-09-041-1/+1
* ndr: fix translation in ndr_encode_posix_acl()Christian Brauner2021-09-041-2/+2
* ksmbd: fix translation in sid_to_id()Christian Brauner2021-09-041-4/+18
* ksmbd: fix subauth 0 handling in sid_to_id()Christian Brauner2021-09-041-2/+2
* ksmbd: fix translation in acl entriesChristian Brauner2021-09-043-10/+33
* ksmbd: fix translation in ksmbd_acls_fattr()Christian Brauner2021-09-042-9/+11
* ksmbd: fix translation in create_posix_rsp_buf()Christian Brauner2021-09-041-2/+4
* ksmbd: fix translation in smb2_populate_readdir_entry()Christian Brauner2021-09-043-8/+3
* ksmbd: fix lookup on idmapped mountsChristian Brauner2021-09-043-27/+37
* Merge tag '5.15-rc-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-08-3130-763/+485
|\
| * cifs: Do not leak EDEADLK to dgetents64 for STATUS_USER_SESSION_DELETEDRonnie Sahlberg2021-08-251-1/+22
| * cifs: add cifs_common directory to MAINTAINERS fileSteve French2021-08-251-0/+1
| * cifs: cifs_md4 convert to SPDX identifierSteve French2021-08-252-6/+1
| * cifs: create a MD4 module and switch cifs.ko to use itRonnie Sahlberg2021-08-256-15/+238
| * cifs: fork arc4 and create a separate module for it for cifs and other usersRonnie Sahlberg2021-08-257-5/+128
| * cifs: remove support for NTLM and weaker authentication algorithmsRonnie Sahlberg2021-08-2514-720/+5
| * cifs: enable fscache usage even for files opened as rwShyam Prasad N2021-08-256-11/+76
| * oid_registry: Add OIDs for missing Spnego auth mechanisms to MacsSteve French2021-08-251-0/+7
| * smb3: fix posix extensions mount optionSteve French2021-08-251-2/+9
| * cifs: fix wrong release in sess_alloc_buffer() failed pathDing Hui2021-08-251-1/+1
| * CIFS: Fix a potencially linear read overflowLen Baker2021-08-251-7/+2
* | Merge tag '5.15-rc-first-ksmbd-merge' of git://git.samba.org/ksmbdLinus Torvalds2021-08-3166-2/+32254
|\ \
| * | ksmbd: fix __write_overflow warning in ndr_read_stringNamjae Jeon2021-08-271-2/+7
| * | Merge pull request #69 from namjaejeon/cifsd-for-nextSteve French2021-08-251-1/+2
| |\ \
| | * | MAINTAINERS: ksmbd: add cifs_common directory to ksmbd entryNamjae Jeon2021-08-251-0/+1
| | * | MAINTAINERS: ksmbd: update my email addressNamjae Jeon2021-08-251-1/+1
| * | | Merge pull request #68 from namjaejeon/cifsd-for-nextSteve French2021-08-212-6/+23
| |\| |
| | * | ksmbd: fix permission check issue on chown and chmodNamjae Jeon2021-08-212-6/+23
| * | | Merge pull request #66 from namjaejeon/cifsd-for-nextSteve French2021-08-2010-85/+128
| |\| |
| | * | ksmbd: don't set FILE DELETE and FILE_DELETE_CHILD in access mask by defaultNamjae Jeon2021-08-201-2/+0
| | * | MAINTAINERS: add git adddress of ksmbdNamjae Jeon2021-08-171-0/+1
| | * | ksmbd: update SMB3 multi-channel support in ksmbd.rstNamjae Jeon2021-08-131-1/+2
| | * | ksmbd: smbd: fix kernel oops during server shutdownHyunchul Lee2021-08-131-2/+3
| | * | ksmbd: remove select FS_POSIX_ACL in KconfigNamjae Jeon2021-08-134-38/+61
| | * | ksmbd: use proper errno instead of -1 in smb2_get_ksmbd_tcon()Namjae Jeon2021-08-131-2/+2
| | * | ksmbd: update the comment for smb2_get_ksmbd_tcon()Namjae Jeon2021-08-131-2/+3
| | * | ksmbd: change int data type to booleanNamjae Jeon2021-08-133-20/+20
| | * | ksmbd: Fix multi-protocol negotiationMarios Makassikis2021-08-132-18/+36
| * | | Merge pull request #64 from namjaejeon/cifsd-for-nextSteve French2021-08-021-0/+1
| |\| |
| | * | ksmbd: fix an oops in error handling in smb2_open()Dan Carpenter2021-08-021-0/+1
| * | | Merge pull request #63 from namjaejeon/cifsd-for-nextSteve French2021-07-281-37/+45
| |\| |
| | * | ksmbd: add ipv6_addr_v4mapped check to know if connection from client is ipv4Namjae Jeon2021-07-271-1/+3
| | * | ksmbd: fix missing error code in smb2_lockNamjae Jeon2021-07-271-32/+34
| | * | ksmbd: use channel signingkey for binding SMB2 session setupNamjae Jeon2021-07-271-1/+2
| | * | ksmbd: don't set RSS capable in FSCTL_QUERY_NETWORK_INTERFACE_INFONamjae Jeon2021-07-271-2/+0
| | * | ksmbd: Return STATUS_OBJECT_PATH_NOT_FOUND if smb2_creat() returns ENOENTMarios Makassikis2021-07-271-1/+6
| * | | Merge pull request #62 from namjaejeon/cifsd-for-nextSteve French2021-07-2310-100/+182
| |\| |
| | * | ksmbd: fix -Wstringop-truncation warningsHyunchul Lee2021-07-231-5/+7
| | * | ksmbd: Fix potential memory leak in tcp_destroy_socket()Marios Makassikis2021-07-231-2/+1