aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode_item.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: force the log if we encounter pinned buffers in .iop_pushbufChristoph Hellwig2011-10-251-3/+7
* 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
* [XFS] embededd struct xfs_imap into xfs_inodeChristoph Hellwig2008-12-011-3/+3
* [XFS] kill XFS_DINODE_VERSION_ definesChristoph Hellwig2008-12-011-4/+3
* [XFS] kill xfs_dinode_core_tChristoph Hellwig2008-12-011-1/+1
* [XFS] Finish removing the mount pointer from the AIL APIDavid Chinner2008-10-301-17/+12
* [XFS] Add ail pointer into log itemsDavid Chinner2008-10-301-0/+1
* [XFS] Move the AIL lock into the struct xfs_ailDavid Chinner2008-10-301-4/+4
* [XFS] replace inode flush semaphore with a completionDavid Chinner2008-08-131-6/+5
* [XFS] Remove unused arg from kmem_free()Denys Vlasenko2008-07-281-4/+3
* [XFS] shrink mrlock_tChristoph Hellwig2008-04-291-6/+6
* [XFS] Ensure xfs_bawrite() errors are checked.David Chinner2008-04-181-1/+7
* [XFS] remove shouting-indirection macros from xfs_sb.hEric Sandeen2008-04-101-2/+2
* [XFS] Fix inode allocation latencyDavid Chinner2008-02-071-0/+5
* [XFS] Unwrap AIL_LOCKDonald Douwsma2008-02-071-12/+9
* [XFS] Keep stack usage down for 4k stacks by using noinline.David Chinner2007-02-101-1/+1
* [XFS] Remove unused iop_abort log item operationEric Sandeen2006-09-281-16/+0
* [XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott2006-06-201-2/+0
* [XFS] Kill direct access to ->count in valusema(); all we ever use it forAl Viro2006-06-191-3/+3
* [XFS] inode items and EFI/EFDs have different ondisk format for 32bit andTim Shimmin2006-06-091-0/+49
* [XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing allNathan Scott2006-03-291-1/+1