summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/xattr.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-301-2/+2
|\
| * ocfs2: convert to new timestamp accessorsJeff Layton2023-10-181-2/+2
* | ocfs2: move ocfs2_xattr_handlers and ocfs2_xattr_handler_map to .rodataWedson Almeida Filho2023-10-091-2/+2
|/
* ocfs2: convert to ctime accessor functionsJeff Layton2023-07-241-3/+3
* Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-04-241-9/+5
|\
| * fs: rename generic posix acl handlersChristian Brauner2023-03-061-7/+5
| * fs: drop unused posix acl handlersChristian Brauner2023-03-061-2/+0
* | ocfs2: Switch to security_inode_init_security()Roberto Sassu2023-03-231-4/+26
|/
* fs: port xattr to mnt_idmapChristian Brauner2023-01-191-3/+3
* 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