1. 8e0bd49 xfs: fix endianness error when checking log block crc on big endian platforms by Darrick J. Wong · 8 years ago
  2. dde7f55 Merge branch 'xfs-misc-fixes-for-4.5-2' into for-next by Dave Chinner · 9 years ago
  3. 7d6a13f xfs: handle dquot buffer readahead in log recovery correctly by Dave Chinner · 9 years ago
  4. 7088c41 xfs: detect and trim torn writes during log recovery by Brian Foster · 9 years ago
  5. eed6b46 xfs: refactor log record start detection into a new helper by Brian Foster · 9 years ago
  6. 6528250 xfs: support a crc verification only log record pass by Brian Foster · 9 years ago
  7. d7f3769 xfs: return start block of first bad log record during recovery by Brian Foster · 9 years ago
  8. b94fb2d xfs: refactor and open code log record crc check by Brian Foster · 9 years ago
  9. 9d94901 xfs: refactor log record unpack and data processing by Brian Foster · 9 years ago
  10. a70f9fe xfs: detect and handle invalid iclog size set by mkfs by Brian Foster · 9 years ago
  11. 4e14e49 Merge branch 'xfs-misc-fixes-for-4.4-3' into for-next by Dave Chinner · 9 years ago
  12. 848ccfc xfs: fix log recovery op header validation assert by Brian Foster · 9 years ago
  13. a45086e xfs: validate metadata LSNs against log on v5 superblocks by Brian Foster · 9 years ago
  14. aa49338 Merge branch 'xfs-misc-fixes-for-4.3-2' into for-next by Dave Chinner · 9 years ago
  15. fcfbe2c xfs: log recovery needs to validate against sb_meta_uuid by Dave Chinner · 9 years ago
  16. 5be203a Merge branch 'xfs-efi-rework' into for-next by Dave Chinner · 9 years ago
  17. fc0d165 xfs: fix broken icreate log item cancellation by Brian Foster · 9 years ago
  18. 78d57e4 xfs: icreate log item recovery and cancellation tracepoints by Brian Foster · 9 years ago
  19. f0b2efa xfs: don't leave EFIs on AIL on mount failure by Brian Foster · 9 years ago
  20. e32a1d1 xfs: use EFI refcount consistently in log recovery by Brian Foster · 9 years ago
  21. 6bc43af xfs: ensure EFD trans aborts on log recovery extent free failure by Brian Foster · 9 years ago
  22. 5e4b538 xfs: disentagle EFI release from the extent count by Brian Foster · 9 years ago
  23. 20b8394 Merge branch 'xfs-misc-fixes-for-4.3' into for-next by Dave Chinner · 9 years ago
  24. f41febd xfs: Use consistent logging message prefixes by Joe Perches · 9 years ago
  25. 89cebc84 xfs: validate transaction header length on log recovery by Brian Foster · 9 years ago
  26. e3c32ee xfs: remote attribute headers contain an invalid LSN by Dave Chinner · 9 years ago
  27. de50e16 Merge branch 'xfs-misc-fixes-for-4.2-3' into for-next by Dave Chinner · 9 years ago
  28. b2a922c xfs: remove xfs_caddr_t by Christoph Hellwig · 9 years ago
  29. 88ee2df xfs: return a void pointer from xfs_buf_offset by Christoph Hellwig · 9 years ago
  30. 4ea7976 Merge branch 'xfs-commit-cleanup' into for-next by Dave Chinner · 9 years ago
  31. 7039331 xfs: saner xfs_trans_commit interface by Christoph Hellwig · 9 years ago
  32. 4906e21 xfs: remove the flags argument to xfs_trans_cancel by Christoph Hellwig · 9 years ago
  33. 7f43c90 xfs: handle sparse inode chunks in icreate log recovery by Brian Foster · 9 years ago
  34. 463958a xfs: pass inode count through ordered icreate log item by Brian Foster · 9 years ago
  35. 5681ca4 xfs: Remove icsb infrastructure by Dave Chinner · 9 years ago
  36. 6044e43 Merge branch 'xfs-misc-fixes-for-3.19-2' into for-next by Dave Chinner · 10 years ago
  37. 9a2cc41 xfs: move type conversion functions to xfs_dir.h by Dave Chinner · 10 years ago
  38. 508b6b3 xfs: merge xfs_inum.h into xfs_format.h by Christoph Hellwig · 10 years ago
  39. 4fb6e8a xfs: merge xfs_ag.h into xfs_format.h by Christoph Hellwig · 10 years ago
  40. 6d3ebaa xfs: merge xfs_dinode.h into xfs_format.h by Christoph Hellwig · 10 years ago
  41. 75e58ce Merge branch 'xfs-buf-iosubmit' into for-next by Dave Chinner · 10 years ago
  42. 595bff7 xfs: introduce xfs_buf_submit[_wait] by Dave Chinner · 10 years ago
  43. e8aaba9 xfs: xfs_buf_ioend and xfs_buf_iodone_work duplicate functionality by Dave Chinner · 10 years ago
  44. 2f43bbd Merge branch 'xfs-trans-recover-cleanup' into for-next by Dave Chinner · 10 years ago
  45. b818cca xfs: refactor recovery transaction start handling by Dave Chinner · 10 years ago
  46. 7656066 xfs: reorganise transaction recovery item code by Dave Chinner · 10 years ago
  47. 88b863d xfs: fix double free in xlog_recover_commit_trans by Dave Chinner · 10 years ago
  48. e9131e5 xfs: recovery of XLOG_UNMOUNT_TRANS leaks memory by Dave Chinner · 10 years ago
  49. eeb1168 xfs: refactor xlog_recover_process_data() by Dave Chinner · 10 years ago
  50. 970fd3f xfs: deduplicate xlog_do_recovery_pass() by Eric Sandeen · 10 years ago
  51. 2e22717 xfs: export log_recovery_delay to delay mount time log recovery by Brian Foster · 10 years ago
  52. ad3714b xfs: dquot recovery needs verifiers by Dave Chinner · 10 years ago
  53. 67dc288 xfs: ensure verifiers are attached to recovered buffers by Dave Chinner · 10 years ago
  54. 2451337 xfs: global error sign conversion by Dave Chinner · 10 years ago
  55. b474c7a xfs: Nuke XFS_ERROR macro by Eric Sandeen · 10 years ago
  56. d99831f xfs: return is not a function by Eric Sandeen · 10 years ago
  57. b767692 Merge branch 'xfs-free-inode-btree' into for-next by Dave Chinner · 10 years ago
  58. aafc3c2 xfs: support the XFS_BTNUM_FINOBT free inode btree type by Brian Foster · 10 years ago
  59. bbe4c66 xfs: remove unused trans pointer arg from xlog_recover_unmount_trans() by Eric Sandeen · 10 years ago
  60. e4a1e29 xfs: remove unused ail pointer arg from xfs_trans_ail_cursor_done() by Eric Sandeen · 10 years ago
  61. 324bb26 Merge branch 'xfs-for-linus-v3.13-rc5' into for-next by Ben Myers · 11 years ago
  62. 83a0adc xfs: remove xfsbdstrat error by Christoph Hellwig · 11 years ago
  63. 126cd10 xfs: get rid of XFS_IALLOC_BLOCKS macros by Jie Liu · 11 years ago
  64. 0f49efd xfs: get rid of XFS_INODE_CLUSTER_SIZE macros by Jie Liu · 11 years ago
  65. 7178343 xfs: get rid of XFS_IALLOC_INODES macros by Jie Liu · 11 years ago
  66. 2a84108 xfs: free the list of recovery items on error by Mark Tinguely · 11 years ago
  67. a4fbe6a xfs: decouple inode and bmap btree header files by Dave Chinner · 11 years ago
  68. 239880e xfs: decouple log and transaction headers by Dave Chinner · 11 years ago
  69. 9aede1d xfs: split dquot buffer operations out by Dave Chinner · 11 years ago
  70. 5706278 xfs: unify directory/attribute format definitions by Dave Chinner · 11 years ago
  71. 70a9883c xfs: create a shared header file for format-related information by Dave Chinner · 11 years ago
  72. 08e96e1 xfs: remove newlines from strings passed to __xfs_printk by Eric Sandeen · 11 years ago
  73. aaaae98 xfs: Use kmem_free() instead of free() by Thierry Reding · 11 years ago
  74. 519ccb8 xfs: fix memory leak in xlog_recover_add_to_trans by tinguely@sgi.com · 11 years ago
  75. 566055d xfs: log recovery lsn ordering needs uuid check by Dave Chinner · 11 years ago
  76. 08474ed xfs: remove dead code from xlog_recover_inode_pass2 by Mark Tinguely · 11 years ago
  77. 638f4416 xfs: recovery of swap extents operations for CRC filesystems by Dave Chinner · 11 years ago
  78. e9fbbad xfs: fix endian warning in xlog_recover_get_buf_lsn() by Dave Chinner · 11 years ago
  79. d891400 xfs: inode buffers may not be valid during recovery readahead by Dave Chinner · 11 years ago
  80. 50d5c8d xfs: check LSN ordering for v5 superblocks during recovery by Dave Chinner · 11 years ago
  81. 0f0d334 xfs: fix bad dquot buffer size in log recovery readahead by Dave Chinner · 11 years ago
  82. 84a5b73 xfs: don't account buffer cancellation during log recovery readahead by Dave Chinner · 11 years ago
  83. 00574da xfs: introduce object readahead to log recovery by Zhi Yong Wu · 11 years ago
  84. 8ba701e xfs: fix the comment of xlog_recover_do_dquot_buffer() by Zhi Yong Wu · 11 years ago
  85. 0a94da2 xfs: fix the comment of xlog_find_head() by Zhi Yong Wu · 11 years ago
  86. 34be5ff xfs: fix the comment of xlog_recover_buffer_pass2() by Zhi Yong Wu · 11 years ago
  87. 050a195 xfs:free bp in xlog_find_tail() error path by Eric Sandeen · 11 years ago
  88. 5d0a654 xfs: free bp in xlog_find_zeroed() error path by Eric Sandeen · 11 years ago
  89. 3d3c8b5 xfs: refactor xfs_trans_reserve() interface by Jie Liu · 11 years ago
  90. e546cb7 xfs: consolidate xfs_utils.c by Dave Chinner · 11 years ago
  91. 2b9ab5a xfs: reshuffle dir2 definitions around for userspace by Dave Chinner · 11 years ago
  92. 6ca1c90 xfs: separate dquot on disk format definitions out of xfs_quota.h by Dave Chinner · 11 years ago
  93. fc06c6d xfs: separate out log format definitions by Dave Chinner · 11 years ago
  94. e60896d xfs: di_flushiter considered harmful by Dave Chinner · 11 years ago
  95. 28c8e41 xfs: Inode create item recovery by Dave Chinner · 11 years ago
  96. 9222a9c xfs: don't shutdown log recovery on validation errors by Dave Chinner · 11 years ago
  97. 0a32c26 xfs: inode unlinked list needs to recalculate the inode CRC by Dave Chinner · 11 years ago
  98. a775ad7 xfs: fix log recovery transaction item reordering by Dave Chinner · 11 years ago
  99. 6fcdc59 xfs: rework dquot CRCs by Dave Chinner · 11 years ago
  100. 709da6a xfs: fix split buffer vector log recovery support by Dave Chinner · 11 years ago