1. 3a895cc xfs: rename m_inotbt_nores to m_finobt_nores by Darrick J. Wong · 5 years ago
  2. 1c02d50 xfs: remove deprecated barrier/nobarrier mount by Eric Sandeen · 6 years ago
  3. f467cad xfs: force summary counter recalc at next mount by Darrick J. Wong · 6 years ago
  4. 2e9e648 xfs: detect and fix bad summary counts at mount by Darrick J. Wong · 6 years ago
  5. 9bb54cb xfs: clean up MIN/MAX by Dave Chinner · 6 years ago
  6. 0b61f8a xfs: convert to SPDX license tags by Dave Chinner · 6 years ago
  7. a27ba26 xfs: detect agfl count corruption and reset agfl by Brian Foster · 7 years ago
  8. 0ab3208 xfs: account only rmapbt-used blocks against rmapbt perag res by Brian Foster · 7 years ago
  9. 2159286 xfs: rename agfl perag res type to rmapbt by Brian Foster · 7 years ago
  10. 4603fa7 xfs: remove unused m_dmevmask from xfs_mount struct by Eric Sandeen · 7 years ago
  11. f8c4725 xfs: convert drop_writes to use the errortag mechanism by Darrick J. Wong · 7 years ago
  12. c684010 xfs: expose errortag knobs via sysfs by Darrick J. Wong · 7 years ago
  13. 31965ef xfs: make errortag a per-mountpoint structure by Darrick J. Wong · 7 years ago
  14. c8ce540 xfs: remove double-underscore integer types by Darrick J. Wong · 7 years ago
  15. 4f1adf3 xfs: more do_div cleanups by Eric Sandeen · 8 years ago
  16. 696a562 xfs: use dedicated log worker wq to avoid deadlock with cil wq by Brian Foster · 8 years ago
  17. 9dbddd7 xfs: resurrect debug mode drop buffered writes mechanism by Brian Foster · 8 years ago
  18. ebf5587 xfs: improve handling of busy extents in the low-level allocator by Christoph Hellwig · 8 years ago
  19. 76d771b xfs: use per-AG reservations for the finobt by Christoph Hellwig · 8 years ago
  20. 6031e73 xfs: use rhashtable to track buffer cache by Lucas Stach · 8 years ago
  21. 83104d4 xfs: garbage collect old cowextsz reservations by Darrick J. Wong · 8 years ago
  22. 1946b91 xfs: define the on-disk refcount btree format by Darrick J. Wong · 8 years ago
  23. 46eeb52 xfs: introduce refcount btree definitions by Darrick J. Wong · 8 years ago
  24. 79ad576 Merge branch 'xfs-4.9-reflink-prep' into for-next by Dave Chinner · 8 years ago
  25. 3fd129b xfs: set up per-AG free space reservations by Darrick J. Wong · 8 years ago
  26. 7716981 xfs: normalize "infinite" retries in error configs by Eric Sandeen · 8 years ago
  27. 5254885 xfs: rmap btree requires more reserved free space by Darrick J. Wong · 8 years ago
  28. 035e00a xfs: define the on-disk rmap btree format by Darrick J. Wong · 8 years ago
  29. 8018026 xfs: rmap btree add more reserved blocks by Darrick J. Wong · 8 years ago
  30. 0b9210c Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 8 years ago
  31. e6b3bb7 xfs: add "fail at unmount" error handling configuration by Carlos Maiolino · 9 years ago
  32. e0a431b3 xfs: add configuration handlers for specific errors by Carlos Maiolino · 9 years ago
  33. a5ea70d xfs: add configuration of error failure speed by Carlos Maiolino · 9 years ago
  34. df30939 xfs: add configurable error support to metadata buffers by Carlos Maiolino · 9 years ago
  35. ffd40ef xfs: introduce metadata IO error class by Carlos Maiolino · 9 years ago
  36. 192852b xfs: configurable error behavior via sysfs by Carlos Maiolino · 9 years ago
  37. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  38. 2cdb958 Merge branch 'xfs-misc-fixes-4.6-4' into for-next by Dave Chinner · 9 years ago
  39. 801cc4e xfs: debug mode forced buffered write failure by Brian Foster · 9 years ago
  40. 3c1a79f Merge branch 'xfs-misc-fixes-4.6-2' into for-next by Dave Chinner · 9 years ago
  41. 12c3f05 xfs: fix up inode32/64 (re)mount handling by Eric Sandeen · 9 years ago
  42. de0b85a xfs: remove unused function definitions by Eric Sandeen · 9 years ago
  43. 264e89a Merge branch 'xfs-dax-updates' into for-next by Dave Chinner · 9 years ago
  44. 2da5c4b Merge branch 'xfs-misc-fixes-for-4.4-2' into for-next by Dave Chinner · 9 years ago
  45. af3b638 xfs: don't leak uuid table on rmmod by Darrick J. Wong · 9 years ago
  46. 3fbbbea xfs: introduce BMAPI_ZERO for allocating zeroed extents by Dave Chinner · 9 years ago
  47. 225e463 xfs: per-filesystem stats in sysfs by Bill O'Donnell · 9 years ago
  48. 66e8ac7 Merge branch 'xfs-dax-support' into for-next by Dave Chinner · 9 years ago
  49. cbe4dab xfs: add initial DAX support by Dave Chinner · 9 years ago
  50. 066a188 xfs: use sparse chunk alignment for min. inode allocation requirement by Brian Foster · 9 years ago
  51. 964aa8d9 xfs: remove xfs_mod_incore_sb API by Dave Chinner · 10 years ago
  52. 0bd5dded xfs: replace xfs_mod_incore_sb_batched by Dave Chinner · 10 years ago
  53. bab98bb xfs: introduce xfs_mod_frextents by Dave Chinner · 10 years ago
  54. 5681ca4 xfs: Remove icsb infrastructure by Dave Chinner · 10 years ago
  55. 0d485ad xfs: use generic percpu counters for free block counter by Dave Chinner · 10 years ago
  56. e88b64e xfs: use generic percpu counters for free inode counter by Dave Chinner · 10 years ago
  57. 501ab32 xfs: use generic percpu counters for inode counter by Dave Chinner · 10 years ago
  58. 5278511 xfs: implement pNFS export operations by Christoph Hellwig · 10 years ago
  59. 61e63ec xfs: consolidate superblock logging functions by Dave Chinner · 10 years ago
  60. 4d11a40 xfs: remove bitfield based superblock updates by Dave Chinner · 10 years ago
  61. 216875a Merge branch 'xfs-consolidate-format-defs' into for-next by Dave Chinner · 10 years ago
  62. 4fb6e8a xfs: merge xfs_ag.h into xfs_format.h by Christoph Hellwig · 10 years ago
  63. 91ee575 xfs: allow lazy sb counter sync during filesystem freeze sequence by Brian Foster · 10 years ago
  64. 78c931b xfs: replace global xfslogd wq with per-mount wq by Brian Foster · 10 years ago
  65. a31b1d3 xfs: add xfs_mount sysfs kobject by Brian Foster · 10 years ago
  66. 7ab610f xfs: move node entry counts to xfs_da_geometry by Dave Chinner · 10 years ago
  67. ed358c0 xfs: convert dir/attr btree threshold to xfs_da_geometry by Dave Chinner · 10 years ago
  68. 8f66193 xfs: convert m_dirblksize to xfs_da_geometry by Dave Chinner · 10 years ago
  69. d6cf130 xfs: convert m_dirblkfsbs to xfs_da_geometry by Dave Chinner · 10 years ago
  70. 7dda6e8 xfs: convert directory segment limits to xfs_da_geometry by Dave Chinner · 10 years ago
  71. 0650b55 xfs: introduce directory geometry structure by Dave Chinner · 10 years ago
  72. 8f80587 xfs: increase inode cluster size for v5 filesystems by Dave Chinner · 11 years ago
  73. 4bceb18 xfs: vectorise DA btree operations by Dave Chinner · 11 years ago
  74. 32c5483 xfs: abstract the differences in dir2/dir3 via an ops vector by Dave Chinner · 11 years ago
  75. 0eadd10 xfs: Introduce a new structure to hold transaction reservation items by Jie Liu · 11 years ago
  76. 9356fe2 xfs: make struct xfs_perag kernel only by Dave Chinner · 11 years ago
  77. ff55068 xfs: introduce xfs_sb.c for sharing with libxfs by Dave Chinner · 11 years ago
  78. 7fd36c4 xfs: split out transaction reservation code by Dave Chinner · 11 years ago
  79. 39a45d8 xfs: Remove XFS_MOUNT_RETERR by Jie Liu · 12 years ago
  80. 1ebdf36 xfs: Remove struct xfs_chash from xfs_mount by Jeff Liu · 12 years ago
  81. 04a1e6c xfs: add CRC checks to the superblock by Dave Chinner · 12 years ago
  82. d8ddfe8 xfs: Remove obsoleted m_inode_shrink from xfs_mount structure by Jeff Liu · 12 years ago
  83. a21cd50 xfs: refactor space log reservation for XFS_TRANS_ATTR_SET by Jeff Liu · 12 years ago
  84. a7bd794 xfs: introduce XFS_SB_LOG_RES() for transactions that modify sb on disk by Jeff Liu · 12 years ago
  85. 762d7ba xfs: calculate XFS_TRANS_QM_QUOTAOFF_END space log reservation at mount time by Jeff Liu · 12 years ago
  86. a1bd955 xfs: calculate XFS_TRANS_QM_QUOTAOFF space log reservation at mount time by Jeff Liu · 12 years ago
  87. 4800104 xfs: calculate XFS_TRANS_QM_DQALLOC space log reservation at mount time by Jeff Liu · 12 years ago
  88. f0f2df9 xfs: calcuate XFS_TRANS_QM_SETQLIM space log reservation at mount time by Jeff Liu · 12 years ago
  89. b0c10b98 xfs: calculate XFS_TRANS_QM_SBCHANGE space log reservation at mount time by Jeff Liu · 12 years ago
  90. 1813dd6 xfs: convert buffer verifiers to an ops structure. by Dave Chinner · 12 years ago
  91. b0f539d xfs: connect up write verifiers to new buffers by Dave Chinner · 12 years ago
  92. 9802182 xfs: verify superblocks as they are read from disk by Dave Chinner · 12 years ago
  93. 579b62f xfs: add background scanning to clear eofblocks inodes by Brian Foster · 12 years ago
  94. 6d8b79c xfs: rename xfs_sync.[ch] to xfs_icache.[ch] by Dave Chinner · 12 years ago
  95. 5889608 xfs: syncd workqueue is no more by Dave Chinner · 12 years ago
  96. 9aa0500 xfs: xfs_sync_data is redundant. by Dave Chinner · 12 years ago
  97. f661f1e xfs: sync work is now only periodic log work by Dave Chinner · 12 years ago
  98. 1ed845d xfs: kill struct declarations in xfs_mount.h by Alex Elder · 12 years ago
  99. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  100. d9457dc xfs: Convert to new freezing code by Jan Kara · 12 years ago