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