1. 3219e8c xfs: assure zeroed memory buffers for certain kmem allocations by Bill O'Donnell · 5 years ago
  2. 14e15f1 xfs: push the grant head when the log head moves forward by Dave Chinner · 5 years ago
  3. 0383f54 xfs: push iclog state cleaning into xlog_state_clean_log by Dave Chinner · 5 years ago
  4. 5e96fa8 xfs: factor iclog state processing out of xlog_state_do_callback() by Dave Chinner · 5 years ago
  5. 6546818 xfs: factor callbacks out of xlog_state_do_callback() by Dave Chinner · 5 years ago
  6. 6769aa2 xfs: factor debug code out of xlog_state_do_callback() by Dave Chinner · 5 years ago
  7. cdea545 xfs: fix missed wakeup on l_flush_wait by Rik van Riel · 5 years ago
  8. 7c107af xfs: push the AIL in xlog_grant_head_wake by Dave Chinner · 5 years ago
  9. f8f9ee4 xfs: add kmem_alloc_io() by Dave Chinner · 5 years ago
  10. 707e0dd fs: xfs: Remove KM_NOSLEEP and KM_SLEEP. by Tetsuo Handa · 5 years ago
  11. 294fc7a fs: xfs: xfs_log: Don't use KM_MAYFAIL at xfs_log_reserve(). by Tetsuo Handa · 5 years ago
  12. a7a9250 fs: xfs: xfs_log: Change return type from int to void by Hariprasad Kelam · 5 years ago
  13. 89b171a xfs: fix iclog allocation size by Christoph Hellwig · 6 years ago
  14. 250d4b4 xfs: remove unused header files by Eric Sandeen · 6 years ago
  15. 89ae379 xfs: use a list_head for iclog callbacks by Christoph Hellwig · 6 years ago
  16. d15cbf2 xfs: stop using XFS_LI_ABORTED as a parameter flag by Christoph Hellwig · 6 years ago
  17. 1058d0f xfs: move the log ioend workqueue to struct xlog by Christoph Hellwig · 6 years ago
  18. 79b54d9 xfs: use bios directly to write log buffers by Christoph Hellwig · 6 years ago
  19. 2d15d2c xfs: make use of the l_targ field in struct xlog by Christoph Hellwig · 6 years ago
  20. abca1f3 xfs: remove the syncing argument from xlog_verify_iclog by Christoph Hellwig · 6 years ago
  21. 9b0489c xfs: update both stat counters together in xlog_sync by Christoph Hellwig · 6 years ago
  22. db0a6fa xfs: factor out iclog size calculation from xlog_sync by Christoph Hellwig · 6 years ago
  23. 5693384 xfs: factor out splitting of an iclog from xlog_sync by Christoph Hellwig · 6 years ago
  24. 94860a3 xfs: factor out log buffer writing from xlog_sync by Christoph Hellwig · 6 years ago
  25. 1f9489b xfs: don't use REQ_PREFLUSH for split log writes by Christoph Hellwig · 6 years ago
  26. 366fc4b xfs: remove XLOG_STATE_IOABORT by Christoph Hellwig · 6 years ago
  27. 9bff3132 xfs: reformat xlog_get_lowest_lsn by Christoph Hellwig · 6 years ago
  28. 4f62282 xfs: cleanup xlog_get_iclog_buffer_size by Christoph Hellwig · 6 years ago
  29. 76ce982 xfs: remove the l_iclog_size_log field from struct xlog by Christoph Hellwig · 6 years ago
  30. 1e85a36 xfs: remove the no-op spinlock_destroy stub by Christoph Hellwig · 6 years ago
  31. d31d718 xfs: fix broken log reservation debugging by Darrick J. Wong · 6 years ago
  32. 39353ff xfs: replace the BAD_SUMMARY mount flag with the equivalent health code by Darrick J. Wong · 6 years ago
  33. a0e336ba xfs: fix a comment in xfs_log_reserve by Huang Chong · 6 years ago
  34. 0c60d3a xfs: refactor log recovery check by Darrick J. Wong · 6 years ago
  35. f467cad xfs: force summary counter recalc at next mount by Darrick J. Wong · 6 years ago
  36. 53235f2 xfs: refactor unmount record write by Darrick J. Wong · 6 years ago
  37. 9bb54cb xfs: clean up MIN/MAX by Dave Chinner · 7 years ago
  38. 0b61f8a xfs: convert to SPDX license tags by Dave Chinner · 7 years ago
  39. e6631f8 xfs: get rid of the log item descriptor by Dave Chinner · 7 years ago
  40. 22525c1 xfs: log item flags are racy by Dave Chinner · 7 years ago
  41. a1f6941 xfs: non-scrub - remove unused function parameters by Eric Sandeen · 7 years ago
  42. 3e4da46 xfs: unwind the try_again loop in xfs_log_force by Christoph Hellwig · 7 years ago
  43. 9380629 xfs: refactor xfs_log_force_lsn by Christoph Hellwig · 7 years ago
  44. e6b96570 xfs: refactor xfs_log_force by Christoph Hellwig · 7 years ago
  45. 656de4f xfs: merge _xfs_log_force_lsn and xfs_log_force_lsn by Christoph Hellwig · 7 years ago
  46. 60e5bb7 xfs: merge _xfs_log_force and xfs_log_force by Christoph Hellwig · 7 years ago
  47. 57e8095 xfs: Rename xa_ elements to ail_ by Matthew Wilcox · 7 years ago
  48. 643c8c0 Use list_head infra-structure for buffer's log items list by Carlos Maiolino · 7 years ago
  49. fb1755a Split buffer's b_fspriv field by Carlos Maiolino · 7 years ago
  50. c969004 xfs: use %px for data pointers when debugging by Darrick J. Wong · 7 years ago
  51. 3d170aa xfs: change 0x%p -> %p in print messages by Darrick J. Wong · 7 years ago
  52. 2c8f626 xfs: print transaction log reservation on overrun by Brian Foster · 7 years ago
  53. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  54. 181fdfe xfs: mark xlog_verify_dest_ptr STATIC by Christoph Hellwig · 7 years ago
  55. e9e899a xfs: move error injection tags into their own file by Darrick J. Wong · 7 years ago
  56. 9c92ee2 xfs: validate sb_logsunit is a multiple of the fs blocksize by Darrick J. Wong · 7 years ago
  57. f1b92bbc xfs: drain the buffer LRU on mount by Brian Foster · 7 years ago
  58. 749f24f xfs: Fix bool initialization/comparison by Thomas Meyer · 7 years ago
  59. 47c7d0b xfs: fix incorrect log_flushed on fsync by Amir Goldstein · 7 years ago
  60. 799ea9e xfs: evict all inodes involved with log redo item by Darrick J. Wong · 7 years ago
  61. 6f4a1ee xfs: toggle readonly state around xfs_log_mount_finish by Eric Sandeen · 7 years ago
  62. 757a69e xfs: write unmount record for ro mounts by Eric Sandeen · 7 years ago
  63. 8204f8d xfs: clear MS_ACTIVE after finishing log recovery by Darrick J. Wong · 7 years ago
  64. 244e3de xfs: fix semicolon.cocci warnings by kbuild test robot · 8 years ago
  65. 3e88a00 xfs: replace log_badcrc_factor knob with error injection tag by Brian Foster · 8 years ago
  66. 9e24cfd xfs: remove unneeded parameter from XFS_TEST_ERROR by Darrick J. Wong · 8 years ago
  67. c8ce540 xfs: remove double-underscore integer types by Darrick J. Wong · 8 years ago
  68. d4ca1d5 xfs: dump transaction usage details on log reservation overrun by Brian Foster · 8 years ago
  69. 7d2d5653 xfs: separate shutdown from ticket reservation print helper by Brian Foster · 8 years ago
  70. e2a6419 xfs: corruption needs to respect endianess too! by Christoph Hellwig · 8 years ago
  71. 696a562 xfs: use dedicated log worker wq to avoid deadlock with cil wq by Brian Foster · 8 years ago
  72. 84a4620c xfs: don't print warnings when xfs_log_force fails by Christoph Hellwig · 8 years ago
  73. 9807b77 Merge branch 'xfs-4.10-misc-fixes-4' into for-next by Dave Chinner · 8 years ago
  74. 2291dab xfs: Always flush caches when integrity is required by Dave Chinner · 8 years ago
  75. cae028d xfs: optimise CRC updates by Dave Chinner · 8 years ago
  76. bbfeb61 Merge branch 'xfs-4.8-buf-fixes' into for-next by Dave Chinner · 8 years ago
  77. c891c30 xfs: exclude never-released buffers from buftarg I/O accounting by Brian Foster · 8 years ago
  78. 0d5a75e xfs: make several functions static by Eric Sandeen · 9 years ago
  79. 2a4ad58 Merge branch 'xfs-4.7-misc-fixes' into for-next by Dave Chinner · 9 years ago
  80. 9f27889 xfs: Add caller function output to xfs_log_force tracepoint by Carlos Maiolino · 9 years ago
  81. 710b1e2 xfs: remove transaction types by Christoph Hellwig · 9 years ago
  82. 5110cd8 xfs: use named array initializers for log item dumping by Darrick J. Wong · 9 years ago
  83. 12877da xfs: remove XFS_BUF_ZEROFLAGS macro by Dave Chinner · 9 years ago
  84. b68c082 xfs: remove XBF_WRITE flag wrapper macros by Dave Chinner · 9 years ago
  85. 1157b32c xfs: remove XBF_ASYNC flag wrapper macros by Dave Chinner · 9 years ago
  86. b0388bf xfs: remove XBF_DONE flag wrapper macros by Dave Chinner · 9 years ago
  87. 7eeabbd Merge branch 'xfs-misc-fixes-for-4.5' into for-next by Dave Chinner · 9 years ago
  88. 609adfc xfs: debug mode log record crc error injection by Brian Foster · 9 years ago
  89. 9b434a3 xfs: fix log ticket type printing by Darrick J. Wong · 9 years ago
  90. 316433b Merge branch 'xfs-logging-fixes' into for-next by Dave Chinner · 9 years ago
  91. ff6d6af xfs: per-filesystem stats counter implementation by Bill O'Donnell · 9 years ago
  92. 91f9f5f xfs: avoid null *src in memcpy call in xlog_write by Eric Sandeen · 9 years ago
  93. a45086e xfs: validate metadata LSNs against log on v5 superblocks by Brian Foster · 9 years ago
  94. 5be203a Merge branch 'xfs-efi-rework' into for-next by Dave Chinner · 9 years ago
  95. a3f2001 xfs: checksum log record ext headers based on record size by Brian Foster · 9 years ago
  96. f0b2efa xfs: don't leave EFIs on AIL on mount failure by Brian Foster · 9 years ago
  97. f41febd xfs: Use consistent logging message prefixes by Joe Perches · 9 years ago
  98. de50e16 Merge branch 'xfs-misc-fixes-for-4.2-3' into for-next by Dave Chinner · 10 years ago
  99. b2a922c xfs: remove xfs_caddr_t by Christoph Hellwig · 10 years ago
  100. 5809d5e xfs: use void pointers in log validation helpers by Christoph Hellwig · 10 years ago