aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/xattr.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-13cifs: fix set of group SID via NTSD xattrsGravatar Amir Goldstein 1-0/+2
2021-09-13cifs: remove pathname for file from SPDX headerGravatar Steve French 1-1/+0
2021-06-20cifs: use SPDX-Licence-IdentifierGravatar Steve French 1-13/+1
2021-05-03cifs: add shutdown supportGravatar Steve French 1-0/+4
2021-04-25cifs: allocate buffer in the caller of build_path_from_dentry()Gravatar Al Viro 1-12/+18
2021-04-25cifs: make build_path_from_dentry() return const char *Gravatar Al Viro 1-3/+3
2021-04-25cifs: constify pathname arguments in a bunch of helpersGravatar Al Viro 1-2/+2
2021-01-24acl: handle idmapped mountsGravatar Christian Brauner 1-0/+1
2020-12-18Add SMB 2 support for getting and setting SACLsGravatar Boris Protopopov 1-6/+4
2020-12-18SMB3: Add support for getting and setting SACLsGravatar Boris Protopopov 1-21/+62
2020-01-26CIFS: Add support for setting owner info, dos attributes, and create timeGravatar Boris Protopopov 1-11/+117
2019-09-23CIFS: fix max ea value sizeGravatar Murphy Zhou 1-1/+1
2019-07-07cifs: simplify code by removing CONFIG_CIFS_ACL ifdefGravatar Steve French 1-4/+0
2018-08-10smb3: create smb3 equivalent alias for cifs pseudo-xattrsGravatar Steve French 1-2/+26
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 1-4/+4
2017-09-04cifs: Add support for writing attributes on SMB2+Gravatar Ronnie Sahlberg 1-1/+1
2017-06-20cifs: remove redundant return in cifs_creation_time_getGravatar Colin Ian King 1-2/+0
2017-05-12[CIFS] Minor cleanup of xattr query functionGravatar Steve French 1-4/+2
2016-10-12Add way to query creation time of file via cifs xattrGravatar Steve French 1-1/+27
2016-10-12Add way to query file attributes via cifs xattrGravatar Steve French 1-1/+33
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyGravatar Al Viro 1-4/+5
2016-04-23cifs: Switch to generic xattr handlersGravatar Andreas Gruenbacher 1-198/+144
2016-04-23cifs: Fix removexattr for os2.* xattrsGravatar Andreas Gruenbacher 1-9/+17
2016-04-23cifs: Fix xattr name checksGravatar Andreas Gruenbacher 1-16/+8
2016-04-11->getxattr(): pass dentry and inode as separate argumentsGravatar Al Viro 1-3/+3
2016-04-10cifs: kill more bogus checks in ->...xattr() methodsGravatar Al Viro 1-36/+6
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbGravatar Al Viro 1-12/+4
2015-12-06posix acls: Remove duplicate xattr name definitionsGravatar Andreas Gruenbacher 1-8/+8
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-11/+11
2014-10-16Remap reserved posix characters by default (part 3/3)Gravatar Steve French 1-20/+12
2014-02-07retrieving CIFS ACLs when mounted with SMB2 fails dropping sessionGravatar Steve French 1-4/+11
2014-01-26[CIFS] Fix SMB2 mounts so they don't try to set or get xattrs via cifsGravatar Steve French 1-19/+30
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgGravatar Joe Perches 1-28/+26
2012-07-24CIFS: Rename Get/FreeXid and make them work with unsigned intGravatar Pavel Shilovsky 1-12/+12
2012-03-06cifs: possible memory leak in xattr.Gravatar Santosh Nayak 1-3/+3
2011-10-28Merge branch '3.2-without-smb2' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-1/+1
2011-10-17cifs: Call id to SID mapping functions to change owner/group (try #4 repost)Gravatar Shirish Pargaonkar 1-1/+1
2011-08-12CIFS: remove local xattr definitionsGravatar Mimi Zohar 1-22/+18
2011-05-27[CIFS] Rename three structures to avoid camel caseGravatar Steve French 1-4/+4
2011-05-19[CIFS] Allow to set extended attribute cifs_acl (try #2)Gravatar Steve French 1-0/+20
2010-11-30cifs: Handle extended attribute name cifs_acl to generate cifs acl blob (try #4)Gravatar Shirish Pargaonkar 1-25/+30
2010-10-06cifs: add refcounted and timestamped container for holding tconsGravatar Jeff Layton 1-21/+39
2010-09-29cifs: add function to get a tcon from cifs_sbGravatar Jeff Layton 1-4/+4
2010-04-21[CIFS] Neaten cERROR and cFYI macros, reduce text spaceGravatar Joe Perches 1-20/+20
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-02-23cifs: merge CIFSSMBQueryEA with CIFSSMBQAllEAsGravatar Jeff Layton 1-4/+4
2009-06-25cifs: Fix incorrect return code being printed in cFYI messagesGravatar Suresh Jayaraman 1-4/+8
2008-04-29[CIFS] convert usage of implicit booleans to boolGravatar Steve French 1-1/+1
2008-02-07[CIFS] reduce checkpatch warningsGravatar Steve French 1-5/+4
2007-11-05[CIFS] Fix walking out end of cifs daclGravatar Steve French 1-2/+2