aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_attr_list.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-25xfs: global error sign conversionDave Chinner1-8/+8
2014-06-22xfs: Nuke XFS_ERROR macroEric Sandeen1-7/+7
2014-06-22xfs: return is not a functionEric Sandeen1-10/+10
2014-06-06xfs: introduce directory geometry structureDave Chinner1-0/+1
2014-05-06xfs: remote attribute overwrite causes transaction overrunDave Chinner1-0/+1
2013-12-18xfs: use xfs_ilock_attr_map_shared in xfs_attr_list_intChristoph Hellwig1-5/+3
2013-10-30xfs: vectorise encoding/decoding directory headersDave Chinner1-1/+1
2013-10-30xfs: vectorise DA btree operationsDave Chinner1-5/+6
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner1-8/+4
2013-10-23xfs: decouple log and transaction headersDave Chinner1-3/+3
2013-10-23xfs: unify directory/attribute format definitionsDave Chinner1-0/+1
2013-08-12xfs: split out attribute listing code into separate fileDave Chinner1-0/+655