aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_vnodeops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-29xfs: avoid the iolock in xfs_free_eofblocks for evicted inodesChristoph Hellwig1-14/+10
2012-07-29xfs: do not take the iolock in xfs_inactiveChristoph Hellwig1-17/+12
2012-07-29xfs: remove xfs_inactive_attrsChristoph Hellwig1-61/+36
2012-07-29xfs: clean up xfs_inactiveChristoph Hellwig1-128/+43
2012-06-14xfs: make largest supported offset less shoutyDave Chinner1-5/+5
2012-05-21xfs: fix delalloc quota accounting on failureDave Chinner1-1/+1
2012-05-14xfs: make XBF_MAPPED the default behaviourDave Chinner1-2/+1
2012-05-14xfs: move xfs_get_extsz_hint() and kill xfs_rw.hDave Chinner1-1/+0
2012-05-14xfs: move xfsagino_t to xfs_types.hDave Chinner1-1/+0
2012-05-14xfs: use iolock on XFS_IOC_ALLOCSP callsDave Chinner1-3/+19
2012-05-14xfs: kill XBF_DONTBLOCKDave Chinner1-2/+2
2012-05-14xfs: kill XBF_LOCKDave Chinner1-1/+1
2012-05-14xfs: clean up buffer get/read call APIDave Chinner1-1/+1
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro1-16/+0
2012-01-25xfs: Fix missing xfs_iunlock() on error recovery path in xfs_readlink()Jan Kara1-1/+2
2012-01-17xfs: remove the i_size field in struct xfs_inodeChristoph Hellwig1-16/+15
2012-01-13xfs: remove xfs_itruncate_dataChristoph Hellwig1-2/+15
2012-01-03xfs: propagate umode_tAl Viro1-2/+2
2011-11-08xfs: Fix possible memory corruption in xfs_readlinkCarlos Maiolino1-4/+10
2011-10-11xfs: clean up xfs_ioerror_alertChristoph Hellwig1-6/+5
2011-10-11xfs: simplify xfs_trans_ijoin* againChristoph Hellwig1-17/+17
2011-10-11xfs: unlock the inode before log force in xfs_change_file_spaceChristoph Hellwig1-8/+2
2011-10-11xfs: rename xfs_bmapi to xfs_bmapi_writeDave Chinner1-13/+6
2011-10-11xfs: introduce xfs_bmapi_read()Dave Chinner1-13/+11
2011-10-11xfs: Check the return value of xfs_trans_get_buf()Chandra Seetharaman1-1/+8
2011-10-11xfs: remove i_iocountChristoph Hellwig1-3/+1
2011-08-12xfs: replace xfs_buf_geterror() with bp->b_errorChandra Seetharaman1-1/+1
2011-08-12xfs: Check the return value of xfs_buf_read() for NULLChandra Seetharaman1-0/+2
2011-08-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxAlex Elder1-5/+5
2011-07-26xfs: get rid of open-coded S_ISREG(), etc.Al Viro1-5/+5
2011-07-25xfs: Remove the macro XFS_BUF_PTRChandra Seetharaman1-3/+3
2011-07-25xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman1-2/+2
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