- 6d1337b [XFS] xfs_bmap_compute_maxlevels should be based on di_forkoff by Tim Shimmin · 17 years ago
- c2b1cba [XFS] xfs_bmap_adjacent() never returns an error. by David Chinner · 17 years ago
- 34a622b [XFS] replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
- 2abdb8c [XFS] Prevent xfs_bmap_check_leaf_extents() referencing unmapped memory. by Lachlan McIlroy · 17 years ago
- 5f90150 [XFS] cleanup vnode use in xfs_bmap.c by Christoph Hellwig · 17 years ago
- bc4ac74 [XFS] cleanup vnode use in dmapi calls by Christoph Hellwig · 17 years ago
- e12070a [XFS] actually check error returned by xfs_flush_pages, clean up and by Niv Sardi · 17 years ago
- 6211870 [XFS] remove shouting-indirection macros from xfs_sb.h by Eric Sandeen · 17 years ago
- e6a4b37 [XFS] Remove the BPCSHIFT and NB* based macros from XFS. by Tim Shimmin · 17 years ago
- 71ddabb [XFS] optimize XFS_IS_REALTIME_INODE w/o realtime config by Eric Sandeen · 17 years ago
- a8272ce [XFS] Fix up sparse warnings. by David Chinner · 17 years ago
- 3685c2a [XFS] Unwrap XFS_SB_LOCK. by Eric Sandeen · 17 years ago
- 739bfb2 [XFS] call common xfs vnode-level helpers directly and remove vnode operations by Christoph Hellwig · 17 years ago
- 993386c [XFS] decontaminate vnode operations from behavior details by Christoph Hellwig · 17 years ago
- eb9df39 [XFS] remove unessecary vfs argument to DM_EVENT_ENABLED by Christoph Hellwig · 17 years ago
- cd8b0a9 [XFS] endianess annotations for xfs_bmbt_rec_t by Christoph Hellwig · 17 years ago
- a6f64d4 [XFS] split ondisk vs incore versions of xfs_bmbt_rec_t by Christoph Hellwig · 17 years ago
- 3bacbcd [XFS] hole not shown when file is created with resvsp by Vlad Apostolov · 17 years ago
- 3a59c94 [XFS] Clean up function name handling in tracing code by Eric Sandeen · 17 years ago
- 2a82b8b [XFS] Concurrent Multi-File Data Streams by David Chinner · 17 years ago
- 0892ccd [XFS] Use uninitialized_var macro to stop warning about rtx by Andrew Morton · 17 years ago
- 957d0eb [XFS] Cleanup inode extent size hint extraction by David Chinner · 17 years ago
- 4e5ae83 [XFS] xfs_bmapi fails to update the previous extent pointer by David Chinner · 17 years ago
- ba87ea6 [XFS] Fix to prevent the notorious 'NULL files' problem after a crash. by Lachlan McIlroy · 18 years ago
- e9ed9d2 [XFS] remove more misc. unused args by Eric Sandeen · 18 years ago
- 1c72bf9 [XFS] The last argument "lsn" of xfs_trans_commit() is always called with NULL. by Eric Sandeen · 18 years ago
- 6be145b [XFS] Remove a bunch of unused functions from XFS. by Eric Sandeen · 18 years ago
- 2c36dde [XFS] Remove unused arguments from the XFS_BTREE_*_ADDR macros. by Eric Sandeen · 18 years ago
- f7c99b6 [XFS] Remove unused argument to xfs_bmap_finish by Eric Sandeen · 18 years ago
- 20f4ebf [XFS] Make growfs work for amounts greater than 2TB by David Chinner · 18 years ago
- e5889e9 [XFS] Fix attr2 corruption with btree data extents by Barry Naujok · 18 years ago
- d213371 [XFS] Fix uninitialized br_state and br_startoff in by Lachlan McIlroy · 18 years ago
- 572d95f [XFS] Improve error handling for the zero-fsblock extent detection code. by Nathan Scott · 18 years ago
- 8801bb9 [XFS] endianess annotations for xfs_bmbt_key Trivial as there are no by Christoph Hellwig · 18 years ago
- 576039c [XFS] endianess annotate XFS_BMAP_BROOT_PTR_ADDR Make sure it returns a by Christoph Hellwig · 18 years ago
- b113bcb [XFS] add xfs_btree_check_lptr_disk variant which handles endian conversion by Christoph Hellwig · 18 years ago
- 7288026 [XFS] Fix char size overflow in bmap_alloc call for unwritten extent conversion. by Adrian Bunk · 18 years ago
- f6c2d1f [XFS] Remove version 1 directory code. Never functioned on Linux, just by Nathan Scott · 18 years ago
- 6fe90e6 [XFS] Remove an incorrect use of unlikely() on a relatively likely code path. by Nathan Scott · 18 years ago
- 67fcaa7 [XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters. by Nathan Scott · 18 years ago
- 7d04a33 [XFS] Shutdown the filesystem if all device paths have gone. Made by Nathan Scott · 18 years ago
- d210a28 [XFS] In actual allocation of file system blocks and freeing extents, the by Yingping Lu · 18 years ago
- 3e57ecf [XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them report by Olaf Weber · 18 years ago
- 9a2a7de [XFS] Make project quota enforcement return an error code consistent with by Nathan Scott · 19 years ago
- 0b7e56a [XFS] Remove unused/obsoleted function: xfs_bmap_do_search_extents() by Mandy Kirkconnell · 19 years ago
- 8867bc9 [XFS] There are a few problems with the new by Mandy Kirkconnell · 19 years ago
- f020b67 [XFS] Fix assert to check that in-core extents are inline only. by Mandy Kirkconnell · 19 years ago
- a365bdd [XFS] Reduce stack usage within xfs_bmapi by rearranging some code, by Nathan Scott · 19 years ago
- 39269e2 [XFS] Reduce xfs_bmapi stack use by removing some local state variables, by Nathan Scott · 19 years ago
- 0293ce3 [XFS] 929045 567344 This mod introduces multi-level in-core file extent by Mandy Kirkconnell · 19 years ago
- 4eea22f [XFS] 929045 567344 This mod re-organizes some of the in-core file extent by Mandy Kirkconnell · 19 years ago
- 3762ec6 [XFS] Merge in trivial changes, sync up headers with userspace equivalents. by Nathan Scott · 19 years ago
- 3ddb8fa [XFS] Sort out cosmetic differences between user and kernel copies of some by Nathan Scott · 19 years ago
- 13059ff [XFS] Reverse the sense of COMPAT_ATTR and ATTR2, keeps it simple and by Nathan Scott · 19 years ago
- dd9f438 [XFS] Implement the di_extsize allocator hint for non-realtime files as by Nathan Scott · 19 years ago
- 16259e7 [XFS] Endianess annotations for various allocator data structures by Christoph Hellwig · 19 years ago
- 91e1108 [XFS] Fixing size report discrepancy between ls and du caused by xfs_fsr by Yingping Lu · 19 years ago
- 9af0a70 [XFS] Fixed a bug in reporting extent list for attribute fork running by Yingping Lu · 19 years ago
- da087ba [XFS] Fix up a 32/64 local flags variable issue when enabling attr2 mode. by Nathan Scott · 19 years ago
- 7b71876 [XFS] Update license/copyright notices to match the prefered SGI boilerplate. by Nathan Scott · 19 years ago
- a844f45 [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot. by Nathan Scott · 19 years ago
- d8cc890 [XFS] Ondisk format extension for extended attributes (attr2). Basically, by Nathan Scott · 19 years ago
- da1650a [XFS] Add format checking to cmn_err and icmn_err by Christoph Hellwig · 19 years ago
- 3bdbfb1 [XFS] Prevent the incore superblock sb_fdblocks count from leaking when we by David Chinner · 19 years ago
- 06d10dd [XFS] Merge fixes into realtime quota code, since one/two reported, still by Nathan Scott · 19 years ago
- ba0f32d [XFS] mark various symbols static Patch from Adrian Bunk by Christoph Hellwig · 19 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago