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
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
2012-10-02
KEYS: Use keyring_alloc() to create special keyrings
David Howells
1
-8
/
+4
2012-09-25
CIFS: Replace netfid with cifs_fid struct in cifsFileInfo
Pavel Shilovsky
1
-1
/
+1
2012-09-13
KEYS: Add payload preparsing opportunity prior to key instantiate or update
David Howells
1
-4
/
+4
2012-07-24
CIFS: Rename Get/FreeXid and make them work with unsigned int
Pavel Shilovsky
1
-9
/
+12
2012-07-24
cifs: remove extraneous newlines from cERROR and cFYI calls
Jeff Layton
1
-3
/
+3
2012-02-09
Merge branch 'next-queue' into next
James Morris
1
-0
/
+1
2012-01-19
KEYS: Allow special keyrings to be cleared
David Howells
1
-0
/
+1
2012-01-12
cifs: integer overflow in parse_dacl()
Dan Carpenter
1
-0
/
+2
2011-10-17
cifs: Call id to SID mapping functions to change owner/group (try #4 repost)
Shirish Pargaonkar
1
-52
/
+83
2011-10-13
cifs: Add data structures and functions for uid/gid to SID mapping (try #4)
Shirish Pargaonkar
1
-0
/
+198
2011-10-13
cifs: Add mount options for backup intent (try #6)
Shirish Pargaonkar
1
-6
/
+12
2011-08-11
cifs: Do not set cifs/ntfs acl using a file handle (try #4)
Shirish Pargaonkar
1
-27
/
+1
2011-05-29
cifs/ubifs: Fix shrinker API change fallout
Al Viro
1
-1
/
+2
2011-05-28
[CIFS] Follow on to cifsacl endian patch (__constant_cpu_to_le32 was required)
Steve French
1
-1
/
+1
2011-05-27
[CIFS] Fix endian error comparing authusers when cifsacl enabled
Steve French
1
-2
/
+3
2011-05-27
[CIFS] Rename three structures to avoid camel case
Steve French
1
-2
/
+2
2011-05-19
cifs: Change key name to cifs.idmap, misc. clean-up
Shirish Pargaonkar
1
-58
/
+1
2011-05-19
cifs: fix some unused variable warnings in id_rb_search
Jeff Layton
1
-5
/
+0
2011-05-19
cifs: Invoke id mapping functions (try #17 repost)
Shirish Pargaonkar
1
-24
/
+301
2011-05-19
cifs: Add idmap key and related data structures and functions (try #17 repost)
Shirish Pargaonkar
1
-0
/
+138
2011-05-19
[CIFS] Allow to set extended attribute cifs_acl (try #2)
Steve French
1
-1
/
+1
2011-02-06
cifs: add check for kmalloc in parse_dacl
Stanislav Fomichev
1
-0
/
+4
2011-01-20
cifs: Use mask of ACEs for SID Everyone to calculate all three permissions us...
Shirish Pargaonkar
1
-2
/
+11
2010-12-06
cifs: fix use of CONFIG_CIFS_ACL
Jeff Layton
1
-3
/
+0
2010-11-30
cifs: Handle extended attribute name cifs_acl to generate cifs acl blob (try #4)
Shirish Pargaonkar
1
-1
/
+1
2010-11-30
cifs: Misc. cleanup in cifsacl handling [try #4]
Shirish Pargaonkar
1
-1
/
+1
2010-11-11
cifs: Percolate error up to the caller during get/set acls [try #4]
Shirish Pargaonkar
1
-18
/
+26
2010-10-06
cifs: have find_readable/writable_file filter by fsuid
Jeff Layton
1
-2
/
+2
[next]