summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_vnodeops.c
AgeCommit message (Expand)Author
2012-02-09xfs: Fix missing xfs_iunlock() on error recovery path in xfs_readlink()Jan Kara
2011-12-09xfs: Fix possible memory corruption in xfs_readlinkCarlos Maiolino
2011-08-12xfs: replace xfs_buf_geterror() with bp->b_errorChandra Seetharaman
2011-08-12xfs: Check the return value of xfs_buf_read() for NULLChandra Seetharaman
2011-08-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Alex Elder
2011-07-26xfs: get rid of open-coded S_ISREG(), etc.Al Viro
2011-07-25xfs: Remove the macro XFS_BUF_PTRChandra Seetharaman
2011-07-25xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman
2011-07-08xfs: return the buffer locked from xfs_buf_get_uncachedChristoph Hellwig
2011-07-08xfs: split xfs_itruncate_finishChristoph Hellwig
2011-07-08xfs: kill xfs_itruncate_startChristoph Hellwig
2011-07-08xfs: split xfs_setattrChristoph Hellwig
2011-06-23xfs: clear XFS_IDIRTY_RELEASE on truncate downDave Chinner
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-26xfs: preallocation transactions do not need to be synchronousDave Chinner
2011-03-07xfs: Convert remaining cmn_err() callers to new APIDave Chinner
2011-03-07xfs: convert xfs_fs_cmn_err to new error logging APIDave Chinner
2011-02-22xfs: more sensible inode refcounting for iallocChristoph Hellwig
2010-12-23xfs: don't truncate prealloc from frequently accessed inodesDave Chinner
2010-10-18xfs: Extend project quotas to support 32bit project idsArkadiusz Mi?kiewicz
2010-10-18xfs: remove xfs_buf wrappersChristoph Hellwig
2010-10-18xfs: remove xfs_cred.hChristoph Hellwig
2010-10-18xfs: rename xfs_buf_get_nodaddr to be more appropriateDave Chinner
2010-10-18xfs: don't use vfs writeback for pure metadata modificationsDave Chinner
2010-10-18xfs: Introduce XFS_IOC_ZERO_RANGEDave Chinner
2010-09-03xfs: prevent 32bit overflow in space reservationDave Chinner
2010-08-09xfs: new truncate sequenceChristoph Hellwig
2010-07-26xfs: fix unsigned underflow in xfs_free_eofblocksKulikov Vasiliy
2010-07-26xfs: split xfs_itrace_entryChristoph Hellwig
2010-07-26xfs: remove unused delta tracking code in xfs_bmapiChristoph Hellwig
2010-07-26xfs: simplify inode to transaction joiningChristoph Hellwig
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig
2010-07-26xfs: drop dmapi hooksChristoph Hellwig
2010-06-24xfs: remove block number from inode lookup codeDave Chinner
2010-05-28xfs: Check new inode size is OK before preallocatingDave Chinner
2010-03-01xfs: remove wrapper for the fsync file operationChristoph Hellwig
2010-02-12xfs: optimize log flushing in xfs_fsyncChristoph Hellwig
2010-02-02xfs: remove invalid barrier optimization from xfs_fsyncChristoph Hellwig
2010-01-21xfs: cleanup up xfs_log_force calling conventionsChristoph Hellwig
2010-01-21xfs: remove duplicate buffer flagsChristoph Hellwig
2010-01-20xfs: convert DM ops to use unsigned char namesDave Chinner
2010-01-10xfs: fix timestamp handling in xfs_setattrChristoph Hellwig
2009-12-14xfs: event tracing supportChristoph Hellwig
2009-12-11xfs: simplify xfs_buf_get / xfs_buf_read interfacesChristoph Hellwig
2009-12-11xfs: fix mmap_sem/iolock inversion in xfs_free_eofblocksChristoph Hellwig
2009-12-11xfs: simplify inode teardownChristoph Hellwig
2009-10-08xfs: implement ->dirty_inode to fix timestamp handlingChristoph Hellwig
2009-09-09xfs: use correct log reservation when handling ENOSPC in xfs_createChristoph Hellwig
2009-09-01xfs: merge fsync and O_SYNC handlingChristoph Hellwig
2009-08-31xfs: add more statics & drop some unused functionsEric Sandeen