summaryrefslogtreecommitdiffstats
path: root/fs/cifs/xattr.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: Add support for writing attributes on SMB2+Ronnie Sahlberg2017-09-041-1/+1
* cifs: remove redundant return in cifs_creation_time_getColin Ian King2017-06-201-2/+0
* [CIFS] Minor cleanup of xattr query functionSteve French2017-05-121-4/+2
* Add way to query creation time of file via cifs xattrSteve French2016-10-121-1/+27
* Add way to query file attributes via cifs xattrSteve French2016-10-121-1/+33
* switch xattr_handler->set() to passing dentry and inode separatelyAl Viro2016-05-271-4/+5
* cifs: Switch to generic xattr handlersAndreas Gruenbacher2016-04-231-198/+144
* cifs: Fix removexattr for os2.* xattrsAndreas Gruenbacher2016-04-231-9/+17
* cifs: Fix xattr name checksAndreas Gruenbacher2016-04-231-16/+8
* ->getxattr(): pass dentry and inode as separate argumentsAl Viro2016-04-111-3/+3
* cifs: kill more bogus checks in ->...xattr() methodsAl Viro2016-04-101-36/+6
* don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro2016-04-101-12/+4
* posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher2015-12-061-8/+8
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-11/+11
* Remap reserved posix characters by default (part 3/3)Steve French2014-10-161-20/+12
* retrieving CIFS ACLs when mounted with SMB2 fails dropping sessionSteve French2014-02-071-4/+11
* [CIFS] Fix SMB2 mounts so they don't try to set or get xattrs via cifsSteve French2014-01-261-19/+30
* [CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches2013-05-041-28/+26
* CIFS: Rename Get/FreeXid and make them work with unsigned intPavel Shilovsky2012-07-241-12/+12
* cifs: possible memory leak in xattr.Santosh Nayak2012-03-061-3/+3
* Merge branch '3.2-without-smb2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2011-10-281-1/+1
|\
| * cifs: Call id to SID mapping functions to change owner/group (try #4 repost)Shirish Pargaonkar2011-10-171-1/+1
* | CIFS: remove local xattr definitionsMimi Zohar2011-08-121-22/+18
|/
* [CIFS] Rename three structures to avoid camel caseSteve French2011-05-271-4/+4
* [CIFS] Allow to set extended attribute cifs_acl (try #2)Steve French2011-05-191-0/+20
* cifs: Handle extended attribute name cifs_acl to generate cifs acl blob (try #4)Shirish Pargaonkar2010-11-301-25/+30
* cifs: add refcounted and timestamped container for holding tconsJeff Layton2010-10-061-21/+39
* cifs: add function to get a tcon from cifs_sbJeff Layton2010-09-291-4/+4
* [CIFS] Neaten cERROR and cFYI macros, reduce text spaceJoe Perches2010-04-211-20/+20
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* cifs: merge CIFSSMBQueryEA with CIFSSMBQAllEAsJeff Layton2010-02-231-4/+4
* cifs: Fix incorrect return code being printed in cFYI messagesSuresh Jayaraman2009-06-251-4/+8
* [CIFS] convert usage of implicit booleans to boolSteve French2008-04-291-1/+1
* [CIFS] reduce checkpatch warningsSteve French2008-02-071-5/+4
* [CIFS] Fix walking out end of cifs daclSteve French2007-11-051-2/+2
* [CIFS] acl support part 6Steve French2007-10-251-3/+4
* [CIFS] Cleanup formattingSteve French2007-10-031-7/+12
* [CIFS] More whitespace/formatting fixes (noticed by checkpatch)Steve French2007-07-171-1/+2
* [CIFS] whitespace/formatting fixesSteve French2007-07-131-1/+1
* [CIFS] whitespace cleanupSteve French2007-07-061-111/+115
* [CIFS] Support deep tree mounts (e.g. mounts to //server/share/path)Steve French2006-09-211-1/+1
* [CIFS] Do not send Query All EAs SMB when mount option nouser_xattrSteve French2006-08-161-1/+5
* [CIFS] [CIFS] Do not take rename sem on most path based calls (duringSteve French2006-04-211-8/+0
* [PATCH] sem2mutex: vfs_rename_mutexArjan van de Ven2006-03-231-8/+8
* [CIFS] Add worker function for Get ACL cifs styleSteve French2006-01-121-2/+20
* [PATCH] kfree cleanup: fsJesper Juhl2005-11-071-10/+5
* [PATCH] cifs: character mapping of special characters (part 3 of 3)Steve French2005-04-281-10/+25
* [PATCH] cifs: Only send POSIX ACL calls to server if server claims to support...Steve French2005-04-281-8/+12
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+334
OpenPOWER on IntegriCloud