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