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/+0
* 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/+1
* 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/+117
|\
| * xfs: pass struct da_args to xfs_attr_calc_sizeChristoph Hellwig2014-05-131-9/+5
| * xfs: simplify attr name setupChristoph Hellwig2014-05-131-45/+29
| * xfs: fold xfs_attr_remove_int into xfs_attr_removeChristoph Hellwig2014-05-131-62/+35
| * xfs: fold xfs_attr_get_int into xfs_attr_getChristoph Hellwig2014-05-131-52/+27
| * xfs: fold xfs_attr_set_int into xfs_attr_setChristoph Hellwig2014-05-131-66/+44
* | xfs: remote attribute overwrite causes transaction overrunDave Chinner2014-05-061-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-121-17/+16
* xfs: kill xfs_vnodeops.[ch]Dave Chinner2013-08-121-1/+0
* 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/+0
* xfs: split out attribute listing code into separate fileDave Chinner2013-08-121-316/+1
* 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/+1
* xfs: add CRCs to attr leaf blocksDave Chinner2013-04-271-56/+69
* xfs: add CRCs to dir2/da node blocksDave Chinner2013-04-271-16/+15
* xfs: refactor space log reservation for XFS_TRANS_ATTR_SETJeff Liu2013-02-011-3/+6
* xfs: add xfs_da_node verificationDave Chinner2012-11-151-14/+8
* xfs: factor and verify attr leaf readsDave Chinner2012-11-151-52/+18
* xfs: add verifier callback to directory read codeDave Chinner2012-11-151-11/+12
* xfs: make buffer read verication an IO completion functionDave Chinner2012-11-151-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/+36
* xfs: move xfs_get_extsz_hint() and kill xfs_rw.hDave Chinner2012-05-141-1/+0
* xfs: move xfsagino_t to xfs_types.hDave Chinner2012-05-141-1/+0
* xfs: kill XBF_DONTBLOCKDave Chinner2012-05-141-2/+1
* xfs: kill xfs_read_buf()Dave Chinner2012-05-141-2/+2
* xfs: kill XBF_LOCKDave Chinner2012-05-141-3/+2
* xfs: use blocks for counting length of buffersDave Chinner2012-05-141-6/+9
* xfs: add lots of attribute trace pointsDave Chinner2012-03-271-0/+16
* xfs: remove xfs_itruncate_dataChristoph Hellwig2012-01-131-4/+0
* xfs: remove buffers from the delwri list in xfs_buf_staleChristoph Hellwig2011-10-111-1/+0
* xfs: remove XFS_BUF_STALE and XFS_BUF_SUPER_STALEChristoph Hellwig2011-10-111-1/+1
* xfs: simplify xfs_trans_ijoin* againChristoph Hellwig2011-10-111-14/+14
* xfs: rename xfs_bmapi to xfs_bmapi_writeDave Chinner2011-10-111-3/+2
* xfs: introduce xfs_bmapi_read()Dave Chinner2011-10-111-19/+11
* xfs: Check the return value of xfs_buf_get()Chandra Seetharaman2011-10-111-2/+2
OpenPOWER on IntegriCloud