summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_attr_list.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: Convert xfs_attr_sf macros to inline functionsCarlos Maiolino2020-09-151-2/+2
* xfs: Remove typedef xfs_attr_shortform_tCarlos Maiolino2020-09-151-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-021-13/+6
* xfs: rename xfs_attr_list_int to xfs_attr_listChristoph Hellwig2020-03-021-3/+3
* xfs: move the legacy xfs_attr_list to xfs_ioctl.cChristoph Hellwig2020-03-021-113/+0
* xfs: open code ATTR_ENTSIZEChristoph Hellwig2020-03-021-7/+4
* xfs: cleanup struct xfs_attr_list_contextChristoph Hellwig2020-03-021-26/+27
* xfs: remove ATTR_KERNOVALChristoph Hellwig2020-03-021-3/+0
* xfs: remove the ATTR_INCOMPLETE flagChristoph Hellwig2020-03-021-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-101-1/+1
* xfs: devirtualize ->node_hdr_from_diskChristoph Hellwig2019-11-101-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-281-6/+0
* xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong2019-06-281-0/+1
* xfs: don't overflow xattr listent bufferDarrick J. Wong2019-02-141-0/+1
* xfs: substitute spaces with tabsThomas Bianchi2018-08-021-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-041-2/+3
* xfs: remove u_int* type usageDarrick J. Wong2017-11-091-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
* xfs: scrub extended attributesDarrick J. Wong2017-10-261-1/+6
* xfs: assert locking precondŃ–tion in xfs_attr_list_int_ilockedChristoph Hellwig2017-07-131-0/+2
* xfs: pass along transaction context when reading xattr block buffersDarrick J. Wong2017-06-201-26/+33
* xfs: remove double-underscore integer typesDarrick J. Wong2017-06-191-1/+1
* xfs: several xattr functions can be voidEric Sandeen2016-12-051-37/+22
* xfs: make several functions staticEric Sandeen2016-06-011-1/+1
* xfs: collapse cases in xfs_attr3_leaf_list_intEric Sandeen2016-04-061-17/+17
* xfs: remove put_value from attr ->put_listent contextEric Sandeen2016-04-061-28/+3
* xfs: don't pass value into attr ->put_listentEric Sandeen2016-04-061-12/+6
* xfs: only return -errno or success from attr ->put_listentEric Sandeen2016-04-061-5/+3
* xfs: fix two memory leaks in xfs_attr_list.c error pathsMateusz Guzik2016-03-021-9/+10
* xfs: per-filesystem stats counter implementationBill O'Donnell2015-10-121-1/+1
* xfs: pass attr geometry to attr leaf header conversion functionsBrian Foster2015-04-131-3/+6
* xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig2014-11-281-1/+0
* xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0
* xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0
* xfs: global error sign conversionDave Chinner2014-06-251-8/+8
* xfs: Nuke XFS_ERROR macroEric Sandeen2014-06-221-7/+7
* xfs: return is not a functionEric Sandeen2014-06-221-10/+10
* xfs: introduce directory geometry structureDave Chinner2014-06-061-0/+1
* xfs: remote attribute overwrite causes transaction overrunDave Chinner2014-05-061-0/+1