index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
cifsacl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fs/cifs/cifsacl.c Fixes typo in a comment
Achilles Gaikwad
2018-01-28
1
-1
/
+1
*
cifs: cifsacl: Use a temporary ops variable to reduce code length
Joe Perches via samba-technical
2017-05-12
1
-16
/
+14
*
CIFS: Retrieve uid and gid from special sid if enabled
Steve French
2016-10-14
1
-0
/
+123
*
KEYS: Add a facility to restrict new links into a keyring
David Howells
2016-04-11
1
-1
/
+1
*
KEYS: Merge the type-specific data with the payload data
David Howells
2015-10-21
1
-13
/
+12
*
fs/cifs: remove obsolete __constant
Fabian Frederick
2014-12-10
1
-1
/
+1
*
KEYS: Remove key_type::match in favour of overriding default by match_preparse
David Howells
2014-09-16
1
-1
/
+0
*
[CIFS] Fix cifsacl mounts over smb2 to not call cifs
Steve French
2014-02-10
1
-9
/
+24
*
retrieving CIFS ACLs when mounted with SMB2 fails dropping session
Steve French
2014-02-07
1
-4
/
+24
*
CIFS: Cleanup cifs open codepath
Pavel Shilovsky
2014-01-20
1
-12
/
+28
*
[CIFS] cifs: Rename cERROR and cFYI to cifs_dbg
Joe Perches
2013-05-04
1
-63
/
+64
*
fs: cifs: use kmemdup instead of kmalloc + memcpy
Silviu-Mihai Popescu
2013-05-04
1
-2
/
+1
*
cifs: Use kuids and kgids SID to uid/gid mapping
Eric W. Biederman
2013-02-13
1
-14
/
+29
*
cifs: Pass GLOBAL_ROOT_UID and GLOBAL_ROOT_GID to keyring_alloc
Eric W. Biederman
2013-02-13
1
-1
/
+2
*
cifs: Use BUILD_BUG_ON to validate uids and gids are the same size
Eric W. Biederman
2013-02-13
1
-0
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
2012-12-16
1
-8
/
+4
|
\
|
*
Merge branch 'modsign-keys-devel' into security-next-keys
David Howells
2012-10-02
1
-4
/
+4
|
|
\
|
|
*
KEYS: Add payload preparsing opportunity prior to key instantiate or update
David Howells
2012-09-13
1
-4
/
+4
|
*
|
KEYS: Use keyring_alloc() to create special keyrings
David Howells
2012-10-02
1
-8
/
+4
|
|
/
*
|
cifs: fix SID binary to string conversion
Jeff Layton
2012-12-11
1
-6
/
+19
*
|
cifs: deal with id_to_sid embedded sid reply corner case
Jeff Layton
2012-12-08
1
-3
/
+12
*
|
cifs: fix hardcoded default security descriptor length
Jeff Layton
2012-12-08
1
-1
/
+1
*
|
cifs: extra sanity checking for cifs.idmap keys
Jeff Layton
2012-12-08
1
-2
/
+18
*
|
cifs: avoid extra allocation for small cifs.idmap keys
Jeff Layton
2012-12-08
1
-4
/
+19
*
|
cifs: simplify id_to_sid and sid_to_id mapping code
Jeff Layton
2012-12-08
1
-441
/
+94
*
|
cifs: remove uneeded __KERNEL__ block from cifsacl.h
Jeff Layton
2012-12-05
1
-2
/
+2
*
|
cifs: fix the format specifiers in sid_to_str
Jeff Layton
2012-12-05
1
-7
/
+4
*
|
cifs: redefine NUM_SUBAUTH constant from 5 to 15
Jeff Layton
2012-12-05
1
-3
/
+3
*
|
cifs: make cifs_copy_sid handle a source sid with variable size subauth arrays
Jeff Layton
2012-12-05
1
-2
/
+8
*
|
cifs: make compare_sids static
Jeff Layton
2012-12-05
1
-48
/
+50
*
|
cifs: use the NUM_AUTHS and NUM_SUBAUTHS constants in cifsacl code
Jeff Layton
2012-12-05
1
-3
/
+3
*
|
cifs: move num_subauth check inside of CONFIG_CIFS_DEBUG2 check in parse_sid()
Jeff Layton
2012-12-05
1
-2
/
+2
*
|
cifs: clean up id_mode_to_cifs_acl
Jeff Layton
2012-12-05
1
-28
/
+25
*
|
cifs: fix potential buffer overrun in cifs.idmap handling code
Jeff Layton
2012-11-03
1
-29
/
+20
*
|
Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2012-10-14
1
-4
/
+4
|
\
\
|
*
|
KEYS: Add payload preparsing opportunity prior to key instantiate or update
David Howells
2012-10-08
1
-4
/
+4
|
|
/
*
/
CIFS: Replace netfid with cifs_fid struct in cifsFileInfo
Pavel Shilovsky
2012-09-24
1
-1
/
+1
|
/
*
CIFS: Rename Get/FreeXid and make them work with unsigned int
Pavel Shilovsky
2012-07-24
1
-9
/
+12
*
cifs: remove extraneous newlines from cERROR and cFYI calls
Jeff Layton
2012-07-23
1
-3
/
+3
*
Merge branch 'next-queue' into next
James Morris
2012-02-09
1
-0
/
+1
|
\
|
*
KEYS: Allow special keyrings to be cleared
David Howells
2012-01-19
1
-0
/
+1
*
|
cifs: integer overflow in parse_dacl()
Dan Carpenter
2012-01-12
1
-0
/
+2
|
/
*
cifs: Call id to SID mapping functions to change owner/group (try #4 repost)
Shirish Pargaonkar
2011-10-17
1
-52
/
+83
*
cifs: Add data structures and functions for uid/gid to SID mapping (try #4)
Shirish Pargaonkar
2011-10-12
1
-0
/
+198
*
cifs: Add mount options for backup intent (try #6)
Shirish Pargaonkar
2011-10-12
1
-6
/
+12
*
cifs: Do not set cifs/ntfs acl using a file handle (try #4)
Shirish Pargaonkar
2011-08-11
1
-27
/
+1
*
cifs/ubifs: Fix shrinker API change fallout
Al Viro
2011-05-29
1
-1
/
+2
*
[CIFS] Follow on to cifsacl endian patch (__constant_cpu_to_le32 was required)
Steve French
2011-05-27
1
-1
/
+1
*
[CIFS] Fix endian error comparing authusers when cifsacl enabled
Steve French
2011-05-27
1
-2
/
+3
*
[CIFS] Rename three structures to avoid camel case
Steve French
2011-05-27
1
-2
/
+2
[next]