index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
cifsacl.c
Commit message (
Expand
)
Author
Age
*
[CIFS] cifs: Rename cERROR and cFYI to cifs_dbg
Joe Perches
2013-05-04
*
fs: cifs: use kmemdup instead of kmalloc + memcpy
Silviu-Mihai Popescu
2013-05-04
*
cifs: Use kuids and kgids SID to uid/gid mapping
Eric W. Biederman
2013-02-13
*
cifs: Pass GLOBAL_ROOT_UID and GLOBAL_ROOT_GID to keyring_alloc
Eric W. Biederman
2013-02-13
*
cifs: Use BUILD_BUG_ON to validate uids and gids are the same size
Eric W. Biederman
2013-02-13
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
2012-12-16
|
\
|
*
Merge branch 'modsign-keys-devel' into security-next-keys
David Howells
2012-10-02
|
|
\
|
|
*
KEYS: Add payload preparsing opportunity prior to key instantiate or update
David Howells
2012-09-13
|
*
|
KEYS: Use keyring_alloc() to create special keyrings
David Howells
2012-10-02
|
|
/
*
|
cifs: fix SID binary to string conversion
Jeff Layton
2012-12-11
*
|
cifs: deal with id_to_sid embedded sid reply corner case
Jeff Layton
2012-12-08
*
|
cifs: fix hardcoded default security descriptor length
Jeff Layton
2012-12-08
*
|
cifs: extra sanity checking for cifs.idmap keys
Jeff Layton
2012-12-08
*
|
cifs: avoid extra allocation for small cifs.idmap keys
Jeff Layton
2012-12-08
*
|
cifs: simplify id_to_sid and sid_to_id mapping code
Jeff Layton
2012-12-08
*
|
cifs: remove uneeded __KERNEL__ block from cifsacl.h
Jeff Layton
2012-12-05
*
|
cifs: fix the format specifiers in sid_to_str
Jeff Layton
2012-12-05
*
|
cifs: redefine NUM_SUBAUTH constant from 5 to 15
Jeff Layton
2012-12-05
*
|
cifs: make cifs_copy_sid handle a source sid with variable size subauth arrays
Jeff Layton
2012-12-05
*
|
cifs: make compare_sids static
Jeff Layton
2012-12-05
*
|
cifs: use the NUM_AUTHS and NUM_SUBAUTHS constants in cifsacl code
Jeff Layton
2012-12-05
*
|
cifs: move num_subauth check inside of CONFIG_CIFS_DEBUG2 check in parse_sid()
Jeff Layton
2012-12-05
*
|
cifs: clean up id_mode_to_cifs_acl
Jeff Layton
2012-12-05
*
|
cifs: fix potential buffer overrun in cifs.idmap handling code
Jeff Layton
2012-11-03
*
|
Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2012-10-14
|
\
\
|
*
|
KEYS: Add payload preparsing opportunity prior to key instantiate or update
David Howells
2012-10-07
|
|
/
*
/
CIFS: Replace netfid with cifs_fid struct in cifsFileInfo
Pavel Shilovsky
2012-09-24
|
/
*
CIFS: Rename Get/FreeXid and make them work with unsigned int
Pavel Shilovsky
2012-07-24
*
cifs: remove extraneous newlines from cERROR and cFYI calls
Jeff Layton
2012-07-23
*
Merge branch 'next-queue' into next
James Morris
2012-02-09
|
\
|
*
KEYS: Allow special keyrings to be cleared
David Howells
2012-01-18
*
|
cifs: integer overflow in parse_dacl()
Dan Carpenter
2012-01-12
|
/
*
cifs: Call id to SID mapping functions to change owner/group (try #4 repost)
Shirish Pargaonkar
2011-10-17
*
cifs: Add data structures and functions for uid/gid to SID mapping (try #4)
Shirish Pargaonkar
2011-10-13
*
cifs: Add mount options for backup intent (try #6)
Shirish Pargaonkar
2011-10-13
*
cifs: Do not set cifs/ntfs acl using a file handle (try #4)
Shirish Pargaonkar
2011-08-11
*
cifs/ubifs: Fix shrinker API change fallout
Al Viro
2011-05-29
*
[CIFS] Follow on to cifsacl endian patch (__constant_cpu_to_le32 was required)
Steve French
2011-05-27
*
[CIFS] Fix endian error comparing authusers when cifsacl enabled
Steve French
2011-05-27
*
[CIFS] Rename three structures to avoid camel case
Steve French
2011-05-27
*
cifs: Change key name to cifs.idmap, misc. clean-up
Shirish Pargaonkar
2011-05-19
*
cifs: fix some unused variable warnings in id_rb_search
Jeff Layton
2011-05-19
*
cifs: Invoke id mapping functions (try #17 repost)
Shirish Pargaonkar
2011-05-19
*
cifs: Add idmap key and related data structures and functions (try #17 repost)
Shirish Pargaonkar
2011-05-19
*
[CIFS] Allow to set extended attribute cifs_acl (try #2)
Steve French
2011-05-19
*
cifs: add check for kmalloc in parse_dacl
Stanislav Fomichev
2011-02-05
*
cifs: Use mask of ACEs for SID Everyone to calculate all three permissions us...
Shirish Pargaonkar
2011-01-19
*
cifs: fix use of CONFIG_CIFS_ACL
Jeff Layton
2010-12-06
*
cifs: Handle extended attribute name cifs_acl to generate cifs acl blob (try #4)
Shirish Pargaonkar
2010-11-30
*
cifs: Misc. cleanup in cifsacl handling [try #4]
Shirish Pargaonkar
2010-11-30
[next]