Sign in before continuing.
Commits on Source
124172
2cf002d1
apparmor: check/put label on apparmor_sk_clone_security()
Jun 05, 2020
5268d795
apparmor: fix introspection of of task mode for unconfined tasks
Jun 05, 2020
92de220a
apparmor: update policy capable checks to use a label
Feb 07, 2021
31ec99e1
apparmor: switch to apparmor to internal capable check for policy management
Feb 07, 2021
ef704545
security: apparmor: file.h: delete duplicated word
Feb 07, 2021
4af7c863
security: apparmor: delete repeated words in comments
Feb 07, 2021
d108370c
apparmor: fix error check
Feb 07, 2021
f49fd6d3
file: let pick_file() tell caller it's done
Apr 02, 2021
03ba0fe4
file: simplify logic in __close_range()
Apr 02, 2021
0626e664
cifsd: add server handler for central processing and tranport layers
May 10, 2021
e2f34481
cifsd: add server-side procedures for SMB3
May 10, 2021
f4415848
cifsd: add file operations
May 10, 2021
a848c4f1
cifsd: add Kconfig and Makefile
May 10, 2021
3a3fd9d4
MAINTAINERS: add cifsd kernel server
May 10, 2021
c0e8110e
cifsd: fix WARNING: Title overline too short
May 10, 2021
42da4086
cifsd: fix WARNING: document isn't included in any toctree
May 10, 2021
36ba3866
cifsd: uniquify extract_sharename()
May 10, 2021
1e853b93
cifsd: Fix a handful of spelling mistakes
May 10, 2021
e3f70873
cifsd: fix WARNING: unmet direct dependencies detected for CRYPTO_ARC4
May 10, 2021
86df49e1
cifsd: fix a precedence bug in parse_dacl()
May 10, 2021
8ef32967
cifsd: fix a IS_ERR() vs NULL bug
May 10, 2021
a2ba2709
cifsd: Fix a use after free on error path
May 10, 2021
bc3fcc94
cifsd: fix static checker warning from smb_direct_post_send_data()
May 10, 2021
50355b0b
cifsd: fix static checker warning from smb_check_perm_dacl()
May 10, 2021
04bee6e3
cifsd: update cifsd.rst document
May 10, 2021
04165366
cifsd: add index.rst in cifs documentation
May 10, 2021
2e2b0dda
cifsd: remove unneeded FIXME comments
May 10, 2021
95fa1ce9
cifsd: fix incorrect comments
May 10, 2021
548e9ad3
cifsd: fix warning: variable 'total_ace_size' and 'posix_ccontext' set but not used
May 10, 2021
b24c9335
cifsd: Pass string length parameter to match_pattern()
May 10, 2021
269d3fee
cifsd: fix build warnings from cifsd.rst
May 10, 2021
c1ea111f
cifsd: Fix an error code in smb2_read()
May 10, 2021
849f59e1
cifsd: fix error handling in ksmbd_server_init()
May 10, 2021
3161ad3a
cifsd: remove redundant assignment to variable err
May 10, 2021
e5066499
cifsd: remove unneeded macros
May 10, 2021
69f447be
cifsd: fix wrong use of rw semaphore in __session_create()
May 10, 2021
20ea7fd2
cifsd: use kmalloc() for small allocations
May 10, 2021
c36fca86
cifsd: add the check to work file lock and rename behaviors like Windows...
May 10, 2021
7cb82de3
cifsd: fix error return code in ksmbd_vfs_remove_file()
May 10, 2021
64b39f4a
cifsd: clean-up codes using chechpatch.pl --strict
May 10, 2021
a648d8af
cifsd: merge time_wrappers.h into smb_common.h
May 10, 2021
53655649
cifsd: fix wrong prototype in comment
May 10, 2021
a36abeaa
cifsd: fix implicit declaration of function 'groups_alloc'
May 10, 2021
17af7d5b
cifsd: fix implicit declaration of function 'locks_alloc_lock'
May 10, 2021
d710f37c
cifsd: remove smack inherit leftovers
May 10, 2021
96a34377
cifsd: remove calling d_path in error paths
May 10, 2021
16370235
cifsd: handle unhashed dentry in ksmbd_vfs_mkdir
May 10, 2021
d2f72ed8
cifsd: use file_inode() instead of d_inode()
May 10, 2021
8044ee8e
cifsd: remove useless error handling in ksmbd_vfs_read
May 10, 2021
02b68b20
cifsd: use xarray instead of linked list for tree connect list
May 10, 2021
5da64d87
cifsd: remove stale prototype and variables
May 10, 2021
c250e8f5
cifsd: fix memory leak when loop ends
May 10, 2021
822bc8ea
cifsd: use kfree to free memory allocated by kmalloc or kzalloc
May 10, 2021
86f52978
cifsd: fix memdup.cocci warnings
May 10, 2021
79f6b11a
cifsd: remove wrappers of kvmalloc/kvfree
May 10, 2021
9cca7516
doc: cifsd: change the reference to configuration.txt
May 10, 2021
4030b278
cifsd: prevent a integer overflow in wm_alloc()
May 10, 2021
0ab77745
cifsd: Select SG_POOL for SMB_SERVER_SMBDIRECT
May 10, 2021
1920bb1f
cifsd: remove unused including <linux/version.h>
May 10, 2021
d40012a8
cifsd: declare ida statically
May 10, 2021
ff1d5727
cifsd: add the check if parent is stable by unexpected rename
May 10, 2021
7c3d3e99
cifsd: get parent dentry from child in ksmbd_vfs_remove_file()
May 10, 2021
3c203783
cifsd: re-implement ksmbd_vfs_kern_path
May 10, 2021
24b62696
cifsd: fix reference count decrement of unclaimed file in __ksmbd_lookup_fd
May 10, 2021
915f570a
cifsd: Remove smb2_put_name()
May 10, 2021
7e8094a7
cifsd: remove unused smberr.h
May 10, 2021
2efec2de
cifsd: remove unused nterr.c file
May 10, 2021
5626518e
cifsd: move nt time functions to misc.c
May 10, 2021
e6b1059f
cifsd: Fix potential null-ptr-deref in smb2_open()
May 10, 2021
fba08fa0
cifsd: use d_inode()
May 10, 2021
73f9dad5
cifsd: remove the dead code of unimplemented durable handle
May 10, 2021
a299669b
cifsd: Update access check in set_file_allocation_info/set_end_of_file_info
May 10, 2021
7adfd4f6
cifsd: Remove is_attributes_write_allowed() wrapper
May 10, 2021
ced2b26a
cifsd: Fix regression in smb2_get_info
May 10, 2021
204fcceb
cifsd: add ksmbd/nfsd interoperability to feature table
May 10, 2021
a4382db9
cifsd: Call smb2_set_err_rsp() in smb2_read/smb2_write error path
May 10, 2021
79caa960
cifsd: Handle ksmbd_session_rpc_open() failure in create_smb2_pipe()
May 10, 2021
e7735c85
cifsd: Update out_buf_len in smb2_populate_readdir_entry()
May 10, 2021
1fca8038
cifsd: Fix potential null-ptr-deref in destroy_previous_session()
May 10, 2021
5a0ca770
cifsd: add support for AES256 encryption
May 10, 2021
bcd62a36
cifsd: fix invalid memory access in smb2_write()
May 10, 2021
fad4161b
cifsd: decoding gss token using lib/asn1_decoder.c
May 11, 2021
63c454f8
cifsd: fix WARNING: Possible unnecessary 'out of memory' message
May 11, 2021
3d47e546
cifsd: fix WARNING: Too many leading tabs
May 11, 2021
5ce07165
cifsd: fix build break from asn1
May 11, 2021
2018da7d
Merge pull request #46 from namjaejeon/cifsd-for-next
May 10, 2021
5616015f
cifsd: fix boolreturn.cocci warnings
May 12, 2021
50bf80a5
cifsd: fix xfstests generic/504 test failure
May 14, 2021
e080fa80
Merge pull request #47 from namjaejeon/cifsd-for-next
May 13, 2021
8602c3e2
cifsd: Do not use 0 or 0xFFFFFFFF for TreeID
May 18, 2021
eb817368
cifsd: add support for FSCTL_DUPLICATE_EXTENTS_TO_FILE
May 18, 2021
8b42d863
Merge pull request #48 from namjaejeon/cifsd-for-next
May 17, 2021
be29a370
cifsd: fix build error without CONFIG_OID_REGISTRY
May 21, 2021
4ead0568
Merge pull request #49 from namjaejeon/cifsd-for-next
May 20, 2021
cdd10398
cifsd: add goto fail in asn1_oid_decode()
May 26, 2021
3566a2b0
cifsd: use memcmp instead of for loop check in oid_eq()
May 26, 2021
8bae4419
cifsd: add goto fail in neg_token_init_mech_type()
May 26, 2021
94096702
cifsd: move fips_enabled check before the str_to_key()
May 26, 2021
fd43cbbe
cifsd: just return smbhash() instead of using rc return value
May 26, 2021
7e38ea25
cifsd: move ret check before the out label
May 26, 2021
124,072 additional commits have been omitted to prevent performance issues.
Loading
Loading