1. 39e2def reduce l_icloglock roundtrips by Christoph Hellwig · 16 years ago
  2. b28708d [XFS] sanitize xlog_in_core_t definition by Christoph Hellwig · 16 years ago
  3. bac8dca [XFS] fix NULL pointer dereference in xfs_log_force_umount by Christoph Hellwig · 16 years ago
  4. cc09c0d [XFS] Fix double free of log tickets by Dave Chinner · 16 years ago
  5. 644c356 [XFS] handle memory allocation failures during log initialisation by Dave Chinner · 16 years ago
  6. 783a2f6 [XFS] Finish removing the mount pointer from the AIL API by David Chinner · 16 years ago
  7. a9c21c1 [XFS] Given the log a pointer to the AIL by David Chinner · 16 years ago
  8. c7e8f26 [XFS] Move the AIL lock into the struct xfs_ail by David Chinner · 16 years ago
  9. 5b00f14 [XFS] move the AIl traversal over to a consistent interface by David Chinner · 16 years ago
  10. 27d8d5f [XFS] Use a cursor for AIL traversal. by David Chinner · 16 years ago
  11. 73f6aa4 Fix barrier fail detection in XFS by Christoph Hellwig · 16 years ago
  12. b5b8c9a [XFS] Fix barrier status change detection. by David Chinner · 16 years ago
  13. 31bd61f [XFS] Move memory allocations for log tracing out of the critical path by Lachlan McIlroy · 16 years ago
  14. c6a7b0f [XFS] Fix use after free in xfs_log_done(). by Lachlan McIlroy · 16 years ago
  15. 5695ef4 [XFS] Use KM_NOFS for debug trace buffers by Lachlan McIlroy · 16 years ago
  16. 4249023 [XFS] cleanup xfs_mountfs by Christoph Hellwig · 16 years ago
  17. 12017fa [XFS] clean up stale references to semaphores by David Chinner · 16 years ago
  18. d748c62 [XFS] Convert l_flushsema to a sv_t by Matthew Wilcox · 16 years ago
  19. d729eae [XFS] Ensure that 2 GiB xfs logs work properly. by Michael Nishimoto · 16 years ago
  20. f0e2d93 [XFS] Remove unused arg from kmem_free() by Denys Vlasenko · 16 years ago
  21. 49641f1 Fix reference counting race on log buffers by Dave Chinner · 16 years ago
  22. 1bb7d6b [XFS] Catch log unmount failures. by David Chinner · 16 years ago
  23. b911ca0 [XFS] Sanitise xfs_log_force error checking. by David Chinner · 16 years ago
  24. 34a622b [XFS] replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  25. 6b1d1a7 [XFS] Fix lock inversion in forced shutdown. by David Chinner · 16 years ago
  26. 4679b2d [XFS] Reorganise xlog_t for better cacheline isolation of contention by David Chinner · 16 years ago
  27. eb01c9c [XFS] Remove the xlog_ticket allocator by David Chinner · 16 years ago
  28. 114d23a [XFS] Per iclog callback chain lock by David Chinner · 16 years ago
  29. 155cc6b [XFS] Use atomics for iclog reference counting by David Chinner · 16 years ago
  30. b589334 [XFS] Prevent AIL lock contention during transaction completion by David Chinner · 16 years ago
  31. 6211870 [XFS] remove shouting-indirection macros from xfs_sb.h by Eric Sandeen · 16 years ago
  32. 413d57c xfs: convert beX_add to beX_add_cpu (new common API) by Marcin Slusarz · 16 years ago
  33. 249a8c1 [XFS] Move AIL pushing into it's own thread by David Chinner · 16 years ago
  34. e6a4b37 [XFS] Remove the BPCSHIFT and NB* based macros from XFS. by Tim Shimmin · 17 years ago
  35. f7b7c36 [XFS] Remove bogus assert by Niv Sardi · 17 years ago
  36. a8272ce [XFS] Fix up sparse warnings. by David Chinner · 17 years ago
  37. b53e675 [XFS] xlog_rec_header/xlog_rec_ext_header endianess annotations by Christoph Hellwig · 17 years ago
  38. 67fcb7b [XFS] clean up some xfs_log_priv.h macros by Christoph Hellwig · 17 years ago
  39. 03bea6f [XFS] clean up some xfs_log_priv.h macros by Christoph Hellwig · 17 years ago
  40. 007c61c [XFS] Remove spin.h by Eric Sandeen · 17 years ago
  41. c8b5ea2 [XFS] Unwrap GRANT_LOCK. by Eric Sandeen · 17 years ago
  42. b22cd72c [XFS] Unwrap LOG_LOCK. by Eric Sandeen · 17 years ago
  43. 0adba53 [XFS] replace some large xfs_log_priv.h macros by proper functions by Christoph Hellwig · 17 years ago
  44. bd186aa [XFS] kill the vfs_flags member in struct bhv_vfs by Christoph Hellwig · 17 years ago
  45. 1cb5125 [XFS] choose single default logbuf count & size by Eric Sandeen · 17 years ago
  46. 0bfefc4 [XFS] Barriers need to be dynamically checked and switched off by David Chinner · 17 years ago
  47. 4b80916 [XFS] Fix sparse NULL vs 0 warnings by Christoph Hellwig · 17 years ago
  48. 92821e2 [XFS] Lazy Superblock Counters by David Chinner · 17 years ago
  49. 511105b [XFS] Fix vmalloc leak on mount/unmount. by David Chinner · 17 years ago
  50. 3db296f [XFS] Fix use-after-free during log unmount. by David Chinner · 17 years ago
  51. 1fa40b0 [XFS] Only use refcounted pages for I/O by Christoph Hellwig · 17 years ago
  52. 955e47a [XFS] Fixes the leak in reservation space because we weren't ungranting by Tim Shimmin · 18 years ago
  53. efb8ad7 [XFS] Add a debug flag for allocations which are known to be larger than by Nathan Scott · 18 years ago
  54. a3c6685 [XFS] Ensure xlog_state_do_callback does not report spurious warnings on by Nathan Scott · 18 years ago
  55. f5faad7 [XFS] Fix remount vs no/barrier options by ensuring we clear unwanted by Nathan Scott · 18 years ago
  56. 5493a0f [XFS] Fixup whitespace damage in log_write, remove final warning. by Nathan Scott · 18 years ago
  57. f6c2d1f [XFS] Remove version 1 directory code. Never functioned on Linux, just by Nathan Scott · 18 years ago
  58. 34327e1 [XFS] Cleanup a missed porting conversion, and freezing. by Nathan Scott · 18 years ago
  59. b83bd13 [XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters. by Nathan Scott · 18 years ago
  60. 7d04a33 [XFS] Shutdown the filesystem if all device paths have gone. Made by Nathan Scott · 18 years ago
  61. c41564b [XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing all by Nathan Scott · 18 years ago
  62. 014c254 return statement cleanup - kill pointless parentheses by Jesper Juhl · 18 years ago
  63. 1259845 [XFS] remove XFS_LOG_RES_DEBUG and turn on the res history all the time to by Tim Shimmin · 18 years ago
  64. dd954c6 [XFS] turn xlog helper macros into real functions by Christoph Hellwig · 18 years ago
  65. 65be605 [XFS] remove unused "readonly" arg from xlog_find_tail and xlog_recover by Eric Sandeen · 18 years ago
  66. cfcbbbd [XFS] Remove old, broken nolog-mode code - noone plans to ever fix it. by Nathan Scott · 19 years ago
  67. 7b71876 [XFS] Update license/copyright notices to match the prefered SGI boilerplate. by Nathan Scott · 19 years ago
  68. a844f45 [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot. by Nathan Scott · 19 years ago
  69. fc1f8c1 [XFS] Track external log/realtime device names for correct reporting in by Nathan Scott · 19 years ago
  70. f538d4d [XFS] write barrier support Issue all log sync operations as ordered by Christoph Hellwig · 19 years ago
  71. da1650a [XFS] Add format checking to cmn_err and icmn_err by Christoph Hellwig · 19 years ago
  72. 7e9c639 [XFS] 929956 add log debugging and tracing info by Tim Shimmin · 19 years ago
  73. 32fb9b5 [XFS] Fix up the calculation of the reservation overhead to hopefully by Tim Shimmin · 19 years ago
  74. ba0f32d [XFS] mark various symbols static Patch from Adrian Bunk by Christoph Hellwig · 19 years ago
  75. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago