summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_attr_list.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: use xfs_ilock_attr_map_shared in xfs_attr_list_intChristoph Hellwig2013-12-181-5/+3
* xfs: vectorise encoding/decoding directory headersDave Chinner2013-10-301-1/+1
* xfs: vectorise DA btree operationsDave Chinner2013-10-301-5/+6
* xfs: decouple inode and bmap btree header filesDave Chinner2013-10-231-8/+4
* xfs: decouple log and transaction headersDave Chinner2013-10-231-3/+3
* xfs: unify directory/attribute format definitionsDave Chinner2013-10-231-0/+1
* xfs: split out attribute listing code into separate fileDave Chinner2013-08-121-0/+655
OpenPOWER on IntegriCloud