summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode_item.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: return log item size in IOP_SIZEDave Chinner2013-08-131-18/+35
* xfs: add version 3 inode format with CRCsChristoph Hellwig2013-04-211-1/+1
* xfs remove the XFS_TRANS_DEBUG routinesMark Tinguely2012-12-171-16/+0Star
* xfs: check for stale inode before acquiring iflock on pushBrian Foster2012-06-211-9/+8Star
* xfs: clean up xfs_bit.h includesDave Chinner2012-05-141-1/+0Star
* xfs: move xfsagino_t to xfs_types.hDave Chinner2012-05-141-1/+0Star
* xfs: pass shutdown method into xfs_trans_ail_delete_bulkDave Chinner2012-05-141-10/+13
* xfs: on-stack delayed write buffer listsChristoph Hellwig2012-05-141-119/+33Star
* xfs: do not write the buffer from xfs_iflushChristoph Hellwig2012-05-141-1/+16
* xfs: reimplement fdatasync supportChristoph Hellwig2012-03-131-1/+2
* xfs: split in-core and on-disk inode log item fieldsChristoph Hellwig2012-03-131-39/+44
* xfs: make xfs_inode_item_size idempotentChristoph Hellwig2012-03-131-132/+83Star
* xfs: log timestamp updatesChristoph Hellwig2012-03-131-36/+0Star
* xfs: remove xfs_trans_unlocked_itemChristoph Hellwig2012-02-231-5/+1Star
* xfs: replace i_pin_wait with a bit waitqueueChristoph Hellwig2012-01-171-1/+1
* xfs: replace i_flock with a sleeping bitlockChristoph Hellwig2012-01-171-2/+2
* xfs: remove the if_ext_max field in struct xfs_iforkChristoph Hellwig2012-01-171-2/+0Star
* xfs: remove the lid_size field in struct log_item_descChristoph Hellwig2011-12-081-2/+0Star
* xfs: constify xfs_item_opsChristoph Hellwig2011-11-081-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Alex Elder2011-10-171-3/+7
|\
| * xfs: force the log if we encounter pinned buffers in .iop_pushbufChristoph Hellwig2011-10-111-3/+7
* | xfs: simplify xfs_trans_ijoin* againChristoph Hellwig2011-10-121-3/+1Star
|/
* xfs: remove wrappers around b_fsprivChristoph Hellwig2011-07-131-2/+2
* xfs: remove i_transpChristoph Hellwig2011-07-081-9/+4Star
* xfs: unpin stale inodes directly in IOP_COMMITTEDDave Chinner2011-07-061-6/+8
* xfs: cleanup duplicate initializationsDavid Sterba2011-04-281-1/+0Star
* xfs: fix extent format buffer allocation sizeDave Chinner2011-04-081-27/+40
* xfs: introduce inode cluster buffer trylocks for xfs_iflushDave Chinner2011-03-251-3/+3
* xfs: remove all the inodes on a buffer from the AIL in bulkDave Chinner2010-12-201-16/+74
* xfs: avoid moving stale inodes in the AILDave Chinner2010-12-011-6/+25
* xfs: don't use vfs writeback for pure metadata modificationsDave Chinner2010-10-181-9/+0Star
* xfs: fix big endian buildDave Chinner2010-07-261-1/+2
* xfs: fix gcc 4.6 set but not read and unused statement warningsChristoph Hellwig2010-07-261-11/+7Star
* xfs: remove xfs_iputChristoph Hellwig2010-07-261-2/+4
* xfs: fix the xfs_log_iovec i_addr typeChristoph Hellwig2010-07-261-15/+12Star
* xfs: simplify inode to transaction joiningChristoph Hellwig2010-07-261-38/+4Star
* xfs: give li_cb callbacks the correct prototypeChristoph Hellwig2010-07-261-13/+10Star
* xfs: give xfs_item_ops methods the correct prototypesChristoph Hellwig2010-07-261-76/+65Star
* xfs: merge iop_unpin_remove into iop_unpinChristoph Hellwig2010-07-261-14/+3Star
* xfs: remove unneeded #include statementsChristoph Hellwig2010-07-261-9/+0Star
* xfs: drop dmapi hooksChristoph Hellwig2010-07-261-1/+0Star
* xfs: remove stale parameter from ->iop_unpin methodDave Chinner2010-05-191-4/+3Star
* xfs: Add inode pin counts to tracesDave Chinner2010-05-191-0/+2
* xfs: factor log item initialisationDave Chinner2010-05-191-10/+2Star
* xfs: remove xfs_ipin/xfs_iunpinChristoph Hellwig2010-03-011-7/+11
* xfs: Don't issue buffer IO direct from AIL push V2Dave Chinner2010-02-021-83/+15Star
* xfs: Use delayed write for inodes rather than async V2Dave Chinner2010-02-061-3/+7
* xfs: cleanup up xfs_log_force calling conventionsChristoph Hellwig2010-01-211-4/+3Star