1. 657f101 xfs: fix off-by-one in inode alloc block reservation calculation by Brian Foster · 4 years, 7 months ago
  2. 92a0054 xfs: get rid of unnecessary xfs_perag_{get,put} pairs by Gao Xiang · 4 years, 8 months ago
  3. e9e2eae xfs: only check the superblock version for dinode size calculation by Christoph Hellwig · 5 years ago
  4. b81b79f xfs: add a new xfs_sb_version_has_v3inode helper by Christoph Hellwig · 5 years ago
  5. 576af73 xfs: convert btree cursor ag-private member name by Dave Chinner · 5 years ago
  6. 370c782 xfs: remove XFS_BUF_TO_AGI by Christoph Hellwig · 5 years ago
  7. ce92464 xfs: make xfs_trans_get_buf return an error code by Darrick J. Wong · 5 years ago
  8. 13eaec4 xfs: don't commit sunit/swidth updates to disk if that would cause repair failures by Darrick J. Wong · 5 years ago
  9. f9e0370 xfs: kill the XFS_WANT_CORRUPT_* macros by Darrick J. Wong · 5 years ago
  10. c94613f xfs: fix maxicount division by zero error by Darrick J. Wong · 6 years ago
  11. 250d4b4 xfs: remove unused header files by Eric Sandeen · 6 years ago
  12. dbd329f1 xfs: add struct xfs_mount pointer to struct xfs_buf by Christoph Hellwig · 6 years ago
  13. 490d451 xfs: fix inode_cluster_size rounding mayhem by Darrick J. Wong · 6 years ago
  14. 494dba7 xfs: refactor inode geometry setup routines by Darrick J. Wong · 6 years ago
  15. ef32595 xfs: separate inode geometry by Darrick J. Wong · 6 years ago
  16. 39708c2 xfs: miscellaneous verifier magic value fixups by Brian Foster · 6 years ago
  17. c1b4a32 xfs: precalculate cluster alignment in inodes and blocks by Darrick J. Wong · 6 years ago
  18. 83dcdb4 xfs: precalculate inodes and blocks per inode cluster by Darrick J. Wong · 6 years ago
  19. 43004b2 xfs: add a block to inode count converter by Darrick J. Wong · 6 years ago
  20. 7280fed xfs: remove xfs_rmap_ag_owner and friends by Darrick J. Wong · 6 years ago
  21. 0f37d17 xfs: pass transaction to xfs_defer_add() by Brian Foster · 7 years ago
  22. 0b04b6b8 xfs: trivial xfs_btree_del_cursor cleanups by Darrick J. Wong · 7 years ago
  23. 5089eaf libxfs: Fix a couple of sparse complaintis by Carlos Maiolino · 7 years ago
  24. 0e0417f xfs: remove dfops parameter from ifree call stack by Brian Foster · 7 years ago
  25. 89e9b5c xfs: update incore per-AG inode count by Darrick J. Wong · 7 years ago
  26. 86210fb xfs: move various type verifiers to common file by Dave Chinner · 7 years ago
  27. 0b61f8a xfs: convert to SPDX license tags by Dave Chinner · 7 years ago
  28. 9e6c08d xfs: validate btree records on retrieval by Dave Chinner · 7 years ago
  29. 9f96cc9 xfs: verify AGI unlinked list contains valid blocks by Dave Chinner · 7 years ago
  30. 7f8f131 xfs: expose various functions to repair code by Darrick J. Wong · 7 years ago
  31. a1f6941 xfs: non-scrub - remove unused function parameters by Eric Sandeen · 7 years ago
  32. fb1755a Split buffer's b_fspriv field by Carlos Maiolino · 7 years ago
  33. 2e00126 xfs: add scrub cross-referencing helpers for the inode btrees by Darrick J. Wong · 7 years ago
  34. b557259 xfs: create a new buf_ops pointer to verify structure metadata by Darrick J. Wong · 7 years ago
  35. bc1a09b xfs: refactor verifier callers to print address of failing check by Darrick J. Wong · 7 years ago
  36. a6a781a xfs: have buffer verifier functions report failing address by Darrick J. Wong · 7 years ago
  37. 31ca03c xfs: refactor xfs_verifier_error and xfs_buf_ioerror by Darrick J. Wong · 7 years ago
  38. f59cf5c xfs: remove "no-allocation" reservations for file creations by Christoph Hellwig · 7 years ago
  39. e9e899a xfs: move error injection tags into their own file by Darrick J. Wong · 7 years ago
  40. 91fb9af xfs: create inode pointer verifiers by Darrick J. Wong · 7 years ago
  41. 749f24f xfs: Fix bool initialization/comparison by Thomas Meyer · 7 years ago
  42. 8dc518d xfs: don't log dirty ranges for ordered buffers by Brian Foster · 8 years ago
  43. 2d32311 xfs: stop searching for free slots in an inode chunk when there are none by Carlos Maiolino · 8 years ago
  44. c44245b xfs: fix inobt inode allocation search optimization by Omar Sandoval · 8 years ago
  45. 9e24cfd xfs: remove unneeded parameter from XFS_TEST_ERROR by Darrick J. Wong · 8 years ago
  46. e936945 xfs: export _inobt_btrec_to_irec and _ialloc_cluster_alignment for scrub by Darrick J. Wong · 8 years ago
  47. c8ce540 xfs: remove double-underscore integer types by Darrick J. Wong · 8 years ago
  48. 8ee9fdb xfs: Use xfs_icluster_size_fsb() to calculate inode chunk alignment by Chandan Rajendra · 8 years ago
  49. a444d72 Merge branch 'xfs-4.10-misc-fixes-3' into for-next by Dave Chinner · 8 years ago
  50. d2a047f xfs: forbid AG btrees with level == 0 by Darrick J. Wong · 8 years ago
  51. 200237d xfs: Move AGI buffer type setting to xfs_read_agi by Eric Sandeen · 8 years ago
  52. 755c7bf libxfs: convert ushort to unsigned short by Darrick J. Wong · 8 years ago
  53. 340785c xfs: add owner field to extent allocation and freeing by Darrick J. Wong · 9 years ago
  54. 2c3234d xfs: rename flist/free_list to dfops by Darrick J. Wong · 9 years ago
  55. 310a75a xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_* by Darrick J. Wong · 9 years ago
  56. 3ab78df xfs: rework xfs_bmap_free callers to use xfs_defer_ops by Darrick J. Wong · 9 years ago
  57. 19b54ee xfs: refactor btree maxlevels computation by Darrick J. Wong · 9 years ago
  58. 59bad07 xfs: rearrange xfs_bmap_add_free parameters by Darrick J. Wong · 9 years ago
  59. 49ca911 xfs: fix computation of inode btree maxlevels by Darrick J. Wong · 9 years ago
  60. 233135b xfs: print name of verifier if it fails by Eric Sandeen · 9 years ago
  61. a45086e xfs: validate metadata LSNs against log on v5 superblocks by Brian Foster · 9 years ago
  62. 5be203a Merge branch 'xfs-efi-rework' into for-next by Dave Chinner · 10 years ago
  63. f307080 xfs: fix btree cursor error cleanups by Brian Foster · 10 years ago
  64. ce748ea xfs: create new metadata UUID field and incompat flag by Eric Sandeen · 10 years ago
  65. 4497f28 Merge branch 'xfs-misc-fixes-for-4.2-2' into for-next by Dave Chinner · 10 years ago
  66. 46fc58d xfs: check min blks for random debug mode sparse allocations by Brian Foster · 10 years ago
  67. b9a350a Merge branch 'xfs-sparse-inode' into for-next by Dave Chinner · 10 years ago
  68. 09b5660 xfs: skip unallocated regions of inode chunks in xfs_ifree_cluster() by Brian Foster · 10 years ago
  69. 10ae3dc7 xfs: only free allocated regions of inode chunks by Brian Foster · 10 years ago
  70. 26dd521 xfs: filter out sparse regions from individual inode allocation by Brian Foster · 10 years ago
  71. 1cdadee xfs: randomly do sparse inode allocations in DEBUG mode by Brian Foster · 10 years ago
  72. 56d1115 xfs: allocate sparse inode chunks on full chunk allocation failure by Brian Foster · 10 years ago
  73. 463958a xfs: pass inode count through ordered icreate log item by Brian Foster · 10 years ago
  74. 5419040 xfs: introduce inode record hole mask for sparse inode chunks by Brian Foster · 10 years ago
  75. 066a188 xfs: use sparse chunk alignment for min. inode allocation requirement by Brian Foster · 10 years ago
  76. 999633d xfs: update free inode record logic to support sparse inode records by Brian Foster · 10 years ago
  77. d4cc540 xfs: create individual inode alloc. helper by Brian Foster · 10 years ago
  78. 74f9ce1 xfs: use percpu_counter_read_positive for mp->m_icount by George Wang · 10 years ago
  79. 4225441 Merge branch 'xfs-generic-sb-counters' into for-next by Dave Chinner · 10 years ago
  80. 5fb5aee xfs: pass mp to XFS_WANT_CORRUPTED_RETURN by Eric Sandeen · 10 years ago
  81. c29aad4 xfs: pass mp to XFS_WANT_CORRUPTED_GOTO by Eric Sandeen · 10 years ago
  82. 501ab32 xfs: use generic percpu counters for inode counter by Dave Chinner · 10 years ago
  83. 6044e43 Merge branch 'xfs-misc-fixes-for-3.19-2' into for-next by Dave Chinner · 10 years ago
  84. 7a1df15 xfs: fix premature enospc on inode allocation by Dave Chinner · 10 years ago
  85. c14fc01 Merge branch 'xfs-coccinelle-cleanups' into for-next by Dave Chinner · 10 years ago
  86. b72091f libxfs: fix simple_return.cocci warnings by kbuild test robot · 10 years ago
  87. 508b6b3b xfs: merge xfs_inum.h into xfs_format.h by Christoph Hellwig · 10 years ago
  88. 4fb6e8a xfs: merge xfs_ag.h into xfs_format.h by Christoph Hellwig · 10 years ago
  89. 6d3ebaa xfs: merge xfs_dinode.h into xfs_format.h by Christoph Hellwig · 10 years ago
  90. e68ed77 xfs: fix use of agi_newino in finobt lookup by Dave Chinner · 10 years ago
  91. e1b0572 xfs: add a few more verifier tests by Eric Sandeen · 11 years ago
  92. 2451337 xfs: global error sign conversion by Dave Chinner · 11 years ago
  93. 30f712c libxfs: move source files by Dave Chinner · 11 years ago[Renamed from fs/xfs/xfs_ialloc.c]
  94. b474c7a xfs: Nuke XFS_ERROR macro by Eric Sandeen · 11 years ago
  95. 7691283 Merge branch 'xfs-misc-fixes-3-for-3.16' into for-next by Dave Chinner · 11 years ago
  96. 36de955 xfs: kill xfs_buf_geterror() by Dave Chinner · 11 years ago
  97. b70f14e Merge branch 'xfs-feature-bit-cleanup' into for-next by Dave Chinner · 11 years ago
  98. 0d907a3 Merge branch 'xfs-misc-fixes-2-for-3.16' into for-next by Dave Chinner · 11 years ago
  99. 376c2f3 xfs: fix compile error when libxfs header used in C++ code by Roger Willcocks · 11 years ago
  100. 263997a xfs: turn NLINK feature on by default by Dave Chinner · 11 years ago