summaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2008-08-13[XFS] Use the same btree_cur union member for alloc and inobt trees.Christoph Hellwig3-30/+26
2008-08-13[XFS] small cleanups in xfs_btree.cChristoph Hellwig1-57/+30
2008-08-13[XFS] sanitize xfs_initialize_vnodeChristoph Hellwig6-126/+111
2008-08-13[XFS] kill bhv_vnode_tChristoph Hellwig11-38/+36
2008-08-13[XFS] remove some easy bhv_vnode_t instancesChristoph Hellwig6-37/+17
2008-08-13[XFS] kill xfs_lock_dir_and_entryChristoph Hellwig3-133/+44
2008-08-13[XFS] kill INDUCE_IO_ERRORChristoph Hellwig3-15/+4
2008-08-13[XFS] implement IHOLD/IRELE directlyChristoph Hellwig3-37/+12
2008-08-13[XFS] remove remaining VN_HOLD callsChristoph Hellwig3-9/+5
2008-08-13[XFS] remove spurious VN_HOLD/VN_RELE calls from xfs_acl.cChristoph Hellwig1-6/+0
2008-08-13[XFS] kill vn_to_inodeChristoph Hellwig5-28/+18
2008-08-13[XFS] Remove vn_from_inode()Christoph Hellwig2-7/+2
2008-08-13[XFS] remove shouting-indirection macros from xfs_trans.hEric Sandeen5-59/+48
2008-08-13[XFS] convert xfs to use ERR_CASTEric Sandeen1-2/+2
2008-08-13[XFS] remove INT_GET and friendsEric Sandeen1-68/+0
2008-08-13[XFS] Move xfs_attr_rolltrans to xfs_trans_rollNiv Sardi5-79/+92
2008-08-13[XFS] don't leak m_fsname/m_rtname/m_lognameChristoph Hellwig2-17/+41
2008-08-13[XFS] Move attr log alloc size calculator to another function.Niv Sardi2-32/+49
2008-08-13[XFS] Use KM_NOFS for incore inode extent tree allocation V2David Chinner1-9/+7
2008-08-13[XFS] XFS: Kill xfs_vtoi()David Chinner4-17/+11
2008-08-13[XFS] Kill shouty XFS_ITOV() macroDavid Chinner13-24/+23
2008-08-13[XFS] kill shouty XFS_ITOV_NULL macroDavid Chinner6-7/+6
2008-08-13[XFS] Avoid directly referencing the VFS inode.David Chinner9-30/+41
2008-08-13[XFS] Do not access buffers after dropping reference countLachlan McIlroy1-5/+1
2008-08-13[XFS] Use the generic bitops rather than implementing them ourselves.David Chinner3-119/+37
2008-08-04fs: rename buffer trylockNick Piggin1-1/+1
2008-08-04mm: rename page trylockNick Piggin1-2/+2
2008-07-28[XFS] Remove vn_revalidate calls in xfs.Christoph Hellwig6-73/+39
2008-07-28[XFS] Now that xfs_setattr is only used for attributes set from ->setattrChristoph Hellwig7-231/+102
2008-07-28[XFS] xfs_setattr currently doesn't just handle the attributes set throughChristoph Hellwig3-212/+311
2008-07-28[XFS] fix use after free with external logs or real-time devicesLachlan McIlroy1-2/+4
2008-07-28[XFS] A bug was found in xfs_bmap_add_extent_unwritten_real(). In aTim Shimmin1-2/+2
2008-07-28[XFS] fix compilation without CONFIG_PROC_FSChristoph Hellwig1-3/+4
2008-07-28[XFS] s/XFS_PURGE_INODE/IRELE/g s/VN_HOLD(XFS_ITOV())/IHOLD()/Christoph Hellwig3-10/+7
2008-07-28[XFS] fix mount option parsing in remountChristoph Hellwig1-18/+54
2008-07-28[XFS] Disable queue flag test in barrier check.Eric Sandeen1-8/+0
2008-07-28[XFS] streamline init/exit pathChristoph Hellwig14-221/+318
2008-07-28[XFS] Fix up problem when CONFIG_XFS_POSIX_ACL is not set and yet we stillTim Shimmin1-2/+2
2008-07-28[XFS] Don't assert if trying to mount with blocksize > pagesizeLachlan McIlroy1-13/+13
2008-07-28[XFS] Don't update mtime on rename sourceChristoph Hellwig1-13/+9
2008-07-28[XFS] Allow xfs_bmbt_split() to fallback to the lowspace allocatorLachlan McIlroy1-0/+15
2008-07-28[XFS] Restore the lowspace extent allocator algorithmLachlan McIlroy2-3/+18
2008-07-28[XFS] use minleft when allocating in xfs_bmbt_split()Lachlan McIlroy2-1/+24
2008-07-28[XFS] attrmulti cleanupChristoph Hellwig3-17/+4
2008-07-28[XFS] Check for invalid flags in xfs_attrlist_by_handle.Christoph Hellwig1-0/+6
2008-07-28[XFS] Fix CI lookup in leaf-form directoriesBarry Naujok1-24/+25
2008-07-28[XFS] Use the generic xattr methods.Lachlan McIlroy1-0/+333
2008-07-28[XFS] Always reset btree cursor after an insertLachlan McIlroy2-37/+14
2008-07-28[XFS] Convert ASSERTs to XFS_WANT_CORRUPTED_GOTOsLachlan McIlroy1-50/+51
2008-07-28[XFS] Fix returning case-preserved name with CI node form directoriesBarry Naujok1-26/+43