summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/xattr.c
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: remove set but not used variable 'last_hash'YueHaibing2019-08-031-3/+0Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1Star
* ocfs2: use 'osb' instead of 'OCFS2_SB()'piaojun2018-04-061-1/+1
* ocfs2/acl: use 'ip_xattr_sem' to protect getting extended attributepiaojun2018-02-011-0/+2
* ocfs2/xattr: assign errno to 'ret' in ocfs2_calc_xattr_init()piaojun2018-02-011-0/+1
* ocfs2: use the OCFS2_XATTR_ROOT_SIZE macro in ocfs2_reflink_xattr_header()alex chen2018-02-011-1/+1
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-1/+1
* ocfs2: clean up some dead codeJun Piao2017-09-071-1/+1
* ocfs2: fix deadlock caused by recursive locking in xattrEric Ren2017-06-241-10/+13
* ocfs2: convert inode refcount test to a helperDarrick J. Wong2016-12-101-2/+2
* fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-281-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-07-281-1/+1
|\
| * ocfs: fix ocfs2_xattr_user_get() argument nameAndreas Gruenbacher2016-06-211-1/+1
* | switch xattr_handler->set() to passing dentry and inode separatelyAl Viro2016-05-271-10/+13
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-171-10/+10
|\
| * xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro2016-04-111-10/+10
* | ocfs2: fix posix_acl_create deadlockJunxiao Bi2016-05-131-9/+5Star
|/
* wrappers for ->i_mutex accessAl Viro2016-01-231-7/+7
* ocfs2: Replace list xattr handler operationsAndreas Gruenbacher2015-12-141-94/+57Star
* vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher2015-12-071-16/+1Star
* xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher2015-11-141-18/+27
* ocfs2: neaten do_error, ocfs2_error and ocfs2_abortJoe Perches2015-09-051-19/+16Star
* ocfs2: acknowledge return value of ocfs2_error()Goldwyn Rodrigues2015-09-051-10/+5Star
* ocfs2: trusted xattr missing CAP_SYS_ADMIN checkSanidhya Kashyap2015-09-051-0/+3
* ocfs2: mark local functions as staticJoseph Qi2015-06-251-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-271-11/+11
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-11/+11
* | ocfs2: fix possible uninitialized variable accessJoseph Qi2015-04-151-0/+8
|/
* ocfs2: xattr: remove unused functionRickard Strandqvist2015-02-101-10/+0Star
* ocfs2: Fix xattr check in ocfs2_get_xattr_nolock()Jan Kara2014-12-111-1/+1
* ocfs2: pass "new" parameter to ocfs2_init_xattr_bucketWengang Wang2014-04-041-8/+15
* ocfs2: call ocfs2_update_inode_fsync_trans when updating any inodeDarrick J. Wong2014-04-041-0/+3
* ocfs2: allow for more than one data extent when creating xattrTariq Saeed2014-04-041-1/+8
* ocfs2: use generic posix ACL infrastructureChristoph Hellwig2014-01-261-9/+12
* ocfs2: add necessary check in case sb_getblk() failsRui Xiang2013-11-131-0/+6
* ocfs2: return ENOMEM when sb_getblk() failsRui Xiang2013-11-131-1/+1
* fs/ocfs2: remove unnecessary variable bits_wanted from ocfs2_calc_extend_creditsGoldwyn Rodrigues2013-11-131-13/+7Star
* ocfs2: fix possible double free in ocfs2_reflink_xattr_recJoseph Qi2013-09-121-1/+1
* ocfs2: free meta_ac and data_ac when ocfs2_start_trans fails in ocfs2_xattr_s...Younger Liu2013-09-121-2/+3
* ocfs2: add the missing return value check of ocfs2_xattr_get_clustersJoseph Qi2013-09-121-0/+4
* ocfs2: xattr: fix inlined xattr reflinkJunxiao Bi2013-07-041-0/+10
* ocfs2: xattr: remove useless free space checkingJunxiao Bi2013-07-041-8/+0Star
* ocfs2: fix ocfs2_init_security_and_acl() to initialize acl correctlyJeff Liu2013-02-281-1/+1
* ocfs2: propagate umode_tAl Viro2012-01-041-1/+1
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-12-011-4/+6
|\
| * ocfs2: Commit transactions in error cases -v2Wengang Wang2011-11-171-4/+6
* | security: new security_inode_init_security API adds function callbackMimi Zohar2011-07-181-14/+24
|/
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-03-281-80/+75Star
|\
| * ocfs2: Remove masklog ML_XATTR.Tao Ma2011-02-231-78/+75Star