1. f541d27 [XFS] move freeing the mount structure from xfs_mount_free into the callers by Christoph Hellwig · 17 years ago
  2. b677c21 [XFS] move v_iocount from bhv_vnode to xfs_inode by Christoph Hellwig · 17 years ago
  3. 739bfb2 [XFS] call common xfs vnode-level helpers directly and remove vnode operations by Christoph Hellwig · 17 years ago
  4. b93bd20 [XFS] do not have XFSMNT_IDELETE as default when mounted with XFSMNT_DMAPI by Vlad Apostolov · 17 years ago
  5. da353b0 [XFS] Radix tree based inode caching by David Chinner · 17 years ago
  6. 948c6d4f [XFS] optimize dmapi event tests w/o dmapi config by Eric Sandeen · 17 years ago
  7. 49ee6c9 [XFS] Fix a potential NULL pointer deref in XFS on failed mount. by Jesper Juhl · 17 years ago
  8. dcb3b83 [XFS] clean up xfs_start_flags by Eric Sandeen · 17 years ago
  9. 2a82b8b [XFS] Concurrent Multi-File Data Streams by David Chinner · 17 years ago
  10. 516b2e7 [XFS] Fix remount,readonly path to flush everything correctly. by David Chinner · 17 years ago
  11. 92821e2 [XFS] Lazy Superblock Counters by David Chinner · 17 years ago
  12. 40095b6 [XFS] Sleeping with the ilock waiting for I/O completion is Bad. by David Chinner · 17 years ago
  13. f7c66ce [XFS] Add lockdep support for XFS by Lachlan McIlroy · 17 years ago
  14. d3cf209 [XFS] propogate return codes from flush routines by Lachlan McIlroy · 17 years ago
  15. 1c72bf9 [XFS] The last argument "lsn" of xfs_trans_commit() is always called with NULL. by Eric Sandeen · 17 years ago
  16. 3c0dc77 [XFS] Make freeze code a little cleaner. by David Chinner · 18 years ago
  17. 2823945 [XFS] Ensure a frozen filesystem has a clean log before writing the dummy by David Chinner · 18 years ago
  18. dbcabad [XFS] Fix block reservation mechanism. by David Chinner · 18 years ago
  19. 1f9b3b6 [XFS] remove unused xflags parameter from sync routines by Lachlan McIlroy · 18 years ago
  20. 215101c [XFS] Fix kmem_zalloc_greedy warnings on 64 bit platforms. by Nathan Scott · 18 years ago
  21. 4be536d [XFS] Prevent free space oversubscription and xfssyncd looping. by David Chinner · 18 years ago
  22. b2ea401 [XFS] Fix a barrier related forced shutdown on mounts with quota enabled. by Nathan Scott · 18 years ago
  23. f6c2d1f [XFS] Remove version 1 directory code. Never functioned on Linux, just by Nathan Scott · 18 years ago
  24. b190f11 [XFS] Fix broken const use inside local suffix_strtoul routine. by Nathan Scott · 18 years ago
  25. 8285fb5 [XFS] Resolve a namespace collision on remaining vtypes for FreeBSD porters. by Nathan Scott · 18 years ago
  26. 67fcaa7 [XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters. by Nathan Scott · 18 years ago
  27. b83bd13 [XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters. by Nathan Scott · 18 years ago
  28. b657452 [XFS] Portability changes: remove prdev, stick to one diagnostic interface. by Nathan Scott · 18 years ago
  29. d08d389 [XFS] Fix a possible forced shutdown due to mishandling write barriers by Nathan Scott · 18 years ago
  30. 3bbcc8e [XFS] Reenable write barriers by default. by Nathan Scott · 18 years ago
  31. 764d1f8 [XFS] Implement the silent parameter to fill_super, previously ignored. by Nathan Scott · 18 years ago
  32. c41564b [XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing all by Nathan Scott · 18 years ago
  33. e15f195 [XFS] Reenable the noikeep (delete inode cluster space) option by default. by Nathan Scott · 18 years ago
  34. 3758dee [XFS] Fixup naming inconsistencies found by Pekka Enberg and one from Jan by Nathan Scott · 18 years ago
  35. b12dd34 [XFS] Fix an infinite loop issue in bulkstat when a corrupt inode is by Nathan Scott · 18 years ago
  36. 8758280 [XFS] Cleanup the use of zones/slabs, more consistent and allows flags to by Nathan Scott · 18 years ago
  37. 8d280b9 [XFS] On machines with more than 8 cpus, when running parallel I/O by David Chinner · 18 years ago
  38. 9f4cbec [XFS] XFS propagates MS_NOATIME through two levels internally but doesn't by Nathan Scott · 18 years ago
  39. c2cd255 [XFS] Fix v2 log bufsize reporting in /proc/mounts. by Nathan Scott · 19 years ago
  40. b04ed21 [XFS] Disable write barriers for now till intermittent IO errors are understood. by Nathan Scott · 19 years ago
  41. 13059ff [XFS] Reverse the sense of COMPAT_ATTR and ATTR2, keeps it simple and by Nathan Scott · 19 years ago
  42. e13a73f [XFS] Write log dummy record when freezing filesystem by Christoph Hellwig · 19 years ago
  43. c7d437d [XFS] do barrier checks earlier. quota initialization may write to the by Christoph Hellwig · 19 years ago
  44. 70a061f [XFS] Fix typo from when enabling write barriers by default, flags botch by Nathan Scott · 19 years ago
  45. 4ef19dd [XFS] enable write barriers by default by Christoph Hellwig · 19 years ago
  46. 05db218 [XFS] Fix an inode32 regression - if no options are presented, must still by Nathan Scott · 19 years ago
  47. cfcbbbd [XFS] Remove old, broken nolog-mode code - noone plans to ever fix it. by Nathan Scott · 19 years ago
  48. c11e2c3 [XFS] Rework fid encode/decode wrt 64 bit inums interacting with NFS. by Nathan Scott · 19 years ago
  49. e718eeb4 [XFS] Rework the final mount options flag bit to make room for more. by Nathan Scott · 19 years ago
  50. 8a319ae [XFS] Disable attr2 by default, until a more appropriate time to enable it. by Nathan Scott · 19 years ago
  51. fa7e7d7 [XFS] Show additional mount options in /proc/mounts, fix up some debug code. by Nathan Scott · 19 years ago
  52. 7b71876 [XFS] Update license/copyright notices to match the prefered SGI boilerplate. by Nathan Scott · 19 years ago
  53. a844f45 [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot. by Nathan Scott · 19 years ago
  54. fc1f8c1 [XFS] Track external log/realtime device names for correct reporting in by Nathan Scott · 19 years ago
  55. d8cc890 [XFS] Ondisk format extension for extended attributes (attr2). Basically, by Nathan Scott · 19 years ago
  56. e8c8b3a [XFS] Introduce two new mount options (nolargeio/largeio) to allow by David Chinner · 19 years ago
  57. ee34807 [XFS] Provide a mechiansm for flushing delalloc before quota reporting. by Nathan Scott · 19 years ago
  58. f538d4d [XFS] write barrier support Issue all log sync operations as ordered by Christoph Hellwig · 19 years ago
  59. cde410a [XFS] Sort out some cosmetic differences between XFS trees. by Nathan Scott · 19 years ago
  60. e69a333 [XFS] Add in grpid/nogrpid mount option parsing, actual code was always there.. by Nathan Scott · 19 years ago
  61. cdb6268 [XFS] replace vn_get usage by ihold by Christoph Hellwig · 19 years ago
  62. f898d6c [XFS] quiesce the filesystem proper when freezing by Christoph Hellwig · 19 years ago
  63. c8ad20f [XFS] Add support for project quota, based on Dan Knappes earlier work. by Nathan Scott · 19 years ago
  64. ba0f32d [XFS] mark various symbols static Patch from Adrian Bunk by Christoph Hellwig · 19 years ago
  65. 1f443ad [XFS] Allow initial XFS delayed allocation size to be increased beyond 64KB. by Nathan Scott · 19 years ago
  66. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago