1. 59d7fab xfs: fix quotaoff mutex usage now that we don't support disabling it by Darrick J. Wong · 3 years, 1 month ago
  2. 510a28e xfs: don't allocate scrub contexts on the stack by Darrick J. Wong · 3 years, 4 months ago
  3. 55fafb3 xfs: convert scrub to use mount-based feature checks by Dave Chinner · 3 years, 5 months ago
  4. 75c8c50f xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown by Dave Chinner · 3 years, 5 months ago
  5. 2e973b2 xfs: convert remaining mount flags to state flags by Dave Chinner · 3 years, 5 months ago
  6. 0560f31 xfs: convert mount flags to features by Dave Chinner · 3 years, 5 months ago
  7. 38c26bf xfs: replace xfs_sb_version checks with feature flag checks by Dave Chinner · 3 years, 5 months ago
  8. 5440676 xfs: remove unnecessary agno variable from struct xchk_ag by Darrick J. Wong · 3 years, 5 months ago
  9. 026f57e xfs: get rid of the ip parameter to xchk_setup_* by Darrick J. Wong · 3 years, 9 months ago
  10. 71bddbc xfs: fix scrub and remount-ro protection when running scrub by Darrick J. Wong · 3 years, 10 months ago
  11. 7716ee5 xfs: bail out of scrub immediately if scan incomplete by Darrick J. Wong · 3 years, 10 months ago
  12. 27fb5a7 xfs: prohibit fs freezing when using empty transactions by Darrick J. Wong · 4 years, 10 months ago
  13. 5f213dd xfs: fix missing header includes by Darrick J. Wong · 5 years ago
  14. 250d4b4 xfs: remove unused header files by Eric Sandeen · 6 years ago
  15. 75efa57 xfs: add online scrub for superblock counters by Darrick J. Wong · 6 years ago
  16. 9a1f304 xfs: allow scrubbers to pause background reclaim by Darrick J. Wong · 6 years ago
  17. 4860a05 xfs: scrub/repair should update filesystem metadata health by Darrick J. Wong · 6 years ago
  18. 160b5a7 xfs: hoist the already_fixed variable to the scrub context by Darrick J. Wong · 6 years ago
  19. f8c2a22 xfs: collapse scrub bool state flags into a single unsigned int by Darrick J. Wong · 6 years ago
  20. 9d71e15 xfs: refactor scrub context initialization by Darrick J. Wong · 6 years ago
  21. daa79ba xfs: remove suport for filesystems without unwritten extent flag by Christoph Hellwig · 6 years ago
  22. 13942aa xfs: repair the AGI by Darrick J. Wong · 6 years ago
  23. 0e93d3f xfs: repair the AGFL by Darrick J. Wong · 6 years ago
  24. f9ed6de xfs: repair the AGF by Darrick J. Wong · 6 years ago
  25. 44a8736 xfs: clean up IRELE/iput callsites by Darrick J. Wong · 6 years ago
  26. 032d91f xfs: fix indentation and other whitespace problems in scrub/repair by Darrick J. Wong · 6 years ago
  27. 1d8a748 xfs: shorten struct xfs_scrub_context to struct xfs_scrub by Darrick J. Wong · 6 years ago
  28. b5e2196 xfs: shorten xfs_repair_ prefix to xrep_ by Darrick J. Wong · 6 years ago
  29. c517b3a xfs: shorten xfs_scrub_ prefix by Darrick J. Wong · 6 years ago
  30. 0b61f8a xfs: convert to SPDX license tags by Dave Chinner · 7 years ago
  31. d25522f xfs: repair superblocks by Darrick J. Wong · 7 years ago
  32. 84d42ea xfs: implement the metadata repair ioctl flag by Darrick J. Wong · 7 years ago
  33. 8389f3ff xfs: skip scrub xref if corruption already noted by Darrick J. Wong · 7 years ago
  34. eb41c93 xfs: avoid ilock games in the quota scrubber by Darrick J. Wong · 7 years ago
  35. 638a717 xfs: don't iunlock unlocked inodes by Darrick J. Wong · 7 years ago
  36. 64b1256 xfs: set up scrub cross-referencing helpers by Darrick J. Wong · 7 years ago
  37. 8e63083 xfs: move all scrub input checking to xfs_scrub_validate by Eric Sandeen · 7 years ago
  38. 0a085dd xfs: factor out scrub input checking by Eric Sandeen · 7 years ago
  39. bfb3e9b xfs: explicitly initialize meta_scrub_ops array by type by Eric Sandeen · 7 years ago
  40. eaf0ec3 fs: xfs: remove duplicate includes by Pravin Shedge · 7 years ago
  41. 88aa5de xfs: trivial sparse fixes for the new scrub code by Christoph Hellwig · 7 years ago
  42. c2fc338 xfs: scrub quota information by Darrick J. Wong · 7 years ago
  43. 29b0767 xfs: scrub realtime bitmap/summary by Darrick J. Wong · 7 years ago
  44. 0f28b25 xfs: scrub directory parent pointers by Darrick J. Wong · 7 years ago
  45. 2a721db xfs: scrub symbolic links by Darrick J. Wong · 7 years ago
  46. eec0482 xfs: scrub extended attributes by Darrick J. Wong · 7 years ago
  47. a5c46e5 xfs: scrub directory metadata by Darrick J. Wong · 7 years ago
  48. 99d9d8d xfs: scrub inode block mappings by Darrick J. Wong · 7 years ago
  49. 80e4e12 xfs: scrub inodes by Darrick J. Wong · 7 years ago
  50. edc09b5 xfs: scrub refcount btrees by Darrick J. Wong · 7 years ago
  51. c7e693d xfs: scrub rmap btrees by Darrick J. Wong · 7 years ago
  52. 3daa664 xfs: scrub inode btrees by Darrick J. Wong · 7 years ago
  53. efa7a99 xfs: scrub free space btrees by Darrick J. Wong · 7 years ago
  54. a12890a xfs: scrub the AGI by Darrick J. Wong · 7 years ago
  55. ab9d5dc xfs: scrub AGF and AGFL by Darrick J. Wong · 7 years ago
  56. 21fb4cb xfs: scrub the secondary superblocks by Darrick J. Wong · 7 years ago
  57. b6c1beb xfs: create helpers to scan an allocation group by Darrick J. Wong · 7 years ago
  58. dcb660f xfs: probe the scrub ioctl by Darrick J. Wong · 7 years ago
  59. a563718 xfs: dispatch metadata scrub subcommands by Darrick J. Wong · 7 years ago
  60. 36fd6e8 xfs: create an ioctl to scrub AG metadata by Darrick J. Wong · 7 years ago