1. 2e973b2 xfs: convert remaining mount flags to state flags by Dave Chinner · 3 years, 5 months ago
  2. 38c26bf xfs: replace xfs_sb_version checks with feature flag checks by Dave Chinner · 3 years, 5 months ago
  3. 7f89c83 xfs: add trace point for fs shutdown by Darrick J. Wong · 3 years, 5 months ago
  4. b36d465 xfs: make forced shutdown processing atomic by Dave Chinner · 3 years, 5 months ago
  5. c06ad17 xfs: shorten the shutdown messages to a single line by Darrick J. Wong · 3 years, 7 months ago
  6. 3a1c3ab xfs: print name of function causing fs shutdown instead of hex pointer by Darrick J. Wong · 3 years, 7 months ago
  7. f250eed xfs: make for_each_perag... a first class citizen by Dave Chinner · 3 years, 8 months ago
  8. 1aec7c3 xfs: remove obsolete AGF counter debugging by Darrick J. Wong · 3 years, 9 months ago
  9. fb2fc17 xfs: support shrinking unused space in the last AG by Gao Xiang · 3 years, 10 months ago
  10. c789c83 xfs: hoist out xfs_resizefs_init_new_ags() by Gao Xiang · 3 years, 10 months ago
  11. 014695c xfs: update lazy sb counters immediately for resizefs by Gao Xiang · 3 years, 10 months ago
  12. 07aabd9 xfs: get rid of xfs_growfs_{data,log}_t by Gao Xiang · 4 years ago
  13. ce5e106 xfs: rename `new' to `delta' in xfs_growfs_data_private() by Gao Xiang · 4 years ago
  14. a0b9631 Merge tag 'xfs-5.11-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 1 month ago
  15. e822261 xfs: remove xfs_buf_t typedef by Dave Chinner · 4 years, 1 month ago
  16. 040f04b fs: simplify freeze_bdev/thaw_bdev by Christoph Hellwig · 4 years, 2 months ago
  17. 28d8462 xfs: remove unused shutdown types by Brian Foster · 4 years, 8 months ago
  18. 250d4b4 xfs: remove unused header files by Eric Sandeen · 6 years ago
  19. ef32595 xfs: separate inode geometry by Darrick J. Wong · 6 years ago
  20. 9108326 xfs: change some error-less functions to void types by Eric Sandeen · 6 years ago
  21. 15a268d xfs: reserve blocks for ifree transaction during log recovery by Darrick J. Wong · 6 years ago
  22. 90be9b8 xfs: xfs_fsops: drop useless LIST_HEAD by Julia Lawall · 6 years ago
  23. 43004b2 xfs: add a block to inode count converter by Darrick J. Wong · 6 years ago
  24. 56668a5 xfs: issue log message on user force shutdown by Dave Chinner · 6 years ago
  25. ebcbef3 xfs: pass transaction lock while setting up agresv on cyclic metadata by Darrick J. Wong · 6 years ago
  26. aafe12c xfs: don't trip over negative free space in xfs_reserve_blocks by Darrick J. Wong · 7 years ago
  27. 0b61f8a xfs: convert to SPDX license tags by Dave Chinner · 7 years ago
  28. 49dd56f xfs: factor the ag length extension code into libxfs by Dave Chinner · 7 years ago
  29. b16817b xfs: move growfs core to libxfs by Dave Chinner · 7 years ago
  30. 8125147 xfs: rework secondary superblock updates in growfs by Dave Chinner · 7 years ago
  31. 83a7f86 xfs: separate secondary sb update in growfs by Dave Chinner · 7 years ago
  32. 87444b8 xfs: make imaxpct changes in growfs separate by Dave Chinner · 7 years ago
  33. 532ff64 xfs: turn ag header initialisation into a table driven operation by Dave Chinner · 7 years ago
  34. 0410c3b xfs: factor ag btree root block initialisation by Dave Chinner · 7 years ago
  35. 9aebe80 xfs: convert growfs AG header init to use buffer lists by Dave Chinner · 7 years ago
  36. cce77bc xfs: factor out AG header initialisation from growfs core by Dave Chinner · 7 years ago
  37. a78ee25 xfs: convert XFS_AGFL_SIZE to a helper function by Dave Chinner · 7 years ago
  38. c969004 xfs: use %px for data pointers when debugging by Darrick J. Wong · 7 years ago
  39. 3d170aa xfs: change 0x%p -> %p in print messages by Darrick J. Wong · 7 years ago
  40. c368ebc xfs: hoist xfs_fs_geometry to libxfs by Darrick J. Wong · 7 years ago
  41. 33df3a9 xfs: always honor OWN_UNKNOWN rmap removal requests by Darrick J. Wong · 7 years ago
  42. c8ce540 xfs: remove double-underscore integer types by Darrick J. Wong · 8 years ago
  43. b6f41e4 xfs: remove boilerplate around xfs_btree_init_block by Eric Sandeen · 8 years ago
  44. f88ae46 xfs: glean crc status from mp not flags in xfs_btree_init_block_int by Eric Sandeen · 8 years ago
  45. 20e73b0 xfs: use the actual AG length when reserving blocks by Darrick J. Wong · 8 years ago
  46. 84d6961 xfs: preallocate blocks for worst-case btree expansion by Darrick J. Wong · 8 years ago
  47. f0ec1b8 xfs: add reflink feature flag to geometry by Darrick J. Wong · 8 years ago
  48. ac4fef6 xfs: add refcount btree support to growfs by Darrick J. Wong · 8 years ago
  49. 3fd129b xfs: set up per-AG free space reservations by Darrick J. Wong · 8 years ago
  50. f32866fd xfs: store rmapbt block count in the AGF by Darrick J. Wong · 8 years ago
  51. 5d650e9 xfs: add rmap btree geometry feature flag by Darrick J. Wong · 8 years ago
  52. 5254885 xfs: rmap btree requires more reserved free space by Darrick J. Wong · 8 years ago
  53. e70d829 xfs: add rmap btree growfs support by Darrick J. Wong · 8 years ago
  54. 340785c xfs: add owner field to extent allocation and freeing by Darrick J. Wong · 8 years ago
  55. 8018026 xfs: rmap btree add more reserved blocks by Darrick J. Wong · 8 years ago
  56. 3ab78df xfs: rework xfs_bmap_free callers to use xfs_defer_ops by Darrick J. Wong · 8 years ago
  57. 408fd48 xfs: refactor xfs_reserve_blocks() to handle ENOSPC correctly by Brian Foster · 9 years ago
  58. d6bd961 Merge branch 'xfs-4.7-trans-type-cleanup' into for-next by Dave Chinner · 9 years ago
  59. 253f491 xfs: better xfs_trans_alloc interface by Christoph Hellwig · 9 years ago
  60. ad747e3 xfs: Don't wrap growfs AGFL indexes by Dave Chinner · 9 years ago
  61. ac383de xfs: growfs not aware of sb_meta_uuid by Dave Chinner · 9 years ago
  62. 4ea7976 Merge branch 'xfs-commit-cleanup' into for-next by Dave Chinner · 10 years ago
  63. 7039331 xfs: saner xfs_trans_commit interface by Christoph Hellwig · 10 years ago
  64. 4906e21 xfs: remove the flags argument to xfs_trans_cancel by Christoph Hellwig · 10 years ago
  65. 502a4e7 xfs: add fs geometry bit for sparse inode chunks by Brian Foster · 10 years ago
  66. 964aa8d9 xfs: remove xfs_mod_incore_sb API by Dave Chinner · 10 years ago
  67. 5681ca4 xfs: Remove icsb infrastructure by Dave Chinner · 10 years ago
  68. 0d485ad xfs: use generic percpu counters for free block counter by Dave Chinner · 10 years ago
  69. e88b64e xfs: use generic percpu counters for free inode counter by Dave Chinner · 10 years ago
  70. 501ab32 xfs: use generic percpu counters for inode counter by Dave Chinner · 10 years ago
  71. 5278511 xfs: implement pNFS export operations by Christoph Hellwig · 10 years ago
  72. f8079b8 xfs: growfs should use synchronous transactions by Christoph Hellwig · 10 years ago
  73. 61e63ec xfs: consolidate superblock logging functions by Dave Chinner · 10 years ago
  74. 4d11a40 xfs: remove bitfield based superblock updates by Dave Chinner · 10 years ago
  75. 4fb6e8a xfs: merge xfs_ag.h into xfs_format.h by Christoph Hellwig · 10 years ago
  76. 6d3ebaa xfs: merge xfs_dinode.h into xfs_format.h by Christoph Hellwig · 10 years ago
  77. ba372674 xfs: check xfs_buf_read_uncached returns correctly by Dave Chinner · 10 years ago
  78. 2451337 xfs: global error sign conversion by Dave Chinner · 11 years ago
  79. b474c7a xfs: Nuke XFS_ERROR macro by Eric Sandeen · 11 years ago
  80. 8612c7e Merge branch 'xfs-da-geom' into for-next by Dave Chinner · 11 years ago
  81. 8f66193 xfs: convert m_dirblksize to xfs_da_geometry by Dave Chinner · 11 years ago
  82. b70f14e Merge branch 'xfs-feature-bit-cleanup' into for-next by Dave Chinner · 11 years ago
  83. ab3e57b xfs: remove shared supberlock feature checking by Dave Chinner · 11 years ago
  84. 5d074a4 xfs: don't need dirv2 checks anymore by Dave Chinner · 11 years ago
  85. 263997a xfs: turn NLINK feature on by default by Dave Chinner · 11 years ago
  86. 0c153c1 xfs: report finobt status in fs geometry by Brian Foster · 11 years ago
  87. a3fa516 xfs: add finobt support to growfs by Brian Foster · 11 years ago
  88. f94c445 xfs: growfs overruns AGFL buffer on V4 filesystems by Dave Chinner · 11 years ago
  89. a4fbe6a xfs: decouple inode and bmap btree header files by Dave Chinner · 11 years ago
  90. 239880e xfs: decouple log and transaction headers by Dave Chinner · 11 years ago
  91. 70a9883 xfs: create a shared header file for format-related information by Dave Chinner · 11 years ago
  92. 59e5a0e xfs: don't break from growfs ag update loop on error by Eric Sandeen · 11 years ago
  93. 2900a57 xfs: add the inode directory type support to XFS_IOC_FSGEOM by Mark Tinguely · 11 years ago
  94. 3d3c8b5 xfs: refactor xfs_trans_reserve() interface by Jie Liu · 11 years ago
  95. 897366f xfs: Remove redundant error variable from xfs_growfs_data_private() by Jie Liu · 12 years ago
  96. 74137fff xfs: add fsgeom flag for v5 superblock support. by Dave Chinner · 12 years ago
  97. 983d09f xfs: add CRC checks to the AGI by Dave Chinner · 12 years ago
  98. 77c95bb xfs: add CRC checks to the AGFL by Christoph Hellwig · 12 years ago
  99. 4e0e604 xfs: add CRC checks to the AGF by Dave Chinner · 12 years ago
  100. ee1a47a xfs: add support for large btree blocks by Christoph Hellwig · 12 years ago