1. b74e15d xfs: compute maximum AG btree height for critical reservation calculation by Darrick J. Wong · 3 years, 3 months ago
  2. 7cb3efb xfs: rename m_ag_maxlevels to m_allocbt_maxlevels by Darrick J. Wong · 3 years, 3 months ago
  3. 75c8c50f xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown by Dave Chinner · 3 years, 4 months ago
  4. 2e973b2 xfs: convert remaining mount flags to state flags by Dave Chinner · 3 years, 4 months ago
  5. 0560f31 xfs: convert mount flags to features by Dave Chinner · 3 years, 4 months ago
  6. 8970a5b xfs: consolidate mount option features in m_features by Dave Chinner · 3 years, 4 months ago
  7. 38c26bf xfs: replace xfs_sb_version checks with feature flag checks by Dave Chinner · 3 years, 4 months ago
  8. a1d86e8 xfs: reflect sb features in xfs_mount by Dave Chinner · 3 years, 4 months ago
  9. 7f89c83 xfs: add trace point for fs shutdown by Darrick J. Wong · 3 years, 5 months ago
  10. 33c0dd7 xfs: move the CIL workqueue to the CIL by Dave Chinner · 3 years, 5 months ago
  11. 908ce71 xfs: allow setting and clearing of log incompat feature flags by Darrick J. Wong · 3 years, 5 months ago
  12. 40b1de007 xfs: throttle inode inactivation queuing on memory reclaim by Darrick J. Wong · 3 years, 5 months ago
  13. 6f64909 xfs: don't run speculative preallocation gc when fs is frozen by Darrick J. Wong · 3 years, 5 months ago
  14. 65f03d8 xfs: queue inactivation immediately when free realtime extents are tight by Darrick J. Wong · 3 years, 5 months ago
  15. 7d6f07d xfs: queue inactivation immediately when free space is tight by Darrick J. Wong · 3 years, 5 months ago
  16. ab23a77 xfs: per-cpu deferred inode inactivation queues by Dave Chinner · 3 years, 5 months ago
  17. 0ed17f0 xfs: introduce all-mounts list for cpu hotplug notifications by Dave Chinner · 3 years, 5 months ago
  18. 07b6403 xfs: move perag structure and setup to libxfs/xfs_ag.[ch] by Dave Chinner · 3 years, 7 months ago
  19. 61aa005 xfs: prepare for moving perag definitions and support to libxfs by Dave Chinner · 3 years, 7 months ago
  20. 16eaab8 xfs: introduce in-core global counter of allocbt blocks by Brian Foster · 3 years, 8 months ago
  21. 3fef46f xfs: rename the blockgc workqueue by Darrick J. Wong · 3 years, 9 months ago
  22. 894ecac xfs: parallelize block preallocation garbage collection by Darrick J. Wong · 4 years ago
  23. 9669f51 xfs: consolidate the eofblocks and cowblocks workers by Darrick J. Wong · 4 years ago
  24. f46e5a1 xfs: fold sbcount quiesce logging into log covering by Brian Foster · 4 years ago
  25. b3f8e08 xfs: remove xfs_getsb by Christoph Hellwig · 4 years, 4 months ago
  26. 0e8e2c6 xfs: allow multiple reclaimers per AG by Dave Chinner · 4 years, 6 months ago
  27. b41b46c xfs: remove the m_active_trans counter by Dave Chinner · 4 years, 7 months ago
  28. b0dff46 xfs: separate read-only variables in struct xfs_mount by Dave Chinner · 4 years, 7 months ago
  29. f18c9a9 xfs: reduce free inode accounting overhead by Dave Chinner · 4 years, 7 months ago
  30. 28d8462 xfs: remove unused shutdown types by Brian Foster · 4 years, 8 months ago
  31. 8d6c344 fs/xfs: Make DAX mount option a tri-state by Ira Weiny · 4 years, 8 months ago
  32. 606723d fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYS by Ira Weiny · 4 years, 8 months ago
  33. f0f7a67 xfs: move inode flush to the sync workqueue by Darrick J. Wong · 4 years, 9 months ago
  34. c642570 xfs: ratelimit inode flush on buffered write ENOSPC by Darrick J. Wong · 4 years, 9 months ago
  35. a55cefc xfs: remove unused structure members & simple typedefs by Eric Sandeen · 5 years ago
  36. d8d11fc xfs: devirtualize ->m_dirnameops by Christoph Hellwig · 5 years ago
  37. 537dabc xfs: remove the unused m_chsize field by Christoph Hellwig · 5 years ago
  38. 957ee13 xfs: remove the now unused dir ops infrastructure by Christoph Hellwig · 5 years ago
  39. 3b34441 xfs: move the node header size to struct xfs_da_geometry by Christoph Hellwig · 5 years ago
  40. e1d3d21 xfs: use super s_id instead of struct xfs_mount m_fsname by Ian Kent · 5 years ago
  41. f676c75 xfs: remove unused struct xfs_mount field m_fsname_len by Ian Kent · 5 years ago
  42. 7c6b94b xfs: reverse the polarity of XFS_MOUNT_COMPAT_IOSIZE by Christoph Hellwig · 5 years ago
  43. 3274d00 xfs: rename the XFS_MOUNT_DFLT_IOSIZE option to by Christoph Hellwig · 5 years ago
  44. 2fcddee xfs: simplify parsing of allocsize mount option by Christoph Hellwig · 5 years ago
  45. 5da8a07 xfs: rename the m_writeio_* fields in struct xfs_mount by Christoph Hellwig · 5 years ago
  46. 3cd1d18 xfs: remove the m_readio_* fields in struct xfs_mount by Christoph Hellwig · 5 years ago
  47. b5ad616 xfs: don't use a different allocsice for -o wsync by Christoph Hellwig · 5 years ago
  48. dd2d535 xfs: cleanup calculating the stat optimal I/O size by Christoph Hellwig · 5 years ago
  49. 0ad9568 xfs: add kmem allocation trace points by Dave Chinner · 5 years ago
  50. 1058d0f xfs: move the log ioend workqueue to struct xlog by Christoph Hellwig · 6 years ago
  51. 8c9ce2f xfs: remove unused flags arg from getsb interfaces by Eric Sandeen · 6 years ago
  52. ef32595 xfs: separate inode geometry by Darrick J. Wong · 6 years ago
  53. 9fe82b8 xfs: track delayed allocation reservations across the filesystem by Darrick J. Wong · 6 years ago
  54. 2840824 xfs: remove unused m_data_workqueue by Darrick J. Wong · 6 years ago
  55. 39353ff xfs: replace the BAD_SUMMARY mount flag with the equivalent health code by Darrick J. Wong · 6 years ago
  56. 6772c1f xfs: track metadata health status by Darrick J. Wong · 6 years ago
  57. 66ae56a xfs: introduce an always_cow mode by Christoph Hellwig · 6 years ago
  58. e1f6ca1 xfs: rename m_inotbt_nores to m_finobt_nores by Darrick J. Wong · 6 years ago
  59. 9b24717 xfs: cache unlinked pointers in an rhashtable by Darrick J. Wong · 6 years ago
  60. 355e3532 xfs: cache minimum realtime summary level by Omar Sandoval · 6 years ago
  61. c1b4a32 xfs: precalculate cluster alignment in inodes and blocks by Darrick J. Wong · 6 years ago
  62. 83dcdb4 xfs: precalculate inodes and blocks per inode cluster by Darrick J. Wong · 6 years ago
  63. 1c02d50 xfs: remove deprecated barrier/nobarrier mount by Eric Sandeen · 6 years ago
  64. f467cad xfs: force summary counter recalc at next mount by Darrick J. Wong · 6 years ago
  65. 2e9e648 xfs: detect and fix bad summary counts at mount by Darrick J. Wong · 6 years ago
  66. 9bb54cb xfs: clean up MIN/MAX by Dave Chinner · 7 years ago
  67. 0b61f8a xfs: convert to SPDX license tags by Dave Chinner · 7 years ago
  68. a27ba26 xfs: detect agfl count corruption and reset agfl by Brian Foster · 7 years ago
  69. 0ab3208 xfs: account only rmapbt-used blocks against rmapbt perag res by Brian Foster · 7 years ago
  70. 2159286 xfs: rename agfl perag res type to rmapbt by Brian Foster · 7 years ago
  71. 4603fa7 xfs: remove unused m_dmevmask from xfs_mount struct by Eric Sandeen · 7 years ago
  72. f8c4725 xfs: convert drop_writes to use the errortag mechanism by Darrick J. Wong · 8 years ago
  73. c684010 xfs: expose errortag knobs via sysfs by Darrick J. Wong · 8 years ago
  74. 31965ef xfs: make errortag a per-mountpoint structure by Darrick J. Wong · 8 years ago
  75. c8ce540 xfs: remove double-underscore integer types by Darrick J. Wong · 8 years ago
  76. 4f1adf3 xfs: more do_div cleanups by Eric Sandeen · 8 years ago
  77. 696a562 xfs: use dedicated log worker wq to avoid deadlock with cil wq by Brian Foster · 8 years ago
  78. 9dbddd7 xfs: resurrect debug mode drop buffered writes mechanism by Brian Foster · 8 years ago
  79. ebf5587 xfs: improve handling of busy extents in the low-level allocator by Christoph Hellwig · 8 years ago
  80. 76d771b xfs: use per-AG reservations for the finobt by Christoph Hellwig · 8 years ago
  81. 6031e73 xfs: use rhashtable to track buffer cache by Lucas Stach · 8 years ago
  82. 83104d4 xfs: garbage collect old cowextsz reservations by Darrick J. Wong · 8 years ago
  83. 1946b91 xfs: define the on-disk refcount btree format by Darrick J. Wong · 8 years ago
  84. 46eeb52 xfs: introduce refcount btree definitions by Darrick J. Wong · 8 years ago
  85. 79ad576 Merge branch 'xfs-4.9-reflink-prep' into for-next by Dave Chinner · 8 years ago
  86. 3fd129b xfs: set up per-AG free space reservations by Darrick J. Wong · 8 years ago
  87. 7716981 xfs: normalize "infinite" retries in error configs by Eric Sandeen · 8 years ago
  88. 5254885 xfs: rmap btree requires more reserved free space by Darrick J. Wong · 8 years ago
  89. 035e00a xfs: define the on-disk rmap btree format by Darrick J. Wong · 8 years ago
  90. 8018026 xfs: rmap btree add more reserved blocks by Darrick J. Wong · 8 years ago
  91. 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 · 9 years ago
  92. e6b3bb7 xfs: add "fail at unmount" error handling configuration by Carlos Maiolino · 9 years ago
  93. e0a431b3 xfs: add configuration handlers for specific errors by Carlos Maiolino · 9 years ago
  94. a5ea70d xfs: add configuration of error failure speed by Carlos Maiolino · 9 years ago
  95. df30939 xfs: add configurable error support to metadata buffers by Carlos Maiolino · 9 years ago
  96. ffd40ef xfs: introduce metadata IO error class by Carlos Maiolino · 9 years ago
  97. 192852b xfs: configurable error behavior via sysfs by Carlos Maiolino · 9 years ago
  98. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  99. 2cdb958 Merge branch 'xfs-misc-fixes-4.6-4' into for-next by Dave Chinner · 9 years ago
  100. 801cc4e xfs: debug mode forced buffered write failure by Brian Foster · 9 years ago