1. b3b5ff4 xfs: reduce the size of struct xfs_extent_free_item by Darrick J. Wong · 3 years, 3 months ago
  2. c201d9c xfs: rename xfs_bmap_add_free to xfs_free_extent_later by Darrick J. Wong · 3 years, 3 months ago
  3. 182696f xfs: rename _zone variables to _cache by Darrick J. Wong · 3 years, 3 months ago
  4. e7720afa xfs: remove kmem_zone typedef by Darrick J. Wong · 3 years, 3 months ago
  5. 512edfa xfs: port the defer ops capture and continue to resource capture by Darrick J. Wong · 3 years, 3 months ago
  6. c30a0cb xfs: use kmem_cache_free() for kmem_cache objects by Rustam Kovhaev · 3 years, 3 months ago
  7. 43059d5 xfs: dump log intent items that cannot be recovered due to corruption by Darrick J. Wong · 3 years, 5 months ago
  8. 4f0f586 treewide: Change list_sort to use const pointers by Sami Tolvanen · 3 years, 9 months ago
  9. 67457eb xfs: refactor data device extent validation by Darrick J. Wong · 4 years, 1 month ago
  10. 7396c7f xfs: improve the code that checks recovered extent-free intent items by Darrick J. Wong · 4 years, 1 month ago
  11. 3c15df3 xfs: hoist recovered extent-free intent checks out of xfs_efi_item_recover by Darrick J. Wong · 4 years, 1 month ago
  12. 4e919af xfs: periodically relog deferred intent items by Darrick J. Wong · 4 years, 3 months ago
  13. ff4ab5e xfs: fix an incore inode UAF in xfs_bui_recover by Darrick J. Wong · 4 years, 3 months ago
  14. e6fff81 xfs: proper replay of deferred ops queued during log recovery by Darrick J. Wong · 4 years, 3 months ago
  15. 384ff09 xfs: don't release log intent items when recovery fails by Darrick J. Wong · 4 years, 3 months ago
  16. 32a2b11 xfs: Remove kmem_zone_zalloc() usage by Carlos Maiolino · 4 years, 5 months ago
  17. cc560a5 xfs: hoist setting of XFS_LI_RECOVERED to caller by Darrick J. Wong · 4 years, 8 months ago
  18. 96b60f8 xfs: refactor intent item iop_recover calls by Darrick J. Wong · 4 years, 8 months ago
  19. 889eb55 xfs: refactor intent item RECOVERED flag into the log item by Darrick J. Wong · 4 years, 8 months ago
  20. 86a3717 xfs: refactor adding recovered intent items to the log by Darrick J. Wong · 4 years, 8 months ago
  21. 154c733 xfs: refactor releasing finished intents during log recovery by Darrick J. Wong · 4 years, 8 months ago
  22. 10d0c6e xfs: refactor recovered EFI log item playback by Darrick J. Wong · 4 years, 8 months ago
  23. 9817aa8 xfs: refactor log recovery EFI item dispatch for pass2 commit functions by Darrick J. Wong · 4 years, 8 months ago
  24. 86ffa47 xfs: refactor log recovery item sorting into a generic dispatch structure by Darrick J. Wong · 4 years, 8 months ago
  25. 6558792 xfs: use delete helper for items expected to be in AIL by Brian Foster · 4 years, 8 months ago
  26. 3ec1b26 xfs: use a xfs_btree_cur for the ->finish_cleanup state by Christoph Hellwig · 4 years, 8 months ago
  27. f09d167 xfs: turn dfp_done into a xfs_log_item by Christoph Hellwig · 4 years, 8 months ago
  28. 13a8333 xfs: turn dfp_intent into a xfs_log_item by Christoph Hellwig · 4 years, 8 months ago
  29. d367a86 xfs: merge the ->diff_items defer op into ->create_intent by Christoph Hellwig · 4 years, 8 months ago
  30. c1f0918 xfs: merge the ->log_item defer op into ->create_intent by Christoph Hellwig · 4 years, 8 months ago
  31. 82ff450 xfs: remove the xfs_efi_log_item_t typedef by Christoph Hellwig · 4 years, 8 months ago
  32. 377bcd5 xfs: Remove kmem_zone_free() wrapper by Carlos Maiolino · 5 years ago
  33. 895e196 xfs: convert EIO to EFSCORRUPTED when log contents are invalid by Darrick J. Wong · 5 years ago
  34. a5155b8 xfs: always log corruption errors by Darrick J. Wong · 5 years ago
  35. 707e0dd fs: xfs: Remove KM_NOSLEEP and KM_SLEEP. by Tetsuo Handa · 5 years ago
  36. 250d4b4 xfs: remove unused header files by Eric Sandeen · 6 years ago
  37. 81f4004 xfs: merge xfs_trans_extfree.c into xfs_extfree_item.c by Christoph Hellwig · 6 years ago
  38. 9c5e7c2 xfs: merge xfs_efd_init into xfs_trans_get_efd by Christoph Hellwig · 6 years ago
  39. 95cf0e4 xfs: remove a pointless comment duplicated above all xfs_item_ops instances by Christoph Hellwig · 6 years ago
  40. 9ce632a xfs: add a flag to release log items on commit by Christoph Hellwig · 6 years ago
  41. ddf9205 xfs: split iop_unlock by Christoph Hellwig · 6 years ago
  42. e8b78db xfs: don't require log items to implement optional methods by Christoph Hellwig · 6 years ago
  43. 5467b34 xfs: move xfs_ino_geometry to xfs_shared.h by Darrick J. Wong · 6 years ago
  44. 7280fed xfs: remove xfs_rmap_ag_owner and friends by Darrick J. Wong · 6 years ago
  45. 0b61f8a xfs: convert to SPDX license tags by Dave Chinner · 7 years ago
  46. fcb762f xfs: add bmapi nodiscard flag by Brian Foster · 7 years ago
  47. 22525c1 xfs: log item flags are racy by Dave Chinner · 7 years ago
  48. 0612d11 xfs: fix intent use-after-free on abort by Dave Chinner · 7 years ago
  49. 33df3a9 xfs: always honor OWN_UNKNOWN rmap removal requests by Darrick J. Wong · 7 years ago
  50. c4cf1ac xfs: better log intent item refcount checking by Darrick J. Wong · 8 years ago
  51. e127faf xfs: remove unnecessary parentheses from log redo item recovery functions by Darrick J. Wong · 8 years ago
  52. 340785c xfs: add owner field to extent allocation and freeing by Darrick J. Wong · 8 years ago
  53. dc42375 xfs: refactor redo intent item processing by Darrick J. Wong · 8 years ago
  54. b1c5ebb xfs: allocate log vector buffers outside CIL context lock by Dave Chinner · 8 years ago
  55. 146e54b xfs: add helper to conditionally remove items from the AIL by Brian Foster · 9 years ago
  56. e32a1d1 xfs: use EFI refcount consistently in log recovery by Brian Foster · 9 years ago
  57. 8d99fe9 xfs: fix efi/efd error handling to avoid fs shutdown hangs by Brian Foster · 9 years ago
  58. 5e4b538 xfs: disentagle EFI release from the extent count by Brian Foster · 9 years ago
  59. db9d67d xfs: remove __psint_t and __psunsigned_t by Christoph Hellwig · 10 years ago
  60. bb58e61 xfs: move most of xfs_sb.h to xfs_format.h by Christoph Hellwig · 10 years ago
  61. 4fb6e8a xfs: merge xfs_ag.h into xfs_format.h by Christoph Hellwig · 10 years ago
  62. 2451337 xfs: global error sign conversion by Dave Chinner · 11 years ago
  63. bde7cff xfs: format log items write directly into the linear CIL buffer by Christoph Hellwig · 11 years ago
  64. 1234351 xfs: introduce xlog_copy_iovec by Christoph Hellwig · 11 years ago
  65. 239880e xfs: decouple log and transaction headers by Dave Chinner · 11 years ago
  66. 166d136 xfs: return log item size in IOP_SIZE by Dave Chinner · 11 years ago
  67. 509e708 xfs: Don't reference the EFI after it is freed by Dave Chinner · 12 years ago
  68. 666d644 xfs: don't free EFIs before the EFDs are committed by Dave Chinner · 12 years ago
  69. 60a3460 xfs: move xfsagino_t to xfs_types.h by Dave Chinner · 13 years ago
  70. 04913fd xfs: pass shutdown method into xfs_trans_ail_delete_bulk by Dave Chinner · 13 years ago
  71. 43ff212 xfs: on-stack delayed write buffer lists by Christoph Hellwig · 13 years ago
  72. 272e42b xfs: constify xfs_item_ops by Christoph Hellwig · 13 years ago
  73. e34a314 xfs: fix efi item leak on forced shutdown by Dave Chinner · 14 years ago
  74. b199c8a xfs: Pull EFI/EFD handling out from under the AIL lock by Dave Chinner · 14 years ago
  75. 9c5f841 xfs: fix EFI transaction cancellation. by Dave Chinner · 14 years ago
  76. 4e0d5f9 xfs: fix the xfs_log_iovec i_addr type by Christoph Hellwig · 15 years ago
  77. 7bfa31d xfs: give xfs_item_ops methods the correct prototypes by Christoph Hellwig · 15 years ago
  78. 9412e31 xfs: merge iop_unpin_remove into iop_unpin by Christoph Hellwig · 15 years ago
  79. e98c414 xfs: simplify log item descriptor tracking by Christoph Hellwig · 15 years ago
  80. 288699f xfs: drop dmapi hooks by Christoph Hellwig · 15 years ago
  81. 8e12385 xfs: remove stale parameter from ->iop_unpin method by Dave Chinner · 15 years ago
  82. 43f5efc xfs: factor log item initialisation by Dave Chinner · 15 years ago
  83. 4139b3b xfs: kill XLOG_VEC_SET_TYPE by Christoph Hellwig · 15 years ago
  84. 783a2f6 [XFS] Finish removing the mount pointer from the AIL API by David Chinner · 16 years ago
  85. fc1829f [XFS] Add ail pointer into log items by David Chinner · 16 years ago
  86. c7e8f26 [XFS] Move the AIL lock into the struct xfs_ail by David Chinner · 16 years ago
  87. f0e2d93 [XFS] Remove unused arg from kmem_free() by Denys Vlasenko · 17 years ago
  88. 287f3da [XFS] Unwrap AIL_LOCK by Donald Douwsma · 17 years ago
  89. da353b0 [XFS] Radix tree based inode caching by David Chinner · 17 years ago
  90. 7989cb8 [XFS] Keep stack usage down for 4k stacks by using noinline. by David Chinner · 18 years ago
  91. 065d312 [XFS] Remove unused iop_abort log item operation by Eric Sandeen · 18 years ago
  92. f6c2d1f [XFS] Remove version 1 directory code. Never functioned on Linux, just by Nathan Scott · 19 years ago
  93. 6d192a9 [XFS] inode items and EFI/EFDs have different ondisk format for 32bit and by Tim Shimmin · 19 years ago
  94. 7b71876 [XFS] Update license/copyright notices to match the prefered SGI boilerplate. by Nathan Scott · 19 years ago
  95. a844f45 [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot. by Nathan Scott · 19 years ago
  96. 7e9c639 [XFS] 929956 add log debugging and tracing info by Tim Shimmin · 19 years ago
  97. 7d795ca [XFS] consolidate extent item freeing by Christoph Hellwig · 20 years ago
  98. ba0f32d [XFS] mark various symbols static Patch from Adrian Bunk by Christoph Hellwig · 20 years ago
  99. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago