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