summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_attr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: avoid synchronous transactions when deleting attr blocksChristoph Hellwig2011-10-121-12/+0Star
* xfs: let xfs_bwrite callers handle the xfs_buf_relseChristoph Hellwig2011-10-121-3/+4
* xfs: call xfs_buf_delwri_queue directlyChristoph Hellwig2011-10-121-1/+1
* xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman2011-07-251-2/+1Star
* xfs: byteswap constants instead of variablesChristoph Hellwig2011-07-081-10/+9Star
* xfs: split xfs_itruncate_finishChristoph Hellwig2011-07-081-9/+13
* xfs: prevent bogus assert when trying to remove non-existent attributeDave Chinner2011-06-241-0/+7
* xfs: remove xfs_buf wrappersChristoph Hellwig2010-10-181-3/+3
* xfs: don't use vfs writeback for pure metadata modificationsDave Chinner2010-10-181-20/+11Star
* xfs: remove unused delta tracking code in xfs_bmapiChristoph Hellwig2010-07-261-5/+5
* xfs: simplify inode to transaction joiningChristoph Hellwig2010-07-261-50/+25Star
* xfs: remove unneeded #include statementsChristoph Hellwig2010-07-261-5/+0Star
* xfs: drop dmapi hooksChristoph Hellwig2010-07-261-1/+0Star