Commit Graph

1245 Commits (5b76dc066a4deb937665521566f89aead756f049)

Author SHA1 Message Date
David Chinner e1f49cf20c [XFS] replace dquot flush semaphore with a completion 17 years ago
David Chinner c63942d3ee [XFS] replace inode flush semaphore with a completion 17 years ago
David Chinner b4dd330b9e [XFS] replace the XFS buf iodone semaphore with a completion 17 years ago
David Chinner 12017faf38 [XFS] clean up stale references to semaphores 17 years ago
Harvey Harrison 597bca6378 [XFS] use get_unaligned_* helpers 17 years ago
Lachlan McIlroy d63f154a36 [XFS] Fix compile failure in xfs_buf_trace() 17 years ago
Christoph Hellwig 169d6227a7 [XFS] Use the same btree_cur union member for alloc and inobt trees. 17 years ago
Christoph Hellwig cdcf43335c [XFS] small cleanups in xfs_btree.c 17 years ago
Christoph Hellwig 41be8bed1f [XFS] sanitize xfs_initialize_vnode 17 years ago
Christoph Hellwig 5ec7f8c7d1 [XFS] kill bhv_vnode_t 17 years ago
Christoph Hellwig df80c933f9 [XFS] remove some easy bhv_vnode_t instances 17 years ago
Christoph Hellwig e1cccd917b [XFS] kill xfs_lock_dir_and_entry 17 years ago
Christoph Hellwig 1550d0b0b0 [XFS] kill INDUCE_IO_ERROR 17 years ago
Christoph Hellwig 907f49a8f5 [XFS] implement IHOLD/IRELE directly 17 years ago
Christoph Hellwig 0b1f917730 [XFS] remove remaining VN_HOLD calls 17 years ago
Christoph Hellwig 604323ca76 [XFS] remove spurious VN_HOLD/VN_RELE calls from xfs_acl.c 17 years ago
Christoph Hellwig 863890cd90 [XFS] kill vn_to_inode 17 years ago
Christoph Hellwig a19d033cd2 [XFS] Remove vn_from_inode() 17 years ago
Eric Sandeen 39dab9d7da [XFS] remove shouting-indirection macros from xfs_trans.h 17 years ago
Eric Sandeen db7a2c71d2 [XFS] convert xfs to use ERR_CAST 17 years ago
Eric Sandeen cdeb380aa2 [XFS] remove INT_GET and friends 17 years ago
Niv Sardi 322ff6b8cd [XFS] Move xfs_attr_rolltrans to xfs_trans_roll 17 years ago
Christoph Hellwig a738159df2 [XFS] don't leak m_fsname/m_rtname/m_logname 17 years ago
Niv Sardi 5e9da7b7a1 [XFS] Move attr log alloc size calculator to another function. 17 years ago
David Chinner 6785073ba1 [XFS] Use KM_NOFS for incore inode extent tree allocation V2 17 years ago
David Chinner e6064d30c3 [XFS] XFS: Kill xfs_vtoi() 17 years ago
David Chinner e4f7529108 [XFS] Kill shouty XFS_ITOV() macro 17 years ago
David Chinner 705db4a24e [XFS] kill shouty XFS_ITOV_NULL macro 17 years ago
David Chinner 0165164625 [XFS] Avoid directly referencing the VFS inode. 17 years ago
Lachlan McIlroy 3790689fa3 [XFS] Do not access buffers after dropping reference count 17 years ago
David Chinner 79071eb0b2 [XFS] Use the generic bitops rather than implementing them ourselves. 17 years ago
Nick Piggin ca5de404ff fs: rename buffer trylock 17 years ago
Nick Piggin 529ae9aaa0 mm: rename page trylock 17 years ago
Christoph Hellwig f13fae2d2a [XFS] Remove vn_revalidate calls in xfs. 17 years ago
Christoph Hellwig 0f285c8a1c [XFS] Now that xfs_setattr is only used for attributes set from ->setattr 17 years ago
Christoph Hellwig 25fe55e814 [XFS] xfs_setattr currently doesn't just handle the attributes set through 17 years ago
Lachlan McIlroy c032bfcf46 [XFS] fix use after free with external logs or real-time devices 17 years ago
Tim Shimmin 6a617dd22b [XFS] A bug was found in xfs_bmap_add_extent_unwritten_real(). In a 17 years ago
Christoph Hellwig 766b0925c0 [XFS] fix compilation without CONFIG_PROC_FS 17 years ago
Christoph Hellwig 26cc002180 [XFS] s/XFS_PURGE_INODE/IRELE/g s/VN_HOLD(XFS_ITOV())/IHOLD()/ 17 years ago
Christoph Hellwig 62a877e35d [XFS] fix mount option parsing in remount 17 years ago
Eric Sandeen deeb5912db [XFS] Disable queue flag test in barrier check. 17 years ago
Christoph Hellwig 9f8868ffb3 [XFS] streamline init/exit path 17 years ago
Tim Shimmin 136f8f21b6 [XFS] Fix up problem when CONFIG_XFS_POSIX_ACL is not set and yet we still 17 years ago
Lachlan McIlroy 2edbddd5f4 [XFS] Don't assert if trying to mount with blocksize > pagesize 17 years ago
Christoph Hellwig 8f8670bb1c [XFS] Don't update mtime on rename source 17 years ago
Lachlan McIlroy 313b5c767a [XFS] Allow xfs_bmbt_split() to fallback to the lowspace allocator 17 years ago
Lachlan McIlroy b877e3d37d [XFS] Restore the lowspace extent allocator algorithm 17 years ago
Lachlan McIlroy 4ddd8bb1d2 [XFS] use minleft when allocating in xfs_bmbt_split() 17 years ago
Christoph Hellwig e182f57ac0 [XFS] attrmulti cleanup 17 years ago