summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_attr_list.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-09xfs: use XFS_IFORK_Q to determine the presence of an xattr forkDarrick J. Wong1-1/+0
2022-07-09xfs: 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-15xfs: Convert xfs_attr_sf macros to inline functionsCarlos Maiolino1-2/+2
2020-09-15xfs: 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-02xfs: embedded the attrlist cursor into struct xfs_attr_list_contextChristoph Hellwig1-13/+6
2020-03-02xfs: rename xfs_attr_list_int to xfs_attr_listChristoph Hellwig1-3/+3
2020-03-02xfs: move the legacy xfs_attr_list to xfs_ioctl.cChristoph Hellwig1-113/+0
2020-03-02xfs: open code ATTR_ENTSIZEChristoph Hellwig1-7/+4
2020-03-02xfs: cleanup struct xfs_attr_list_contextChristoph Hellwig1-26/+27
2020-03-02xfs: remove ATTR_KERNOVALChristoph Hellwig1-3/+0
2020-03-02xfs: 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-10xfs: add a btree entries pointer to struct xfs_da3_icnode_hdrChristoph Hellwig1-1/+1
2019-11-10xfs: devirtualize ->node_hdr_from_diskChristoph Hellwig1-1/+1
2019-11-04xfs: 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-28xfs: remove unused header filesEric Sandeen1-6/+0
2019-06-28xfs: 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-02xfs: substitute spaces with tabsThomas Bianchi1-1/+1
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-06-04xfs: explicitly pass buffer size to xfs_corruption_errorDarrick J. Wong1-2/+3
2017-11-09xfs: 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-26xfs: scrub extended attributesDarrick J. Wong1-1/+6
2017-07-13xfs: 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-19xfs: 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
2016-04-06xfs: don't pass value into attr ->put_listentEric Sandeen1-12/+6
2016-04-06xfs: only return -errno or success from attr ->put_listentEric Sandeen1-5/+3
2016-03-02xfs: fix two memory leaks in xfs_attr_list.c error pathsMateusz Guzik1-9/+10
2015-10-12xfs: per-filesystem stats counter implementationBill O'Donnell1-1/+1
2015-04-13xfs: pass attr geometry to attr leaf header conversion functionsBrian Foster1-3/+6
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig1-1/+0