aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_attr_list.c
AgeCommit message (Expand)Author
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
2017-07-13xfs: assert locking precondŃ–tion in xfs_attr_list_int_ilockedChristoph Hellwig
2017-06-20xfs: pass along transaction context when reading xattr block buffersDarrick J. Wong
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong
2016-12-05xfs: several xattr functions can be voidEric Sandeen
2016-06-01xfs: make several functions staticEric Sandeen
2016-04-06xfs: collapse cases in xfs_attr3_leaf_list_intEric Sandeen
2016-04-06xfs: remove put_value from attr ->put_listent contextEric Sandeen
2016-04-06xfs: don't pass value into attr ->put_listentEric Sandeen
2016-04-06xfs: only return -errno or success from attr ->put_listentEric Sandeen
2016-03-02xfs: fix two memory leaks in xfs_attr_list.c error pathsMateusz Guzik
2015-10-12xfs: per-filesystem stats counter implementationBill O'Donnell
2015-04-13xfs: pass attr geometry to attr leaf header conversion functionsBrian Foster
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig