aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_rename.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-12xfs: consolidate xfs_rename.cDave Chinner1-347/+0
2013-08-12xfs: kill xfs_vnodeops.[ch]Dave Chinner1-1/+0
2013-08-12xfs: create xfs_bmap_util.[ch]Dave Chinner1-0/+1
2013-08-12xfs: reshuffle dir2 definitions around for userspaceDave Chinner1-1/+2
2013-08-12xfs: separate dquot on disk format definitions out of xfs_quota.hDave Chinner1-1/+1
2012-05-14xfs: move xfsagino_t to xfs_types.hDave Chinner1-1/+0
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro1-11/+0
2011-10-11xfs: simplify xfs_trans_ijoin* againChristoph Hellwig1-4/+4
2011-07-26xfs: get rid of open-coded S_ISREG(), etc.Al Viro1-2/+2
2010-12-09xfs: log timestamp changes to the source inode in renameChristoph Hellwig1-0/+1
2010-10-18xfs: Extend project quotas to support 32bit project idsArkadiusz Mi?kiewicz1-1/+1
2010-10-18xfs: don't use vfs writeback for pure metadata modificationsDave Chinner1-4/+8
2010-07-26xfs: split xfs_itrace_entryChristoph Hellwig1-2/+1
2010-07-26xfs: simplify inode to transaction joiningChristoph Hellwig1-19/+7
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig1-2/+0
2010-07-26xfs: drop dmapi hooksChristoph Hellwig1-29/+3
2009-12-14xfs: event tracing supportChristoph Hellwig1-0/+1
2009-06-08xfs: kill xfs_qmopsChristoph Hellwig1-1/+2
2009-01-16[XFS] Remove the rest of the macro-to-function indirections.Eric Sandeen1-1/+1
2008-12-11[XFS] simplify projid check in xfs_renameChristoph Hellwig1-38/+11
2008-12-05[XFS] Fix hang after disallowed rename across directory quota domainsDave Chinner1-1/+1
2008-12-01[XFS] remove i_gen from incore inodeDave Chinner1-10/+2
2008-07-28[XFS] Don't update mtime on rename sourceChristoph Hellwig1-13/+9
2008-04-29[XFS] kill usesless IHOLD calls in xfs_renameChristoph Hellwig1-65/+10
2008-04-29[XFS] remove manual lookup from xfs_rename and simplify lockingChristoph Hellwig1-140/+45
2008-04-18[XFS] remove bhv_vname_t and xfs_rename codeBarry Naujok1-53/+29
2008-04-18[XFS] cleanup vnode use in xfs_symlink and xfs_renameChristoph Hellwig1-15/+5
2008-04-18[XFS] cleanup vnode use in dmapi callsChristoph Hellwig1-4/+4
2008-04-18[XFS] kill xfs_get_dir_entryChristoph Hellwig1-8/+4
2008-04-18[XFS] Remove the xfs_refcacheDonald Douwsma1-4/+1
2008-02-07[XFS] Fix up sparse warnings.David Chinner1-0/+1
2008-02-07[XFS] clean up vnode/inode tracingLachlan McIlroy1-4/+4
2007-10-16[XFS] move v_trace from bhv_vnode to xfs_inodeChristoph Hellwig1-2/+2
2007-10-16[XFS] call common xfs vnode-level helpers directly and remove vnode operationsChristoph Hellwig1-4/+1
2007-10-15[XFS] decontaminate vnode operations from behavior detailsChristoph Hellwig1-12/+6
2007-10-15[XFS] Radix tree based inode cachingDavid Chinner1-0/+1
2007-10-15[XFS] remove unessecary vfs argument to DM_EVENT_ENABLEDChristoph Hellwig1-6/+4
2007-05-08[XFS] The last argument "lsn" of xfs_trans_commit() is always called withEric Sandeen1-1/+1
2007-02-10[XFS] Remove unused argument to xfs_bmap_finishEric Sandeen1-1/+1
2006-06-20[XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott1-35/+19
2006-06-09[XFS] Resolve a namespace collision on remaining vtypes for FreeBSDNathan Scott1-4/+4
2006-06-09[XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.Nathan Scott1-3/+3
2006-05-08[XFS] Fix a project quota space accounting leak on rename.Nathan Scott1-0/+12
2006-01-11[XFS] add helper to get xfs_inode from vnodeChristoph Hellwig1-5/+2
2005-11-02[XFS] Update license/copyright notices to match the prefered SGINathan Scott1-25/+11
2005-11-02[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Nathan Scott1-6/+5
2005-11-02[XFS] Remove a null CELL macro and its one caller, not useful to anyone.Nathan Scott1-2/+0
2005-06-21[XFS] Remove dead code. Patch from Adrian BunkChristoph Hellwig1-18/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+673