aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_attr_list.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownGravatar Dave Chinner 1-1/+1
2021-04-15xfs: rename and simplify xfs_bmap_one_blockGravatar Christoph Hellwig 1-1/+1
2020-09-15xfs: Convert xfs_attr_sf macros to inline functionsGravatar Carlos Maiolino 1-2/+2
2020-09-15xfs: Remove typedef xfs_attr_shortform_tGravatar Carlos Maiolino 1-1/+1
2020-08-05xfs: delete duplicated words + other fixesGravatar Randy Dunlap 1-1/+1
2020-05-19xfs: move the fork format fields into struct xfs_iforkGravatar Christoph Hellwig 1-2/+2
2020-03-12xfs: add a function to deal with corrupt buffers post-verifiersGravatar Darrick J. Wong 1-1/+1
2020-03-02xfs: embedded the attrlist cursor into struct xfs_attr_list_contextGravatar Christoph Hellwig 1-13/+6
2020-03-02xfs: rename xfs_attr_list_int to xfs_attr_listGravatar Christoph Hellwig 1-3/+3
2020-03-02xfs: move the legacy xfs_attr_list to xfs_ioctl.cGravatar Christoph Hellwig 1-113/+0
2020-03-02xfs: open code ATTR_ENTSIZEGravatar Christoph Hellwig 1-7/+4
2020-03-02xfs: cleanup struct xfs_attr_list_contextGravatar Christoph Hellwig 1-26/+27
2020-03-02xfs: remove ATTR_KERNOVALGravatar Christoph Hellwig 1-3/+0
2020-03-02xfs: remove the ATTR_INCOMPLETE flagGravatar Christoph Hellwig 1-6/+2
2019-11-22xfs: split xfs_da3_node_readGravatar Christoph Hellwig 1-3/+3
2019-11-22xfs: remove the mappedbno argument to xfs_attr3_leaf_readGravatar Christoph Hellwig 1-2/+3
2019-11-13xfs: convert open coded corruption check to use XFS_IS_CORRUPTGravatar Darrick J. Wong 1-14/+9
2019-11-10xfs: add a btree entries pointer to struct xfs_da3_icnode_hdrGravatar Christoph Hellwig 1-1/+1
2019-11-10xfs: devirtualize ->node_hdr_from_diskGravatar Christoph Hellwig 1-1/+1
2019-11-04xfs: always log corruption errorsGravatar Darrick J. Wong 1-1/+4
2019-10-29xfs: namecheck attribute names before listing themGravatar Darrick J. Wong 1-21/+39
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Gravatar Tetsuo Handa 1-1/+1
2019-06-28xfs: remove unused header filesGravatar Eric Sandeen 1-6/+0
2019-06-28xfs: move xfs_ino_geometry to xfs_shared.hGravatar Darrick J. Wong 1-0/+1
2019-02-14xfs: don't overflow xattr listent bufferGravatar Darrick J. Wong 1-0/+1
2018-08-02xfs: substitute spaces with tabsGravatar Thomas Bianchi 1-1/+1
2018-06-06xfs: convert to SPDX license tagsGravatar Dave Chinner 1-13/+1
2018-06-04xfs: explicitly pass buffer size to xfs_corruption_errorGravatar Darrick J. Wong 1-2/+3
2017-11-09xfs: remove u_int* type usageGravatar Darrick J. Wong 1-2/+2
2017-10-27xfs: abort dir/attr btree operation if btree is obviously weirdGravatar Darrick J. Wong 1-0/+20
2017-10-27xfs: refactor extended attribute list operationGravatar Darrick J. Wong 1-52/+78
2017-10-26xfs: scrub extended attributesGravatar Darrick J. Wong 1-1/+6
2017-07-13xfs: assert locking precondіtion in xfs_attr_list_int_ilockedGravatar Christoph Hellwig 1-0/+2
2017-06-20xfs: pass along transaction context when reading xattr block buffersGravatar Darrick J. Wong 1-26/+33
2017-06-19xfs: remove double-underscore integer typesGravatar Darrick J. Wong 1-1/+1
2016-12-05xfs: several xattr functions can be voidGravatar Eric Sandeen 1-37/+22
2016-06-01xfs: make several functions staticGravatar Eric Sandeen 1-1/+1
2016-04-06xfs: collapse cases in xfs_attr3_leaf_list_intGravatar Eric Sandeen 1-17/+17
2016-04-06xfs: remove put_value from attr ->put_listent contextGravatar Eric Sandeen 1-28/+3
2016-04-06xfs: don't pass value into attr ->put_listentGravatar Eric Sandeen 1-12/+6
2016-04-06xfs: only return -errno or success from attr ->put_listentGravatar Eric Sandeen 1-5/+3
2016-03-02xfs: fix two memory leaks in xfs_attr_list.c error pathsGravatar Mateusz Guzik 1-9/+10
2015-10-12xfs: per-filesystem stats counter implementationGravatar Bill O'Donnell 1-1/+1
2015-04-13xfs: pass attr geometry to attr leaf header conversion functionsGravatar Brian Foster 1-3/+6
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hGravatar Christoph Hellwig 1-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hGravatar Christoph Hellwig 1-1/+0
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hGravatar Christoph Hellwig 1-1/+0
2014-06-25xfs: global error sign conversionGravatar Dave Chinner 1-8/+8
2014-06-22xfs: Nuke XFS_ERROR macroGravatar Eric Sandeen 1-7/+7
2014-06-22xfs: return is not a functionGravatar Eric Sandeen 1-10/+10