summaryrefslogtreecommitdiff
path: root/fs/ocfs2/xattr.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-13ocfs2: fix circular locking dependency in ocfs2_init_acl()Krystian Kaniewski1-34/+52
2026-08-05ocfs2: fix missing metadata reservation for large xattrsIan Bridges1-6/+12
2026-08-05ocfs2: always run deallocs on copy-on-write completionDmitry Antipov1-3/+2
2026-08-03ocfs2: validate external xattr entries when reading metadataCen Zhang1-0/+97
2026-08-03ocfs2: validate inline xattrs during inode block validationCen Zhang1-13/+105
2026-05-28ocfs2: validate inline xattr header before reflinking inline xattrsZhengYuan Huang1-6/+13
2026-05-28ocfs2: validate inline xattr header before inline refcount attachZhengYuan Huang1-3/+6
2026-05-28ocfs2: validate inline xattr header before ibody removeZhengYuan Huang1-3/+3
2026-05-28ocfs2: validate inline xattr header before checking outside valuesZhengYuan Huang1-3/+4
2026-05-28ocfs2: validate inline xattr header before ibody lookupsZhengYuan Huang1-35/+47
2026-04-16Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+2
2026-04-15ocfs2: fix listxattr handling when the buffer is fullZhengYuan Huang1-2/+2
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-01-31ocfs2: fix reflink preserve cleanup issueHeming Zhao1-0/+4
2026-01-20ocfs2: adjust ocfs2_xa_remove_entry() to match UBSAN boundary checksDmitry Antipov1-2/+3
2025-12-13Merge tag 'mm-nonmm-stable-2025-12-11-11-47' of git://git.kernel.org/pub/scm/...Linus Torvalds1-4/+34
2025-12-10ocfs2: avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva1-2/+6
2025-12-10ocfs2: validate inline xattr size and entry count in ocfs2_xattr_ibody_listDeepanshu Kartikey1-2/+28
2025-12-06ocfs2: fix xattr array entry __counted_by errorLinus Torvalds1-1/+1
2025-11-20ocfs2: replace deprecated strcpy in ocfs2_create_xattr_blockThorsten Blum1-1/+1
2025-01-12ocfs2: miscellaneous spelling fixesDmitry Antipov1-5/+5
2024-11-07ocfs2: remove entry once instead of null-ptr-dereference in ocfs2_xa_remove()Andrew Kanner1-2/+1
2024-09-26ocfs2: reserve space for inline xattr before attaching reflink treeGautham Ananthakrishna1-10/+1
2024-09-01ocfs2: remove custom swap functions in favor of built-in sort swapKuan-Wei Chiu1-12/+3
2024-06-24ocfs2: strict bound check before memcmp in ocfs2_xattr_find_entry()Ferry Meng1-5/+10
2024-06-24ocfs2: add bounds checking to ocfs2_xattr_find_entry()Ferry Meng1-4/+8
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-2/+2
2023-10-18ocfs2: convert to new timestamp accessorsJeff Layton1-2/+2
2023-10-09ocfs2: move ocfs2_xattr_handlers and ocfs2_xattr_handler_map to .rodataWedson Almeida Filho1-2/+2
2023-07-24ocfs2: convert to ctime accessor functionsJeff Layton1-3/+3
2023-04-24Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-9/+5
2023-03-23ocfs2: Switch to security_inode_init_security()Roberto Sassu1-4/+26
2023-03-06fs: rename generic posix acl handlersChristian Brauner1-7/+5
2023-03-06fs: drop unused posix acl handlersChristian Brauner1-2/+0
2023-01-19fs: port xattr to mnt_idmapChristian Brauner1-3/+3
2022-03-22fs/ocfs2: fix comments mentioning i_mutexhongnanli1-1/+1
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada1-3/+1
2021-01-24acl: handle idmapped mountsChristian Brauner1-0/+3
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2019-11-22Revert "fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare...Joseph Qi1-23/+33
2019-10-07fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare_entry()Jia-Ju Bai1-33/+23
2019-08-03ocfs2: remove set but not used variable 'last_hash'YueHaibing1-3/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2018-04-05ocfs2: use 'osb' instead of 'OCFS2_SB()'piaojun1-1/+1
2018-01-31ocfs2/acl: use 'ip_xattr_sem' to protect getting extended attributepiaojun1-0/+2
2018-01-31ocfs2/xattr: assign errno to 'ret' in ocfs2_calc_xattr_init()piaojun1-0/+1
2018-01-31ocfs2: use the OCFS2_XATTR_ROOT_SIZE macro in ocfs2_reflink_xattr_header()alex chen1-1/+1
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-1/+1
2017-09-06ocfs2: clean up some dead codeJun Piao1-1/+1