summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_attr_list.c
AgeCommit message (Expand)Author
2017-11-09xfs: remove u_int* type usageDarrick J. Wong
2017-10-27xfs: abort dir/attr btree operation if btree is obviously weirdDarrick J. Wong
2017-10-27xfs: refactor extended attribute list operationDarrick J. Wong
2017-10-26xfs: scrub extended attributesDarrick J. Wong
2017-07-13xfs: assert locking precondŃ–tion in xfs_attr_list_int_ilockedChristoph Hellwig
2017-06-20xfs: pass along transaction context when reading xattr block buffersDarrick J. Wong
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong
2016-12-05xfs: several xattr functions can be voidEric Sandeen
2016-06-01xfs: make several functions staticEric Sandeen
2016-04-06xfs: collapse cases in xfs_attr3_leaf_list_intEric Sandeen
2016-04-06xfs: remove put_value from attr ->put_listent contextEric Sandeen
2016-04-06xfs: don't pass value into attr ->put_listentEric Sandeen
2016-04-06xfs: only return -errno or success from attr ->put_listentEric Sandeen
2016-03-02xfs: fix two memory leaks in xfs_attr_list.c error pathsMateusz Guzik
2015-10-12xfs: per-filesystem stats counter implementationBill O'Donnell
2015-04-13xfs: pass attr geometry to attr leaf header conversion functionsBrian Foster
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig
2014-06-25xfs: global error sign conversionDave Chinner
2014-06-22xfs: Nuke XFS_ERROR macroEric Sandeen
2014-06-22xfs: return is not a functionEric Sandeen
2014-06-06xfs: introduce directory geometry structureDave Chinner
2014-05-06xfs: remote attribute overwrite causes transaction overrunDave Chinner
2013-12-18xfs: use xfs_ilock_attr_map_shared in xfs_attr_list_intChristoph Hellwig
2013-10-30xfs: vectorise encoding/decoding directory headersDave Chinner
2013-10-30xfs: vectorise DA btree operationsDave Chinner
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner
2013-10-23xfs: decouple log and transaction headersDave Chinner
2013-10-23xfs: unify directory/attribute format definitionsDave Chinner
2013-08-12xfs: split out attribute listing code into separate fileDave Chinner