aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_attr_list.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-06xfs: introduce directory geometry structureGravatar Dave Chinner 1-0/+1
2014-05-06xfs: remote attribute overwrite causes transaction overrunGravatar Dave Chinner 1-0/+1
2013-12-18xfs: use xfs_ilock_attr_map_shared in xfs_attr_list_intGravatar Christoph Hellwig 1-5/+3
2013-10-30xfs: vectorise encoding/decoding directory headersGravatar Dave Chinner 1-1/+1
2013-10-30xfs: vectorise DA btree operationsGravatar Dave Chinner 1-5/+6
2013-10-23xfs: decouple inode and bmap btree header filesGravatar Dave Chinner 1-8/+4
2013-10-23xfs: decouple log and transaction headersGravatar Dave Chinner 1-3/+3
2013-10-23xfs: unify directory/attribute format definitionsGravatar Dave Chinner 1-0/+1
2013-08-12xfs: split out attribute listing code into separate fileGravatar Dave Chinner 1-0/+655