1. 4e6b827 xfs: force the log offline when log intent item recovery fails by Darrick J. Wong · 3 years, 6 months ago
  2. 934933c xfs: convert raw ag walks to use for_each_perag by Dave Chinner · 3 years, 7 months ago
  3. 9bbafc71 xfs: move xfs_perag_get/put to xfs_ag.[ch] by Dave Chinner · 3 years, 7 months ago
  4. 9b3beb0 xfs: remove the di_dmevmask and di_dmstate fields from struct xfs_icdinode by Christoph Hellwig · 3 years, 9 months ago
  5. af9dcdd xfs: split xfs_imap_to_bp by Christoph Hellwig · 3 years, 9 months ago
  6. bd24a4f xfs: Rudimentary typo fixes by Bhaskar Chowdhury · 3 years, 9 months ago
  7. e822261 xfs: remove xfs_buf_t typedef by Dave Chinner · 4 years ago
  8. 6337032 xfs: trace log intent item recovery failures by Darrick J. Wong · 4 years, 1 month ago
  9. 2e76f18 xfs: cancel intents immediately if process_intents fails by Darrick J. Wong · 4 years, 2 months ago
  10. ff4ab5e xfs: fix an incore inode UAF in xfs_bui_recover by Darrick J. Wong · 4 years, 3 months ago
  11. 929b92f xfs: xfs_defer_capture should absorb remaining transaction reservation by Darrick J. Wong · 4 years, 3 months ago
  12. 4f9a60c xfs: xfs_defer_capture should absorb remaining block reservations by Darrick J. Wong · 4 years, 3 months ago
  13. e6fff81 xfs: proper replay of deferred ops queued during log recovery by Darrick J. Wong · 4 years, 3 months ago
  14. 901219b xfs: remove XFS_LI_RECOVERED by Darrick J. Wong · 4 years, 3 months ago
  15. d6b8fc6 xfs: do the assert for all the log done items in xfs_trans_cancel by Kaixu Xia · 4 years, 3 months ago
  16. 0c771b9 xfs: clean up calculation of LR header blocks by Gao Xiang · 4 years, 3 months ago
  17. f692d09 xfs: avoid LR buffer overrun due to crafted h_len by Gao Xiang · 4 years, 3 months ago
  18. 26e32875 xfs: reuse _xfs_buf_read for re-reading the superblock by Christoph Hellwig · 4 years, 4 months ago
  19. b3f8e08 xfs: remove xfs_getsb by Christoph Hellwig · 4 years, 4 months ago
  20. 22c1058 xfs: remove xlog_recover_iodone by Christoph Hellwig · 4 years, 4 months ago
  21. 6a7584b xfs: fold xfs_buf_ioend_finish into xfs_ioend by Christoph Hellwig · 4 years, 4 months ago
  22. 23fb5a9 xfs: refactor xfs_buf_ioend by Christoph Hellwig · 4 years, 4 months ago
  23. 771915c xfs: remove kmem_realloc() by Carlos Maiolino · 4 years, 4 months ago
  24. b63da6c xfs: delete duplicated words + other fixes by Randy Dunlap · 4 years, 5 months ago
  25. 9fe5c77 xfs: mark log recovery buffers for completion by Dave Chinner · 4 years, 6 months ago
  26. 6ea670a xfs: remove unnecessary includes from xfs_log_recover.c by Darrick J. Wong · 4 years, 8 months ago
  27. 17d29bf xfs: move log recovery buffer cancellation code to xfs_buf_item_recover.c by Darrick J. Wong · 4 years, 8 months ago
  28. cc560a5 xfs: hoist setting of XFS_LI_RECOVERED to caller by Darrick J. Wong · 4 years, 8 months ago
  29. 96b60f8 xfs: refactor intent item iop_recover calls by Darrick J. Wong · 4 years, 8 months ago
  30. 154c733 xfs: refactor releasing finished intents during log recovery by Darrick J. Wong · 4 years, 8 months ago
  31. bba7b16 xfs: refactor xlog_item_is_intent now that we're done converting by Darrick J. Wong · 4 years, 8 months ago
  32. 9329ba8 xfs: refactor recovered BUI log item playback by Darrick J. Wong · 4 years, 8 months ago
  33. c57ed2f xfs: refactor recovered CUI log item playback by Darrick J. Wong · 4 years, 8 months ago
  34. cba0cca xfs: refactor recovered RUI log item playback by Darrick J. Wong · 4 years, 8 months ago
  35. 10d0c6e xfs: refactor recovered EFI log item playback by Darrick J. Wong · 4 years, 8 months ago
  36. 2565a11 xfs: remove log recovery quotaoff item dispatch for pass2 commit functions by Darrick J. Wong · 4 years, 8 months ago
  37. 3c6ba3c xfs: refactor log recovery BUI item dispatch for pass2 commit functions by Darrick J. Wong · 4 years, 8 months ago
  38. 9b4467e xfs: refactor log recovery CUI item dispatch for pass2 commit functions by Darrick J. Wong · 4 years, 8 months ago
  39. 07590a9 xfs: refactor log recovery RUI item dispatch for pass2 commit functions by Darrick J. Wong · 4 years, 8 months ago
  40. 9817aa8 xfs: refactor log recovery EFI item dispatch for pass2 commit functions by Darrick J. Wong · 4 years, 8 months ago
  41. 3ec6efa xfs: refactor log recovery icreate item dispatch for pass2 commit functions by Darrick J. Wong · 4 years, 8 months ago
  42. fcbdf91 xfs: refactor log recovery dquot item dispatch for pass2 commit functions by Darrick J. Wong · 4 years, 8 months ago
  43. 658fa68 xfs: refactor log recovery inode item dispatch for pass2 commit functions by Darrick J. Wong · 4 years, 8 months ago
  44. 1094d3f xfs: refactor log recovery buffer item dispatch for pass2 commit functions by Darrick J. Wong · 4 years, 8 months ago
  45. 3304a4f xfs: refactor log recovery item dispatch for pass1 commit functions by Darrick J. Wong · 4 years, 8 months ago
  46. 8ea5682 xfs: refactor log recovery item dispatch for pass2 readhead functions by Darrick J. Wong · 4 years, 8 months ago
  47. 86ffa47 xfs: refactor log recovery item sorting into a generic dispatch structure by Darrick J. Wong · 4 years, 8 months ago
  48. 35f4521 xfs: convert xfs_log_recover_item_t to struct xfs_log_recover_item by Darrick J. Wong · 4 years, 8 months ago
  49. c199507 xfs: remove unused iget_flags param from xfs_imap_to_bp() by Brian Foster · 4 years, 8 months ago
  50. 82ff450 xfs: remove the xfs_efi_log_item_t typedef by Christoph Hellwig · 4 years, 8 months ago
  51. 98b69b1 xfs: refactor xlog_recover_buffer_pass1 by Christoph Hellwig · 4 years, 8 months ago
  52. f15ab3f xfs: simplify xlog_recover_inode_ra_pass2 by Christoph Hellwig · 4 years, 8 months ago
  53. 7d4894b xfs: factor out a xlog_buf_readahead helper by Christoph Hellwig · 4 years, 8 months ago
  54. 5ce70b7 xfs: rename inode_list xlog_recover_reorder_trans by Christoph Hellwig · 4 years, 8 months ago
  55. e968350 xfs: refactor the buffer cancellation table helpers by Christoph Hellwig · 4 years, 8 months ago
  56. 0d2d35a xfs: report unrecognized log item type codes during recovery by Darrick J. Wong · 4 years, 8 months ago
  57. 6471e9c xfs: remove the di_version field from struct icdinode by Christoph Hellwig · 4 years, 10 months ago
  58. e9e2eae xfs: only check the superblock version for dinode size calculation by Christoph Hellwig · 4 years, 10 months ago
  59. b81b79f xfs: add a new xfs_sb_version_has_v3inode helper by Christoph Hellwig · 4 years, 10 months ago
  60. 3e6e8af xfs: remove XFS_BUF_TO_SBP by Christoph Hellwig · 4 years, 10 months ago
  61. 9798f61 xfs: remove XFS_BUF_TO_AGF by Christoph Hellwig · 4 years, 10 months ago
  62. 370c782 xfs: remove XFS_BUF_TO_AGI by Christoph Hellwig · 4 years, 10 months ago
  63. cdbcf82 xfs: fix xfs_buf_ioerror_alert location reporting by Darrick J. Wong · 5 years ago
  64. 0e3eccc xfs: make xfs_buf_read return an error code by Darrick J. Wong · 5 years ago
  65. 4ed8e27 xfs: make xfs_buf_read_map return an error code by Darrick J. Wong · 5 years ago
  66. 8a6453a xfs: check log iovec size to make sure it's plausibly a buffer log format by Darrick J. Wong · 5 years ago
  67. 050552c xfs: fix some memory leaks in log recovery by Darrick J. Wong · 5 years ago
  68. aefe69a xfs: remove the xfs_disk_dquot_t and xfs_dquot_t by Pavel Reichl · 5 years ago
  69. a71895c xfs: convert open coded corruption check to use XFS_IS_CORRUPT by Darrick J. Wong · 5 years ago
  70. 895e196 xfs: convert EIO to EFSCORRUPTED when log contents are invalid by Darrick J. Wong · 5 years ago
  71. d6abecb xfs: range check ri_cnt when recovering log items by Darrick J. Wong · 5 years ago
  72. a5155b8 xfs: always log corruption errors by Darrick J. Wong · 5 years ago
  73. 3219e8c xfs: assure zeroed memory buffers for certain kmem allocations by Bill O'Donnell · 5 years ago
  74. 8ab39f1 xfs: prevent CIL push holdoff in log recovery by Dave Chinner · 5 years ago
  75. f8f9ee4 xfs: add kmem_alloc_io() by Dave Chinner · 5 years ago
  76. 707e0dd fs: xfs: Remove KM_NOSLEEP and KM_SLEEP. by Tetsuo Handa · 5 years ago
  77. a7a9250 fs: xfs: xfs_log: Change return type from int to void by Hariprasad Kelam · 5 years ago
  78. 250d4b4 xfs: remove unused header files by Eric Sandeen · 6 years ago
  79. efe2330 xfs: remove the xfs_log_item_t typedef by Christoph Hellwig · 6 years ago
  80. dbd329f1 xfs: add struct xfs_mount pointer to struct xfs_buf by Christoph Hellwig · 6 years ago
  81. 8124b9b xfs: remove the b_io_length field in struct xfs_buf by Christoph Hellwig · 6 years ago
  82. 6e9b3dd xfs: stop using bp naming for log recovery buffers by Christoph Hellwig · 6 years ago
  83. 6ad5b32 xfs: use bios directly to read and write the log recovery buffers by Christoph Hellwig · 6 years ago
  84. 18ffb8c xfs: return an offset instead of a pointer from xlog_align by Christoph Hellwig · 6 years ago
  85. 2d15d2c xfs: make use of the l_targ field in struct xlog by Christoph Hellwig · 6 years ago
  86. 8c9ce2f xfs: remove unused flags arg from getsb interfaces by Eric Sandeen · 6 years ago
  87. 490d451 xfs: fix inode_cluster_size rounding mayhem by Darrick J. Wong · 6 years ago
  88. ef32595 xfs: separate inode geometry by Darrick J. Wong · 6 years ago
  89. 9108326 xfs: change some error-less functions to void types by Eric Sandeen · 6 years ago
  90. 15baadf xfs: fix xfs_buf magic number endian checks by Darrick J. Wong · 6 years ago
  91. 2bfe706 xfs: add inode magic to inode verifier by Darrick J. Wong · 6 years ago
  92. 27df4f5 xfs: split up allocation btree verifier by Brian Foster · 6 years ago
  93. 01e68f4 xfs: create a separate finobt verifier by Brian Foster · 6 years ago
  94. 83dcdb4 xfs: precalculate inodes and blocks per inode cluster by Darrick J. Wong · 6 years ago
  95. ec2ed0b xfs: remove invalid log recovery first/last cycle check by Brian Foster · 6 years ago
  96. ce356d6 xfs: pass transaction to dfops reset/move helpers by Brian Foster · 6 years ago
  97. fbfa977 xfs: use transaction for intent recovery instead of raw dfops by Brian Foster · 6 years ago
  98. 44a8736 xfs: clean up IRELE/iput callsites by Darrick J. Wong · 6 years ago
  99. 9e28a24 xfs: drop unnecessary xfs_defer_finish() dfops parameter by Brian Foster · 6 years ago
  100. c8eac49 xfs: remove all boilerplate defer init/finish code by Brian Foster · 6 years ago