aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_vnodeops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-10-30[XFS] Trivial xfs_remove comment fixupChristoph Hellwig1-2/+2
2008-10-30[XFS] kill deleted inodes listDavid Chinner1-11/+1
2008-10-30[XFS] mark inodes for reclaim via a tag in the inode radix treeDavid Chinner1-0/+1
2008-10-30[XFS] rename inode reclaim functionsDavid Chinner1-1/+1
2008-10-30[XFS] move inode reclaim functions to xfs_sync.cDavid Chinner1-90/+0
2008-10-30[XFS] Combine the XFS and Linux inodesDavid Chinner1-10/+3
2008-10-30[XFS] Remove xfs_iflush_all and clean up xfs_finish_reclaim_all()David Chinner1-24/+18
2008-09-17[XFS] Don't do I/O beyond eof when unreserving spaceLachlan McIlroy1-0/+18
2008-09-17[XFS] Prevent lockdep false positives when locking two inodes.David Chinner1-0/+8
2008-08-14CRED: Introduce credential access wrappersDavid Howells1-4/+4
2008-08-13[XFS] update timestamp in xfs_ialloc manuallyChristoph Hellwig1-1/+0
2008-08-13[XFS] kill bhv_vnode_tChristoph Hellwig1-1/+1
2008-08-13[XFS] remove some easy bhv_vnode_t instancesChristoph Hellwig1-13/+8
2008-08-13[XFS] kill xfs_lock_dir_and_entryChristoph Hellwig1-121/+41
2008-08-13[XFS] kill vn_to_inodeChristoph Hellwig1-2/+2
2008-08-13[XFS] Kill shouty XFS_ITOV() macroDavid Chinner1-6/+6
2008-08-13[XFS] kill shouty XFS_ITOV_NULL macroDavid Chinner1-1/+1