summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_vnodeops.c
Commit message (Expand)AuthorAgeFilesLines
...
| * xfs: get rid of open-coded S_ISREG(), etc.Al Viro2011-07-261-5/+5
* | xfs: Remove the macro XFS_BUF_PTRChandra Seetharaman2011-07-251-3/+3
* | xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman2011-07-251-2/+2
|/
* xfs: return the buffer locked from xfs_buf_get_uncachedChristoph Hellwig2011-07-081-0/+2
* xfs: split xfs_itruncate_finishChristoph Hellwig2011-07-081-18/+6Star
* xfs: kill xfs_itruncate_startChristoph Hellwig2011-07-081-26/+1Star
* xfs: split xfs_setattrChristoph Hellwig2011-07-081-425/+1Star
* xfs: clear XFS_IDIRTY_RELEASE on truncate downDave Chinner2011-06-241-2/+5
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* xfs: preallocation transactions do not need to be synchronousDave Chinner2011-03-251-1/+2
* xfs: Convert remaining cmn_err() callers to new APIDave Chinner2011-03-071-3/+2Star
* 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-231-45/+16Star
* 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/+5Star
* 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/+9Star
* xfs: remove unused delta tracking code in xfs_bmapiChristoph Hellwig2010-07-261-10/+10
* xfs: simplify inode to transaction joiningChristoph Hellwig2010-07-261-50/+19Star
* xfs: remove unneeded #include statementsChristoph Hellwig2010-07-261-4/+0Star
* xfs: drop dmapi hooksChristoph Hellwig2010-07-261-157/+15Star
* 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/+0Star
* xfs: optimize log flushing in xfs_fsyncChristoph Hellwig2010-02-121-2/+8
* xfs: remove invalid barrier optimization from xfs_fsyncChristoph Hellwig2010-02-021-10/+2Star
* xfs: cleanup up xfs_log_force calling conventionsChristoph Hellwig2010-01-211-3/+2Star
* 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/+39Star
* xfs: event tracing supportChristoph Hellwig2009-12-151-7/+1Star
* xfs: simplify xfs_buf_get / xfs_buf_read interfacesChristoph Hellwig2009-12-111-3/+2Star
* xfs: fix mmap_sem/iolock inversion in xfs_free_eofblocksChristoph Hellwig2009-12-111-8/+26
* xfs: simplify inode teardownChristoph Hellwig2009-12-111-40/+0Star
* xfs: implement ->dirty_inode to fix timestamp handlingChristoph Hellwig2009-10-081-6/+0Star
* xfs: use correct log reservation when handling ENOSPC in xfs_createChristoph Hellwig2009-09-101-2/+2
* xfs: merge fsync and O_SYNC handlingChristoph Hellwig2009-09-011-8/+3Star
* 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