summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_attr_list.c
AgeCommit message (Expand)Author
2024-04-23xfs: pass the attr value to put_listent when possibleAllison Henderson
2024-04-23xfs: create a separate hashname function for extended attributesDarrick J. Wong
2024-04-23xfs: enforce one namespace per attributeDarrick J. Wong
2024-04-23xfs: attr fork iext must be loaded before calling xfs_attr_is_leafDarrick J. Wong
2024-04-15xfs: validate dabtree node buffer ownersDarrick J. Wong
2024-04-15xfs: validate attr leaf buffer ownersDarrick J. Wong
2024-04-15xfs: reduce indenting in xfs_attr_node_listDarrick J. Wong
2024-02-22xfs: report XFS_IS_CORRUPT errors to the health systemDarrick J. Wong
2024-02-22xfs: report dir/attr block corruption errors to the health systemDarrick J. Wong
2024-02-19xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)
2024-02-13xfs: clean up remaining GFP_NOFS usersDave Chinner
2024-02-13xfs: convert remaining kmem_free() to kfree()Dave Chinner
2024-02-13xfs: convert kmem_alloc() to kmalloc()Dave Chinner
2023-12-29xfs: remove struct xfs_attr_shortformChristoph Hellwig
2023-12-29xfs: make if_data a void pointerChristoph Hellwig
2022-07-09xfs: use XFS_IFORK_Q to determine the presence of an xattr forkDarrick J. Wong
2022-07-09xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong
2022-05-04xfs: Set up infrastructure for log attribute replayAllison Henderson
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner
2021-04-15xfs: rename and simplify xfs_bmap_one_blockChristoph Hellwig
2020-09-15xfs: Convert xfs_attr_sf macros to inline functionsCarlos Maiolino
2020-09-15xfs: Remove typedef xfs_attr_shortform_tCarlos Maiolino
2020-08-05xfs: delete duplicated words + other fixesRandy Dunlap
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig
2020-03-12xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong
2020-03-02xfs: embedded the attrlist cursor into struct xfs_attr_list_contextChristoph Hellwig
2020-03-02xfs: rename xfs_attr_list_int to xfs_attr_listChristoph Hellwig
2020-03-02xfs: move the legacy xfs_attr_list to xfs_ioctl.cChristoph Hellwig
2020-03-02xfs: open code ATTR_ENTSIZEChristoph Hellwig
2020-03-02xfs: cleanup struct xfs_attr_list_contextChristoph Hellwig
2020-03-02xfs: remove ATTR_KERNOVALChristoph Hellwig
2020-03-02xfs: remove the ATTR_INCOMPLETE flagChristoph Hellwig
2019-11-22xfs: split xfs_da3_node_readChristoph Hellwig
2019-11-22xfs: remove the mappedbno argument to xfs_attr3_leaf_readChristoph Hellwig
2019-11-13xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong
2019-11-10xfs: add a btree entries pointer to struct xfs_da3_icnode_hdrChristoph Hellwig
2019-11-10xfs: devirtualize ->node_hdr_from_diskChristoph Hellwig
2019-11-04xfs: always log corruption errorsDarrick J. Wong
2019-10-29xfs: namecheck attribute names before listing themDarrick J. Wong
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa
2019-06-28xfs: remove unused header filesEric Sandeen
2019-06-28xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong
2019-02-14xfs: don't overflow xattr listent bufferDarrick J. Wong
2018-08-02xfs: substitute spaces with tabsThomas Bianchi
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-06-04xfs: explicitly pass buffer size to xfs_corruption_errorDarrick J. Wong
2017-11-09xfs: remove u_int* type usageDarrick J. Wong
2017-10-27xfs: abort dir/attr btree operation if btree is obviously weirdDarrick J. Wong
2017-10-27xfs: refactor extended attribute list operationDarrick J. Wong
2017-10-26xfs: scrub extended attributesDarrick J. Wong