summaryrefslogtreecommitdiff
path: root/fs/ocfs2/xattr.c
AgeCommit message (Expand)Author
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-18ocfs2: convert to new timestamp accessorsJeff Layton
2023-10-09ocfs2: move ocfs2_xattr_handlers and ocfs2_xattr_handler_map to .rodataWedson Almeida Filho
2023-07-24ocfs2: convert to ctime accessor functionsJeff Layton
2023-04-24Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-03-23ocfs2: Switch to security_inode_init_security()Roberto Sassu
2023-03-06fs: rename generic posix acl handlersChristian Brauner
2023-03-06fs: drop unused posix acl handlersChristian Brauner
2023-01-19fs: port xattr to mnt_idmapChristian Brauner
2022-03-22fs/ocfs2: fix comments mentioning i_mutexhongnanli
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada
2021-01-24acl: handle idmapped mountsChristian Brauner
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2019-11-22Revert "fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare...Joseph Qi
2019-10-07fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare_entry()Jia-Ju Bai
2019-08-03ocfs2: remove set but not used variable 'last_hash'YueHaibing
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner
2018-04-05ocfs2: use 'osb' instead of 'OCFS2_SB()'piaojun
2018-01-31ocfs2/acl: use 'ip_xattr_sem' to protect getting extended attributepiaojun
2018-01-31ocfs2/xattr: assign errno to 'ret' in ocfs2_calc_xattr_init()piaojun
2018-01-31ocfs2: use the OCFS2_XATTR_ROOT_SIZE macro in ocfs2_reflink_xattr_header()alex chen
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-09-06ocfs2: clean up some dead codeJun Piao
2017-06-23ocfs2: fix deadlock caused by recursive locking in xattrEric Ren
2016-12-10ocfs2: convert inode refcount test to a helperDarrick J. Wong
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-07-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-06-21ocfs: fix ocfs2_xattr_user_get() argument nameAndreas Gruenbacher
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-05-12ocfs2: fix posix_acl_create deadlockJunxiao Bi
2016-04-10xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro
2016-01-22wrappers for ->i_mutex accessAl Viro
2015-12-13ocfs2: Replace list xattr handler operationsAndreas Gruenbacher
2015-12-06vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher
2015-11-13xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher
2015-09-04ocfs2: neaten do_error, ocfs2_error and ocfs2_abortJoe Perches
2015-09-04ocfs2: acknowledge return value of ocfs2_error()Goldwyn Rodrigues
2015-09-04ocfs2: trusted xattr missing CAP_SYS_ADMIN checkSanidhya Kashyap
2015-06-24ocfs2: mark local functions as staticJoseph Qi
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-14ocfs2: fix possible uninitialized variable accessJoseph Qi
2015-02-10ocfs2: xattr: remove unused functionRickard Strandqvist
2014-12-10ocfs2: Fix xattr check in ocfs2_get_xattr_nolock()Jan Kara
2014-04-03ocfs2: pass "new" parameter to ocfs2_init_xattr_bucketWengang Wang
2014-04-03ocfs2: call ocfs2_update_inode_fsync_trans when updating any inodeDarrick J. Wong
2014-04-03ocfs2: allow for more than one data extent when creating xattrTariq Saeed
2014-01-25ocfs2: use generic posix ACL infrastructureChristoph Hellwig
2013-11-13ocfs2: add necessary check in case sb_getblk() failsRui Xiang