1. 9da1ab1 xfs: forced unmounts need to push the CIL by Dave Chinner · 14 years ago
  2. 71e330b xfs: Introduce delayed logging core code by Dave Chinner · 14 years ago
  3. 955833c xfs: make the log ticket ID available outside the log infrastructure by Dave Chinner · 14 years ago
  4. 169a7b0 xfs: clean up log ticket overrun debug output by Dave Chinner · 14 years ago
  5. 3383ca5 xfs: allow log ticket allocation to take allocation flags by Dave Chinner · 14 years ago
  6. 524ee36 xfs: Don't reuse the same transaction ID for duplicated transactions. by Dave Chinner · 14 years ago
  7. 48389ef xfs: kill off l_sectbb_mask by Alex Elder · 14 years ago
  8. 69ce58f xfs: record log sector size rather than log2(that) by Alex Elder · 14 years ago
  9. f983710 xfs: make the log ticket transaction id random by Dave Chinner · 14 years ago
  10. e6b1f27 xfs: clean up xlog_write_adv_cnt by Christoph Hellwig · 15 years ago
  11. 55b6633 xfs: introduce new internal log vector structure by Dave Chinner · 15 years ago
  12. 99428ad xfs: reindent xlog_write by Christoph Hellwig · 15 years ago
  13. b5203cd xfs: factor xlog_write by Dave Chinner · 15 years ago
  14. 9b9fc2b7 xfs: log ticket reservation underestimates the number of iclogs by Dave Chinner · 15 years ago
  15. 43f5efc xfs: factor log item initialisation by Dave Chinner · 15 years ago
  16. b6f8dd4 xfs: ensure that sync updates the log tail correctly by Dave Chinner · 14 years ago
  17. 35a8a72 xfs: stop passing opaque handles to xfs_log.c routines by Christoph Hellwig · 15 years ago
  18. a14a348 xfs: cleanup up xfs_log_force calling conventions by Christoph Hellwig · 15 years ago
  19. 4139b3b xfs: kill XLOG_VEC_SET_TYPE by Christoph Hellwig · 15 years ago
  20. 873ff55 xfs: clean up log buffer writes by Christoph Hellwig · 15 years ago
  21. 2ee1aba xfs: improve metadata I/O merging in the elevator by Dave Chinner · 15 years ago
  22. 0b1b213 xfs: event tracing support by Christoph Hellwig · 15 years ago
  23. a8914f3 xfs: fix spin_is_locked assert on uni-processor builds by Christoph Hellwig · 15 years ago
  24. 9d7fef7 xfs: inform the xfsaild of the push target before sleeping by Dave Chinner · 15 years ago
  25. a6cb767 xfs: validate log feature fields correctly by Dave Chinner · 15 years ago
  26. 9da096f xfs: fix various typos by Malcolm Parsons · 15 years ago
  27. 21b699c xfs: cleanup log unmount handling by Christoph Hellwig · 16 years ago
  28. 2643075 xfs: fix error handling in xfs_log_mount by Christoph Hellwig · 16 years ago
  29. 7153f8b xfs: remove iclog calculation special cases by Christoph Hellwig · 16 years ago
  30. 39e2def reduce l_icloglock roundtrips by Christoph Hellwig · 16 years ago
  31. b28708d [XFS] sanitize xlog_in_core_t definition by Christoph Hellwig · 16 years ago
  32. bac8dca [XFS] fix NULL pointer dereference in xfs_log_force_umount by Christoph Hellwig · 16 years ago
  33. cc09c0d [XFS] Fix double free of log tickets by Dave Chinner · 16 years ago
  34. 644c356 [XFS] handle memory allocation failures during log initialisation by Dave Chinner · 16 years ago
  35. 783a2f6 [XFS] Finish removing the mount pointer from the AIL API by David Chinner · 16 years ago
  36. a9c21c1 [XFS] Given the log a pointer to the AIL by David Chinner · 16 years ago
  37. c7e8f26 [XFS] Move the AIL lock into the struct xfs_ail by David Chinner · 16 years ago
  38. 5b00f14 [XFS] move the AIl traversal over to a consistent interface by David Chinner · 16 years ago
  39. 27d8d5f [XFS] Use a cursor for AIL traversal. by David Chinner · 16 years ago
  40. 73f6aa4 Fix barrier fail detection in XFS by Christoph Hellwig · 16 years ago
  41. b5b8c9a [XFS] Fix barrier status change detection. by David Chinner · 16 years ago
  42. 31bd61f [XFS] Move memory allocations for log tracing out of the critical path by Lachlan McIlroy · 16 years ago
  43. c6a7b0f [XFS] Fix use after free in xfs_log_done(). by Lachlan McIlroy · 16 years ago
  44. 5695ef46 [XFS] Use KM_NOFS for debug trace buffers by Lachlan McIlroy · 16 years ago
  45. 4249023 [XFS] cleanup xfs_mountfs by Christoph Hellwig · 16 years ago
  46. 12017fa [XFS] clean up stale references to semaphores by David Chinner · 16 years ago
  47. d748c62 [XFS] Convert l_flushsema to a sv_t by Matthew Wilcox · 16 years ago
  48. d729eae [XFS] Ensure that 2 GiB xfs logs work properly. by Michael Nishimoto · 16 years ago
  49. f0e2d93 [XFS] Remove unused arg from kmem_free() by Denys Vlasenko · 16 years ago
  50. 49641f1 Fix reference counting race on log buffers by Dave Chinner · 16 years ago
  51. 1bb7d6b [XFS] Catch log unmount failures. by David Chinner · 16 years ago
  52. b911ca0 [XFS] Sanitise xfs_log_force error checking. by David Chinner · 16 years ago
  53. 34a622b [XFS] replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  54. 6b1d1a7 [XFS] Fix lock inversion in forced shutdown. by David Chinner · 16 years ago
  55. 4679b2d [XFS] Reorganise xlog_t for better cacheline isolation of contention by David Chinner · 16 years ago
  56. eb01c9c [XFS] Remove the xlog_ticket allocator by David Chinner · 16 years ago
  57. 114d23a [XFS] Per iclog callback chain lock by David Chinner · 16 years ago
  58. 155cc6b [XFS] Use atomics for iclog reference counting by David Chinner · 17 years ago
  59. b589334 [XFS] Prevent AIL lock contention during transaction completion by David Chinner · 17 years ago
  60. 6211870 [XFS] remove shouting-indirection macros from xfs_sb.h by Eric Sandeen · 17 years ago
  61. 413d57c xfs: convert beX_add to beX_add_cpu (new common API) by Marcin Slusarz · 17 years ago
  62. 249a8c1 [XFS] Move AIL pushing into it's own thread by David Chinner · 17 years ago
  63. e6a4b37 [XFS] Remove the BPCSHIFT and NB* based macros from XFS. by Tim Shimmin · 17 years ago
  64. f7b7c36 [XFS] Remove bogus assert by Niv Sardi · 17 years ago
  65. a8272ce [XFS] Fix up sparse warnings. by David Chinner · 17 years ago
  66. b53e675 [XFS] xlog_rec_header/xlog_rec_ext_header endianess annotations by Christoph Hellwig · 17 years ago
  67. 67fcb7b [XFS] clean up some xfs_log_priv.h macros by Christoph Hellwig · 17 years ago
  68. 03bea6f [XFS] clean up some xfs_log_priv.h macros by Christoph Hellwig · 17 years ago
  69. 007c61c [XFS] Remove spin.h by Eric Sandeen · 17 years ago
  70. c8b5ea2 [XFS] Unwrap GRANT_LOCK. by Eric Sandeen · 17 years ago
  71. b22cd72c [XFS] Unwrap LOG_LOCK. by Eric Sandeen · 17 years ago
  72. 0adba53 [XFS] replace some large xfs_log_priv.h macros by proper functions by Christoph Hellwig · 17 years ago
  73. bd186aa [XFS] kill the vfs_flags member in struct bhv_vfs by Christoph Hellwig · 17 years ago
  74. 1cb5125 [XFS] choose single default logbuf count & size by Eric Sandeen · 17 years ago
  75. 0bfefc4 [XFS] Barriers need to be dynamically checked and switched off by David Chinner · 17 years ago
  76. 4b80916 [XFS] Fix sparse NULL vs 0 warnings by Christoph Hellwig · 17 years ago
  77. 92821e2 [XFS] Lazy Superblock Counters by David Chinner · 17 years ago
  78. 511105b [XFS] Fix vmalloc leak on mount/unmount. by David Chinner · 17 years ago
  79. 3db296f [XFS] Fix use-after-free during log unmount. by David Chinner · 17 years ago
  80. 1fa40b0 [XFS] Only use refcounted pages for I/O by Christoph Hellwig · 17 years ago
  81. 955e47a [XFS] Fixes the leak in reservation space because we weren't ungranting by Tim Shimmin · 18 years ago
  82. efb8ad7 [XFS] Add a debug flag for allocations which are known to be larger than by Nathan Scott · 18 years ago
  83. a3c6685e [XFS] Ensure xlog_state_do_callback does not report spurious warnings on by Nathan Scott · 18 years ago
  84. f5faad7 [XFS] Fix remount vs no/barrier options by ensuring we clear unwanted by Nathan Scott · 18 years ago
  85. 5493a0f [XFS] Fixup whitespace damage in log_write, remove final warning. by Nathan Scott · 18 years ago
  86. f6c2d1f [XFS] Remove version 1 directory code. Never functioned on Linux, just by Nathan Scott · 18 years ago
  87. 34327e1 [XFS] Cleanup a missed porting conversion, and freezing. by Nathan Scott · 18 years ago
  88. b83bd13 [XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters. by Nathan Scott · 18 years ago
  89. 7d04a33 [XFS] Shutdown the filesystem if all device paths have gone. Made by Nathan Scott · 18 years ago
  90. c41564b [XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing all by Nathan Scott · 18 years ago
  91. 014c254 return statement cleanup - kill pointless parentheses by Jesper Juhl · 19 years ago
  92. 1259845 [XFS] remove XFS_LOG_RES_DEBUG and turn on the res history all the time to by Tim Shimmin · 19 years ago
  93. dd954c6 [XFS] turn xlog helper macros into real functions by Christoph Hellwig · 19 years ago
  94. 65be605 [XFS] remove unused "readonly" arg from xlog_find_tail and xlog_recover by Eric Sandeen · 19 years ago
  95. cfcbbbd [XFS] Remove old, broken nolog-mode code - noone plans to ever fix it. by Nathan Scott · 19 years ago
  96. 7b71876 [XFS] Update license/copyright notices to match the prefered SGI boilerplate. by Nathan Scott · 19 years ago
  97. a844f45 [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot. by Nathan Scott · 19 years ago
  98. fc1f8c1 [XFS] Track external log/realtime device names for correct reporting in by Nathan Scott · 19 years ago
  99. f538d4d [XFS] write barrier support Issue all log sync operations as ordered by Christoph Hellwig · 19 years ago
  100. da1650a [XFS] Add format checking to cmn_err and icmn_err by Christoph Hellwig · 19 years ago