aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_attr_list.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-23xfs: pass the attr value to put_listent when possibleGravatar Allison Henderson 1-1/+7
2024-04-23xfs: create a separate hashname function for extended attributesGravatar Darrick J. Wong 1-1/+4
2024-04-23xfs: enforce one namespace per attributeGravatar Darrick J. Wong 1-4/+7
2024-04-23xfs: attr fork iext must be loaded before calling xfs_attr_is_leafGravatar Darrick J. Wong 1-0/+7
2024-04-15xfs: validate dabtree node buffer ownersGravatar Darrick J. Wong 1-0/+9
2024-04-15xfs: validate attr leaf buffer ownersGravatar Darrick J. Wong 1-3/+21
2024-04-15xfs: reduce indenting in xfs_attr_node_listGravatar Darrick J. Wong 1-27/+29
2024-02-22xfs: report XFS_IS_CORRUPT errors to the health systemGravatar Darrick J. Wong 1-2/+7
2024-02-22xfs: report dir/attr block corruption errors to the health systemGravatar Darrick J. Wong 1-1/+8
2024-02-19xfs: Replace xfs_isilocked with xfs_assert_ilockedGravatar Matthew Wilcox (Oracle) 1-1/+1
2024-02-13xfs: clean up remaining GFP_NOFS usersGravatar Dave Chinner 1-1/+1
2024-02-13xfs: convert remaining kmem_free() to kfree()Gravatar Dave Chinner 1-2/+2
2024-02-13xfs: convert kmem_alloc() to kmalloc()Gravatar Dave Chinner 1-1/+1
2023-12-29xfs: remove struct xfs_attr_shortformGravatar Christoph Hellwig 1-6/+6
2023-12-29xfs: make if_data a void pointerGravatar Christoph Hellwig 1-2/+1
2022-07-09xfs: use XFS_IFORK_Q to determine the presence of an xattr forkGravatar Darrick J. Wong 1-1/+0
2022-07-09xfs: make inode attribute forks a permanent part of struct xfs_inodeGravatar Darrick J. Wong 1-5/+5
2022-05-04xfs: Set up infrastructure for log attribute replayGravatar Allison Henderson 1-0/+1
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownGravatar Dave Chinner 1-1/+1
2021-04-15xfs: rename and simplify xfs_bmap_one_blockGravatar Christoph Hellwig 1-1/+1
2020-09-15xfs: Convert xfs_attr_sf macros to inline functionsGravatar Carlos Maiolino 1-2/+2
2020-09-15xfs: Remove typedef xfs_attr_shortform_tGravatar Carlos Maiolino 1-1/+1
2020-08-05xfs: delete duplicated words + other fixesGravatar Randy Dunlap 1-1/+1
2020-05-19xfs: move the fork format fields into struct xfs_iforkGravatar Christoph Hellwig 1-2/+2
2020-03-12xfs: add a function to deal with corrupt buffers post-verifiersGravatar Darrick J. Wong 1-1/+1
2020-03-02xfs: embedded the attrlist cursor into struct xfs_attr_list_contextGravatar Christoph Hellwig 1-13/+6
2020-03-02xfs: rename xfs_attr_list_int to xfs_attr_listGravatar Christoph Hellwig 1-3/+3
2020-03-02xfs: move the legacy xfs_attr_list to xfs_ioctl.cGravatar Christoph Hellwig 1-113/+0
2020-03-02xfs: open code ATTR_ENTSIZEGravatar Christoph Hellwig 1-7/+4
2020-03-02xfs: cleanup struct xfs_attr_list_contextGravatar Christoph Hellwig 1-26/+27
2020-03-02xfs: remove ATTR_KERNOVALGravatar Christoph Hellwig 1-3/+0
2020-03-02xfs: remove the ATTR_INCOMPLETE flagGravatar Christoph Hellwig 1-6/+2
2019-11-22xfs: split xfs_da3_node_readGravatar Christoph Hellwig 1-3/+3
2019-11-22xfs: remove the mappedbno argument to xfs_attr3_leaf_readGravatar Christoph Hellwig 1-2/+3
2019-11-13xfs: convert open coded corruption check to use XFS_IS_CORRUPTGravatar Darrick J. Wong 1-14/+9
2019-11-10xfs: add a btree entries pointer to struct xfs_da3_icnode_hdrGravatar Christoph Hellwig 1-1/+1
2019-11-10xfs: devirtualize ->node_hdr_from_diskGravatar Christoph Hellwig 1-1/+1
2019-11-04xfs: always log corruption errorsGravatar Darrick J. Wong 1-1/+4
2019-10-29xfs: namecheck attribute names before listing themGravatar Darrick J. Wong 1-21/+39
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Gravatar Tetsuo Handa 1-1/+1
2019-06-28xfs: remove unused header filesGravatar Eric Sandeen 1-6/+0
2019-06-28xfs: move xfs_ino_geometry to xfs_shared.hGravatar Darrick J. Wong 1-0/+1
2019-02-14xfs: don't overflow xattr listent bufferGravatar Darrick J. Wong 1-0/+1
2018-08-02xfs: substitute spaces with tabsGravatar Thomas Bianchi 1-1/+1
2018-06-06xfs: convert to SPDX license tagsGravatar Dave Chinner 1-13/+1
2018-06-04xfs: explicitly pass buffer size to xfs_corruption_errorGravatar Darrick J. Wong 1-2/+3
2017-11-09xfs: remove u_int* type usageGravatar Darrick J. Wong 1-2/+2
2017-10-27xfs: abort dir/attr btree operation if btree is obviously weirdGravatar Darrick J. Wong 1-0/+20
2017-10-27xfs: refactor extended attribute list operationGravatar Darrick J. Wong 1-52/+78
2017-10-26xfs: scrub extended attributesGravatar Darrick J. Wong 1-1/+6