aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode_item.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-08xfs: constify xfs_item_opsChristoph Hellwig1-1/+1
2011-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxAlex Elder1-3/+7
2011-10-11xfs: simplify xfs_trans_ijoin* againChristoph Hellwig1-3/+1
2011-10-11xfs: force the log if we encounter pinned buffers in .iop_pushbufChristoph Hellwig1-3/+7
2011-07-13xfs: remove wrappers around b_fsprivChristoph Hellwig1-2/+2
2011-07-08xfs: remove i_transpChristoph Hellwig1-9/+4
2011-07-06xfs: unpin stale inodes directly in IOP_COMMITTEDDave Chinner1-6/+8
2011-04-28xfs: cleanup duplicate initializationsDavid Sterba1-1/+0
2011-04-08xfs: fix extent format buffer allocation sizeDave Chinner1-27/+40
2011-03-26xfs: introduce inode cluster buffer trylocks for xfs_iflushDave Chinner1-3/+3
2010-12-20xfs: remove all the inodes on a buffer from the AIL in bulkDave Chinner1-16/+74
2010-12-01xfs: avoid moving stale inodes in the AILDave Chinner1-6/+25
2010-10-18xfs: don't use vfs writeback for pure metadata modificationsDave Chinner1-9/+0
2010-07-26xfs: fix big endian buildDave Chinner1-1/+2
2010-07-26xfs: fix gcc 4.6 set but not read and unused statement warningsChristoph Hellwig1-11/+7
2010-07-26xfs: remove xfs_iputChristoph Hellwig1-2/+4
2010-07-26xfs: fix the xfs_log_iovec i_addr typeChristoph Hellwig1-15/+12
2010-07-26xfs: simplify inode to transaction joiningChristoph Hellwig1-38/+4
2010-07-26xfs: give li_cb callbacks the correct prototypeChristoph Hellwig1-13/+10
2010-07-26xfs: give xfs_item_ops methods the correct prototypesChristoph Hellwig1-76/+65
2010-07-26xfs: merge iop_unpin_remove into iop_unpinChristoph Hellwig1-14/+3
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig1-9/+0
2010-07-26xfs: drop dmapi hooksChristoph Hellwig1-1/+0
2010-05-19xfs: remove stale parameter from ->iop_unpin methodDave Chinner1-4/+3
2010-05-19xfs: Add inode pin counts to tracesDave Chinner1-0/+2
2010-05-19xfs: factor log item initialisationDave Chinner1-10/+2
2010-03-01xfs: remove xfs_ipin/xfs_iunpinChristoph Hellwig1-7/+11
2010-02-02xfs: Don't issue buffer IO direct from AIL push V2Dave Chinner1-83/+15
2010-02-06xfs: Use delayed write for inodes rather than async V2Dave Chinner1-3/+7
2010-01-21xfs: cleanup up xfs_log_force calling conventionsChristoph Hellwig1-4/+3
2010-01-21xfs: kill XLOG_VEC_SET_TYPEChristoph Hellwig1-9/+9
2010-01-21xfs: remove duplicate buffer flagsChristoph Hellwig1-1/+1
2009-12-14xfs: event tracing supportChristoph Hellwig1-1/+4
2009-10-08xfs: implement ->dirty_inode to fix timestamp handlingChristoph Hellwig1-7/+11
2009-09-01xfs: simplify xfs_trans_igetChristoph Hellwig1-2/+0
2009-09-01xfs: merge fsync and O_SYNC handlingChristoph Hellwig1-8/+0
2008-12-01[XFS] embededd struct xfs_imap into xfs_inodeChristoph Hellwig1-3/+3
2008-12-01[XFS] kill XFS_DINODE_VERSION_ definesChristoph Hellwig1-4/+3
2008-12-01[XFS] kill xfs_dinode_core_tChristoph Hellwig1-1/+1
2008-10-30[XFS] Finish removing the mount pointer from the AIL APIDavid Chinner1-17/+12
2008-10-30[XFS] Add ail pointer into log itemsDavid Chinner1-0/+1
2008-10-30[XFS] Move the AIL lock into the struct xfs_ailDavid Chinner1-4/+4
2008-08-13[XFS] replace inode flush semaphore with a completionDavid Chinner1-6/+5
2008-07-28[XFS] Remove unused arg from kmem_free()Denys Vlasenko1-4/+3
2008-04-29[XFS] shrink mrlock_tChristoph Hellwig1-6/+6
2008-04-18[XFS] Ensure xfs_bawrite() errors are checked.David Chinner1-1/+7
2008-04-10[XFS] remove shouting-indirection macros from xfs_sb.hEric Sandeen1-2/+2
2008-02-07[XFS] Fix inode allocation latencyDavid Chinner1-0/+5
2008-02-07[XFS] Unwrap AIL_LOCKDonald Douwsma1-12/+9
2007-02-10[XFS] Keep stack usage down for 4k stacks by using noinline.David Chinner1-1/+1