aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_vnodeops.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: Fix missing xfs_iunlock() on error recovery path in xfs_readlink()Jan Kara2012-02-031-1/+2
* xfs: Fix possible memory corruption in xfs_readlinkCarlos Maiolino2011-11-261-4/+10
* xfs: clear XFS_IDIRTY_RELEASE on truncate downDave Chinner2011-06-231-2/+5
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* xfs: preallocation transactions do not need to be synchronousDave Chinner2011-03-261-1/+2
* xfs: Convert remaining cmn_err() callers to new APIDave Chinner2011-03-071-3/+2
* xfs: convert xfs_fs_cmn_err to new error logging APIDave Chinner2011-03-071-4/+4
* xfs: more sensible inode refcounting for iallocChristoph Hellwig2011-02-221-45/+16
* xfs: don't truncate prealloc from frequently accessed inodesDave Chinner2010-12-231-21/+40
* xfs: Extend project quotas to support 32bit project idsArkadiusz Mi?kiewicz2010-10-181-8/+8
* xfs: remove xfs_buf wrappersChristoph Hellwig2010-10-181-2/+2
* xfs: remove xfs_cred.hChristoph Hellwig2010-10-181-7/+5
* xfs: rename xfs_buf_get_nodaddr to be more appropriateDave Chinner2010-10-181-3/+3
* xfs: don't use vfs writeback for pure metadata modificationsDave Chinner2010-10-181-7/+10
* xfs: Introduce XFS_IOC_ZERO_RANGEDave Chinner2010-10-181-2/+8
* xfs: prevent 32bit overflow in space reservationDave Chinner2010-09-031-3/+10
* xfs: new truncate sequenceChristoph Hellwig2010-08-091-18/+20
* xfs: fix unsigned underflow in xfs_free_eofblocksKulikov Vasiliy2010-07-261-2/+2
* xfs: split xfs_itrace_entryChristoph Hellwig2010-07-261-15/+9
* xfs: remove unused delta tracking code in xfs_bmapiChristoph Hellwig2010-07-261-10/+10
* xfs: simplify inode to transaction joiningChristoph Hellwig2010-07-261-50/+19
* xfs: remove unneeded #include statementsChristoph Hellwig2010-07-261-4/+0
* xfs: drop dmapi hooksChristoph Hellwig2010-07-261-157/+15
* xfs: remove block number from inode lookup codeDave Chinner2010-06-241-1/+1
* xfs: Check new inode size is OK before preallocatingDave Chinner2010-05-281-1/+1
* xfs: remove wrapper for the fsync file operationChristoph Hellwig2010-03-011-107/+0
* xfs: optimize log flushing in xfs_fsyncChristoph Hellwig2010-02-121-2/+8
* xfs: remove invalid barrier optimization from xfs_fsyncChristoph Hellwig2010-02-021-10/+2
* xfs: cleanup up xfs_log_force calling conventionsChristoph Hellwig2010-01-211-3/+2
* xfs: remove duplicate buffer flagsChristoph Hellwig2010-01-211-2/+2
* xfs: convert DM ops to use unsigned char namesDave Chinner2010-01-201-2/+4
* xfs: fix timestamp handling in xfs_setattrChristoph Hellwig2010-01-101-54/+39
* xfs: event tracing supportChristoph Hellwig2009-12-141-7/+1
* xfs: simplify xfs_buf_get / xfs_buf_read interfacesChristoph Hellwig2009-12-111-3/+2
* xfs: fix mmap_sem/iolock inversion in xfs_free_eofblocksChristoph Hellwig2009-12-111-8/+26
* xfs: simplify inode teardownChristoph Hellwig2009-12-111-40/+0
* xfs: implement ->dirty_inode to fix timestamp handlingChristoph Hellwig2009-10-081-6/+0
* xfs: use correct log reservation when handling ENOSPC in xfs_createChristoph Hellwig2009-09-091-2/+2
* xfs: merge fsync and O_SYNC handlingChristoph Hellwig2009-09-011-8/+3
* xfs: add more statics & drop some unused functionsEric Sandeen2009-08-311-1/+1
* xfs: switch to NOFS allocation under i_lock in xfs_readlink_bmapChristoph Hellwig2009-08-121-1/+3
* xfs: use generic Posix ACL codeChristoph Hellwig2009-06-101-1/+14
* xfs: kill xfs_qmopsChristoph Hellwig2009-06-081-48/+51
* xfs: flush delayed allcoation blocks on ENOSPC in createDave Chinner2009-04-061-0/+7
* xfs: fix various typosMalcolm Parsons2009-03-291-1/+1
* xfs: kill VN_BADChristoph Hellwig2009-03-161-2/+2
* xfs: merge xfs_mkdir into xfs_createChristoph Hellwig2009-02-091-268/+83
* xfs: merge xfs_inode_flush into xfs_fs_write_inodeChristoph Hellwig2009-02-041-45/+0
* xfs: tiny cleanup for xfs_linkChristoph Hellwig2009-02-041-2/+4
* [XFS] Remove the rest of the macro-to-function indirections.Eric Sandeen2009-01-161-10/+10