summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/xattr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ocfs2: propagate umode_tAl Viro2012-01-031-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/+75
|\
| * ocfs2: Remove masklog ML_XATTR.Tao Ma2011-02-231-78/+75
| * ocfs2: Remove EXIT from masklog.Tao Ma2011-03-071-2/+0
| * ocfs2: Remove ENTRY from masklog.Tao Ma2011-02-211-2/+2
* | fs/vfs/security: pass last path component to LSM on inode creationEric Paris2011-02-011-4/+6
|/
* ocfs2: Avoid to evaluate xattr block flags again.Jeff Liu2010-10-151-1/+1
* ocfs2/lockdep: Move ip_xattr_sem out of ocfs2_xattr_get_nolock.Tao Ma2010-09-101-2/+2
* ocfs2: Make xattr reflink work with new local alloc reservation.Tao Ma2010-07-121-36/+90
* ocfs2: make xattr extension work with new local alloc reservation.Tao Ma2010-07-121-29/+45
* ocfs: constify xattr_handlerStephen Hemminger2010-05-211-6/+6
* ocfs2: Don't retry xattr set in case value extension fails.Tao Ma2010-05-181-2/+4
* ocfs2: Reset xattr value size after xa_cleanup_value_truncate().Tao Ma2010-05-181-7/+10
OpenPOWER on IntegriCloud