aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsacl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-24CIFS: Rename Get/FreeXid and make them work with unsigned intPavel Shilovsky1-9/+12
2012-07-23cifs: remove extraneous newlines from cERROR and cFYI callsJeff Layton1-3/+3
2012-02-09Merge branch 'next-queue' into nextJames Morris1-0/+1
2012-01-19KEYS: Allow special keyrings to be clearedDavid Howells1-0/+1
2012-01-12cifs: integer overflow in parse_dacl()Dan Carpenter1-0/+2
2011-10-17cifs: Call id to SID mapping functions to change owner/group (try #4 repost)Shirish Pargaonkar1-52/+83
2011-10-12cifs: Add data structures and functions for uid/gid to SID mapping (try #4)Shirish Pargaonkar1-0/+198
2011-10-12cifs: Add mount options for backup intent (try #6)Shirish Pargaonkar1-6/+12
2011-08-11cifs: Do not set cifs/ntfs acl using a file handle (try #4)Shirish Pargaonkar1-27/+1
2011-05-29cifs/ubifs: Fix shrinker API change falloutAl Viro1-1/+2
2011-05-27[CIFS] Follow on to cifsacl endian patch (__constant_cpu_to_le32 was required)Steve French1-1/+1
2011-05-27[CIFS] Fix endian error comparing authusers when cifsacl enabledSteve French1-2/+3
2011-05-27[CIFS] Rename three structures to avoid camel caseSteve French1-2/+2
2011-05-19cifs: Change key name to cifs.idmap, misc. clean-upShirish Pargaonkar1-58/+1
2011-05-19cifs: fix some unused variable warnings in id_rb_searchJeff Layton1-5/+0
2011-05-19cifs: Invoke id mapping functions (try #17 repost)Shirish Pargaonkar1-24/+301
2011-05-19cifs: Add idmap key and related data structures and functions (try #17 repost)Shirish Pargaonkar1-0/+138
2011-05-19[CIFS] Allow to set extended attribute cifs_acl (try #2)Steve French1-1/+1
2011-02-06cifs: add check for kmalloc in parse_daclStanislav Fomichev1-0/+4
2011-01-19cifs: Use mask of ACEs for SID Everyone to calculate all three permissions user, group, and otherShirish Pargaonkar1-2/+11
2010-12-06cifs: fix use of CONFIG_CIFS_ACLJeff Layton1-3/+0
2010-11-30cifs: Handle extended attribute name cifs_acl to generate cifs acl blob (try #4)Shirish Pargaonkar1-1/+1
2010-11-30cifs: Misc. cleanup in cifsacl handling [try #4]Shirish Pargaonkar1-1/+1
2010-11-11cifs: Percolate error up to the caller during get/set acls [try #4]Shirish Pargaonkar1-18/+26
2010-10-06cifs: have find_readable/writable_file filter by fsuidJeff Layton1-2/+2
2010-10-06cifs: add refcounted and timestamped container for holding tconsJeff Layton1-9/+33
2010-09-29cifs: add function to get a tcon from cifs_sbJeff Layton1-8/+8
2010-04-21[CIFS] Neaten cERROR and cFYI macros, reduce text spaceJoe Perches1-38/+38
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-01cifs: Replace wrtPending with a real reference countDave Kleikamp1-2/+2
2009-07-09cifs: convert cifs_get_inode_info and non-posix readdir to use cifs_igetJeff Layton1-13/+13
2009-05-28cifs: clean up set_cifs_acl interfacesChristoph Hellwig1-37/+41
2009-05-28cifs: reorganize get_cifs_aclChristoph Hellwig1-48/+52
2008-07-24[CIFS] Fix warnings from checkpatchShirish Pargaonkar1-19/+19
2008-07-24[CIFS] Fix improper endian conversion of ACL subauth fieldShirish Pargaonkar1-2/+1
2008-07-12cifs: fix wksidarr declaration to be big-endian friendlyJeff Layton1-5/+5
2008-05-09[CIFS] fix build warningSteve French1-1/+1
2008-04-29[CIFS] convert usage of implicit booleans to boolSteve French1-8/+8
2008-04-09[CIFS] Fix acl length when very short ACL being modified by chmodSteve French1-6/+8
2008-03-30cifs: fix misannotationsAl Viro1-2/+2
2008-03-14[CIFS] file create with acl support enabled is slowSteve French1-10/+15
2008-02-12[CIFS] patch to fix incorrect encoding of number of aces on set modeShirish Pargaonkar1-5/+1
2008-02-12[CIFS] clean up some hard to read ifdefsSteve French1-33/+11
2008-02-07[CIFS] reduce checkpatch warningsSteve French1-4/+3
2007-12-31[CIFS] Allow setting mode via cifs aclSteve French1-8/+232
2007-12-05regression: cifs endianness bugAl Viro1-16/+17
2007-11-25[CIFS] Fix check after use error in ACL codeSteve French1-6/+7
2007-11-08[CIFS] add mode to acl conversion helper functionSteve French1-2/+33
2007-11-08[CIFS] Fix incorrect mode when ACL had deny access control entriesSteve French1-9/+46
2007-11-05[CIFS] Fix walking out end of cifs daclSteve French1-2/+2