summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_vnodeops.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix delalloc quota accounting on failureDave Chinner2012-05-211-1/+1
* xfs: make XBF_MAPPED the default behaviourDave Chinner2012-05-141-2/+1
* xfs: move xfs_get_extsz_hint() and kill xfs_rw.hDave Chinner2012-05-141-1/+0
* xfs: move xfsagino_t to xfs_types.hDave Chinner2012-05-141-1/+0
* xfs: use iolock on XFS_IOC_ALLOCSP callsDave Chinner2012-05-141-3/+19
* xfs: kill XBF_DONTBLOCKDave Chinner2012-05-141-2/+2
* xfs: kill XBF_LOCKDave Chinner2012-05-141-1/+1
* xfs: clean up buffer get/read call APIDave Chinner2012-05-141-1/+1
* vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro2012-03-201-16/+0
* xfs: Fix missing xfs_iunlock() on error recovery path in xfs_readlink()Jan Kara2012-01-251-1/+2
* xfs: remove the i_size field in struct xfs_inodeChristoph Hellwig2012-01-171-16/+15
* xfs: remove xfs_itruncate_dataChristoph Hellwig2012-01-131-2/+15
* xfs: propagate umode_tAl Viro2012-01-031-2/+2
* xfs: Fix possible memory corruption in xfs_readlinkCarlos Maiolino2011-11-081-4/+10
* xfs: clean up xfs_ioerror_alertChristoph Hellwig2011-10-111-6/+5
* xfs: simplify xfs_trans_ijoin* againChristoph Hellwig2011-10-111-17/+17
* xfs: unlock the inode before log force in xfs_change_file_spaceChristoph Hellwig2011-10-111-8/+2
* xfs: rename xfs_bmapi to xfs_bmapi_writeDave Chinner2011-10-111-13/+6
* xfs: introduce xfs_bmapi_read()Dave Chinner2011-10-111-13/+11
* xfs: Check the return value of xfs_trans_get_buf()Chandra Seetharaman2011-10-111-1/+8
* xfs: remove i_iocountChristoph Hellwig2011-10-111-3/+1
* xfs: replace xfs_buf_geterror() with bp->b_errorChandra Seetharaman2011-08-121-1/+1
* xfs: Check the return value of xfs_buf_read() for NULLChandra Seetharaman2011-08-121-0/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Alex Elder2011-08-081-5/+5
|\
| * 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/+6
* xfs: kill xfs_itruncate_startChristoph Hellwig2011-07-081-26/+1
* xfs: split xfs_setattrChristoph Hellwig2011-07-081-425/+1
* 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