index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
cifsacl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-20
SMB3.1.1: Fix ids returned in POSIX query dir
Steve French
1
-2
/
+3
2020-07-05
Replace HTTP links with HTTPS ones: CIFS
Alexander A. Klimov
1
-2
/
+2
2020-06-12
cifs: fix chown and chgrp when idsfromsid mount option enabled
Steve French
1
-15
/
+42
2020-06-12
smb3: allow uid and gid owners to be set on create with idsfromsid mount option
Steve French
1
-0
/
+22
2020-03-23
fs/cifs: fix gcc warning in sid_to_id
Qiujun Huang
1
-2
/
+3
2020-02-13
cifs: Fix mode output in debugging statements
Frank Sorenson
1
-2
/
+2
2020-02-04
SMB3: Backup intent flag missing from some more ops
Amir Goldstein
1
-10
/
+4
2020-01-27
smb3: fix default permissions on new files when mounting with modefromsid
Steve French
1
-0
/
+20
2019-12-06
smb3: fix mode passed in on create for modetosid mount option
Steve French
1
-16
/
+26
2019-11-25
cifs: remove unused variable 'sid_user'
YueHaibing
1
-2
/
+0
2019-09-17
cifs: modefromsid: write mode ACE first
Aurelien Aptel
1
-17
/
+19
2019-09-16
cifs: allow chmod to set mode bits using special sid
Steve French
1
-5
/
+37
2019-09-16
cifs: get mode bits from special sid on stat
Steve French
1
-11
/
+26
2019-07-11
Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-24
/
+4
2019-06-28
keys: Replace uid/gid/perm permissions checking with an ACL
David Howells
1
-4
/
+24
2018-06-13
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-2
/
+2
2018-01-28
fs/cifs/cifsacl.c Fixes typo in a comment
Achilles Gaikwad
1
-1
/
+1
2017-05-13
cifs: cifsacl: Use a temporary ops variable to reduce code length
Joe Perches via samba-technical
1
-16
/
+14
2016-10-14
CIFS: Retrieve uid and gid from special sid if enabled
Steve French
1
-0
/
+123
2016-04-12
KEYS: Add a facility to restrict new links into a keyring
David Howells
1
-1
/
+1
2015-10-21
KEYS: Merge the type-specific data with the payload data
David Howells
1
-13
/
+12
2014-12-11
fs/cifs: remove obsolete __constant
Fabian Frederick
1
-1
/
+1
2014-09-16
KEYS: Remove key_type::match in favour of overriding default by match_preparse
David Howells
1
-1
/
+0
2014-02-11
[CIFS] Fix cifsacl mounts over smb2 to not call cifs
Steve French
1
-9
/
+24
2014-02-07
retrieving CIFS ACLs when mounted with SMB2 fails dropping session
Steve French
1
-4
/
+24
2014-01-20
CIFS: Cleanup cifs open codepath
Pavel Shilovsky
1
-12
/
+28
2013-05-05
[CIFS] cifs: Rename cERROR and cFYI to cifs_dbg
Joe Perches
1
-63
/
+64
2013-05-05
fs: cifs: use kmemdup instead of kmalloc + memcpy
Silviu-Mihai Popescu
1
-2
/
+1
2013-02-13
cifs: Use kuids and kgids SID to uid/gid mapping
Eric W. Biederman
1
-14
/
+29
2013-02-13
cifs: Pass GLOBAL_ROOT_UID and GLOBAL_ROOT_GID to keyring_alloc
Eric W. Biederman
1
-1
/
+2
2013-02-13
cifs: Use BUILD_BUG_ON to validate uids and gids are the same size
Eric W. Biederman
1
-0
/
+1
2012-12-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
1
-8
/
+4
2012-12-11
cifs: fix SID binary to string conversion
Jeff Layton
1
-6
/
+19
2012-12-09
cifs: deal with id_to_sid embedded sid reply corner case
Jeff Layton
1
-3
/
+12
2012-12-09
cifs: fix hardcoded default security descriptor length
Jeff Layton
1
-1
/
+1
2012-12-09
cifs: extra sanity checking for cifs.idmap keys
Jeff Layton
1
-2
/
+18
2012-12-09
cifs: avoid extra allocation for small cifs.idmap keys
Jeff Layton
1
-4
/
+19
2012-12-09
cifs: simplify id_to_sid and sid_to_id mapping code
Jeff Layton
1
-441
/
+94
2012-12-05
cifs: remove uneeded __KERNEL__ block from cifsacl.h
Jeff Layton
1
-2
/
+2
2012-12-05
cifs: fix the format specifiers in sid_to_str
Jeff Layton
1
-7
/
+4
2012-12-05
cifs: redefine NUM_SUBAUTH constant from 5 to 15
Jeff Layton
1
-3
/
+3
2012-12-05
cifs: make cifs_copy_sid handle a source sid with variable size subauth arrays
Jeff Layton
1
-2
/
+8
2012-12-05
cifs: make compare_sids static
Jeff Layton
1
-48
/
+50
2012-12-05
cifs: use the NUM_AUTHS and NUM_SUBAUTHS constants in cifsacl code
Jeff Layton
1
-3
/
+3
2012-12-05
cifs: move num_subauth check inside of CONFIG_CIFS_DEBUG2 check in parse_sid()
Jeff Layton
1
-2
/
+2
2012-12-05
cifs: clean up id_mode_to_cifs_acl
Jeff Layton
1
-28
/
+25
2012-11-03
cifs: fix potential buffer overrun in cifs.idmap handling code
Jeff Layton
1
-29
/
+20
2012-10-15
Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-4
/
+4
2012-10-08
KEYS: Add payload preparsing opportunity prior to key instantiate or update
David Howells
1
-4
/
+4
2012-10-02
Merge branch 'modsign-keys-devel' into security-next-keys
David Howells
1
-4
/
+4
[next]