summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_vnodeops.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: kill xfs_vnodeops.[ch]Dave Chinner2013-08-121-1872/+0Star
* xfs: create xfs_bmap_util.[ch]Dave Chinner2013-08-121-0/+1
* xfs: reshuffle dir2 definitions around for userspaceDave Chinner2013-08-121-1/+2
* xfs: separate dquot on disk format definitions out of xfs_quota.hDave Chinner2013-08-121-1/+1
* xfs: Add pquota fields where gquota is used.Chandra Seetharaman2013-07-111-4/+9
* xfs: fix the symbolic link assert in xfs_ifreeMark Tinguely2013-06-191-12/+3Star
* xfs: fix rounding in xfs_free_file_spaceDave Chinner2013-05-201-2/+2
* xfs: split out symlink code into it's own file.Dave Chinner2013-04-211-476/+2Star
* xfs: take inode version into account in XFS_LITINOChristoph Hellwig2013-03-141-1/+1
* xfs: Remove boolean_t typedef completely.Thiago Farina2013-01-181-6/+6
* xfs: byte range granularity for XFS_IOC_ZERO_RANGEDave Chinner2012-11-291-21/+75
* xfs: make buffer read verication an IO completion functionDave Chinner2012-11-161-1/+1
* xfs: remove xfs_flushinval_pagesDave Chinner2012-11-141-6/+5Star
* xfs: remove xfs_flush_pagesDave Chinner2012-11-141-2/+5
* xfs: reverse the check on XFS_IOC_ZERO_RANGEAndrew Dahl2012-11-141-1/+1
* xfs: remove xfs_tosspagesDave Chinner2012-11-141-5/+25
* xfs: make xfs_free_eofblocks() non-static, return EAGAIN on trylock failureBrian Foster2012-11-081-3/+3
* xfs: create helper to check whether to free eofblocks on inodeBrian Foster2012-11-081-12/+7Star
* xfs: add EOFBLOCKS inode tagging/untaggingBrian Foster2012-11-081-0/+2
* xfs: remove xfs_iget.cDave Chinner2012-10-171-0/+1
* xfs: xfs_sync_data is redundant.Dave Chinner2012-10-171-1/+1
* xfs: avoid the iolock in xfs_free_eofblocks for evicted inodesChristoph Hellwig2012-07-291-14/+10Star
* xfs: do not take the iolock in xfs_inactiveChristoph Hellwig2012-07-291-17/+12Star
* xfs: remove xfs_inactive_attrsChristoph Hellwig2012-07-291-61/+36Star
* xfs: clean up xfs_inactiveChristoph Hellwig2012-07-291-128/+43Star
* xfs: make largest supported offset less shoutyDave Chinner2012-06-141-5/+5
* xfs: fix delalloc quota accounting on failureDave Chinner2012-05-211-1/+1
* xfs: make XBF_MAPPED the default behaviourDave Chinner2012-05-141-2/+1Star
* xfs: move xfs_get_extsz_hint() and kill xfs_rw.hDave Chinner2012-05-141-1/+0Star
* xfs: move xfsagino_t to xfs_types.hDave Chinner2012-05-141-1/+0Star
* 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-211-16/+0Star
* 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/+15Star
* xfs: remove xfs_itruncate_dataChristoph Hellwig2012-01-131-2/+15
* xfs: propagate umode_tAl Viro2012-01-041-2/+2
* xfs: Fix possible memory corruption in xfs_readlinkCarlos Maiolino2011-11-081-4/+10
* xfs: clean up xfs_ioerror_alertChristoph Hellwig2011-10-121-6/+5Star
* xfs: simplify xfs_trans_ijoin* againChristoph Hellwig2011-10-121-17/+17
* xfs: unlock the inode before log force in xfs_change_file_spaceChristoph Hellwig2011-10-121-8/+2Star
* xfs: rename xfs_bmapi to xfs_bmapi_writeDave Chinner2011-10-121-13/+6Star
* xfs: introduce xfs_bmapi_read()Dave Chinner2011-10-121-13/+11Star
* xfs: Check the return value of xfs_trans_get_buf()Chandra Seetharaman2011-10-121-1/+8
* xfs: remove i_iocountChristoph Hellwig2011-10-121-3/+1Star
* 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
|\