1. b96e4e8 xfs: use the actual AG length when reserving blocks by Darrick J. Wong · 7 years ago
  2. 84d6961 xfs: preallocate blocks for worst-case btree expansion by Darrick J. Wong · 8 years ago
  3. f0ec1b8 xfs: add reflink feature flag to geometry by Darrick J. Wong · 8 years ago
  4. ac4fef6 xfs: add refcount btree support to growfs by Darrick J. Wong · 8 years ago
  5. 3fd129b xfs: set up per-AG free space reservations by Darrick J. Wong · 8 years ago
  6. f32866fd xfs: store rmapbt block count in the AGF by Darrick J. Wong · 8 years ago
  7. 5d650e9 xfs: add rmap btree geometry feature flag by Darrick J. Wong · 8 years ago
  8. 5254885 xfs: rmap btree requires more reserved free space by Darrick J. Wong · 8 years ago
  9. e70d829 xfs: add rmap btree growfs support by Darrick J. Wong · 8 years ago
  10. 340785c xfs: add owner field to extent allocation and freeing by Darrick J. Wong · 8 years ago
  11. 8018026 xfs: rmap btree add more reserved blocks by Darrick J. Wong · 8 years ago
  12. 3ab78df xfs: rework xfs_bmap_free callers to use xfs_defer_ops by Darrick J. Wong · 8 years ago
  13. 408fd48 xfs: refactor xfs_reserve_blocks() to handle ENOSPC correctly by Brian Foster · 8 years ago
  14. d6bd961 Merge branch 'xfs-4.7-trans-type-cleanup' into for-next by Dave Chinner · 8 years ago
  15. 253f491 xfs: better xfs_trans_alloc interface by Christoph Hellwig · 8 years ago
  16. ad747e3 xfs: Don't wrap growfs AGFL indexes by Dave Chinner · 8 years ago
  17. ac383de xfs: growfs not aware of sb_meta_uuid by Dave Chinner · 9 years ago
  18. 4ea7976 Merge branch 'xfs-commit-cleanup' into for-next by Dave Chinner · 9 years ago
  19. 7039331 xfs: saner xfs_trans_commit interface by Christoph Hellwig · 9 years ago
  20. 4906e21 xfs: remove the flags argument to xfs_trans_cancel by Christoph Hellwig · 9 years ago
  21. 502a4e7 xfs: add fs geometry bit for sparse inode chunks by Brian Foster · 9 years ago
  22. 964aa8d9 xfs: remove xfs_mod_incore_sb API by Dave Chinner · 9 years ago
  23. 5681ca4 xfs: Remove icsb infrastructure by Dave Chinner · 9 years ago
  24. 0d485ad xfs: use generic percpu counters for free block counter by Dave Chinner · 9 years ago
  25. e88b64e xfs: use generic percpu counters for free inode counter by Dave Chinner · 9 years ago
  26. 501ab32 xfs: use generic percpu counters for inode counter by Dave Chinner · 9 years ago
  27. 5278511 xfs: implement pNFS export operations by Christoph Hellwig · 9 years ago
  28. f8079b8 xfs: growfs should use synchronous transactions by Christoph Hellwig · 9 years ago
  29. 61e63ec xfs: consolidate superblock logging functions by Dave Chinner · 9 years ago
  30. 4d11a40 xfs: remove bitfield based superblock updates by Dave Chinner · 9 years ago
  31. 4fb6e8a xfs: merge xfs_ag.h into xfs_format.h by Christoph Hellwig · 9 years ago
  32. 6d3ebaa xfs: merge xfs_dinode.h into xfs_format.h by Christoph Hellwig · 9 years ago
  33. ba37267 xfs: check xfs_buf_read_uncached returns correctly by Dave Chinner · 10 years ago
  34. 2451337 xfs: global error sign conversion by Dave Chinner · 10 years ago
  35. b474c7a xfs: Nuke XFS_ERROR macro by Eric Sandeen · 10 years ago
  36. 8612c7e Merge branch 'xfs-da-geom' into for-next by Dave Chinner · 10 years ago
  37. 8f66193 xfs: convert m_dirblksize to xfs_da_geometry by Dave Chinner · 10 years ago
  38. b70f14e Merge branch 'xfs-feature-bit-cleanup' into for-next by Dave Chinner · 10 years ago
  39. ab3e57b xfs: remove shared supberlock feature checking by Dave Chinner · 10 years ago
  40. 5d074a4 xfs: don't need dirv2 checks anymore by Dave Chinner · 10 years ago
  41. 263997a xfs: turn NLINK feature on by default by Dave Chinner · 10 years ago
  42. 0c153c1 xfs: report finobt status in fs geometry by Brian Foster · 10 years ago
  43. a3fa516 xfs: add finobt support to growfs by Brian Foster · 10 years ago
  44. f94c445 xfs: growfs overruns AGFL buffer on V4 filesystems by Dave Chinner · 10 years ago
  45. a4fbe6a xfs: decouple inode and bmap btree header files by Dave Chinner · 11 years ago
  46. 239880e xfs: decouple log and transaction headers by Dave Chinner · 11 years ago
  47. 70a9883c xfs: create a shared header file for format-related information by Dave Chinner · 11 years ago
  48. 59e5a0e xfs: don't break from growfs ag update loop on error by Eric Sandeen · 11 years ago
  49. 2900a57 xfs: add the inode directory type support to XFS_IOC_FSGEOM by Mark Tinguely · 11 years ago
  50. 3d3c8b5 xfs: refactor xfs_trans_reserve() interface by Jie Liu · 11 years ago
  51. 897366f xfs: Remove redundant error variable from xfs_growfs_data_private() by Jie Liu · 11 years ago
  52. 74137fff xfs: add fsgeom flag for v5 superblock support. by Dave Chinner · 11 years ago
  53. 983d09f xfs: add CRC checks to the AGI by Dave Chinner · 11 years ago
  54. 77c95bb xfs: add CRC checks to the AGFL by Christoph Hellwig · 11 years ago
  55. 4e0e604 xfs: add CRC checks to the AGF by Dave Chinner · 11 years ago
  56. ee1a47a xfs: add support for large btree blocks by Christoph Hellwig · 11 years ago
  57. 762c585 xfs: make use of XFS_SB_LOG_RES() at xfs_fs_log_dummy() by Jeff Liu · 11 years ago
  58. 1813dd6 xfs: convert buffer verifiers to an ops structure. by Dave Chinner · 12 years ago
  59. b0f539d xfs: connect up write verifiers to new buffers by Dave Chinner · 12 years ago
  60. 9802182 xfs: verify superblocks as they are read from disk by Dave Chinner · 12 years ago
  61. eab4e63 xfs: uncached buffer reads need to return an error by Dave Chinner · 12 years ago
  62. c3f8fc7 xfs: make buffer read verication an IO completion function by Dave Chinner · 12 years ago
  63. de49768 xfs: make growfs initialise the AGFL header by Dave Chinner · 12 years ago
  64. fd23683 xfs: growfs: use uncached buffers for new headers by Dave Chinner · 12 years ago
  65. b64f3a3 xfs: use btree block initialisation functions in growfs by Dave Chinner · 12 years ago
  66. 69a58a4 xfs: report projid32bit feature in geometry call by Eric Sandeen · 12 years ago
  67. 1375cb6 xfs: growfs: don't read garbage for new secondary superblocks by Dave Chinner · 12 years ago
  68. 611c994 xfs: make XBF_MAPPED the default behaviour by Dave Chinner · 12 years ago
  69. ad1e95c xfs: clean up xfs_bit.h includes by Dave Chinner · 12 years ago
  70. 2af51f3 xfs: move xfs_do_force_shutdown() and kill xfs_rw.c by Dave Chinner · 12 years ago
  71. 2a0ec1d xfs: move xfs_get_extsz_hint() and kill xfs_rw.h by Dave Chinner · 12 years ago
  72. 60a3460 xfs: move xfsagino_t to xfs_types.h by Dave Chinner · 12 years ago
  73. 7ca790a xfs: kill xfs_read_buf() by Dave Chinner · 12 years ago
  74. a8acad7 xfs: kill XBF_LOCK by Dave Chinner · 12 years ago
  75. e70b73f xfs: clean up buffer get/read call API by Dave Chinner · 12 years ago
  76. b522950 xfs: Check the return value of xfs_buf_get() by Chandra Seetharaman · 13 years ago
  77. c2b006c xfs: let xfs_bwrite callers handle the xfs_buf_relse by Christoph Hellwig · 13 years ago
  78. 5348778 xfs: convert xfs_fs_cmn_err to new error logging API by Dave Chinner · 13 years ago
  79. c4d0c3b xfs: prevent leaking uninitialized stack memory in FSGEOMETRY_V1 by Dan Rosenberg · 13 years ago
  80. c58efdb xfs: ensure log covering transactions are synchronous by Dave Chinner · 13 years ago
  81. 055388a xfs: dynamic speculative EOF preallocation by Dave Chinner · 13 years ago
  82. 96540c7 xfs: do not use xfs_mod_incore_sb for per-cpu counters by Christoph Hellwig · 14 years ago
  83. 1922c94 xfs: use unhashed buffers for size checks by Dave Chinner · 14 years ago
  84. 1a387d3 xfs: dummy transactions should not dirty VFS state by Dave Chinner · 14 years ago
  85. 898621d xfs: simplify inode to transaction joining by Christoph Hellwig · 14 years ago
  86. 3400777 xfs: remove unneeded #include statements by Christoph Hellwig · 14 years ago
  87. 288699f xfs: drop dmapi hooks by Christoph Hellwig · 14 years ago
  88. 1c1c6eb xfs: Replace per-ag array with a radix tree by Dave Chinner · 14 years ago
  89. 0b1b213 xfs: event tracing support by Christoph Hellwig · 14 years ago
  90. 6ad112b xfs: simplify xfs_buf_get / xfs_buf_read interfaces by Christoph Hellwig · 14 years ago
  91. 80641dc xfs: I/O completion handlers must use NOFS allocations by Christoph Hellwig · 15 years ago
  92. 0cc6eee xfs: avoid memory allocation under m_peraglock in growfs code by Christoph Hellwig · 15 years ago
  93. e6da7c9 xfs: fix overflow in xfs_growfs_data_private by Eric Sandeen · 15 years ago
  94. 9da096f xfs: fix various typos by Malcolm Parsons · 15 years ago
  95. c4be0c1 filesystem freeze: add error handling of write_super_lockfs/unlockfs by Takashi Sato · 15 years ago
  96. 743bb465 [XFS] Move copy_from_user calls out of ioctl helpers into ioctl switch. by sandeen@sandeen.net · 15 years ago
  97. 7cc95a8 [XFS] Always use struct xfs_btree_block instead of short / longform structures. by Christoph Hellwig · 16 years ago
  98. 136341b [XFS] cleanup btree record / key / ptr addressing macros. by Christoph Hellwig · 16 years ago
  99. 189f4bf [XFS] XFS: ASCII case-insensitive support by Barry Naujok · 16 years ago
  100. d349404 [XFS] Don't double count reserved block changes on UP. by David Chinner · 16 years ago