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