summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_attr_list.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-22xfs: report XFS_IS_CORRUPT errors to the health systemDarrick J. Wong1-2/+7
2024-02-22xfs: report dir/attr block corruption errors to the health systemDarrick J. Wong1-1/+8
2024-02-19xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)1-1/+1
2024-02-13xfs: clean up remaining GFP_NOFS usersDave Chinner1-1/+1
2024-02-13xfs: convert remaining kmem_free() to kfree()Dave Chinner1-2/+2
2024-02-13xfs: convert kmem_alloc() to kmalloc()Dave Chinner1-1/+1
2023-12-29xfs: remove struct xfs_attr_shortformChristoph Hellwig1-6/+6
2023-12-29xfs: make if_data a void pointerChristoph Hellwig1-2/+1
2022-07-10xfs: use XFS_IFORK_Q to determine the presence of an xattr forkDarrick J. Wong1-1/+0
2022-07-10xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong1-5/+5
2022-05-04xfs: Set up infrastructure for log attribute replayAllison Henderson1-0/+1
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner1-1/+1
2021-04-15xfs: rename and simplify xfs_bmap_one_blockChristoph Hellwig1-1/+1
2020-09-16xfs: Convert xfs_attr_sf macros to inline functionsCarlos Maiolino1-2/+2
2020-09-16xfs: Remove typedef xfs_attr_shortform_tCarlos Maiolino1-1/+1
2020-08-05xfs: delete duplicated words + other fixesRandy Dunlap1-1/+1
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig1-2/+2
2020-03-12xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong1-1/+1
2020-03-03xfs: embedded the attrlist cursor into struct xfs_attr_list_contextChristoph Hellwig1-13/+6
2020-03-03xfs: rename xfs_attr_list_int to xfs_attr_listChristoph Hellwig1-3/+3
2020-03-03xfs: move the legacy xfs_attr_list to xfs_ioctl.cChristoph Hellwig1-113/+0
2020-03-03xfs: open code ATTR_ENTSIZEChristoph Hellwig1-7/+4
2020-03-03xfs: cleanup struct xfs_attr_list_contextChristoph Hellwig1-26/+27
2020-03-03xfs: remove ATTR_KERNOVALChristoph Hellwig1-3/+0
2020-03-03xfs: remove the ATTR_INCOMPLETE flagChristoph Hellwig1-6/+2
2019-11-22xfs: split xfs_da3_node_readChristoph Hellwig1-3/+3
2019-11-22xfs: remove the mappedbno argument to xfs_attr3_leaf_readChristoph Hellwig1-2/+3
2019-11-13xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong1-14/+9
2019-11-11xfs: add a btree entries pointer to struct xfs_da3_icnode_hdrChristoph Hellwig1-1/+1
2019-11-11xfs: devirtualize ->node_hdr_from_diskChristoph Hellwig1-1/+1
2019-11-05xfs: always log corruption errorsDarrick J. Wong1-1/+4
2019-10-29xfs: namecheck attribute names before listing themDarrick J. Wong1-21/+39
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa1-1/+1
2019-06-29xfs: remove unused header filesEric Sandeen1-6/+0
2019-06-29xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong1-0/+1
2019-02-14xfs: don't overflow xattr listent bufferDarrick J. Wong1-0/+1
2018-08-03xfs: substitute spaces with tabsThomas Bianchi1-1/+1
2018-06-07xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-06-05xfs: explicitly pass buffer size to xfs_corruption_errorDarrick J. Wong1-2/+3
2017-11-10xfs: remove u_int* type usageDarrick J. Wong1-2/+2
2017-10-27xfs: abort dir/attr btree operation if btree is obviously weirdDarrick J. Wong1-0/+20
2017-10-27xfs: refactor extended attribute list operationDarrick J. Wong1-52/+78
2017-10-27xfs: scrub extended attributesDarrick J. Wong1-1/+6
2017-07-14xfs: assert locking precondŃ–tion in xfs_attr_list_int_ilockedChristoph Hellwig1-0/+2
2017-06-20xfs: pass along transaction context when reading xattr block buffersDarrick J. Wong1-26/+33
2017-06-20xfs: remove double-underscore integer typesDarrick J. Wong1-1/+1
2016-12-05xfs: several xattr functions can be voidEric Sandeen1-37/+22
2016-06-01xfs: make several functions staticEric Sandeen1-1/+1
2016-04-06xfs: collapse cases in xfs_attr3_leaf_list_intEric Sandeen1-17/+17
2016-04-06xfs: remove put_value from attr ->put_listent contextEric Sandeen1-28/+3