aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_vnodeops.c
AgeCommit message (Expand)Author
2013-05-24xfs: fix rounding in xfs_free_file_spaceDave Chinner
2013-04-21xfs: split out symlink code into it's own file.Dave Chinner
2013-03-14xfs: take inode version into account in XFS_LITINOChristoph Hellwig
2013-01-17xfs: Remove boolean_t typedef completely.Thiago Farina
2012-11-29xfs: byte range granularity for XFS_IOC_ZERO_RANGEDave Chinner
2012-11-15xfs: make buffer read verication an IO completion functionDave Chinner
2012-11-14xfs: remove xfs_flushinval_pagesDave Chinner
2012-11-14xfs: remove xfs_flush_pagesDave Chinner
2012-11-14xfs: reverse the check on XFS_IOC_ZERO_RANGEAndrew Dahl
2012-11-14xfs: remove xfs_tosspagesDave Chinner
2012-11-08xfs: make xfs_free_eofblocks() non-static, return EAGAIN on trylock failureBrian Foster
2012-11-08xfs: create helper to check whether to free eofblocks on inodeBrian Foster
2012-11-08xfs: add EOFBLOCKS inode tagging/untaggingBrian Foster
2012-10-17xfs: remove xfs_iget.cDave Chinner
2012-10-17xfs: xfs_sync_data is redundant.Dave Chinner
2012-07-29xfs: avoid the iolock in xfs_free_eofblocks for evicted inodesChristoph Hellwig
2012-07-29xfs: do not take the iolock in xfs_inactiveChristoph Hellwig
2012-07-29xfs: remove xfs_inactive_attrsChristoph Hellwig
2012-07-29xfs: clean up xfs_inactiveChristoph Hellwig
2012-06-14xfs: make largest supported offset less shoutyDave Chinner
2012-05-21xfs: fix delalloc quota accounting on failureDave Chinner
2012-05-14xfs: make XBF_MAPPED the default behaviourDave Chinner
2012-05-14xfs: move xfs_get_extsz_hint() and kill xfs_rw.hDave Chinner
2012-05-14xfs: move xfsagino_t to xfs_types.hDave Chinner
2012-05-14xfs: use iolock on XFS_IOC_ALLOCSP callsDave Chinner
2012-05-14xfs: kill XBF_DONTBLOCKDave Chinner
2012-05-14xfs: kill XBF_LOCKDave Chinner
2012-05-14xfs: clean up buffer get/read call APIDave Chinner
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro
2012-01-25xfs: Fix missing xfs_iunlock() on error recovery path in xfs_readlink()Jan Kara
2012-01-17xfs: remove the i_size field in struct xfs_inodeChristoph Hellwig
2012-01-13xfs: remove xfs_itruncate_dataChristoph Hellwig
2012-01-03xfs: propagate umode_tAl Viro
2011-11-08xfs: Fix possible memory corruption in xfs_readlinkCarlos Maiolino
2011-10-11xfs: clean up xfs_ioerror_alertChristoph Hellwig
2011-10-11xfs: simplify xfs_trans_ijoin* againChristoph Hellwig
2011-10-11xfs: unlock the inode before log force in xfs_change_file_spaceChristoph Hellwig
2011-10-11xfs: rename xfs_bmapi to xfs_bmapi_writeDave Chinner
2011-10-11xfs: introduce xfs_bmapi_read()Dave Chinner
2011-10-11xfs: Check the return value of xfs_trans_get_buf()Chandra Seetharaman
2011-10-11xfs: remove i_iocountChristoph Hellwig
2011-08-12xfs: replace xfs_buf_geterror() with bp->b_errorChandra Seetharaman
2011-08-12xfs: Check the return value of xfs_buf_read() for NULLChandra Seetharaman
2011-08-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Alex Elder
2011-07-26xfs: get rid of open-coded S_ISREG(), etc.Al Viro
2011-07-25xfs: Remove the macro XFS_BUF_PTRChandra Seetharaman
2011-07-25xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman
2011-07-08xfs: return the buffer locked from xfs_buf_get_uncachedChristoph Hellwig
2011-07-08xfs: split xfs_itruncate_finishChristoph Hellwig
2011-07-08xfs: kill xfs_itruncate_startChristoph Hellwig