1. 182696f xfs: rename _zone variables to _cache by Darrick J. Wong · 3 years, 3 months ago
  2. e7720afa xfs: remove kmem_zone typedef by Darrick J. Wong · 3 years, 3 months ago
  3. 33c0dd7 xfs: move the CIL workqueue to the CIL by Dave Chinner · 3 years, 5 months ago
  4. 39823d0 xfs: CIL work is serialised, not pipelined by Dave Chinner · 3 years, 5 months ago
  5. 0020a19 xfs: AIL needs asynchronous CIL forcing by Dave Chinner · 3 years, 5 months ago
  6. 68a74dc xfs: order CIL checkpoint start records by Dave Chinner · 3 years, 5 months ago
  7. caa8009 xfs: attach iclog callbacks in xlog_cil_set_ctx_write_state() by Dave Chinner · 3 years, 5 months ago
  8. c45aba4 xfs: pass a CIL context to xlog_write() by Dave Chinner · 3 years, 5 months ago
  9. 2ce82b7 xfs: move xlog_commit_record to xfs_log_cil.c by Dave Chinner · 3 years, 5 months ago
  10. e1d06e5 xfs: convert log flags to an operational state field by Dave Chinner · 3 years, 5 months ago
  11. 5112e206 xfs: XLOG_STATE_IOERROR must die by Dave Chinner · 3 years, 5 months ago
  12. 2039a27 xfs: convert XLOG_FORCED_SHUTDOWN() to xlog_is_shutdown() by Dave Chinner · 3 years, 5 months ago
  13. 2b73a2c xfs: clear log incompat feature bits when the log is idle by Darrick J. Wong · 3 years, 5 months ago
  14. b2ae3a9 xfs: need to see iclog flags in tracing by Dave Chinner · 3 years, 5 months ago
  15. 0dc8f7f xfs: fix ordering violation between cache flushes and tail updates by Dave Chinner · 3 years, 5 months ago
  16. a1bb850 xfs: Fix a CIL UAF by getting get rid of the iclog callback lock by Dave Chinner · 3 years, 6 months ago
  17. 956f6da xfs: add iclog state trace events by Dave Chinner · 3 years, 6 months ago
  18. 5f9b4b0 xfs: xfs_log_force_lsn isn't passed a LSN by Dave Chinner · 3 years, 6 months ago
  19. eef983f xfs: journal IO cache flush reductions by Dave Chinner · 3 years, 6 months ago
  20. 3468bb1 xfs: remove need_start_rec parameter from xlog_write() by Dave Chinner · 3 years, 6 months ago
  21. a79b28c xfs: separate CIL commit record IO by Dave Chinner · 3 years, 6 months ago
  22. a6a65fe xfs: log stripe roundoff is a property of the log by Dave Chinner · 3 years, 6 months ago
  23. ca4f258 xfs: Modify xlog_ticket_alloc() to use kernel's MM API by Carlos Maiolino · 4 years, 5 months ago
  24. c7f87f3 xfs: fix use-after-free on CIL context on shutdown by Dave Chinner · 4 years, 6 months ago
  25. 0e7ab7e xfs: Throttle commits on delayed background CIL push by Dave Chinner · 4 years, 9 months ago
  26. 108a423 xfs: Lower CIL flush limit for large logs by Dave Chinner · 4 years, 9 months ago
  27. f10e925d xfs: merge xlog_commit_record with xlog_write_done by Dave Chinner · 4 years, 9 months ago
  28. 8b41e3f xfs: split xlog_ticket_done by Christoph Hellwig · 4 years, 9 months ago
  29. 70e42f2 xfs: kill XLOG_TIC_INITED by Dave Chinner · 4 years, 9 months ago
  30. dd40177 xfs: refactor and split xfs_log_done() by Dave Chinner · 4 years, 9 months ago
  31. 7ec9492 xfs: don't try to write a start record into every iclog by Dave Chinner · 4 years, 9 months ago
  32. cb3d425 xfs: remove the unused XLOG_UNMOUNT_REC_TYPE define by Christoph Hellwig · 4 years, 10 months ago
  33. b941c71 xfs: mark XLOG_FORCED_SHUTDOWN as unlikely by Christoph Hellwig · 4 years, 10 months ago
  34. a55cefc xfs: remove unused structure members & simple typedefs by Eric Sandeen · 5 years ago
  35. f755979 xfs: annotate functions that trip static checker locking checks by Darrick J. Wong · 5 years ago
  36. 4b29ab0 xfs: remove the XLOG_STATE_DO_CALLBACK state by Christoph Hellwig · 5 years ago
  37. 1858bb0 xfs: turn ic_state into an enum by Christoph Hellwig · 5 years ago
  38. fe9c0e7 xfs: remove the unused XLOG_STATE_ALL and XLOG_STATE_UNUSED flags by Christoph Hellwig · 5 years ago
  39. 2c68a1d xfs: remove the unused ic_io_size field from xlog_in_core by Christoph Hellwig · 5 years ago
  40. a7a9250 fs: xfs: xfs_log: Change return type from int to void by Hariprasad Kelam · 5 years ago
  41. 89ae379 xfs: use a list_head for iclog callbacks by Christoph Hellwig · 6 years ago
  42. 1058d0f xfs: move the log ioend workqueue to struct xlog by Christoph Hellwig · 6 years ago
  43. 79b54d9 xfs: use bios directly to write log buffers by Christoph Hellwig · 6 years ago
  44. 366fc4b xfs: remove XLOG_STATE_IOABORT by Christoph Hellwig · 6 years ago
  45. 76ce982 xfs: remove the l_iclog_size_log field from struct xlog by Christoph Hellwig · 6 years ago
  46. 0b61f8a xfs: convert to SPDX license tags by Dave Chinner · 7 years ago
  47. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  48. c8ce540 xfs: remove double-underscore integer types by Darrick J. Wong · 8 years ago
  49. d4ca1d5 xfs: dump transaction usage details on log reservation overrun by Brian Foster · 8 years ago
  50. 4560e78 xfs: don't block the log commit handler for discards by Christoph Hellwig · 8 years ago
  51. 12818d2 xfs: rework log recovery to submit buffers on LSN boundaries by Brian Foster · 8 years ago
  52. 710b1e2 xfs: remove transaction types by Christoph Hellwig · 9 years ago
  53. 609adfc xfs: debug mode log record crc error injection by Brian Foster · 9 years ago
  54. a45086e xfs: validate metadata LSNs against log on v5 superblocks by Brian Foster · 9 years ago
  55. f0b2efa xfs: don't leave EFIs on AIL on mount failure by Brian Foster · 9 years ago
  56. 5809d5e xfs: use void pointers in log validation helpers by Christoph Hellwig · 10 years ago
  57. baff4e4 xfs: add xlog sysfs kobject and attribute handlers by Brian Foster · 10 years ago
  58. 239880e xfs: decouple log and transaction headers by Dave Chinner · 11 years ago
  59. 2c6e24c xfs: prevent deadlock trying to cover an active log by Dave Chinner · 11 years ago
  60. 4bb928c xfs: split the CIL lock by Dave Chinner · 11 years ago
  61. fc06c6d xfs: separate out log format definitions by Dave Chinner · 11 years ago
  62. d4fd0e9 xfs: Remove the obsolete XLOG_CIL_HARD_SPACE_LIMIT() macros by Jeff Liu · 12 years ago
  63. f9668a0 xfs: fix sparse reported log CRC endian issue by Dave Chinner · 12 years ago
  64. 0e446be xfs: add CRC checks to the log by Christoph Hellwig · 12 years ago
  65. f661f1e xfs: sync work is now only periodic log work by Dave Chinner · 12 years ago
  66. 9a8d2fd xfs: remove xlog_t typedef by Mark Tinguely · 13 years ago
  67. ad223e6 xfs: rename log structure to xlog by Mark Tinguely · 13 years ago
  68. 77ba787 xfs: switch to proper __bitwise type for KM_... flags by Al Viro · 13 years ago
  69. 4c2d542 xfs: Do background CIL flushes via a workqueue by Dave Chinner · 13 years ago
  70. 9006fb9 xfs: split and cleanup xfs_log_reserve by Christoph Hellwig · 13 years ago
  71. 2849696 xfs: add the xlog_grant_head structure by Christoph Hellwig · 13 years ago
  72. 14a7235f xfs: remove log space waitqueues by Christoph Hellwig · 13 years ago
  73. 09a423a xfs: split tail_lsn assignments from log space wakeups by Christoph Hellwig · 13 years ago
  74. 97d3ac7 xfs: exact busy extent tracking by Christoph Hellwig · 14 years ago
  75. 1e05ff0 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 14 years ago
  76. da8a1a4 xfs: convert log tail checking to a warning by Dave Chinner · 14 years ago
  77. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  78. a0fa2b6 xfs: Convert xlog_warn to new logging interface by Dave Chinner · 14 years ago
  79. d0eb2f3 xfs: convert grant head manipulations to lockless algorithm by Dave Chinner · 14 years ago
  80. 3f16b98 xfs: introduce new locks for the log grant ticket wait queues by Dave Chinner · 14 years ago
  81. c8a09ff xfs: convert log grant heads to atomic variables by Dave Chinner · 14 years ago
  82. 1c3cb9e xfs: convert l_tail_lsn to an atomic variable. by Dave Chinner · 14 years ago
  83. 84f3c68 xfs: convert l_last_sync_lsn to an atomic variable by Dave Chinner · 14 years ago
  84. eb40a87 xfs: use wait queues directly for the log wait queues by Dave Chinner · 14 years ago
  85. a69ed03 xfs: combine grant heads into a single 64 bit integer by Dave Chinner · 14 years ago
  86. 1054794 xfs: convert log grant ticket queues to list heads by Dave Chinner · 14 years ago
  87. d5689ea xfs: use struct list_head for the buf cancel table by Christoph Hellwig · 14 years ago
  88. 8016867 xfs: force background CIL push under sustained load by Dave Chinner · 14 years ago
  89. a44f13e xfs: Reduce log force overhead for delayed logging by Dave Chinner · 14 years ago
  90. df80615 xfs: enable background pushing of the CIL by Dave Chinner · 15 years ago
  91. 71e330b xfs: Introduce delayed logging core code by Dave Chinner · 15 years ago
  92. 955833c xfs: make the log ticket ID available outside the log infrastructure by Dave Chinner · 15 years ago
  93. 48389ef xfs: kill off l_sectbb_mask by Alex Elder · 15 years ago
  94. 69ce58f xfs: record log sector size rather than log2(that) by Alex Elder · 15 years ago
  95. e6b1f27 xfs: clean up xlog_write_adv_cnt by Christoph Hellwig · 15 years ago
  96. 5d77c0d xfs: make several more functions static by Eric Sandeen · 15 years ago
  97. 0b1b213 xfs: event tracing support by Christoph Hellwig · 15 years ago
  98. d96f8f8 xfs: add more statics & drop some unused functions by Eric Sandeen · 15 years ago
  99. 076e6ac xfs: cleanup xlog_bread by Christoph Hellwig · 16 years ago
  100. a568778 xfs: remove uchar_t/ushort_t/uint_t/ulong_t types by Christoph Hellwig · 16 years ago