aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode_item.c
Commit message (Expand)AuthorAge
* xfs: check for stale inode before acquiring iflock on pushBrian Foster2012-06-21
* xfs: clean up xfs_bit.h includesDave Chinner2012-05-14
* xfs: move xfsagino_t to xfs_types.hDave Chinner2012-05-14
* xfs: pass shutdown method into xfs_trans_ail_delete_bulkDave Chinner2012-05-14
* xfs: on-stack delayed write buffer listsChristoph Hellwig2012-05-14
* xfs: do not write the buffer from xfs_iflushChristoph Hellwig2012-05-14
* xfs: reimplement fdatasync supportChristoph Hellwig2012-03-13
* xfs: split in-core and on-disk inode log item fieldsChristoph Hellwig2012-03-13
* xfs: make xfs_inode_item_size idempotentChristoph Hellwig2012-03-13
* xfs: log timestamp updatesChristoph Hellwig2012-03-13
* xfs: remove xfs_trans_unlocked_itemChristoph Hellwig2012-02-22
* xfs: replace i_pin_wait with a bit waitqueueChristoph Hellwig2012-01-17
* xfs: replace i_flock with a sleeping bitlockChristoph Hellwig2012-01-17
* xfs: remove the if_ext_max field in struct xfs_iforkChristoph Hellwig2012-01-17
* xfs: remove the lid_size field in struct log_item_descChristoph Hellwig2011-12-08
* xfs: constify xfs_item_opsChristoph Hellwig2011-11-08
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Alex Elder2011-10-17
|\
| * xfs: force the log if we encounter pinned buffers in .iop_pushbufChristoph Hellwig2011-10-11
* | xfs: simplify xfs_trans_ijoin* againChristoph Hellwig2011-10-11
|/
* xfs: remove wrappers around b_fsprivChristoph Hellwig2011-07-13
* xfs: remove i_transpChristoph Hellwig2011-07-08
* xfs: unpin stale inodes directly in IOP_COMMITTEDDave Chinner2011-07-06
* xfs: cleanup duplicate initializationsDavid Sterba2011-04-28
* xfs: fix extent format buffer allocation sizeDave Chinner2011-04-07
* xfs: introduce inode cluster buffer trylocks for xfs_iflushDave Chinner2011-03-25
* xfs: remove all the inodes on a buffer from the AIL in bulkDave Chinner2010-12-19
* xfs: avoid moving stale inodes in the AILDave Chinner2010-12-01
* xfs: don't use vfs writeback for pure metadata modificationsDave Chinner2010-10-18
* xfs: fix big endian buildDave Chinner2010-07-26
* xfs: fix gcc 4.6 set but not read and unused statement warningsChristoph Hellwig2010-07-26
* xfs: remove xfs_iputChristoph Hellwig2010-07-26
* xfs: fix the xfs_log_iovec i_addr typeChristoph Hellwig2010-07-26
* xfs: simplify inode to transaction joiningChristoph Hellwig2010-07-26
* xfs: give li_cb callbacks the correct prototypeChristoph Hellwig2010-07-26
* xfs: give xfs_item_ops methods the correct prototypesChristoph Hellwig2010-07-26
* xfs: merge iop_unpin_remove into iop_unpinChristoph Hellwig2010-07-26
* xfs: remove unneeded #include statementsChristoph Hellwig2010-07-26
* xfs: drop dmapi hooksChristoph Hellwig2010-07-26
* xfs: remove stale parameter from ->iop_unpin methodDave Chinner2010-05-19
* xfs: Add inode pin counts to tracesDave Chinner2010-05-19
* xfs: factor log item initialisationDave Chinner2010-05-19
* xfs: remove xfs_ipin/xfs_iunpinChristoph Hellwig2010-03-01
* xfs: Don't issue buffer IO direct from AIL push V2Dave Chinner2010-02-01
* xfs: Use delayed write for inodes rather than async V2Dave Chinner2010-02-05
* xfs: cleanup up xfs_log_force calling conventionsChristoph Hellwig2010-01-21
* xfs: kill XLOG_VEC_SET_TYPEChristoph Hellwig2010-01-21
* xfs: remove duplicate buffer flagsChristoph Hellwig2010-01-21
* xfs: event tracing supportChristoph Hellwig2009-12-15
* xfs: implement ->dirty_inode to fix timestamp handlingChristoph Hellwig2009-10-08
* xfs: simplify xfs_trans_igetChristoph Hellwig2009-09-01