aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_vnodeops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-08xfs: return the buffer locked from xfs_buf_get_uncachedChristoph Hellwig1-0/+2
2011-07-08xfs: split xfs_itruncate_finishChristoph Hellwig1-18/+6
2011-07-08xfs: kill xfs_itruncate_startChristoph Hellwig1-26/+1
2011-07-08xfs: split xfs_setattrChristoph Hellwig1-425/+1
2011-06-23xfs: clear XFS_IDIRTY_RELEASE on truncate downDave Chinner1-2/+5
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-26xfs: preallocation transactions do not need to be synchronousDave Chinner1-1/+2
2011-03-07xfs: Convert remaining cmn_err() callers to new APIDave Chinner1-3/+2
2011-03-07xfs: convert xfs_fs_cmn_err to new error logging APIDave Chinner1-4/+4
2011-02-22xfs: more sensible inode refcounting for iallocChristoph Hellwig1-45/+16
2010-12-23xfs: don't truncate prealloc from frequently accessed inodesDave Chinner1-21/+40
2010-10-18xfs: Extend project quotas to support 32bit project idsArkadiusz Mi?kiewicz1-8/+8
2010-10-18xfs: remove xfs_buf wrappersChristoph Hellwig1-2/+2
2010-10-18xfs: remove xfs_cred.hChristoph Hellwig1-7/+5
2010-10-18xfs: rename xfs_buf_get_nodaddr to be more appropriateDave Chinner1-3/+3
2010-10-18xfs: don't use vfs writeback for pure metadata modificationsDave Chinner1-7/+10
2010-10-18xfs: Introduce XFS_IOC_ZERO_RANGEDave Chinner1-2/+8
2010-09-03xfs: prevent 32bit overflow in space reservationDave Chinner1-3/+10
2010-08-09xfs: new truncate sequenceChristoph Hellwig1-18/+20
2010-07-26xfs: fix unsigned underflow in xfs_free_eofblocksKulikov Vasiliy1-2/+2
2010-07-26xfs: split xfs_itrace_entryChristoph Hellwig1-15/+9
2010-07-26xfs: remove unused delta tracking code in xfs_bmapiChristoph Hellwig1-10/+10
2010-07-26xfs: simplify inode to transaction joiningChristoph Hellwig1-50/+19
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig1-4/+0
2010-07-26xfs: drop dmapi hooksChristoph Hellwig1-157/+15
2010-06-24xfs: remove block number from inode lookup codeDave Chinner1-1/+1
2010-05-28xfs: Check new inode size is OK before preallocatingDave Chinner1-1/+1
2010-03-01xfs: remove wrapper for the fsync file operationChristoph Hellwig1-107/+0
2010-02-12xfs: optimize log flushing in xfs_fsyncChristoph Hellwig1-2/+8
2010-02-02xfs: remove invalid barrier optimization from xfs_fsyncChristoph Hellwig1-10/+2
2010-01-21xfs: cleanup up xfs_log_force calling conventionsChristoph Hellwig1-3/+2
2010-01-21xfs: remove duplicate buffer flagsChristoph Hellwig1-2/+2
2010-01-20xfs: convert DM ops to use unsigned char namesDave Chinner1-2/+4
2010-01-10xfs: fix timestamp handling in xfs_setattrChristoph Hellwig1-54/+39
2009-12-14xfs: event tracing supportChristoph Hellwig1-7/+1
2009-12-11xfs: simplify xfs_buf_get / xfs_buf_read interfacesChristoph Hellwig1-3/+2
2009-12-11xfs: fix mmap_sem/iolock inversion in xfs_free_eofblocksChristoph Hellwig1-8/+26
2009-12-11xfs: simplify inode teardownChristoph Hellwig1-40/+0
2009-10-08xfs: implement ->dirty_inode to fix timestamp handlingChristoph Hellwig1-6/+0
2009-09-09xfs: use correct log reservation when handling ENOSPC in xfs_createChristoph Hellwig1-2/+2
2009-09-01xfs: merge fsync and O_SYNC handlingChristoph Hellwig1-8/+3
2009-08-31xfs: add more statics & drop some unused functionsEric Sandeen1-1/+1
2009-08-12xfs: switch to NOFS allocation under i_lock in xfs_readlink_bmapChristoph Hellwig1-1/+3
2009-06-10xfs: use generic Posix ACL codeChristoph Hellwig1-1/+14
2009-06-08xfs: kill xfs_qmopsChristoph Hellwig1-48/+51
2009-04-06xfs: flush delayed allcoation blocks on ENOSPC in createDave Chinner1-0/+7
2009-03-29xfs: fix various typosMalcolm Parsons1-1/+1
2009-03-16xfs: kill VN_BADChristoph Hellwig1-2/+2
2009-02-09xfs: merge xfs_mkdir into xfs_createChristoph Hellwig1-268/+83
2009-02-04xfs: merge xfs_inode_flush into xfs_fs_write_inodeChristoph Hellwig1-45/+0