1. df150ed1 xfs: remote attributes need to be considered data by Dave Chinner · 9 years ago
  2. e3c32ee xfs: remote attribute headers contain an invalid LSN by Dave Chinner · 9 years ago
  3. de50e16 Merge branch 'xfs-misc-fixes-for-4.2-3' into for-next by Dave Chinner · 9 years ago
  4. 3d238b7 Merge branch 'xfs-freelist-cleanup' into for-next by Dave Chinner · 9 years ago
  5. 496817b xfs: clean up XFS_MIN_FREELIST macros by Dave Chinner · 9 years ago
  6. 396503f xfs: sanitise error handling in xfs_alloc_fix_freelist by Dave Chinner · 9 years ago
  7. 72d5528 xfs: factor out free space extent length check by Dave Chinner · 9 years ago
  8. 50adbcb xfs: xfs_alloc_fix_freelist() can use incore perag structures by Dave Chinner · 9 years ago
  9. 88ee2df xfs: return a void pointer from xfs_buf_offset by Christoph Hellwig · 9 years ago
  10. 4ea7976 Merge branch 'xfs-commit-cleanup' into for-next by Dave Chinner · 9 years ago
  11. 7039331 xfs: saner xfs_trans_commit interface by Christoph Hellwig · 9 years ago
  12. 4906e21 xfs: remove the flags argument to xfs_trans_cancel by Christoph Hellwig · 9 years ago
  13. 4497f28 Merge branch 'xfs-misc-fixes-for-4.2-2' into for-next by Dave Chinner · 9 years ago
  14. 46fc58d xfs: check min blks for random debug mode sparse allocations by Brian Foster · 9 years ago
  15. b9a350a Merge branch 'xfs-sparse-inode' into for-next by Dave Chinner · 9 years ago
  16. e01c025 Merge branch 'xfs-misc-fixes-for-4.2' into for-next by Dave Chinner · 9 years ago
  17. 39e56d9 xfs: don't cast string literals by Eric Sandeen · 9 years ago
  18. 2e588a4 xfs: always log the inode on unwritten extent conversion by Brian Foster · 9 years ago
  19. 22ce1e1 xfs: enable sparse inode chunks for v5 superblocks by Brian Foster · 9 years ago
  20. 09b5660 xfs: skip unallocated regions of inode chunks in xfs_ifree_cluster() by Brian Foster · 9 years ago
  21. 10ae3dc7 xfs: only free allocated regions of inode chunks by Brian Foster · 9 years ago
  22. 26dd521 xfs: filter out sparse regions from individual inode allocation by Brian Foster · 9 years ago
  23. 1cdadee xfs: randomly do sparse inode allocations in DEBUG mode by Brian Foster · 9 years ago
  24. 56d1115 xfs: allocate sparse inode chunks on full chunk allocation failure by Brian Foster · 9 years ago
  25. 4148c34 xfs: helper to convert holemask to inode alloc. bitmap by Brian Foster · 9 years ago
  26. 463958a xfs: pass inode count through ordered icreate log item by Brian Foster · 9 years ago
  27. 5419040 xfs: introduce inode record hole mask for sparse inode chunks by Brian Foster · 9 years ago
  28. 502a4e7 xfs: add fs geometry bit for sparse inode chunks by Brian Foster · 9 years ago
  29. e5376fc xfs: sparse inode chunks feature helpers and mount requirements by Brian Foster · 9 years ago
  30. 066a188 xfs: use sparse chunk alignment for min. inode allocation requirement by Brian Foster · 9 years ago
  31. fb4f2b4 xfs: add sparse inode chunk alignment superblock field by Brian Foster · 9 years ago
  32. bfe46d4 xfs: support min/max agbno args in block allocator by Brian Foster · 9 years ago
  33. 999633d xfs: update free inode record logic to support sparse inode records by Brian Foster · 9 years ago
  34. d4cc540 xfs: create individual inode alloc. helper by Brian Foster · 9 years ago
  35. 6dfe5a0 xfs: xfs_attr_inactive leaves inconsistent attr fork state behind by Dave Chinner · 9 years ago
  36. 6dea405e xfs: extent size hints can round up extents past MAXEXTLEN by Dave Chinner · 9 years ago
  37. 74f9ce1 xfs: use percpu_counter_read_positive for mp->m_icount by George Wang · 9 years ago
  38. 6a63ef0 Merge branch 'xfs-misc-fixes-for-4.1-3' into for-next by Dave Chinner · 9 years ago
  39. 66db810 xfs: kill unnecessary firstused overflow check on attr3 leaf removal by Brian Foster · 9 years ago
  40. e87021a xfs: use larger in-core attr firstused field and detect overflow by Brian Foster · 9 years ago
  41. 2f66124 xfs: pass attr geometry to attr leaf header conversion functions by Brian Foster · 9 years ago
  42. a448f8f Merge branch 'fallocate-insert-range' into for-next by Dave Chinner · 9 years ago
  43. 2b93681 Merge branch 'xfs-misc-fixes-for-4.1-2' into for-next by Dave Chinner · 9 years ago
  44. a904b1c xfs: Add support FALLOC_FL_INSERT_RANGE for fallocate by Namjae Jeon · 9 years ago
  45. 29916df xfs: fix shadow warning in xfs_da3_root_split() by Fabian Frederick · 9 years ago
  46. d64588c xfs: remove xfs_bmap_sanity_check() by Dave Chinner · 9 years ago
  47. 4225441 Merge branch 'xfs-generic-sb-counters' into for-next by Dave Chinner · 10 years ago
  48. 3790a8c xfs: xfs_alloc_fix_minleft can underflow near ENOSPC by Dave Chinner · 10 years ago
  49. dd5e712 xfs: remove old and redundant comment in xfs_mount_validate_sb by Wang Sheng-Hui · 10 years ago
  50. 5fb5aee xfs: pass mp to XFS_WANT_CORRUPTED_RETURN by Eric Sandeen · 10 years ago
  51. c29aad4 xfs: pass mp to XFS_WANT_CORRUPTED_GOTO by Eric Sandeen · 10 years ago
  52. 964aa8d9 xfs: remove xfs_mod_incore_sb API 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. 438c3c8 Merge branch 'xfs-buf-type-fixes' into for-next by Dave Chinner · 10 years ago
  59. fe22d55 xfs: set buf types when converting extent formats by Dave Chinner · 10 years ago
  60. 465e2de Merge branch 'xfs-sb-logging-rework' into for-next by Dave Chinner · 10 years ago
  61. 074e427 xfs: sanitise sb_bad_features2 handling by Dave Chinner · 10 years ago
  62. 61e63ec xfs: consolidate superblock logging functions by Dave Chinner · 10 years ago
  63. 4d11a40 xfs: remove bitfield based superblock updates by Dave Chinner · 10 years ago
  64. 6bcf093 Merge branch 'xfs-misc-fixes-for-3.20-2' into for-next by Dave Chinner · 10 years ago
  65. aa5d95c xfs: move xfs_bmap_finish prototype by Dave Chinner · 10 years ago
  66. 9799b43 xfs: move struct xfs_bmalloca to libxfs by Dave Chinner · 10 years ago
  67. 5ebdc21 xfs: move xfs_types.h to libxfs by Dave Chinner · 10 years ago
  68. 2155355 xfs: move xfs_fs.h to libxfs by Dave Chinner · 10 years ago
  69. 1a43ec0 xfs: Keep sb_bad_features2 consistent with sb_features2 by Jan Kara · 10 years ago
  70. 6044e43 Merge branch 'xfs-misc-fixes-for-3.19-2' into for-next by Dave Chinner · 10 years ago
  71. 32296f8 xfs: fix set-but-unused warnings by Dave Chinner · 10 years ago
  72. 9a2cc41 xfs: move type conversion functions to xfs_dir.h by Dave Chinner · 10 years ago
  73. 1b767ee xfs: move ftype conversion functions to libxfs by Dave Chinner · 10 years ago
  74. 4db431f xfs: cleanup xfs_bmse_merge returns by Dave Chinner · 10 years ago
  75. b11bd67 xfs: cleanup xfs_bmse_shift_one goto mess by Dave Chinner · 10 years ago
  76. 7a1df15 xfs: fix premature enospc on inode allocation by Dave Chinner · 10 years ago
  77. c14fc01 Merge branch 'xfs-coccinelle-cleanups' into for-next by Dave Chinner · 10 years ago
  78. d254aae xfs: fix simple_return.cocci warning in xfs_bmse_shift_one by kbuild test robot · 10 years ago
  79. b72091f libxfs: fix simple_return.cocci warnings by kbuild test robot · 10 years ago
  80. 508b6b3 xfs: merge xfs_inum.h into xfs_format.h by Christoph Hellwig · 10 years ago
  81. bb58e61 xfs: move most of xfs_sb.h to xfs_format.h by Christoph Hellwig · 10 years ago
  82. 4fb6e8a xfs: merge xfs_ag.h into xfs_format.h by Christoph Hellwig · 10 years ago
  83. 5beda58 xfs: move acl structures to xfs_format.h by Christoph Hellwig · 10 years ago
  84. 6d3ebaa xfs: merge xfs_dinode.h into xfs_format.h by Christoph Hellwig · 10 years ago
  85. 6889e78 Merge branch 'xfs-misc-fixes-for-3.18-3' into for-next by Dave Chinner · 10 years ago
  86. 04dd1a0 xfs: fix crc field handling in xfs_sb_to/from_disk by Eric Sandeen · 10 years ago
  87. 6ee49a2 xfs: don't send null bp to xfs_trans_brelse() by Eric Sandeen · 10 years ago
  88. bd438f8 Merge branch 'xfs-sparse-fixes' into for-next by Dave Chinner · 10 years ago
  89. e68ed77 xfs: fix use of agi_newino in finobt lookup by Dave Chinner · 10 years ago
  90. 33044dc Merge branch 'xfs-misc-fixes-for-3.18-2' into for-next by Dave Chinner · 10 years ago
  91. fb04013 xfs: don't ASSERT on corrupt ftype by Eric Sandeen · 10 years ago
  92. f6d31f4 Merge branch 'xfs-shift-extents-rework' into for-next by Dave Chinner · 10 years ago
  93. f71721d xfs: writeback and inval. file range to be shifted by collapse by Brian Foster · 10 years ago
  94. a979bdf xfs: refactor single extent shift into xfs_bmse_shift_one() helper by Brian Foster · 10 years ago
  95. ddb19e3 xfs: refactor shift-by-merge into xfs_bmse_merge() helper by Brian Foster · 10 years ago
  96. 2c845f5 xfs: track collapse via file offset rather than extent index by Brian Foster · 10 years ago
  97. a4241ae Merge branch 'xfs-misc-fixes-for-3.18-1' into for-next by Dave Chinner · 10 years ago
  98. ab6978c xfs: remove rbpp check from xfs_rtmodify_summary_int by Eric Sandeen · 10 years ago
  99. afabfd3 xfs: combine xfs_rtmodify_summary and xfs_rtget_summary by Eric Sandeen · 10 years ago
  100. b16ed7c xfs: combine xfs_dir_canenter into xfs_dir_createname by Eric Sandeen · 10 years ago