aboutsummaryrefslogtreecommitdiff
path: root/fs/ocfs2/xattr.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-2/+2
2023-10-18ocfs2: convert to new timestamp accessorsGravatar Jeff Layton 1-2/+2
2023-10-09ocfs2: move ocfs2_xattr_handlers and ocfs2_xattr_handler_map to .rodataGravatar Wedson Almeida Filho 1-2/+2
2023-07-24ocfs2: convert to ctime accessor functionsGravatar Jeff Layton 1-3/+3
2023-04-24Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-9/+5
2023-03-23ocfs2: Switch to security_inode_init_security()Gravatar Roberto Sassu 1-4/+26
2023-03-06fs: rename generic posix acl handlersGravatar Christian Brauner 1-7/+5
2023-03-06fs: drop unused posix acl handlersGravatar Christian Brauner 1-2/+0
2023-01-19fs: port xattr to mnt_idmapGravatar Christian Brauner 1-3/+3
2022-03-22fs/ocfs2: fix comments mentioning i_mutexGravatar hongnanli 1-1/+1
2021-05-07treewide: remove editor modelines and cruftGravatar Masahiro Yamada 1-3/+1
2021-01-24acl: handle idmapped mountsGravatar Christian Brauner 1-0/+3
2020-07-16treewide: Remove uninitialized_var() usageGravatar Kees Cook 1-1/+1
2019-11-22Revert "fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare...Gravatar Joseph Qi 1-23/+33
2019-10-07fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare_entry()Gravatar Jia-Ju Bai 1-33/+23
2019-08-03ocfs2: remove set but not used variable 'last_hash'Gravatar YueHaibing 1-3/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Gravatar Thomas Gleixner 1-9/+1
2018-04-05ocfs2: use 'osb' instead of 'OCFS2_SB()'Gravatar piaojun 1-1/+1
2018-01-31ocfs2/acl: use 'ip_xattr_sem' to protect getting extended attributeGravatar piaojun 1-0/+2
2018-01-31ocfs2/xattr: assign errno to 'ret' in ocfs2_calc_xattr_init()Gravatar piaojun 1-0/+1
2018-01-31ocfs2: use the OCFS2_XATTR_ROOT_SIZE macro in ocfs2_reflink_xattr_header()Gravatar alex chen 1-1/+1
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 1-1/+1
2017-09-06ocfs2: clean up some dead codeGravatar Jun Piao 1-1/+1
2017-06-23ocfs2: fix deadlock caused by recursive locking in xattrGravatar Eric Ren 1-10/+13
2016-12-10ocfs2: convert inode refcount test to a helperGravatar Darrick J. Wong 1-2/+2
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsGravatar Deepa Dinamani 1-1/+1
2016-07-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2016-06-21ocfs: fix ocfs2_xattr_user_get() argument nameGravatar Andreas Gruenbacher 1-1/+1
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyGravatar Al Viro 1-10/+13
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-10/+10
2016-05-12ocfs2: fix posix_acl_create deadlockGravatar Junxiao Bi 1-9/+5
2016-04-10xattr_handler: pass dentry and inode as separate arguments of ->get()Gravatar Al Viro 1-10/+10
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-7/+7
2015-12-13ocfs2: Replace list xattr handler operationsGravatar Andreas Gruenbacher 1-94/+57
2015-12-06vfs: Distinguish between full xattr names and proper prefixesGravatar Andreas Gruenbacher 1-16/+1
2015-11-13xattr handlers: Pass handler to operations instead of flagsGravatar Andreas Gruenbacher 1-18/+27
2015-09-04ocfs2: neaten do_error, ocfs2_error and ocfs2_abortGravatar Joe Perches 1-19/+16
2015-09-04ocfs2: acknowledge return value of ocfs2_error()Gravatar Goldwyn Rodrigues 1-10/+5
2015-09-04ocfs2: trusted xattr missing CAP_SYS_ADMIN checkGravatar Sanidhya Kashyap 1-0/+3
2015-06-24ocfs2: mark local functions as staticGravatar Joseph Qi 1-1/+1
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-11/+11
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-11/+11
2015-04-14ocfs2: fix possible uninitialized variable accessGravatar Joseph Qi 1-0/+8
2015-02-10ocfs2: xattr: remove unused functionGravatar Rickard Strandqvist 1-10/+0
2014-12-10ocfs2: Fix xattr check in ocfs2_get_xattr_nolock()Gravatar Jan Kara 1-1/+1
2014-04-03ocfs2: pass "new" parameter to ocfs2_init_xattr_bucketGravatar Wengang Wang 1-8/+15
2014-04-03ocfs2: call ocfs2_update_inode_fsync_trans when updating any inodeGravatar Darrick J. Wong 1-0/+3
2014-04-03ocfs2: allow for more than one data extent when creating xattrGravatar Tariq Saeed 1-1/+8
2014-01-25ocfs2: use generic posix ACL infrastructureGravatar Christoph Hellwig 1-9/+12
2013-11-13ocfs2: add necessary check in case sb_getblk() failsGravatar Rui Xiang 1-0/+6