summaryrefslogtreecommitdiff
path: root/fs/ocfs2/xattr.c
AgeCommit message (Expand)Author
2026-05-28ocfs2: validate inline xattr header before reflinking inline xattrsZhengYuan Huang
2026-05-28ocfs2: validate inline xattr header before inline refcount attachZhengYuan Huang
2026-05-28ocfs2: validate inline xattr header before ibody removeZhengYuan Huang
2026-05-28ocfs2: validate inline xattr header before checking outside valuesZhengYuan Huang
2026-05-28ocfs2: validate inline xattr header before ibody lookupsZhengYuan Huang
2026-04-16Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-04-15ocfs2: fix listxattr handling when the buffer is fullZhengYuan Huang
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-31ocfs2: fix reflink preserve cleanup issueHeming Zhao
2026-01-20ocfs2: adjust ocfs2_xa_remove_entry() to match UBSAN boundary checksDmitry Antipov
2025-12-13Merge tag 'mm-nonmm-stable-2025-12-11-11-47' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-12-10ocfs2: avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva
2025-12-10ocfs2: validate inline xattr size and entry count in ocfs2_xattr_ibody_listDeepanshu Kartikey
2025-12-06ocfs2: fix xattr array entry __counted_by errorLinus Torvalds
2025-11-20ocfs2: replace deprecated strcpy in ocfs2_create_xattr_blockThorsten Blum
2025-01-12ocfs2: miscellaneous spelling fixesDmitry Antipov
2024-11-07ocfs2: remove entry once instead of null-ptr-dereference in ocfs2_xa_remove()Andrew Kanner
2024-09-26ocfs2: reserve space for inline xattr before attaching reflink treeGautham Ananthakrishna
2024-09-01ocfs2: remove custom swap functions in favor of built-in sort swapKuan-Wei Chiu
2024-06-24ocfs2: strict bound check before memcmp in ocfs2_xattr_find_entry()Ferry Meng
2024-06-24ocfs2: add bounds checking to ocfs2_xattr_find_entry()Ferry Meng
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