aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ksmbd: fix lookup on idmapped mountsChristian Brauner2021-09-033-27/+37
* Merge tag '5.15-rc-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-08-3128-763/+477
|\
| * cifs: Do not leak EDEADLK to dgetents64 for STATUS_USER_SESSION_DELETEDRonnie Sahlberg2021-08-251-1/+22
| * 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
| * 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-3162-0/+32066
|\ \
| * | ksmbd: fix __write_overflow warning in ndr_read_stringNamjae Jeon2021-08-271-2/+7
| * | ksmbd: fix permission check issue on chown and chmodNamjae Jeon2021-08-212-6/+23
| * | ksmbd: don't set FILE DELETE and FILE_DELETE_CHILD in access mask by defaultNamjae Jeon2021-08-201-2/+0
| * | 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
| * | ksmbd: fix an oops in error handling in smb2_open()Dan Carpenter2021-08-021-0/+1
| * | 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
| * | 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
| * | ksmbd: add support for negotiating signing algorithmNamjae Jeon2021-07-224-0/+78
| * | ksmbd: add negotiate context verificationNamjae Jeon2021-07-222-59/+65
| * | ksmbd: fix typo of MS-SMBDNamjae Jeon2021-07-222-4/+4
| * | ksmbd: move credit charge verification over smb2 request size verificationNamjae Jeon2021-07-191-6/+6
| * | ksmbd: set STATUS_INVALID_PARAMETER error status if credit charge is invalidNamjae Jeon2021-07-192-12/+17
| * | ksmbd: fix wrong error status return on session setupNamjae Jeon2021-07-191-20/+12
| * | ksmbd: fix wrong compression context sizeNamjae Jeon2021-07-191-1/+1
| * | ksmbd: fix typo in commentNamjae Jeon2021-07-151-1/+1
| * | ksmbd: fix an error message in ksmbd_conn_trasnport_initHyunchul Lee2021-07-131-1/+1
| * | ksmbd: set RDMA capability for FSCTL_QUERY_NETWORK_INTERFACE_INFOHyunchul Lee2021-07-133-4/+21
| * | ksmbd: fix unused err value in smb2_lockNamjae Jeon2021-07-131-5/+6
| * | ksmbd: fix memory leak in ksmbd_vfs_get_sd_xattr()Namjae Jeon2021-07-131-49/+52
| * | ksmbd: remove unneeded check_context_errNamjae Jeon2021-07-132-50/+26
| * | ksmbd: handle error cases first in smb2_create_sd_buffersHyunchul Lee2021-07-101-13/+11
| * | ksmbd: make smb2_find_context_vals return NULL if not foundHyunchul Lee2021-07-102-8/+8
| * | ksmbd: uninterruptible wait for a file being unlockedHyunchul Lee2021-07-103-4/+4
| * | ksmbd: free ksmbd_lock when file is closedHyunchul Lee2021-07-107-66/+125
| * | ksmbd: fix the running request count decrementHyunchul Lee2021-07-101-1/+2
| * | ksmbd: use kasprintf() in ksmbd_vfs_xattr_stream_name()Dan Carpenter2021-07-101-21/+6
| * | ksmbd: delete some stray tabsDan Carpenter2021-07-101-2/+2
| * | ksmbd: change data type of volatile/persistent id to u64Namjae Jeon2021-07-094-48/+47