aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_vnodeops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-19[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
2008-07-28[XFS] Remove vn_revalidate calls in xfs.Christoph Hellwig1-0/+9
2008-07-28[XFS] Now that xfs_setattr is only used for attributes set from ->setattrChristoph Hellwig1-99/+73
2008-07-28[XFS] xfs_setattr currently doesn't just handle the attributes set throughChristoph Hellwig1-161/+8
2008-07-28[XFS] Merge xfs_rmdir into xfs_removeChristoph Hellwig1-240/+84
2008-07-28[XFS] make inode reclaim wait for log I/O to completeLachlan McIlroy1-22/+8
2008-07-28[XFS] Return case-insensitive match for dentry cacheBarry Naujok1-5/+14
2008-07-28[XFS] kill xfs_igrow_start and xfs_igrow_finishChristoph Hellwig1-3/+12
2008-05-23[XFS] Fix fsync() b0rkage.David Chinner1-70/+42
2008-04-29[XFS] kill usesless IHOLD calls in xfs_remove and xfs_rmdirChristoph Hellwig1-59/+4
2008-04-29[XFS] kill parent == child checks in xfs_remove and xfs_rmdirChristoph Hellwig1-19/+6
2008-04-29[XFS] remove manual lookup from xfs_rename and simplify lockingChristoph Hellwig1-10/+4
2008-04-29[XFS] shrink mrlock_tChristoph Hellwig1-2/+2
2008-04-29[XFS] simplify xfs_lookupChristoph Hellwig1-7/+15
2008-04-29[XFS] xfs_rename: pass resblks to xfs_dir_removenameChristoph Hellwig1-1/+1
2008-04-29[XFS] kill xfs_getattrChristoph Hellwig1-126/+0
2008-04-29[XFS] Remove VN_IS* macros and related cruft.Christoph Hellwig1-16/+4
2008-04-18[XFS] Don't allow silent errors in xfs_inactive().David Chinner1-4/+11
2008-04-18[XFS] Ensure errors from xfs_bdstrat() are correctly checked.David Chinner1-2/+4
2008-04-18[XFS] remove bhv_vname_t and xfs_rename codeBarry Naujok1-69/+52
2008-04-18[XFS] Propagate errors from xfs_trans_commit().David Chinner1-13/+15
2008-04-18[XFS] Don't validate symlink target component lengthChristoph Hellwig1-25/+0
2008-04-18[XFS] cleanup vnode use in xfs_lookupChristoph Hellwig1-2/+2
2008-04-18[XFS] cleanup vnode use in xfs_symlink and xfs_renameChristoph Hellwig1-11/+5