1. 47c7d0b xfs: fix incorrect log_flushed on fsync by Amir Goldstein · 7 years ago
  2. 799ea9e xfs: evict all inodes involved with log redo item by Darrick J. Wong · 7 years ago
  3. 6f4a1ee xfs: toggle readonly state around xfs_log_mount_finish by Eric Sandeen · 7 years ago
  4. 757a69e xfs: write unmount record for ro mounts by Eric Sandeen · 7 years ago
  5. 8204f8d xfs: clear MS_ACTIVE after finishing log recovery by Darrick J. Wong · 7 years ago
  6. 244e3de xfs: fix semicolon.cocci warnings by kbuild test robot · 7 years ago
  7. 3e88a00 xfs: replace log_badcrc_factor knob with error injection tag by Brian Foster · 7 years ago
  8. 9e24cfd xfs: remove unneeded parameter from XFS_TEST_ERROR by Darrick J. Wong · 7 years ago
  9. c8ce540 xfs: remove double-underscore integer types by Darrick J. Wong · 8 years ago
  10. d4ca1d5 xfs: dump transaction usage details on log reservation overrun by Brian Foster · 8 years ago
  11. 7d2d565 xfs: separate shutdown from ticket reservation print helper by Brian Foster · 8 years ago
  12. e2a6419 xfs: corruption needs to respect endianess too! by Christoph Hellwig · 8 years ago
  13. 696a562 xfs: use dedicated log worker wq to avoid deadlock with cil wq by Brian Foster · 8 years ago
  14. 84a4620c xfs: don't print warnings when xfs_log_force fails by Christoph Hellwig · 8 years ago
  15. 9807b77 Merge branch 'xfs-4.10-misc-fixes-4' into for-next by Dave Chinner · 8 years ago
  16. 2291dab xfs: Always flush caches when integrity is required by Dave Chinner · 8 years ago
  17. cae028d xfs: optimise CRC updates by Dave Chinner · 8 years ago
  18. bbfeb61 Merge branch 'xfs-4.8-buf-fixes' into for-next by Dave Chinner · 8 years ago
  19. c891c30 xfs: exclude never-released buffers from buftarg I/O accounting by Brian Foster · 8 years ago
  20. 0d5a75e xfs: make several functions static by Eric Sandeen · 9 years ago
  21. 2a4ad58 Merge branch 'xfs-4.7-misc-fixes' into for-next by Dave Chinner · 9 years ago
  22. 9f27889 xfs: Add caller function output to xfs_log_force tracepoint by Carlos Maiolino · 9 years ago
  23. 710b1e2 xfs: remove transaction types by Christoph Hellwig · 9 years ago
  24. 5110cd8 xfs: use named array initializers for log item dumping by Darrick J. Wong · 9 years ago
  25. 12877da xfs: remove XFS_BUF_ZEROFLAGS macro by Dave Chinner · 9 years ago
  26. b68c082 xfs: remove XBF_WRITE flag wrapper macros by Dave Chinner · 9 years ago
  27. 1157b32c xfs: remove XBF_ASYNC flag wrapper macros by Dave Chinner · 9 years ago
  28. b0388bf xfs: remove XBF_DONE flag wrapper macros by Dave Chinner · 9 years ago
  29. 7eeabbd Merge branch 'xfs-misc-fixes-for-4.5' into for-next by Dave Chinner · 9 years ago
  30. 609adfc xfs: debug mode log record crc error injection by Brian Foster · 9 years ago
  31. 9b434a3 xfs: fix log ticket type printing by Darrick J. Wong · 9 years ago
  32. 316433b Merge branch 'xfs-logging-fixes' into for-next by Dave Chinner · 9 years ago
  33. ff6d6af xfs: per-filesystem stats counter implementation by Bill O'Donnell · 9 years ago
  34. 91f9f5f xfs: avoid null *src in memcpy call in xlog_write by Eric Sandeen · 9 years ago
  35. a45086e xfs: validate metadata LSNs against log on v5 superblocks by Brian Foster · 9 years ago
  36. 5be203a Merge branch 'xfs-efi-rework' into for-next by Dave Chinner · 9 years ago
  37. a3f2001 xfs: checksum log record ext headers based on record size by Brian Foster · 9 years ago
  38. f0b2efa xfs: don't leave EFIs on AIL on mount failure by Brian Foster · 9 years ago
  39. f41febd xfs: Use consistent logging message prefixes by Joe Perches · 9 years ago
  40. de50e16 Merge branch 'xfs-misc-fixes-for-4.2-3' into for-next by Dave Chinner · 9 years ago
  41. b2a922c xfs: remove xfs_caddr_t by Christoph Hellwig · 9 years ago
  42. 5809d5e xfs: use void pointers in log validation helpers by Christoph Hellwig · 9 years ago
  43. db9d67d xfs: remove __psint_t and __psunsigned_t by Christoph Hellwig · 9 years ago
  44. f78c390 xfs: fix xfs_log_done interface by Christoph Hellwig · 10 years ago
  45. 465e2de Merge branch 'xfs-sb-logging-rework' into for-next by Dave Chinner · 10 years ago
  46. 61e63ec xfs: consolidate superblock logging functions by Dave Chinner · 10 years ago
  47. 77af574 xfs: remove extra newlines from xfs messages by Eric Sandeen · 10 years ago
  48. 96ab795 xfs: initialize log buf I/O completion wq on log alloc by Brian Foster · 10 years ago
  49. 6044e43 Merge branch 'xfs-misc-fixes-for-3.19-2' into for-next by Dave Chinner · 10 years ago
  50. b29c70f xfs: split metadata and log buffer completion to separate workqueues by Brian Foster · 10 years ago
  51. 216875a Merge branch 'xfs-consolidate-format-defs' into for-next by Dave Chinner · 10 years ago
  52. bb58e61 xfs: move most of xfs_sb.h to xfs_format.h by Christoph Hellwig · 10 years ago
  53. 4fb6e8a xfs: merge xfs_ag.h into xfs_format.h by Christoph Hellwig · 10 years ago
  54. 91ee575 xfs: allow lazy sb counter sync during filesystem freeze sequence by Brian Foster · 10 years ago
  55. 595bff7 xfs: introduce xfs_buf_submit[_wait] by Dave Chinner · 10 years ago
  56. e8aaba9 xfs: xfs_buf_ioend and xfs_buf_iodone_work duplicate functionality by Dave Chinner · 10 years ago
  57. a870fe6d xfs: force the log before shutting down by Dave Chinner · 10 years ago
  58. 645f985 Merge branch 'xfs-misc-fixes-3.17-2' into for-next by Dave Chinner · 10 years ago
  59. 400b9d8 xfs: catch buffers written without verifiers attached by Dave Chinner · 10 years ago
  60. baff4e4 xfs: add xlog sysfs kobject and attribute handlers by Brian Foster · 10 years ago
  61. 2451337 xfs: global error sign conversion by Dave Chinner · 10 years ago
  62. b474c7a xfs: Nuke XFS_ERROR macro by Eric Sandeen · 10 years ago
  63. 7691283 Merge branch 'xfs-misc-fixes-3-for-3.16' into for-next by Dave Chinner · 11 years ago
  64. 36de955 xfs: kill xfs_buf_geterror() by Dave Chinner · 11 years ago
  65. ff14ee4 Merge branch 'xfs-misc-fixes-1-for-3.16' into for-next by Dave Chinner · 11 years ago
  66. ac98351 xfs: don't sleep in xlog_cil_force_lsn on shutdown by Dave Chinner · 11 years ago
  67. c99d609 xfs: fully support v5 format filesystems by Dave Chinner · 11 years ago
  68. 9c23ecc xfs: unmount does not wait for shutdown during unmount by Dave Chinner · 11 years ago
  69. 750b9c9 xfs: trace AIL manipulations by Dave Chinner · 11 years ago
  70. 643f7c4 xfs: fix possible NULL dereference in xlog_verify_iclog by Geyslan G. Bem · 11 years ago
  71. a4fbe6a xfs: decouple inode and bmap btree header files by Dave Chinner · 11 years ago
  72. 239880e xfs: decouple log and transaction headers by Dave Chinner · 11 years ago
  73. 70a9883 xfs: create a shared header file for format-related information by Dave Chinner · 11 years ago
  74. 08e96e1 xfs: remove newlines from strings passed to __xfs_printk by Eric Sandeen · 11 years ago
  75. 2c6e24c xfs: prevent deadlock trying to cover an active log by Dave Chinner · 11 years ago
  76. a30b036 xfs: fix some minor sparse warnings by Dave Chinner · 11 years ago
  77. 8e159e7 xfs: fix the comment of xfs_log_unmount_write() by Zhi Yong Wu · 11 years ago
  78. ac0e300 xfs: fix the comment of xlog_write_setup_copy() by Zhi Yong Wu · 11 years ago
  79. 3e7b91c xfs: Validate log space at mount time by Jie Liu · 11 years ago
  80. e773fc9 xfs: Refactor xfs_ticket_alloc() to extract a new helper by Jie Liu · 11 years ago
  81. 297aa63 xfs: Fix a deadlock in xfs_log_commit_cil() code path by Chandra Seetharaman · 11 years ago
  82. fd63875 xfs: Introduce ordered log vector support by Dave Chinner · 11 years ago
  83. ecb3403 xfs: rename random32() to prandom_u32() by Akinobu Mita · 12 years ago
  84. 003fd6c xfs: fix fs/xfs/xfs_log.c:1740:39: error: 'B_TRUE' undeclared by Ben Myers · 12 years ago
  85. 667a929 xfs: Remove boolean_t typedef completely. by Thiago Farina · 12 years ago
  86. f9668a0 xfs: fix sparse reported log CRC endian issue by Dave Chinner · 12 years ago
  87. 437a255 xfs: fix direct IO nested transaction deadlock. by Dave Chinner · 12 years ago
  88. 0e446be xfs: add CRC checks to the log by Christoph Hellwig · 12 years ago
  89. c3f8fc7 xfs: make buffer read verication an IO completion function by Dave Chinner · 12 years ago
  90. d35e88f xfs: only update the last_sync_lsn when a transaction completes by Dave Chinner · 12 years ago
  91. c75921a xfs: xfs_quiesce_attr() should quiesce the log like unmount by Dave Chinner · 12 years ago
  92. 5889608 xfs: syncd workqueue is no more by Dave Chinner · 12 years ago
  93. cf2931d xfs: Bring some sanity to log unmounting by Dave Chinner · 12 years ago
  94. f661f1e xfs: sync work is now only periodic log work by Dave Chinner · 12 years ago
  95. 9a8d2fd xfs: remove xlog_t typedef by Mark Tinguely · 13 years ago
  96. ad223e6 xfs: rename log structure to xlog by Mark Tinguely · 13 years ago
  97. 11159a0 xfs: shutdown xfs_sync_worker before the log by Ben Myers · 13 years ago
  98. 77ba787 xfs: switch to proper __bitwise type for KM_... flags by Al Viro · 13 years ago
  99. 14c26c6 xfs: add trace points for log forces by Dave Chinner · 13 years ago
  100. ad1e95c xfs: clean up xfs_bit.h includes by Dave Chinner · 13 years ago