aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/xattr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-22Revert "fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare_entry()"Joseph Qi1-23/+33
2019-10-07fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare_entry()Jia-Ju Bai1-33/+23
2019-08-03ocfs2: remove set but not used variable 'last_hash'YueHaibing1-3/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2018-04-05ocfs2: use 'osb' instead of 'OCFS2_SB()'piaojun1-1/+1
2018-01-31ocfs2/acl: use 'ip_xattr_sem' to protect getting extended attributepiaojun1-0/+2
2018-01-31ocfs2/xattr: assign errno to 'ret' in ocfs2_calc_xattr_init()piaojun1-0/+1
2018-01-31ocfs2: use the OCFS2_XATTR_ROOT_SIZE macro in ocfs2_reflink_xattr_header()alex chen1-1/+1
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-1/+1
2017-09-06ocfs2: clean up some dead codeJun Piao1-1/+1
2017-06-23ocfs2: fix deadlock caused by recursive locking in xattrEric Ren1-10/+13
2016-12-10ocfs2: convert inode refcount test to a helperDarrick J. Wong1-2/+2
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-07-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2016-06-21ocfs: fix ocfs2_xattr_user_get() argument nameAndreas Gruenbacher1-1/+1
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro1-10/+13
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-10/+10
2016-05-12ocfs2: fix posix_acl_create deadlockJunxiao Bi1-9/+5
2016-04-10xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro1-10/+10
2016-01-22wrappers for ->i_mutex accessAl Viro1-7/+7
2015-12-13ocfs2: Replace list xattr handler operationsAndreas Gruenbacher1-94/+57
2015-12-06vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher1-16/+1
2015-11-13xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher1-18/+27
2015-09-04ocfs2: neaten do_error, ocfs2_error and ocfs2_abortJoe Perches1-19/+16
2015-09-04ocfs2: acknowledge return value of ocfs2_error()Goldwyn Rodrigues1-10/+5
2015-09-04ocfs2: trusted xattr missing CAP_SYS_ADMIN checkSanidhya Kashyap1-0/+3
2015-06-24ocfs2: mark local functions as staticJoseph Qi1-1/+1
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-11/+11
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-11/+11
2015-04-14ocfs2: fix possible uninitialized variable accessJoseph Qi1-0/+8
2015-02-10ocfs2: xattr: remove unused functionRickard Strandqvist1-10/+0
2014-12-10ocfs2: Fix xattr check in ocfs2_get_xattr_nolock()Jan Kara1-1/+1
2014-04-03ocfs2: pass "new" parameter to ocfs2_init_xattr_bucketWengang Wang1-8/+15
2014-04-03ocfs2: call ocfs2_update_inode_fsync_trans when updating any inodeDarrick J. Wong1-0/+3
2014-04-03ocfs2: allow for more than one data extent when creating xattrTariq Saeed1-1/+8
2014-01-25ocfs2: use generic posix ACL infrastructureChristoph Hellwig1-9/+12
2013-11-13ocfs2: add necessary check in case sb_getblk() failsRui Xiang1-0/+6
2013-11-13ocfs2: return ENOMEM when sb_getblk() failsRui Xiang1-1/+1
2013-11-13fs/ocfs2: remove unnecessary variable bits_wanted from ocfs2_calc_extend_creditsGoldwyn Rodrigues1-13/+7
2013-09-11ocfs2: fix possible double free in ocfs2_reflink_xattr_recJoseph Qi1-1/+1
2013-09-11ocfs2: free meta_ac and data_ac when ocfs2_start_trans fails in ocfs2_xattr_set()Younger Liu1-2/+3
2013-09-11ocfs2: add the missing return value check of ocfs2_xattr_get_clustersJoseph Qi1-0/+4
2013-07-03ocfs2: xattr: fix inlined xattr reflinkJunxiao Bi1-0/+10
2013-07-03ocfs2: xattr: remove useless free space checkingJunxiao Bi1-8/+0
2013-02-27ocfs2: fix ocfs2_init_security_and_acl() to initialize acl correctlyJeff Liu1-1/+1
2012-01-03ocfs2: propagate umode_tAl Viro1-1/+1
2011-12-01Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2Linus Torvalds1-4/+6
2011-11-17ocfs2: Commit transactions in error cases -v2Wengang Wang1-4/+6
2011-07-18security: new security_inode_init_security API adds function callbackMimi Zohar1-14/+24
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2