aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_attr.c
Commit message (Expand)AuthorAge
* xfs: remove redundant geometry information from xfs_da_stateDave Chinner2014-06-06
* xfs: replace attr LBSIZE with xfs_da_geometryDave Chinner2014-06-06
* xfs: pass xfs_da_args to xfs_attr_leaf_newentsizeDave Chinner2014-06-06
* xfs: use xfs_da_geometry for block size in attr codeDave Chinner2014-06-06
* xfs: move node entry counts to xfs_da_geometryDave Chinner2014-06-06
* xfs: introduce directory geometry structureDave Chinner2014-06-06
* Merge branch 'xfs-attr-cleanup' into for-nextDave Chinner2014-05-14
|\
| * xfs: pass struct da_args to xfs_attr_calc_sizeChristoph Hellwig2014-05-13
| * xfs: simplify attr name setupChristoph Hellwig2014-05-13
| * xfs: fold xfs_attr_remove_int into xfs_attr_removeChristoph Hellwig2014-05-13
| * xfs: fold xfs_attr_get_int into xfs_attr_getChristoph Hellwig2014-05-13
| * xfs: fold xfs_attr_set_int into xfs_attr_setChristoph Hellwig2014-05-13
* | xfs: remote attribute overwrite causes transaction overrunDave Chinner2014-05-05
|/
* xfs: use xfs_ilock_attr_map_shared in xfs_attr_getChristoph Hellwig2013-12-18
* xfs: decouple inode and bmap btree header filesDave Chinner2013-10-23
* xfs: decouple log and transaction headersDave Chinner2013-10-23
* xfs: unify directory/attribute format definitionsDave Chinner2013-10-23
* xfs: create a shared header file for format-related informationDave Chinner2013-10-23
* xfs: avoid double-free in xfs_attr_node_addnameEric Sandeen2013-08-13
* xfs: refactor xfs_trans_reserve() interfaceJie Liu2013-08-12
* xfs: kill xfs_vnodeops.[ch]Dave Chinner2013-08-12
* xfs: create xfs_bmap_util.[ch]Dave Chinner2013-08-12
* xfs: split out attribute fork truncation code into separate fileDave Chinner2013-08-12
* xfs: split out attribute listing code into separate fileDave Chinner2013-08-12
* xfs: sync minor header differences needed by userspace.Dave Chinner2013-08-12
* xfs: separate dquot on disk format definitions out of xfs_quota.hDave Chinner2013-08-12
* xfs: split remote attribute code outDave Chinner2013-04-27
* xfs: add CRCs to attr leaf blocksDave Chinner2013-04-27
* xfs: add CRCs to dir2/da node blocksDave Chinner2013-04-27
* xfs: refactor space log reservation for XFS_TRANS_ATTR_SETJeff Liu2013-02-01
* xfs: add xfs_da_node verificationDave Chinner2012-11-15
* xfs: factor and verify attr leaf readsDave Chinner2012-11-15
* xfs: add verifier callback to directory read codeDave Chinner2012-11-15
* xfs: make buffer read verication an IO completion functionDave Chinner2012-11-15
* xfs: add more attribute tree trace points.Dave Chinner2012-11-13
* xfs: remove struct xfs_dabuf and infrastructureDave Chinner2012-07-01
* xfs: move xfs_get_extsz_hint() and kill xfs_rw.hDave Chinner2012-05-14
* xfs: move xfsagino_t to xfs_types.hDave Chinner2012-05-14
* xfs: kill XBF_DONTBLOCKDave Chinner2012-05-14
* xfs: kill xfs_read_buf()Dave Chinner2012-05-14
* xfs: kill XBF_LOCKDave Chinner2012-05-14
* xfs: use blocks for counting length of buffersDave Chinner2012-05-14
* xfs: add lots of attribute trace pointsDave Chinner2012-03-27
* xfs: remove xfs_itruncate_dataChristoph Hellwig2012-01-13
* xfs: remove buffers from the delwri list in xfs_buf_staleChristoph Hellwig2011-10-11
* xfs: remove XFS_BUF_STALE and XFS_BUF_SUPER_STALEChristoph Hellwig2011-10-11
* xfs: simplify xfs_trans_ijoin* againChristoph Hellwig2011-10-11
* xfs: rename xfs_bmapi to xfs_bmapi_writeDave Chinner2011-10-11
* xfs: introduce xfs_bmapi_read()Dave Chinner2011-10-11
* xfs: Check the return value of xfs_buf_get()Chandra Seetharaman2011-10-11