summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_attr_list.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: convert comma to semicolonChen Ni2024-07-291-1/+1
* xfs: pass the attr value to put_listent when possibleAllison Henderson2024-04-231-1/+7
* xfs: create a separate hashname function for extended attributesDarrick J. Wong2024-04-231-1/+4
* xfs: enforce one namespace per attributeDarrick J. Wong2024-04-231-4/+7
* xfs: attr fork iext must be loaded before calling xfs_attr_is_leafDarrick J. Wong2024-04-231-0/+7
* xfs: validate dabtree node buffer ownersDarrick J. Wong2024-04-151-0/+9
* xfs: validate attr leaf buffer ownersDarrick J. Wong2024-04-151-3/+21
* xfs: reduce indenting in xfs_attr_node_listDarrick J. Wong2024-04-151-27/+29
* xfs: report XFS_IS_CORRUPT errors to the health systemDarrick J. Wong2024-02-221-2/+7
* xfs: report dir/attr block corruption errors to the health systemDarrick J. Wong2024-02-221-1/+8
* xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)2024-02-191-1/+1
* xfs: clean up remaining GFP_NOFS usersDave Chinner2024-02-131-1/+1
* xfs: convert remaining kmem_free() to kfree()Dave Chinner2024-02-131-2/+2
* xfs: convert kmem_alloc() to kmalloc()Dave Chinner2024-02-131-1/+1
* xfs: remove struct xfs_attr_shortformChristoph Hellwig2023-12-291-6/+6
* xfs: make if_data a void pointerChristoph Hellwig2023-12-291-2/+1
* xfs: use XFS_IFORK_Q to determine the presence of an xattr forkDarrick J. Wong2022-07-101-1/+0
* xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong2022-07-101-5/+5
* xfs: Set up infrastructure for log attribute replayAllison Henderson2022-05-041-0/+1
* xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner2021-08-191-1/+1
* xfs: rename and simplify xfs_bmap_one_blockChristoph Hellwig2021-04-151-1/+1
* xfs: Convert xfs_attr_sf macros to inline functionsCarlos Maiolino2020-09-161-2/+2
* xfs: Remove typedef xfs_attr_shortform_tCarlos Maiolino2020-09-161-1/+1
* xfs: delete duplicated words + other fixesRandy Dunlap2020-08-051-1/+1
* xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig2020-05-191-2/+2
* xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong2020-03-121-1/+1
* xfs: embedded the attrlist cursor into struct xfs_attr_list_contextChristoph Hellwig2020-03-031-13/+6
* xfs: rename xfs_attr_list_int to xfs_attr_listChristoph Hellwig2020-03-031-3/+3
* xfs: move the legacy xfs_attr_list to xfs_ioctl.cChristoph Hellwig2020-03-031-113/+0
* xfs: open code ATTR_ENTSIZEChristoph Hellwig2020-03-031-7/+4
* xfs: cleanup struct xfs_attr_list_contextChristoph Hellwig2020-03-031-26/+27
* xfs: remove ATTR_KERNOVALChristoph Hellwig2020-03-031-3/+0
* xfs: remove the ATTR_INCOMPLETE flagChristoph Hellwig2020-03-031-6/+2
* xfs: split xfs_da3_node_readChristoph Hellwig2019-11-221-3/+3
* xfs: remove the mappedbno argument to xfs_attr3_leaf_readChristoph Hellwig2019-11-221-2/+3
* xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong2019-11-131-14/+9
* xfs: add a btree entries pointer to struct xfs_da3_icnode_hdrChristoph Hellwig2019-11-111-1/+1
* xfs: devirtualize ->node_hdr_from_diskChristoph Hellwig2019-11-111-1/+1
* xfs: always log corruption errorsDarrick J. Wong2019-11-041-1/+4
* xfs: namecheck attribute names before listing themDarrick J. Wong2019-10-291-21/+39
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-261-1/+1
* xfs: remove unused header filesEric Sandeen2019-06-291-6/+0
* xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong2019-06-291-0/+1
* xfs: don't overflow xattr listent bufferDarrick J. Wong2019-02-141-0/+1
* xfs: substitute spaces with tabsThomas Bianchi2018-08-031-1/+1
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: explicitly pass buffer size to xfs_corruption_errorDarrick J. Wong2018-06-051-2/+3
* xfs: remove u_int* type usageDarrick J. Wong2017-11-101-2/+2
* xfs: abort dir/attr btree operation if btree is obviously weirdDarrick J. Wong2017-10-271-0/+20
* xfs: refactor extended attribute list operationDarrick J. Wong2017-10-271-52/+78