aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_vnodeops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-08-09xfs: new truncate sequenceChristoph Hellwig1-18/+20
2010-07-26xfs: fix unsigned underflow in xfs_free_eofblocksKulikov Vasiliy1-2/+2
2010-07-26xfs: split xfs_itrace_entryChristoph Hellwig1-15/+9
2010-07-26xfs: remove unused delta tracking code in xfs_bmapiChristoph Hellwig1-10/+10
2010-07-26xfs: simplify inode to transaction joiningChristoph Hellwig1-50/+19
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig1-4/+0
2010-07-26xfs: drop dmapi hooksChristoph Hellwig1-157/+15
2010-06-24xfs: remove block number from inode lookup codeDave Chinner1-1/+1
2010-05-28xfs: Check new inode size is OK before preallocatingDave Chinner1-1/+1
2010-03-01xfs: remove wrapper for the fsync file operationChristoph Hellwig1-107/+0
2010-02-12xfs: optimize log flushing in xfs_fsyncChristoph Hellwig1-2/+8
2010-02-02xfs: remove invalid barrier optimization from xfs_fsyncChristoph Hellwig1-10/+2
2010-01-21xfs: cleanup up xfs_log_force calling conventionsChristoph Hellwig1-3/+2
2010-01-21xfs: remove duplicate buffer flagsChristoph Hellwig1-2/+2
2010-01-20xfs: convert DM ops to use unsigned char namesDave Chinner1-2/+4
2010-01-10xfs: fix timestamp handling in xfs_setattrChristoph Hellwig1-54/+39
2009-12-14xfs: event tracing supportChristoph Hellwig1-7/+1
2009-12-11xfs: simplify xfs_buf_get / xfs_buf_read interfacesChristoph Hellwig1-3/+2
2009-12-11xfs: fix mmap_sem/iolock inversion in xfs_free_eofblocksChristoph Hellwig1-8/+26
2009-12-11xfs: simplify inode teardownChristoph Hellwig1-40/+0
2009-10-08xfs: implement ->dirty_inode to fix timestamp handlingChristoph Hellwig1-6/+0
2009-09-09xfs: use correct log reservation when handling ENOSPC in xfs_createChristoph Hellwig1-2/+2
2009-09-01xfs: merge fsync and O_SYNC handlingChristoph Hellwig1-8/+3
2009-08-31xfs: add more statics & drop some unused functionsEric Sandeen1-1/+1
2009-08-12xfs: switch to NOFS allocation under i_lock in xfs_readlink_bmapChristoph Hellwig1-1/+3
2009-06-10xfs: use generic Posix ACL codeChristoph Hellwig1-1/+14
2009-06-08xfs: kill xfs_qmopsChristoph Hellwig1-48/+51
2009-04-06xfs: flush delayed allcoation blocks on ENOSPC in createDave Chinner1-0/+7
2009-03-29xfs: fix various typosMalcolm Parsons1-1/+1
2009-03-16xfs: kill VN_BADChristoph Hellwig1-2/+2
2009-02-09xfs: merge xfs_mkdir into xfs_createChristoph Hellwig1-268/+83
2009-02-04xfs: merge xfs_inode_flush into xfs_fs_write_inodeChristoph Hellwig1-45/+0
2009-02-04xfs: tiny cleanup for xfs_linkChristoph Hellwig1-2/+4
2009-01-16[XFS] Remove the rest of the macro-to-function indirections.Eric Sandeen1-10/+10
2008-12-11[XFS] use inode_change_ok for setattr permission checkingChristoph Hellwig1-113/+36
2008-12-05[XFS] Check return value of xfs_buf_get_noaddr()Lachlan McIlroy1-0/+2
2008-12-04move vn_iowait / vn_iowake into xfs_aops.cChristoph Hellwig1-3/+4
2008-12-01[XFS] remove i_gen from incore inodeDave Chinner1-27/+2
2008-12-01[XFS] fix error inversion problems with data flushingDave Chinner1-1/+1
2008-12-01[XFS] wire up ->open for directoriesChristoph Hellwig1-22/+0
2008-11-17[XFS] Fix double free of log ticketsDave Chinner1-0/+6
2008-10-30[XFS] remove restricted chown parameter from xfs linuxTim Shimmin1-11/+2
2008-10-30[XFS] kill sys_credChristoph Hellwig1-4/+2