1. 4bfc773 xfsprogs: Release v4.15.1 by Eric Sandeen · 6 years ago master
  2. 4f35436 po/pl.po: update Polish translation for 4.15.0 by Jakub Bogusz · 6 years ago
  3. 37c528c debian: don't fail postinst when upgrading chroot by Darrick J. Wong · 6 years ago
  4. 638c642 debian: add build-depends on pkg-config by Darrick J. Wong · 6 years ago
  5. bc95a6f xfsprogs: Release v4.15.0 by Eric Sandeen · 6 years ago
  6. 9393ba6 Fix spelling mistake in mkfs lazy superblock diagnostic by Nathan Scott · 6 years ago
  7. 9ae168b Fix grammar and spelling in strings and man pages by Nathan Scott · 6 years ago
  8. c448626 Add xfs_scrub_fail systemd service file docs entry by Nathan Scott · 6 years ago
  9. e3e429b Update .gitignore list for generated scrub cron file by Nathan Scott · 6 years ago
  10. ec1cf08 Several updates to use more modern Debian packaging by Nathan Scott · 6 years ago
  11. a753d26 xfsprogs: Release v4.15.0-rc1 by Eric Sandeen · 6 years ago
  12. 5454c2b xfs_scrub: refactor outcome display into a separate helper by Darrick J. Wong · 6 years ago
  13. 2e4959c xfs_scrub: always init phase information by Darrick J. Wong · 6 years ago
  14. bb5dbd0 xfs_scrub: reclassify some of the warning messages by Darrick J. Wong · 6 years ago
  15. 82377bd xfs_scrub: reclassify runtime errors by Darrick J. Wong · 6 years ago
  16. 1df93c8 xfs_scrub: classify lack of ioctl support as a runtime error by Darrick J. Wong · 6 years ago
  17. 1658224 xfs_scrub: remove preen mode by Darrick J. Wong · 6 years ago
  18. d789af7 xfs_mdrestore: Don't rewind source file stream by Marco Benatto · 6 years ago
  19. 720eec0 xfs_mdrestore: Add -i option to built-in help by Marco Benatto · 6 years ago
  20. 8041435 xfs_io: fix copy_file_range symbol name collision by Darrick J. Wong · 6 years ago
  21. 33a5034 xfs_scrub: kill dead code by Darrick J. Wong · 6 years ago
  22. e91c285 xfs_scrub: close dir_fd if we don't get a DIR pointer by Darrick J. Wong · 6 years ago
  23. bfa66ec mkfs: don't create realtime filesystems with reflink enabled by Darrick J. Wong · 6 years ago
  24. ffdd272 xfs_scrub: handle scrub-only kernels more helpfully by Eric Sandeen · 6 years ago
  25. 1985247 xfs_scrub: wire up repair ioctl by Darrick J. Wong · 6 years ago
  26. 5c7826c debian/control: remove nonexistent libreadline5-dev build dependency by Darrick J. Wong · 6 years ago
  27. 824b580 xfs_scrub: integrate services with systemd by Darrick J. Wong · 6 years ago
  28. f1dca11 xfs_scrub: create a script to scrub all xfs filesystems by Darrick J. Wong · 6 years ago
  29. ed60d21 xfs_scrub: progress indicator by Darrick J. Wong · 6 years ago
  30. 7e36bc0 xfs_scrub: fstrim the free areas if there are no errors on the filesystem by Darrick J. Wong · 6 years ago
  31. 698c6c7 xfs_scrub: check summary counters by Darrick J. Wong · 6 years ago
  32. 03c0cd8 xfs_scrub: optionally use SCSI READ VERIFY commands to scrub data blocks on disk by Darrick J. Wong · 6 years ago
  33. b364a9c xfs_scrub: scrub file data blocks by Darrick J. Wong · 6 years ago
  34. 2000470 xfs_scrub: create infrastructure to read verify data blocks by Darrick J. Wong · 6 years ago
  35. 0cf6f68 xfs_scrub: create a bitmap data structure by Darrick J. Wong · 6 years ago
  36. 4bbed4e xfs_scrub: warn about normalized Unicode name collisions by Darrick J. Wong · 6 years ago
  37. 396cd02 xfs_scrub: warn about suspicious characters in directory/xattr names by Darrick J. Wong · 6 years ago
  38. c4892e7 xfs_scrub: check directory connectivity by Darrick J. Wong · 6 years ago
  39. fa16b37 xfs_scrub: scan inodes by Darrick J. Wong · 6 years ago
  40. d11cc69 xfs_scrub: thread-safe stats counter by Darrick J. Wong · 6 years ago
  41. e758ad0 xfs_scrub: scan filesystem and AG metadata by Darrick J. Wong · 6 years ago
  42. fd7d73c xfs_scrub: wrap the scrub ioctl by Darrick J. Wong · 6 years ago
  43. 604dd33 xfs_scrub: filesystem counter collection functions by Darrick J. Wong · 6 years ago
  44. c6eb0ff xfs_scrub: add file space map iteration functions by Darrick J. Wong · 6 years ago
  45. bc94c5d xfs_scrub: add space map iteration functions by Darrick J. Wong · 6 years ago
  46. 372d4ba xfs_scrub: add inode iteration functions by Darrick J. Wong · 6 years ago
  47. 50a573a xfs_scrub: find XFS filesystem geometry by Darrick J. Wong · 6 years ago
  48. a555a1f xfs_scrub: create an abstraction for a block device by Darrick J. Wong · 6 years ago
  49. e031d90 xfs_scrub: figure out how many threads we're going to need by Darrick J. Wong · 6 years ago
  50. 173a028 xfs_scrub: dispatch the various phases of the scrub program by Darrick J. Wong · 6 years ago
  51. 828105d xfs_scrub: set up command line argument parsing by Darrick J. Wong · 6 years ago
  52. f0585fc xfs_scrub: common error handling by Darrick J. Wong · 6 years ago
  53. 95b1e50 xfs_scrub: create online filesystem scrub program by Darrick J. Wong · 6 years ago
  54. 16adcb8 mkfs: more sunit/swidth sanity checking by Eric Sandeen · 6 years ago
  55. 7d25f65 mkfs: always explain why numeric inputs are invalid by Darrick J. Wong · 6 years ago
  56. 0b1cf8b mkfs: don't call values 'illegal', they're invalid by Darrick J. Wong · 6 years ago
  57. 91c7d13 mkfs: don't crash on dswidth overflow by Darrick J. Wong · 6 years ago
  58. 25f9772 misc: ubsan fixes by Darrick J. Wong · 6 years ago
  59. ba795fb xfs_db: interpret inode timestamps as signed integers by Darrick J. Wong · 6 years ago
  60. 50663dc xfsprogs: update dead urls by Darrick J. Wong · 6 years ago
  61. d0ca5d8 xfs_copy: accept CRC version of ABTB_MAGIC in ASSERT by Eric Sandeen · 6 years ago
  62. 12f365e xfs_logprint: fix v3 inode formatting by Eric Sandeen · 6 years ago
  63. a1c5615 libxfs: use a memory zone for log items by Eric Sandeen · 6 years ago
  64. 67d7227 libxfs: use a memory zone for transactions by Eric Sandeen · 6 years ago
  65. 2e2caf7 libxfs: remove unused buf_fsprivate3 by Eric Sandeen · 6 years ago
  66. cfc06b6 xfs: add a proper transaction pointer to struct xfs_buf by Christoph Hellwig · 6 years ago
  67. 38d096b xfs: remove wrappers around b_fspriv by Christoph Hellwig · 6 years ago
  68. 128491c find-api-violations: fix a broken grep pattern by Darrick J. Wong · 6 years ago
  69. 532d03d xfs_repair: fix libxfs namespace problems by Darrick J. Wong · 6 years ago
  70. 945e47e xfs_db: fix crash when field list selector string has trailing slash by Darrick J. Wong · 6 years ago
  71. b638281 xfs_db: check should deal with cow staging extents correctly by Darrick J. Wong · 6 years ago
  72. 1ad4d3b libhandle: zap fdhash in fshandle_destroy by Darrick J. Wong · 6 years ago
  73. 851c5d1 xfs_io: add a new 'log_writes' command by Ross Zwisler · 6 years ago
  74. dad7968 xfs_io: add MAP_SYNC support to mmap() by Ross Zwisler · 6 years ago
  75. 9502da2 mkfs: do not allow both "dev" and "name" subopts for log or realtime by Eric Sandeen · 6 years ago
  76. e5e612a mkfs: pass switch case value directly into getnum/getstr by Eric Sandeen · 6 years ago
  77. c66bd30 mkfs: un-document removed logarithm based CLI options by Eric Sandeen · 6 years ago
  78. 2cf637c mkfs: remove logarithm based CLI options by Dave Chinner · 6 years ago
  79. 6c75555 mkfs: resolve sector size CLI conflicts by Dave Chinner · 6 years ago
  80. 64e924d mkfs: convert subopt name, val pairs to enums and declared arrays by Dave Chinner · 6 years ago
  81. cedf1c4 mkfs: support arbitrary conflict specification by Dave Chinner · 6 years ago
  82. f1301cc mkfs: protofile only needs to be set up once by Dave Chinner · 6 years ago
  83. a6fb6ab mkfs: simplify minimum log size calculation by Dave Chinner · 6 years ago
  84. a9857ca mkfs: use opts parameter during option parsing by Dave Chinner · 6 years ago
  85. 129d98a mkfs: remove use-once default macros by Eric Sandeen · 6 years ago
  86. 852b325 mkfs: document sb_feat_args members by Eric Sandeen · 6 years ago
  87. 639d0b0 mkfs: invert project id width boolean name by Eric Sandeen · 6 years ago
  88. ec64d06 mkfs: remove unused m_uuid in sb_feat_args by Eric Sandeen · 6 years ago
  89. b729d14 mkfs: Don't emit default config message yet by Eric Sandeen · 6 years ago
  90. df90234 Merge branch 'libxfs-4.15-sync' into for-next by Eric Sandeen · 6 years ago
  91. 19f9a63 xfs: only skip rmap owner checks for unknown-owner rmap removal by Darrick J. Wong · 6 years ago
  92. 3ee858a xfs: always honor OWN_UNKNOWN rmap removal requests by Darrick J. Wong · 6 years ago
  93. a44b23a xfs: queue deferred rmap ops for cow staging extent alloc/free in the right order by Darrick J. Wong · 6 years ago
  94. 6428e6c xfs: move xfs_iext_insert tracepoint to report useful information by Darrick J. Wong · 6 years ago
  95. db2cf1d xfs: account for null transactions in bunmapi by Darrick J. Wong · 6 years ago
  96. 3fbc4d7 xfs: hold xfs_buf locked between shortform->leaf conversion and the addition of an attribute by Darrick J. Wong · 6 years ago
  97. 6f67c32 xfs: add the ability to join a held buffer to a defer_ops by Darrick J. Wong · 6 years ago
  98. 5963006 xfs: refactor buffer logging into buffer dirtying helper by Brian Foster · 6 years ago
  99. c1a29e9 xfs: remove "no-allocation" reservations for file creations by Christoph Hellwig · 6 years ago
  100. 5c40ca1 xfs: fix leaks on corruption errors in xfs_bmap.c by Eric Sandeen · 6 years ago