summaryrefslogtreecommitdiff
path: root/fs/ocfs2/xattr.c
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: reflink deadlock when clone file to the same directory simultaneouslyGang He2022-06-271-11/+1
* fs/ocfs2: fix comments mentioning i_mutexhongnanli2022-03-221-1/+1
* treewide: remove editor modelines and cruftMasahiro Yamada2021-05-071-3/+1
* acl: handle idmapped mountsChristian Brauner2021-01-241-0/+3
* treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* Revert "fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare...Joseph Qi2019-11-221-23/+33
* fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare_entry()Jia-Ju Bai2019-10-071-33/+23
* ocfs2: remove set but not used variable 'last_hash'YueHaibing2019-08-031-3/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1
* ocfs2: use 'osb' instead of 'OCFS2_SB()'piaojun2018-04-051-1/+1
* ocfs2/acl: use 'ip_xattr_sem' to protect getting extended attributepiaojun2018-01-311-0/+2
* ocfs2/xattr: assign errno to 'ret' in ocfs2_calc_xattr_init()piaojun2018-01-311-0/+1
* ocfs2: use the OCFS2_XATTR_ROOT_SIZE macro in ocfs2_reflink_xattr_header()alex chen2018-01-311-1/+1
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-1/+1
* ocfs2: clean up some dead codeJun Piao2017-09-061-1/+1
* ocfs2: fix deadlock caused by recursive locking in xattrEric Ren2017-06-231-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-271-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-101-10/+10
* | ocfs2: fix posix_acl_create deadlockJunxiao Bi2016-05-121-9/+5
|/
* wrappers for ->i_mutex accessAl Viro2016-01-221-7/+7
* ocfs2: Replace list xattr handler operationsAndreas Gruenbacher2015-12-131-94/+57
* vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher2015-12-061-16/+1
* xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher2015-11-131-18/+27
* ocfs2: neaten do_error, ocfs2_error and ocfs2_abortJoe Perches2015-09-041-19/+16
* ocfs2: acknowledge return value of ocfs2_error()Goldwyn Rodrigues2015-09-041-10/+5
* ocfs2: trusted xattr missing CAP_SYS_ADMIN checkSanidhya Kashyap2015-09-041-0/+3
* ocfs2: mark local functions as staticJoseph Qi2015-06-241-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-11/+11
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-11/+11
* | ocfs2: fix possible uninitialized variable accessJoseph Qi2015-04-141-0/+8
|/
* ocfs2: xattr: remove unused functionRickard Strandqvist2015-02-101-10/+0
* ocfs2: Fix xattr check in ocfs2_get_xattr_nolock()Jan Kara2014-12-101-1/+1
* ocfs2: pass "new" parameter to ocfs2_init_xattr_bucketWengang Wang2014-04-031-8/+15
* ocfs2: call ocfs2_update_inode_fsync_trans when updating any inodeDarrick J. Wong2014-04-031-0/+3
* ocfs2: allow for more than one data extent when creating xattrTariq Saeed2014-04-031-1/+8
* ocfs2: use generic posix ACL infrastructureChristoph Hellwig2014-01-251-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/+7
* ocfs2: fix possible double free in ocfs2_reflink_xattr_recJoseph Qi2013-09-111-1/+1
* ocfs2: free meta_ac and data_ac when ocfs2_start_trans fails in ocfs2_xattr_s...Younger Liu2013-09-111-2/+3
* ocfs2: add the missing return value check of ocfs2_xattr_get_clustersJoseph Qi2013-09-111-0/+4
* ocfs2: xattr: fix inlined xattr reflinkJunxiao Bi2013-07-031-0/+10
* ocfs2: xattr: remove useless free space checkingJunxiao Bi2013-07-031-8/+0
* ocfs2: fix ocfs2_init_security_and_acl() to initialize acl correctlyJeff Liu2013-02-271-1/+1