summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_inode.c
AgeCommit message (Expand)Author
2010-03-01xfs: remove xfs_ipin/xfs_iunpinChristoph Hellwig
2010-03-01xfs: cleanup xfs_iunpin_wait/xfs_iunpin_nowaitChristoph Hellwig
2010-02-06xfs: Use delayed write for inodes rather than async V2Dave Chinner
2010-02-06xfs: Make inode reclaim states explicitDave Chinner
2010-01-21xfs: cleanup up xfs_log_force calling conventionsChristoph Hellwig
2010-01-21xfs: remove duplicate buffer flagsChristoph Hellwig
2010-01-15xfs: convert remaining direct references to m_peragDave Chinner
2010-01-15xfs: rename xfs_get_peragDave Chinner
2010-01-15xfs: fix stale inode flush avoidanceDave Chinner
2010-01-10xfs: Don't flush stale inodesDave Chinner
2009-12-14xfs: event tracing supportChristoph Hellwig
2009-12-14xfs: change the xfs_iext_insert / xfs_iext_removeChristoph Hellwig
2009-10-08xfs: implement ->dirty_inode to fix timestamp handlingChristoph Hellwig
2009-08-31xfs: add more statics & drop some unused functionsEric Sandeen
2009-08-12xfs: check for dinode realtime flag corruptionChristoph Hellwig
2009-06-10xfs: use generic Posix ACL codeChristoph Hellwig
2009-04-29xfs_file_last_byte() needs to acquire ilockLachlan McIlroy
2009-01-19xfs: sanity check attr fork sizeChristoph Hellwig
2009-01-16[XFS] Remove the rest of the macro-to-function indirections.Eric Sandeen
2008-12-22[XFS] Remove XFS_BUF_SHUT() and friendsLachlan McIlroy
2008-12-11[XFS] resync headers with libxfsChristoph Hellwig
2008-12-10[XFS] Remove unused tracing codeLachlan McIlroy
2008-12-04move vn_iowait / vn_iowake into xfs_aops.cChristoph Hellwig
2008-12-04cleanup the inode reclaim pathChristoph Hellwig
2008-12-01[XFS] move inode allocation out xfs_ireadChristoph Hellwig
2008-12-01[XFS] kill the XFS_IMAP_BULKSTAT flagChristoph Hellwig
2008-12-01[XFS] embededd struct xfs_imap into xfs_inodeChristoph Hellwig
2008-12-01[XFS] merge xfs_imap into xfs_dilocateChristoph Hellwig
2008-12-01[XFS] remove dead code for old inode item recoveryChristoph Hellwig
2008-12-01[XFS] stop using xfs_itobp in xfs_ireadChristoph Hellwig
2008-12-01[XFS] kill XFS_DINODE_VERSION_ definesChristoph Hellwig
2008-12-01[XFS] kill xfs_dinode_core_tChristoph Hellwig
2008-12-01[XFS] factor out xfs_read_agi helperChristoph Hellwig
2008-11-17[XFS] Fix double free of log ticketsDave Chinner
2008-10-30[XFS] free partially initialized inodes using destroy_inodeChristoph Hellwig
2008-10-30[XFS] stop using xfs_itobp in xfs_bulkstatChristoph Hellwig
2008-10-30[XFS] Finish removing the mount pointer from the AIL APIDavid Chinner
2008-10-30[XFS] Move the AIL lock into the struct xfs_ailDavid Chinner
2008-10-30[XFS] Allow 64 bit machines to avoid the AIL lock during flushesDavid Chinner
2008-10-30[XFS] kill deleted inodes listDavid Chinner
2008-10-30[XFS] Combine the XFS and Linux inodesDavid Chinner
2008-10-30[XFS] Always use struct xfs_btree_block instead of short / longformChristoph Hellwig
2008-10-30[XFS] cleanup btree record / key / ptr addressing macros.Christoph Hellwig
2008-10-30[XFS] Cleanup maxrecs calculation.Christoph Hellwig
2008-10-30[XFS] Remove xfs_iflush_all and clean up xfs_finish_reclaim_all()David Chinner
2008-10-30[XFS] Wait for all I/O on truncate to zero file sizeLachlan McIlroy
2008-10-30[XFS] make btree tracing genericChristoph Hellwig
2008-10-30[XFS] Use xfs_idestroy() to cleanup an inode.Lachlan McIlroy
2008-10-30[XFS] Make use of the init-once slab optimisation.David Chinner
2008-09-26[XFS] Remove xfs_iext_irec_compact_full()Lachlan McIlroy