1. aafe12c xfs: don't trip over negative free space in xfs_reserve_blocks by Darrick J. Wong · 6 years ago
  2. 0b61f8a xfs: convert to SPDX license tags by Dave Chinner · 6 years ago
  3. 49dd56f xfs: factor the ag length extension code into libxfs by Dave Chinner · 7 years ago
  4. b16817b xfs: move growfs core to libxfs by Dave Chinner · 7 years ago
  5. 8125147 xfs: rework secondary superblock updates in growfs by Dave Chinner · 7 years ago
  6. 83a7f86 xfs: separate secondary sb update in growfs by Dave Chinner · 7 years ago
  7. 87444b8 xfs: make imaxpct changes in growfs separate by Dave Chinner · 7 years ago
  8. 532ff64 xfs: turn ag header initialisation into a table driven operation by Dave Chinner · 7 years ago
  9. 0410c3b xfs: factor ag btree root block initialisation by Dave Chinner · 7 years ago
  10. 9aebe80 xfs: convert growfs AG header init to use buffer lists by Dave Chinner · 7 years ago
  11. cce77bc xfs: factor out AG header initialisation from growfs core by Dave Chinner · 7 years ago
  12. a78ee25 xfs: convert XFS_AGFL_SIZE to a helper function by Dave Chinner · 7 years ago
  13. c969004 xfs: use %px for data pointers when debugging by Darrick J. Wong · 7 years ago
  14. 3d170aa xfs: change 0x%p -> %p in print messages by Darrick J. Wong · 7 years ago
  15. c368ebc xfs: hoist xfs_fs_geometry to libxfs by Darrick J. Wong · 7 years ago
  16. 33df3a9 xfs: always honor OWN_UNKNOWN rmap removal requests by Darrick J. Wong · 7 years ago
  17. c8ce540 xfs: remove double-underscore integer types by Darrick J. Wong · 7 years ago
  18. b6f41e4 xfs: remove boilerplate around xfs_btree_init_block by Eric Sandeen · 8 years ago
  19. f88ae46 xfs: glean crc status from mp not flags in xfs_btree_init_block_int by Eric Sandeen · 8 years ago
  20. 20e73b0 xfs: use the actual AG length when reserving blocks by Darrick J. Wong · 8 years ago
  21. 84d6961 xfs: preallocate blocks for worst-case btree expansion by Darrick J. Wong · 8 years ago
  22. f0ec1b8 xfs: add reflink feature flag to geometry by Darrick J. Wong · 8 years ago
  23. ac4fef6 xfs: add refcount btree support to growfs by Darrick J. Wong · 8 years ago
  24. 3fd129b xfs: set up per-AG free space reservations by Darrick J. Wong · 8 years ago
  25. f32866fd xfs: store rmapbt block count in the AGF by Darrick J. Wong · 8 years ago
  26. 5d650e9 xfs: add rmap btree geometry feature flag by Darrick J. Wong · 8 years ago
  27. 5254885 xfs: rmap btree requires more reserved free space by Darrick J. Wong · 8 years ago
  28. e70d829 xfs: add rmap btree growfs support by Darrick J. Wong · 8 years ago
  29. 340785c xfs: add owner field to extent allocation and freeing by Darrick J. Wong · 8 years ago
  30. 8018026 xfs: rmap btree add more reserved blocks by Darrick J. Wong · 8 years ago
  31. 3ab78df xfs: rework xfs_bmap_free callers to use xfs_defer_ops by Darrick J. Wong · 8 years ago
  32. 408fd48 xfs: refactor xfs_reserve_blocks() to handle ENOSPC correctly by Brian Foster · 8 years ago
  33. d6bd961 Merge branch 'xfs-4.7-trans-type-cleanup' into for-next by Dave Chinner · 9 years ago
  34. 253f491 xfs: better xfs_trans_alloc interface by Christoph Hellwig · 9 years ago
  35. ad747e3 xfs: Don't wrap growfs AGFL indexes by Dave Chinner · 9 years ago
  36. ac383de xfs: growfs not aware of sb_meta_uuid by Dave Chinner · 9 years ago
  37. 4ea7976 Merge branch 'xfs-commit-cleanup' into for-next by Dave Chinner · 9 years ago
  38. 7039331 xfs: saner xfs_trans_commit interface by Christoph Hellwig · 9 years ago
  39. 4906e21 xfs: remove the flags argument to xfs_trans_cancel by Christoph Hellwig · 9 years ago
  40. 502a4e7 xfs: add fs geometry bit for sparse inode chunks by Brian Foster · 9 years ago
  41. 964aa8d9 xfs: remove xfs_mod_incore_sb API by Dave Chinner · 10 years ago
  42. 5681ca4 xfs: Remove icsb infrastructure by Dave Chinner · 10 years ago
  43. 0d485ad xfs: use generic percpu counters for free block counter by Dave Chinner · 10 years ago
  44. e88b64e xfs: use generic percpu counters for free inode counter by Dave Chinner · 10 years ago
  45. 501ab32 xfs: use generic percpu counters for inode counter by Dave Chinner · 10 years ago
  46. 5278511 xfs: implement pNFS export operations by Christoph Hellwig · 10 years ago
  47. f8079b8 xfs: growfs should use synchronous transactions by Christoph Hellwig · 10 years ago
  48. 61e63ec xfs: consolidate superblock logging functions by Dave Chinner · 10 years ago
  49. 4d11a40 xfs: remove bitfield based superblock updates by Dave Chinner · 10 years ago
  50. 4fb6e8a xfs: merge xfs_ag.h into xfs_format.h by Christoph Hellwig · 10 years ago
  51. 6d3ebaa xfs: merge xfs_dinode.h into xfs_format.h by Christoph Hellwig · 10 years ago
  52. ba37267 xfs: check xfs_buf_read_uncached returns correctly by Dave Chinner · 10 years ago
  53. 2451337 xfs: global error sign conversion by Dave Chinner · 10 years ago
  54. b474c7a xfs: Nuke XFS_ERROR macro by Eric Sandeen · 10 years ago
  55. 8612c7e Merge branch 'xfs-da-geom' into for-next by Dave Chinner · 10 years ago
  56. 8f66193 xfs: convert m_dirblksize to xfs_da_geometry by Dave Chinner · 10 years ago
  57. b70f14e Merge branch 'xfs-feature-bit-cleanup' into for-next by Dave Chinner · 11 years ago
  58. ab3e57b xfs: remove shared supberlock feature checking by Dave Chinner · 11 years ago
  59. 5d074a4 xfs: don't need dirv2 checks anymore by Dave Chinner · 11 years ago
  60. 263997a xfs: turn NLINK feature on by default by Dave Chinner · 11 years ago
  61. 0c153c1 xfs: report finobt status in fs geometry by Brian Foster · 11 years ago
  62. a3fa516 xfs: add finobt support to growfs by Brian Foster · 11 years ago
  63. f94c445 xfs: growfs overruns AGFL buffer on V4 filesystems by Dave Chinner · 11 years ago
  64. a4fbe6a xfs: decouple inode and bmap btree header files by Dave Chinner · 11 years ago
  65. 239880e xfs: decouple log and transaction headers by Dave Chinner · 11 years ago
  66. 70a9883 xfs: create a shared header file for format-related information by Dave Chinner · 11 years ago
  67. 59e5a0e xfs: don't break from growfs ag update loop on error by Eric Sandeen · 11 years ago
  68. 2900a57 xfs: add the inode directory type support to XFS_IOC_FSGEOM by Mark Tinguely · 11 years ago
  69. 3d3c8b5 xfs: refactor xfs_trans_reserve() interface by Jie Liu · 11 years ago
  70. 897366f xfs: Remove redundant error variable from xfs_growfs_data_private() by Jie Liu · 12 years ago
  71. 74137fff xfs: add fsgeom flag for v5 superblock support. by Dave Chinner · 11 years ago
  72. 983d09f xfs: add CRC checks to the AGI by Dave Chinner · 12 years ago
  73. 77c95bb xfs: add CRC checks to the AGFL by Christoph Hellwig · 12 years ago
  74. 4e0e604 xfs: add CRC checks to the AGF by Dave Chinner · 12 years ago
  75. ee1a47a xfs: add support for large btree blocks by Christoph Hellwig · 12 years ago
  76. 762c585 xfs: make use of XFS_SB_LOG_RES() at xfs_fs_log_dummy() by Jeff Liu · 12 years ago
  77. 1813dd6 xfs: convert buffer verifiers to an ops structure. by Dave Chinner · 12 years ago
  78. b0f539d xfs: connect up write verifiers to new buffers by Dave Chinner · 12 years ago
  79. 9802182 xfs: verify superblocks as they are read from disk by Dave Chinner · 12 years ago
  80. eab4e63 xfs: uncached buffer reads need to return an error by Dave Chinner · 12 years ago
  81. c3f8fc7 xfs: make buffer read verication an IO completion function by Dave Chinner · 12 years ago
  82. de49768 xfs: make growfs initialise the AGFL header by Dave Chinner · 12 years ago
  83. fd23683 xfs: growfs: use uncached buffers for new headers by Dave Chinner · 12 years ago
  84. b64f3a3 xfs: use btree block initialisation functions in growfs by Dave Chinner · 12 years ago
  85. 69a58a4 xfs: report projid32bit feature in geometry call by Eric Sandeen · 12 years ago
  86. 1375cb6 xfs: growfs: don't read garbage for new secondary superblocks by Dave Chinner · 12 years ago
  87. 611c994 xfs: make XBF_MAPPED the default behaviour by Dave Chinner · 13 years ago
  88. ad1e95c xfs: clean up xfs_bit.h includes by Dave Chinner · 13 years ago
  89. 2af51f3 xfs: move xfs_do_force_shutdown() and kill xfs_rw.c by Dave Chinner · 13 years ago
  90. 2a0ec1d xfs: move xfs_get_extsz_hint() and kill xfs_rw.h by Dave Chinner · 13 years ago
  91. 60a3460 xfs: move xfsagino_t to xfs_types.h by Dave Chinner · 13 years ago
  92. 7ca790a xfs: kill xfs_read_buf() by Dave Chinner · 13 years ago
  93. a8acad7 xfs: kill XBF_LOCK by Dave Chinner · 13 years ago
  94. e70b73f xfs: clean up buffer get/read call API by Dave Chinner · 13 years ago
  95. b522950 xfs: Check the return value of xfs_buf_get() by Chandra Seetharaman · 13 years ago
  96. c2b006c xfs: let xfs_bwrite callers handle the xfs_buf_relse by Christoph Hellwig · 13 years ago
  97. 5348778 xfs: convert xfs_fs_cmn_err to new error logging API by Dave Chinner · 14 years ago
  98. c4d0c3b xfs: prevent leaking uninitialized stack memory in FSGEOMETRY_V1 by Dan Rosenberg · 14 years ago
  99. c58efdb xfs: ensure log covering transactions are synchronous by Dave Chinner · 14 years ago
  100. 055388a xfs: dynamic speculative EOF preallocation by Dave Chinner · 14 years ago