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