1. 86ffa47 xfs: refactor log recovery item sorting into a generic dispatch structure by Darrick J. Wong · 4 years, 9 months ago
  2. 35f4521 xfs: convert xfs_log_recover_item_t to struct xfs_log_recover_item by Darrick J. Wong · 4 years, 9 months ago
  3. c199507 xfs: remove unused iget_flags param from xfs_imap_to_bp() by Brian Foster · 4 years, 8 months ago
  4. 82ff450 xfs: remove the xfs_efi_log_item_t typedef by Christoph Hellwig · 4 years, 9 months ago
  5. 98b69b1 xfs: refactor xlog_recover_buffer_pass1 by Christoph Hellwig · 4 years, 9 months ago
  6. f15ab3f xfs: simplify xlog_recover_inode_ra_pass2 by Christoph Hellwig · 4 years, 9 months ago
  7. 7d4894b xfs: factor out a xlog_buf_readahead helper by Christoph Hellwig · 4 years, 9 months ago
  8. 5ce70b7 xfs: rename inode_list xlog_recover_reorder_trans by Christoph Hellwig · 4 years, 9 months ago
  9. e968350 xfs: refactor the buffer cancellation table helpers by Christoph Hellwig · 4 years, 9 months ago
  10. 0d2d35a xfs: report unrecognized log item type codes during recovery by Darrick J. Wong · 4 years, 9 months ago
  11. 6471e9c xfs: remove the di_version field from struct icdinode by Christoph Hellwig · 4 years, 10 months ago
  12. e9e2eae xfs: only check the superblock version for dinode size calculation by Christoph Hellwig · 4 years, 10 months ago
  13. b81b79f xfs: add a new xfs_sb_version_has_v3inode helper by Christoph Hellwig · 4 years, 10 months ago
  14. 3e6e8af xfs: remove XFS_BUF_TO_SBP by Christoph Hellwig · 4 years, 10 months ago
  15. 9798f61 xfs: remove XFS_BUF_TO_AGF by Christoph Hellwig · 4 years, 10 months ago
  16. 370c782 xfs: remove XFS_BUF_TO_AGI by Christoph Hellwig · 4 years, 10 months ago
  17. cdbcf82 xfs: fix xfs_buf_ioerror_alert location reporting by Darrick J. Wong · 5 years ago
  18. 0e3eccc xfs: make xfs_buf_read return an error code by Darrick J. Wong · 5 years ago
  19. 4ed8e27 xfs: make xfs_buf_read_map return an error code by Darrick J. Wong · 5 years ago
  20. 8a6453a xfs: check log iovec size to make sure it's plausibly a buffer log format by Darrick J. Wong · 5 years ago
  21. 050552c xfs: fix some memory leaks in log recovery by Darrick J. Wong · 5 years ago
  22. aefe69a xfs: remove the xfs_disk_dquot_t and xfs_dquot_t by Pavel Reichl · 5 years ago
  23. a71895c xfs: convert open coded corruption check to use XFS_IS_CORRUPT by Darrick J. Wong · 5 years ago
  24. 895e196 xfs: convert EIO to EFSCORRUPTED when log contents are invalid by Darrick J. Wong · 5 years ago
  25. d6abecb xfs: range check ri_cnt when recovering log items by Darrick J. Wong · 5 years ago
  26. a5155b8 xfs: always log corruption errors by Darrick J. Wong · 5 years ago
  27. 3219e8c xfs: assure zeroed memory buffers for certain kmem allocations by Bill O'Donnell · 5 years ago
  28. 8ab39f1 xfs: prevent CIL push holdoff in log recovery by Dave Chinner · 5 years ago
  29. f8f9ee4 xfs: add kmem_alloc_io() by Dave Chinner · 5 years ago
  30. 707e0dd fs: xfs: Remove KM_NOSLEEP and KM_SLEEP. by Tetsuo Handa · 5 years ago
  31. a7a9250 fs: xfs: xfs_log: Change return type from int to void by Hariprasad Kelam · 6 years ago
  32. 250d4b4 xfs: remove unused header files by Eric Sandeen · 6 years ago
  33. efe2330 xfs: remove the xfs_log_item_t typedef by Christoph Hellwig · 6 years ago
  34. dbd329f1 xfs: add struct xfs_mount pointer to struct xfs_buf by Christoph Hellwig · 6 years ago
  35. 8124b9b xfs: remove the b_io_length field in struct xfs_buf by Christoph Hellwig · 6 years ago
  36. 6e9b3dd xfs: stop using bp naming for log recovery buffers by Christoph Hellwig · 6 years ago
  37. 6ad5b32 xfs: use bios directly to read and write the log recovery buffers by Christoph Hellwig · 6 years ago
  38. 18ffb8c xfs: return an offset instead of a pointer from xlog_align by Christoph Hellwig · 6 years ago
  39. 2d15d2c xfs: make use of the l_targ field in struct xlog by Christoph Hellwig · 6 years ago
  40. 8c9ce2f xfs: remove unused flags arg from getsb interfaces by Eric Sandeen · 6 years ago
  41. 490d451 xfs: fix inode_cluster_size rounding mayhem by Darrick J. Wong · 6 years ago
  42. ef32595 xfs: separate inode geometry by Darrick J. Wong · 6 years ago
  43. 9108326 xfs: change some error-less functions to void types by Eric Sandeen · 6 years ago
  44. 15baadf xfs: fix xfs_buf magic number endian checks by Darrick J. Wong · 6 years ago
  45. 2bfe706 xfs: add inode magic to inode verifier by Darrick J. Wong · 6 years ago
  46. 27df4f5 xfs: split up allocation btree verifier by Brian Foster · 6 years ago
  47. 01e68f4 xfs: create a separate finobt verifier by Brian Foster · 6 years ago
  48. 83dcdb4 xfs: precalculate inodes and blocks per inode cluster by Darrick J. Wong · 6 years ago
  49. ec2ed0b xfs: remove invalid log recovery first/last cycle check by Brian Foster · 6 years ago
  50. ce356d6 xfs: pass transaction to dfops reset/move helpers by Brian Foster · 6 years ago
  51. fbfa977 xfs: use transaction for intent recovery instead of raw dfops by Brian Foster · 6 years ago
  52. 44a8736 xfs: clean up IRELE/iput callsites by Darrick J. Wong · 6 years ago
  53. 9e28a24 xfs: drop unnecessary xfs_defer_finish() dfops parameter by Brian Foster · 6 years ago
  54. c8eac49 xfs: remove all boilerplate defer init/finish code by Brian Foster · 6 years ago
  55. 91ef75b xfs: use internal dfops during [b|c]ui recovery by Brian Foster · 6 years ago
  56. a61acc3 xfs: use ->t_dfops in log recovery intent processing by Brian Foster · 6 years ago
  57. 6af88cd xfs: combine [a]sync buffer submission apis by Brian Foster · 7 years ago
  58. 5fdd979 xfs: remove xfs_defer_init() firstblock param by Brian Foster · 7 years ago
  59. bcd2c9f xfs: refactor dfops init to attach to transaction by Brian Foster · 7 years ago
  60. 0703a8e xfs: replace do_mod with native operations by Dave Chinner · 7 years ago
  61. 9bb54cb xfs: clean up MIN/MAX by Dave Chinner · 7 years ago
  62. 0b61f8a xfs: convert to SPDX license tags by Dave Chinner · 7 years ago
  63. 2551a53 xfs: explicitly pass buffer size to xfs_corruption_error by Darrick J. Wong · 7 years ago
  64. e381a0f xfs: remove unused flags arg from xfs_dquot_verify by Eric Sandeen · 7 years ago
  65. dc1baa7 xfs: do not log/recover swapext extent owner changes for deleted inodes by Eric Sandeen · 7 years ago
  66. 57e8095 xfs: Rename xa_ elements to ail_ by Matthew Wilcox · 7 years ago
  67. bcab2eb xfs: Remove dead code from inode recover function by Nikolay Borisov · 7 years ago
  68. 4603fa7 xfs: remove unused m_dmevmask from xfs_mount struct by Eric Sandeen · 7 years ago
  69. fb1755a Split buffer's b_fspriv field by Carlos Maiolino · 7 years ago
  70. c969004 xfs: use %px for data pointers when debugging by Darrick J. Wong · 7 years ago
  71. 3d170aa xfs: change 0x%p -> %p in print messages by Darrick J. Wong · 7 years ago
  72. eebf3ca xfs: standardize quota verification function outputs by Darrick J. Wong · 7 years ago
  73. 9cfb9b4 xfs: provide a centralized method for verifying inline fork data by Darrick J. Wong · 7 years ago
  74. 5099558 xfs: log recovery should replay deferred ops in order by Darrick J. Wong · 7 years ago
  75. e89fbb5 xfs: mark xlog_recover_check_summary STATIC by Christoph Hellwig · 7 years ago
  76. 06b1132 xfs: remove inode log format typedef by Darrick J. Wong · 7 years ago
  77. 9f2a450 xfs: fix log block underflow during recovery cycle verification by Brian Foster · 7 years ago
  78. 99c2659 xfs: more robust recovery xlog buffer validation by Brian Foster · 7 years ago
  79. 42b67dc xfs: remove the never fully implemented UUID fork format by Christoph Hellwig · 7 years ago
  80. 7bf7a19 xfs: fix compiler warnings by Darrick J. Wong · 7 years ago
  81. e67d3d4 xfs: add log recovery tracepoint for head/tail by Brian Foster · 7 years ago
  82. a4c9b34 xfs: handle -EFSCORRUPTED during head/tail verification by Brian Foster · 7 years ago
  83. 4a4f66e xfs: fix log recovery corruption error due to tail overwrite by Brian Foster · 7 years ago
  84. 5297ac1 xfs: always verify the log tail during recovery by Brian Foster · 7 years ago
  85. 284f1c2 xfs: fix recovery failure when log record header wraps log end by Brian Foster · 7 years ago
  86. 642338b Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 8 years ago
  87. 3977543 xfs: free uncommitted transactions during log recovery by Brian Foster · 8 years ago
  88. c8ce540 xfs: remove double-underscore integer types by Darrick J. Wong · 8 years ago
  89. d905fda xfs: use the common helper uuid_is_null() by Amir Goldstein · 8 years ago
  90. 6e7c2b4 scripts/spelling.txt: add "intialise(d)" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  91. a444d72 Merge branch 'xfs-4.10-misc-fixes-3' into for-next by Dave Chinner · 8 years ago
  92. cae028d xfs: optimise CRC updates by Dave Chinner · 8 years ago
  93. 200237d xfs: Move AGI buffer type setting to xfs_read_agi by Eric Sandeen · 8 years ago
  94. 6b10b23 xfs: set AGI buffer type in xlog_recover_clear_agi_bucket by Eric Sandeen · 8 years ago
  95. 755c7bf libxfs: convert ushort to unsigned short by Darrick J. Wong · 8 years ago
  96. 17c12bc xfs: when replaying bmap operations, don't let unlinked inodes get reaped by Darrick J. Wong · 8 years ago
  97. 77d61fe xfs: log bmap intent items by Darrick J. Wong · 8 years ago
  98. a90c00f xfs: add refcount btree block detection to log recovery by Darrick J. Wong · 8 years ago
  99. f997ee2 xfs: log refcount intent items by Darrick J. Wong · 8 years ago
  100. 5cd9cee xfs: log recovery tracepoints to track current lsn and buffer submission by Brian Foster · 8 years ago