1. 08346bc xfsprogs: Release v6.14.0 by Andrey Albershteyn · 12 months ago master v6.14.0
  2. 2d5e0a4 xfs_scrub_all: localize the strings in the program by Darrick J. Wong · 1 year ago
  3. 8a96f3d xfs_protofile: add messages to localization catalog by Darrick J. Wong · 1 year ago
  4. c5913c6 Makefile: inject package name/version/bugreport into pot file by Darrick J. Wong · 1 year ago
  5. 7a071c8 xfs_scrub_all: rename source code to .py.in by Darrick J. Wong · 1 year ago
  6. 355eb80 xfs_protofile: rename source code to .py.in by Darrick J. Wong · 1 year ago
  7. 8cd85ad xfs_repair: handling a block with bad crc, bad uuid, and bad magic number needs fixing by Bill O'Donnell · 1 year ago
  8. 0b4156b xfs: Use abs_diff instead of XFS_ABSDIFF by Matthew Wilcox (Oracle) · 1 year ago
  9. 06adb3c xfs_repair: fix stupid argument error in verify_inode_chunk by Darrick J. Wong · 1 year ago
  10. bbd8ba7 xfs_repair: fix infinite loop in longform_dir2_entry_check* by Darrick J. Wong · 1 year ago
  11. b26d168 xfs_repair: fix crash in reset_rt_metadir_inodes by Darrick J. Wong · 1 year ago
  12. 28db545 xfs_repair: don't recreate /quota metadir if there are no quota inodes by Darrick J. Wong · 1 year ago
  13. e6caefb xfs_repair: fix wording of error message about leftover CoW blocks on the rt device by Darrick J. Wong · 1 year ago
  14. 2d5aa51 xfs_io: Add cachestat syscall support by Ritesh Harjani (IBM) · 1 year, 1 month ago
  15. 840b472 xfs_io: Add RWF_DONTCACHE support to preadv2 by Ritesh Harjani (IBM) · 1 year, 1 month ago
  16. 92c62bd xfs_io: Add RWF_DONTCACHE support to pwritev2 by Ritesh Harjani (IBM) · 1 year, 1 month ago
  17. c2dcf4a xfs_io: Add support for preadv2 by Ritesh Harjani (IBM) · 1 year, 1 month ago
  18. d2d034b make: remove the .extradep file in libxfs on "make clean" by Theodore Ts'o · 1 year, 1 month ago
  19. c34735a xfs_{admin,repair},man5: tell the user to mount with nouuid for snapshots by Darrick J. Wong · 1 year, 1 month ago
  20. 88940d9 gitignore: ignore a few newly generated files by Andrey Albershteyn · 1 year, 1 month ago
  21. f1314f4 libxfs-apply: drop Cc: to stable release list by Andrey Albershteyn · 1 year, 1 month ago
  22. 54dd297 release.sh: add -f to generate for-next update email by Andrey Albershteyn · 1 year, 1 month ago
  23. 8adb895 release.sh: generate ANNOUNCE email by Andrey Albershteyn · 1 year, 1 month ago
  24. 36119c5 git-contributors: make revspec required and shebang fix by Andrey Albershteyn · 1 year, 1 month ago
  25. c73d9fb git-contributors: better handling of hash mark/multiple emails by Andrey Albershteyn · 1 year, 1 month ago
  26. 8b5b100 Add git-contributors script to notify about merges by Andrey Albershteyn · 1 year, 1 month ago
  27. 69e03f8 release.sh: update version files make commit optional by Andrey Albershteyn · 1 year, 1 month ago
  28. 8efc275 release.sh: add --kup to upload release tarball to kernel.org by Andrey Albershteyn · 1 year, 1 month ago
  29. b69a2f6 release.sh: add signing and fix outdated commands by Andrey Albershteyn · 1 year, 1 month ago
  30. a5466ce xfsprogs: Fix mismatched return type of filesize() by Pavel Reichl · 1 year, 1 month ago
  31. e10c199 libxfs-apply: allow stgit users to force-apply a patch by Darrick J. Wong · 1 year, 1 month ago
  32. 8682be1 libxfs-apply: fix stgit detection by Andrey Albershteyn · 1 year, 1 month ago
  33. 6c01ed5 xfs_io: don't fail FS_IOC_FSGETXATTR on filesystems that lack support by Anthony Iliopoulos · 1 year, 1 month ago
  34. 0b3e728 configure: additionally get icu-uc from pkg-config by Alyssa Ross · 1 year, 2 months ago
  35. 195777d xfs_scrub: use the display mountpoint for reporting file corruptions by Darrick J. Wong · 1 year, 1 month ago
  36. 87c2a10 xfs_scrub: don't warn about zero width joiner control characters by Darrick J. Wong · 1 year, 1 month ago
  37. a55329d xfs_scrub: fix buffer overflow in string_escape by Darrick J. Wong · 1 year, 1 month ago
  38. 8c4e704 xfs_db: add command to copy directory trees out of filesystems by Darrick J. Wong · 1 year, 1 month ago
  39. 6cccd3d xfs_db: make listdir more generally useful by Darrick J. Wong · 1 year, 1 month ago
  40. 02e1a64 xfs_db: use an empty transaction to try to prevent livelocks in path_navigate by Darrick J. Wong · 1 year, 1 month ago
  41. c68e276 xfs_db: pass const pointers when we're not modifying them by Darrick J. Wong · 1 year, 1 month ago
  42. 17408f8 mkfs: enable reflink on the realtime device by Darrick J. Wong · 1 year, 1 month ago
  43. c811cfb mkfs: validate CoW extent size hint when rtinherit is set by Darrick J. Wong · 1 year, 1 month ago
  44. 90941e5 xfs_logprint: report realtime CUIs by Darrick J. Wong · 1 year, 1 month ago
  45. 256d9dd xfs_repair: validate CoW extent size hint on rtinherit directories by Darrick J. Wong · 1 year, 1 month ago
  46. 5937090 xfs_repair: allow realtime files to have the reflink flag set by Darrick J. Wong · 1 year, 1 month ago
  47. 293b7ca xfs_repair: rebuild the realtime refcount btree by Darrick J. Wong · 1 year, 1 month ago
  48. ae6a810 xfs_repair: reject unwritten shared extents by Darrick J. Wong · 1 year, 1 month ago
  49. bd212fd xfs_repair: check existing realtime refcountbt entries against observed refcounts by Darrick J. Wong · 1 year, 1 month ago
  50. 7669fbd xfs_repair: compute refcount data for the realtime groups by Darrick J. Wong · 1 year, 1 month ago
  51. bc4e26c xfs_repair: find and mark the rtrefcountbt inode by Darrick J. Wong · 1 year, 1 month ago
  52. a9b8f01 xfs_repair: use realtime refcount btree data to check block types by Darrick J. Wong · 1 year, 1 month ago
  53. bf58660 xfs_repair: allow CoW staging extents in the realtime rmap records by Darrick J. Wong · 1 year, 1 month ago
  54. 52c4a72 xfs_spaceman: report health of the realtime refcount btree by Darrick J. Wong · 1 year, 1 month ago
  55. e971e84 xfs_db: add rtrefcount reservations to the rgresv command by Darrick J. Wong · 1 year, 1 month ago
  56. 4f341db xfs_db: copy the realtime refcount btree by Darrick J. Wong · 1 year, 1 month ago
  57. 3107693 xfs_db: support the realtime refcountbt by Darrick J. Wong · 1 year, 1 month ago
  58. 97897d6 xfs_db: display the realtime refcount btree contents by Darrick J. Wong · 1 year, 1 month ago
  59. aacdd9a man: document userspace API changes due to rt reflink by Darrick J. Wong · 1 year, 1 month ago
  60. fde25d8 libfrog: enable scrubbing of the realtime refcount data by Darrick J. Wong · 1 year, 1 month ago
  61. 2e776b3 libxfs: apply rt extent alignment constraints to CoW extsize hint by Darrick J. Wong · 1 year, 1 month ago
  62. e28f633 libxfs: add a realtime flag to the refcount update log redo items by Darrick J. Wong · 1 year, 1 month ago
  63. 310df80 libxfs: compute the rt refcount btree maxlevels during initialization by Darrick J. Wong · 1 year, 1 month ago
  64. d3fc26f mkfs: create the realtime rmap inode by Darrick J. Wong · 1 year, 1 month ago
  65. 032ed61 xfs_logprint: report realtime RUIs by Darrick J. Wong · 1 year, 1 month ago
  66. 40c3539 xfs_repair: reserve per-AG space while rebuilding rt metadata by Darrick J. Wong · 1 year, 1 month ago
  67. 7a90561 xfs_repair: rebuild the bmap btree for realtime files by Darrick J. Wong · 1 year, 1 month ago
  68. e342910 xfs_repair: check for global free space concerns with default btree slack levels by Darrick J. Wong · 1 year, 1 month ago
  69. d8ad5e2 xfs_repair: rebuild the realtime rmap btree by Darrick J. Wong · 1 year, 1 month ago
  70. 400985d xfs_repair: always check realtime file mappings against incore info by Darrick J. Wong · 1 year, 1 month ago
  71. 3cf4b2e xfs_repair: check existing realtime rmapbt entries against observed rmaps by Darrick J. Wong · 1 year, 1 month ago
  72. 4e39e32 xfs_repair: find and mark the rtrmapbt inodes by Darrick J. Wong · 1 year, 1 month ago
  73. f3804b1 xfs_repair: refactor realtime inode check by Darrick J. Wong · 1 year, 1 month ago
  74. a4e4673 xfs_repair: create a new set of incore rmap information for rt groups by Darrick J. Wong · 1 year, 1 month ago
  75. b97c696 xfs_repair: use realtime rmap btree data to check block types by Darrick J. Wong · 1 year, 1 month ago
  76. 7149219 xfs_repair: flag suspect long-format btree blocks by Darrick J. Wong · 1 year, 1 month ago
  77. a0181ca xfs_repair: tidy up rmap_diffkeys by Darrick J. Wong · 1 year, 1 month ago
  78. f5286ce xfs_spaceman: report health status of the realtime rmap btree by Darrick J. Wong · 1 year, 1 month ago
  79. 66ae859 xfs_db: add an rgresv command by Darrick J. Wong · 1 year, 1 month ago
  80. 3bea156 xfs_db: make fsmap query the realtime reverse mapping tree by Darrick J. Wong · 1 year, 1 month ago
  81. 16415de xfs_db: copy the realtime rmap btree by Darrick J. Wong · 1 year, 1 month ago
  82. 833c901 xfs_db: support the realtime rmapbt by Darrick J. Wong · 1 year, 1 month ago
  83. fede303 xfs_db: display the realtime rmap btree contents by Darrick J. Wong · 1 year, 1 month ago
  84. 37ebf93 xfs_db: don't abort when bmapping on a non-extents/bmbt fork by Darrick J. Wong · 1 year, 1 month ago
  85. 4b8d71b xfs_db: compute average btree height by Darrick J. Wong · 1 year, 1 month ago
  86. f60bc2f man: document userspace API changes due to rt rmap by Darrick J. Wong · 1 year, 1 month ago
  87. 3dea535 libfrog: enable scrubbing of the realtime rmap by Darrick J. Wong · 1 year, 1 month ago
  88. 0fdde4c libxfs: add a realtime flag to the rmap update log redo items by Darrick J. Wong · 1 year, 1 month ago
  89. c522cfc libxfs: compute the rt rmap btree maxlevels during initialization by Darrick J. Wong · 1 year, 1 month ago
  90. dce20b2 xfs/libxfs: replace kmalloc() and memcpy() with kmemdup() by Mirsad Todorovac · 1 year, 1 month ago
  91. 55a3eca xfs: constify feature checks by Christoph Hellwig · 1 year, 1 month ago
  92. 03beed7 xfs: remove XFS_ILOG_NONCORE by Christoph Hellwig · 1 year, 1 month ago
  93. e4d1191 xfs: mark xfs_dir_isempty static by Christoph Hellwig · 1 year, 1 month ago
  94. c89b1f7 xfs: fix the entry condition of exact EOF block allocation optimization by Jinliang Zheng · 1 year, 1 month ago
  95. 56ca835 xfs: scrub the metadir path of rt refcount btree files by Darrick J. Wong · 1 year, 1 month ago
  96. b71fbe4 xfs: scrub the realtime refcount btree by Darrick J. Wong · 1 year, 1 month ago
  97. 12e3ae7 xfs: report realtime refcount btree corruption errors to the health system by Darrick J. Wong · 1 year, 1 month ago
  98. 3ae3aad xfs: enable extent size hints for CoW operations by Darrick J. Wong · 1 year, 1 month ago
  99. 1bc6b53 xfs: apply rt extent alignment constraints to CoW extsize hint by Darrick J. Wong · 1 year, 1 month ago
  100. d243e76 xfs: fix xfs_get_extsz_hint behavior with realtime alwayscow files by Darrick J. Wong · 1 year, 1 month ago