summaryrefslogtreecommitdiffstats
path: root/fs/cifs/xattr.c
AgeCommit message (Expand)Author
2021-06-20cifs: use SPDX-Licence-IdentifierSteve French
2021-05-03cifs: add shutdown supportSteve French
2021-04-25cifs: allocate buffer in the caller of build_path_from_dentry()Al Viro
2021-04-25cifs: make build_path_from_dentry() return const char *Al Viro
2021-04-25cifs: constify pathname arguments in a bunch of helpersAl Viro
2021-01-24acl: handle idmapped mountsChristian Brauner
2020-12-18Add SMB 2 support for getting and setting SACLsBoris Protopopov
2020-12-18SMB3: Add support for getting and setting SACLsBoris Protopopov
2020-01-26CIFS: Add support for setting owner info, dos attributes, and create timeBoris Protopopov
2019-09-23CIFS: fix max ea value sizeMurphy Zhou
2019-07-07cifs: simplify code by removing CONFIG_CIFS_ACL ifdefSteve French
2018-08-10smb3: create smb3 equivalent alias for cifs pseudo-xattrsSteve French
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-09-04cifs: Add support for writing attributes on SMB2+Ronnie Sahlberg
2017-06-20cifs: remove redundant return in cifs_creation_time_getColin Ian King
2017-05-12[CIFS] Minor cleanup of xattr query functionSteve French
2016-10-12Add way to query creation time of file via cifs xattrSteve French
2016-10-12Add way to query file attributes via cifs xattrSteve French
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro
2016-04-23cifs: Switch to generic xattr handlersAndreas Gruenbacher
2016-04-23cifs: Fix removexattr for os2.* xattrsAndreas Gruenbacher
2016-04-23cifs: Fix xattr name checksAndreas Gruenbacher
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro
2016-04-10cifs: kill more bogus checks in ->...xattr() methodsAl Viro
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro
2015-12-06posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2014-10-16Remap reserved posix characters by default (part 3/3)Steve French
2014-02-07retrieving CIFS ACLs when mounted with SMB2 fails dropping sessionSteve French
2014-01-26[CIFS] Fix SMB2 mounts so they don't try to set or get xattrs via cifsSteve French
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches
2012-07-24CIFS: Rename Get/FreeXid and make them work with unsigned intPavel Shilovsky
2012-03-06cifs: possible memory leak in xattr.Santosh Nayak
2011-10-28Merge branch '3.2-without-smb2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2011-10-17cifs: Call id to SID mapping functions to change owner/group (try #4 repost)Shirish Pargaonkar
2011-08-12CIFS: remove local xattr definitionsMimi Zohar
2011-05-27[CIFS] Rename three structures to avoid camel caseSteve French
2011-05-19[CIFS] Allow to set extended attribute cifs_acl (try #2)Steve French
2010-11-30cifs: Handle extended attribute name cifs_acl to generate cifs acl blob (try #4)Shirish Pargaonkar
2010-10-06cifs: add refcounted and timestamped container for holding tconsJeff Layton
2010-09-29cifs: add function to get a tcon from cifs_sbJeff Layton
2010-04-21[CIFS] Neaten cERROR and cFYI macros, reduce text spaceJoe Perches
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-23cifs: merge CIFSSMBQueryEA with CIFSSMBQAllEAsJeff Layton
2009-06-25cifs: Fix incorrect return code being printed in cFYI messagesSuresh Jayaraman
2008-04-29[CIFS] convert usage of implicit booleans to boolSteve French
2008-02-07[CIFS] reduce checkpatch warningsSteve French
2007-11-05[CIFS] Fix walking out end of cifs daclSteve French
2007-10-25[CIFS] acl support part 6Steve French
2007-10-03[CIFS] Cleanup formattingSteve French