summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_inode.c
AgeCommit message (Expand)Author
2008-04-29[XFS] shrink mrlock_tChristoph Hellwig
2008-04-18[XFS] Ensure the inode is joined in xfs_itruncate_finishDavid Chinner
2008-04-18[XFS] xfs_iflush_fork() never returns an error.David Chinner
2008-04-18[XFS] Ensure xfs_bawrite() errors are checked.David Chinner
2008-04-18[XFS] Propagate errors from xfs_trans_commit().David Chinner
2008-04-18[XFS] Use xfs_inode_clean() in more placesDavid Chinner
2008-04-18[XFS] Remove the xfs_icluster structureDavid Chinner
2008-04-18[XFS] Don't block pdflush when writing back inodesDavid Chinner
2008-04-18[XFS] Factor xfs_itobp() and xfs_inotobp().David Chinner
2008-04-10[XFS] remove shouting-indirection macros from xfs_sb.hEric Sandeen
2008-02-07[XFS] use generic_permissionChristoph Hellwig
2008-02-07[XFS] Remove CFORK macros and use code directly in IFORK and DFORK macros.Christoph Hellwig
2008-02-07[XFS] Use kernel-supplied "roundup_pow_of_two" for simplicityRobert P. J. Day
2008-02-07[XFS] optimize XFS_IS_REALTIME_INODE w/o realtime configEric Sandeen
2008-02-07[XFS] Fix inode allocation latencyDavid Chinner
2008-02-07[XFS] Make xfs_bulkstat() to report unlinked but referenced inodesVlad Apostolov
2008-02-07[XFS] kill xfs_iocore_tChristoph Hellwig
2008-02-07[XFS] Unwrap AIL_LOCKDonald Douwsma
2008-02-07[XFS] kill unnessecary ioops indirectionLachlan McIlroy
2008-02-07[XFS] clean up vnode/inode tracingLachlan McIlroy
2007-12-18[XFS] Don't wait for pending I/Os when purging blocks beyond eof.Lachlan McIlroy
2007-10-16[XFS] get_bulkall() could return incorrect inode stateVlad Apostolov
2007-10-16[XFS] kill the vfs_flags member in struct bhv_vfsChristoph Hellwig
2007-10-16[XFS] call common xfs vfs-level helpers directly and remove vfs operationsChristoph Hellwig
2007-10-16[XFS] move v_trace from bhv_vnode to xfs_inodeChristoph Hellwig
2007-10-16[XFS] move v_iocount from bhv_vnode to xfs_inodeChristoph Hellwig
2007-10-16[XFS] kill v_vfsp member from struct bhv_vnodeChristoph Hellwig
2007-10-16[XFS] call common xfs vnode-level helpers directly and remove vnode operationsChristoph Hellwig
2007-10-15[XFS] Radix tree based inode cachingDavid Chinner
2007-10-15[XFS] dinode endianess annotationsChristoph Hellwig
2007-10-15[XFS] move linux/log2.h header to xfs_linux.hEric Sandeen
2007-10-15[XFS] endianess annotations for xfs_bmbt_rec_tChristoph Hellwig
2007-10-15[XFS] split ondisk vs incore versions of xfs_bmbt_rec_tChristoph Hellwig
2007-07-14[XFS] Clean up function name handling in tracing codeEric Sandeen
2007-07-14[XFS] Quota inode has no parent.David Chinner
2007-07-14[XFS] Concurrent Multi-File Data StreamsDavid Chinner
2007-07-14[XFS] Use is_power_of_2 instead of open coding checksVignesh Babu
2007-05-08[XFS] Fix to prevent the notorious 'NULL files' problem after a crash.Lachlan McIlroy
2007-05-08[XFS] propogate return codes from flush routinesLachlan McIlroy
2007-05-08[XFS] The last argument "lsn" of xfs_trans_commit() is always called withEric Sandeen
2007-02-10[XFS] Remove unused header files for MAC and CAP checking functionality.Eric Sandeen
2007-02-10[XFS] Remove unused argument to xfs_bmap_finishEric Sandeen
2007-02-10[XFS] Fix callers of xfs_iozero() to zero the correct range.Lachlan McIlroy
2007-02-10[XFS] Fix inode log item use-after-free on forced shutdownDavid Chinner
2007-02-10[XFS] Keep stack usage down for 4k stacks by using noinline.David Chinner
2006-11-21[XFS] Stale the correct inode when freeing clusters.David Chinner
2006-11-11[XFS] Prevent a deadlock when xfslogd unpins inodes.David Chinner
2006-11-11[XFS] Clean up i_flags and i_flags_lock handling.David Chinner
2006-09-28[XFS] Really fix use after free in xfs_iunpin.David Chinner
2006-09-28[XFS] Remove last bulkstat false-positives with debug kernels.Nathan Scott