summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode_item.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: clean up xfs_bit.h includesDave Chinner2012-05-141-1/+0
* xfs: move xfsagino_t to xfs_types.hDave Chinner2012-05-141-1/+0
* 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/+33
* 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/+83
* xfs: log timestamp updatesChristoph Hellwig2012-03-131-36/+0
* xfs: remove xfs_trans_unlocked_itemChristoph Hellwig2012-02-221-5/+1
* 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/+0
* xfs: remove the lid_size field in struct log_item_descChristoph Hellwig2011-12-081-2/+0
* 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-111-3/+1
|/
* xfs: remove wrappers around b_fsprivChristoph Hellwig2011-07-131-2/+2
* xfs: remove i_transpChristoph Hellwig2011-07-081-9/+4
* xfs: unpin stale inodes directly in IOP_COMMITTEDDave Chinner2011-07-061-6/+8
* xfs: cleanup duplicate initializationsDavid Sterba2011-04-281-1/+0
* xfs: fix extent format buffer allocation sizeDave Chinner2011-04-081-27/+40
* xfs: introduce inode cluster buffer trylocks for xfs_iflushDave Chinner2011-03-261-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/+0
* 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/+7
* xfs: remove xfs_iputChristoph Hellwig2010-07-261-2/+4
* xfs: fix the xfs_log_iovec i_addr typeChristoph Hellwig2010-07-261-15/+12
* xfs: simplify inode to transaction joiningChristoph Hellwig2010-07-261-38/+4
* xfs: give li_cb callbacks the correct prototypeChristoph Hellwig2010-07-261-13/+10
* xfs: give xfs_item_ops methods the correct prototypesChristoph Hellwig2010-07-261-76/+65
* xfs: merge iop_unpin_remove into iop_unpinChristoph Hellwig2010-07-261-14/+3
* xfs: remove unneeded #include statementsChristoph Hellwig2010-07-261-9/+0
* xfs: drop dmapi hooksChristoph Hellwig2010-07-261-1/+0
* xfs: remove stale parameter from ->iop_unpin methodDave Chinner2010-05-191-4/+3
* xfs: Add inode pin counts to tracesDave Chinner2010-05-191-0/+2
* xfs: factor log item initialisationDave Chinner2010-05-191-10/+2
* 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/+15
* 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/+3
* xfs: kill XLOG_VEC_SET_TYPEChristoph Hellwig2010-01-211-9/+9
* xfs: remove duplicate buffer flagsChristoph Hellwig2010-01-211-1/+1
* xfs: event tracing supportChristoph Hellwig2009-12-141-1/+4
* xfs: implement ->dirty_inode to fix timestamp handlingChristoph Hellwig2009-10-081-7/+11
* xfs: simplify xfs_trans_igetChristoph Hellwig2009-09-011-2/+0
* xfs: merge fsync and O_SYNC handlingChristoph Hellwig2009-09-011-8/+0