1. 233135b xfs: print name of verifier if it fails by Eric Sandeen · 9 years ago
  2. a45086e xfs: validate metadata LSNs against log on v5 superblocks by Brian Foster · 9 years ago
  3. 5be203a Merge branch 'xfs-efi-rework' into for-next by Dave Chinner · 9 years ago
  4. f307080 xfs: fix btree cursor error cleanups by Brian Foster · 9 years ago
  5. ce748ea xfs: create new metadata UUID field and incompat flag by Eric Sandeen · 9 years ago
  6. 4497f28 Merge branch 'xfs-misc-fixes-for-4.2-2' into for-next by Dave Chinner · 9 years ago
  7. 46fc58d xfs: check min blks for random debug mode sparse allocations by Brian Foster · 9 years ago
  8. b9a350a Merge branch 'xfs-sparse-inode' into for-next by Dave Chinner · 9 years ago
  9. 09b5660 xfs: skip unallocated regions of inode chunks in xfs_ifree_cluster() by Brian Foster · 9 years ago
  10. 10ae3dc7 xfs: only free allocated regions of inode chunks by Brian Foster · 9 years ago
  11. 26dd521 xfs: filter out sparse regions from individual inode allocation by Brian Foster · 9 years ago
  12. 1cdadee xfs: randomly do sparse inode allocations in DEBUG mode by Brian Foster · 9 years ago
  13. 56d1115 xfs: allocate sparse inode chunks on full chunk allocation failure by Brian Foster · 9 years ago
  14. 463958a xfs: pass inode count through ordered icreate log item by Brian Foster · 9 years ago
  15. 5419040 xfs: introduce inode record hole mask for sparse inode chunks by Brian Foster · 9 years ago
  16. 066a188 xfs: use sparse chunk alignment for min. inode allocation requirement by Brian Foster · 9 years ago
  17. 999633d xfs: update free inode record logic to support sparse inode records by Brian Foster · 9 years ago
  18. d4cc540 xfs: create individual inode alloc. helper by Brian Foster · 9 years ago
  19. 74f9ce1 xfs: use percpu_counter_read_positive for mp->m_icount by George Wang · 9 years ago
  20. 4225441 Merge branch 'xfs-generic-sb-counters' into for-next by Dave Chinner · 9 years ago
  21. 5fb5aee xfs: pass mp to XFS_WANT_CORRUPTED_RETURN by Eric Sandeen · 9 years ago
  22. c29aad4 xfs: pass mp to XFS_WANT_CORRUPTED_GOTO by Eric Sandeen · 9 years ago
  23. 501ab32 xfs: use generic percpu counters for inode counter by Dave Chinner · 9 years ago
  24. 6044e43 Merge branch 'xfs-misc-fixes-for-3.19-2' into for-next by Dave Chinner · 10 years ago
  25. 7a1df15 xfs: fix premature enospc on inode allocation by Dave Chinner · 10 years ago
  26. c14fc01 Merge branch 'xfs-coccinelle-cleanups' into for-next by Dave Chinner · 10 years ago
  27. b72091f libxfs: fix simple_return.cocci warnings by kbuild test robot · 10 years ago
  28. 508b6b3 xfs: merge xfs_inum.h into xfs_format.h by Christoph Hellwig · 10 years ago
  29. 4fb6e8a xfs: merge xfs_ag.h into xfs_format.h by Christoph Hellwig · 10 years ago
  30. 6d3ebaa xfs: merge xfs_dinode.h into xfs_format.h by Christoph Hellwig · 10 years ago
  31. e68ed77 xfs: fix use of agi_newino in finobt lookup by Dave Chinner · 10 years ago
  32. e1b0572 xfs: add a few more verifier tests by Eric Sandeen · 10 years ago
  33. 2451337 xfs: global error sign conversion by Dave Chinner · 10 years ago
  34. 30f712c libxfs: move source files by Dave Chinner · 10 years ago[Renamed from fs/xfs/xfs_ialloc.c]
  35. b474c7a xfs: Nuke XFS_ERROR macro by Eric Sandeen · 10 years ago
  36. 7691283 Merge branch 'xfs-misc-fixes-3-for-3.16' into for-next by Dave Chinner · 10 years ago
  37. 36de955 xfs: kill xfs_buf_geterror() by Dave Chinner · 10 years ago
  38. b70f14e Merge branch 'xfs-feature-bit-cleanup' into for-next by Dave Chinner · 10 years ago
  39. 0d907a3 Merge branch 'xfs-misc-fixes-2-for-3.16' into for-next by Dave Chinner · 10 years ago
  40. 376c2f3 xfs: fix compile error when libxfs header used in C++ code by Roger Willcocks · 10 years ago
  41. 263997a xfs: turn NLINK feature on by default by Dave Chinner · 10 years ago
  42. 3efa4ff xfs: update the finobt on inode free by Brian Foster · 10 years ago
  43. 2b64ee5 xfs: refactor xfs_difree() inobt bits into xfs_difree_inobt() helper by Brian Foster · 10 years ago
  44. 6dd8638 xfs: use and update the finobt on inode allocation by Brian Foster · 10 years ago
  45. 0aa0a75 xfs: insert newly allocated inode chunks into the finobt by Brian Foster · 10 years ago
  46. aafc3c2 xfs: support the XFS_BTNUM_FINOBT free inode btree type by Brian Foster · 10 years ago
  47. 57bd3db xfs: refactor xfs_ialloc_btree.c to support multiple inobt numbers by Brian Foster · 10 years ago
  48. 5f44e4c1 Merge branch 'xfs-bug-fixes-for-3.15-2' into for-next by Dave Chinner · 10 years ago
  49. e480a72 xfs: avoid AGI/AGF deadlock scenario for inode chunk allocation by Brian Foster · 10 years ago
  50. ce5028c xfs: modify verifiers to differentiate CRC from other errors by Eric Sandeen · 10 years ago
  51. f1dbcd7 xfs: add helper for updating checksums on xfs_bufs by Eric Sandeen · 10 years ago
  52. 5158217 xfs: add helper for verifying checksums on xfs_bufs by Eric Sandeen · 10 years ago
  53. 533b81c xfs: Use defines for CRC offsets in all cases by Eric Sandeen · 10 years ago
  54. f9e5abc xfs: use xfs_icluster_size_fsb in xfs_imap by Jie Liu · 11 years ago
  55. 6e0c7b8 xfs: use xfs_icluster_size_fsb in xfs_ialloc_inode_init by Jie Liu · 11 years ago
  56. 126cd10 xfs: get rid of XFS_IALLOC_BLOCKS macros by Jie Liu · 11 years ago
  57. 0f49efd xfs: get rid of XFS_INODE_CLUSTER_SIZE macros by Jie Liu · 11 years ago
  58. 7178343 xfs: get rid of XFS_IALLOC_INODES macros by Jie Liu · 11 years ago
  59. 8e825e3 xfs: fix calculation of freed inode cluster blocks by Ben Myers · 11 years ago
  60. d123031 xfs: add tracepoints to AGF/AGI read operations by Dave Chinner · 11 years ago
  61. a4fbe6a xfs: decouple inode and bmap btree header files by Dave Chinner · 11 years ago
  62. 239880e xfs: decouple log and transaction headers by Dave Chinner · 11 years ago
  63. 70a9883c xfs: create a shared header file for format-related information by Dave Chinner · 11 years ago
  64. b121099 xfs: check correct status variable for xfs_inobt_get_rec() call by Brian Foster · 11 years ago
  65. 2f21ff1 xfs: fix the comment of xfs_ialloc_ag_select() by Zhi Yong Wu · 11 years ago
  66. 836a94a xfs: fix issues that cause userspace warnings by Dave Chinner · 11 years ago
  67. 7bb85ef xfs: move unrelated definitions out of xfs_inode.h by Dave Chinner · 11 years ago
  68. ddf6ad0 xfs: Use inode create transaction by Dave Chinner · 11 years ago
  69. 28c8e41 xfs: Inode create item recovery by Dave Chinner · 11 years ago
  70. 43df2ee xfs: Remove the left function variable from xfs_ialloc_get_rec() by Jie Liu · 11 years ago
  71. 61fe135 xfs: buffer type overruns blf_flags field by Dave Chinner · 11 years ago
  72. 93848a9 xfs: add version 3 inode format with CRCs by Christoph Hellwig · 11 years ago
  73. 983d09f xfs: add CRC checks to the AGI by Dave Chinner · 11 years ago
  74. ecb3403 xfs: rename random32() to prandom_u32() by Akinobu Mita · 11 years ago
  75. 83a9ba0 xfs: don't zero structure members after a memset(0) by Eric Sandeen · 12 years ago
  76. 7c4cebe xfs: inode allocation should use unmapped buffers. by Dave Chinner · 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. 612cfbf xfs: add pre-write metadata buffer verifier callbacks by Dave Chinner · 12 years ago
  80. 3702ce6 xfs: verify AGI blocks as they are read from disk by Dave Chinner · 12 years ago
  81. c3f8fc7 xfs: make buffer read verication an IO completion function by Dave Chinner · 12 years ago
  82. cd856db xfs: Update inode alloc comments by Carlos Maiolino · 12 years ago
  83. a004168 xfs: zero allocation_args on the kernel stack by Mark Tinguely · 12 years ago
  84. 8aea3ff xfs: Fix m_agirotor reset during AG selection by Carlos Maiolino · 12 years ago
  85. c498211 xfs: unlock the AGI buffer when looping in xfs_dialloc by Christoph Hellwig · 12 years ago
  86. be60fe5 xfs: do not read the AGI buffer in xfs_dialloc until nessecary by Christoph Hellwig · 12 years ago
  87. 55d6af6 xfs: refactor xfs_ialloc_ag_select by Christoph Hellwig · 12 years ago
  88. 4bb6106 xfs: add a short cut to xfs_dialloc for the non-NULL agbp case by Christoph Hellwig · 12 years ago
  89. 0835890 xfs: remove the alloc_done argument to xfs_dialloc by Christoph Hellwig · 12 years ago
  90. f2ecc5e xfs: split xfs_dialloc by Christoph Hellwig · 12 years ago
  91. 824c313 xfs: remove xfs_ialloc_find_free by Christoph Hellwig · 12 years ago
  92. ad1e95c xfs: clean up xfs_bit.h includes by Dave Chinner · 12 years ago
  93. a8acad7 xfs: kill XBF_LOCK by Dave Chinner · 12 years ago
  94. 576b1d6 xfs: propagate umode_t by Al Viro · 13 years ago
  95. 38f2323 xfs: remove XFS_BUF_SET_VTYPE and XFS_BUF_SET_VTYPE_REF by Christoph Hellwig · 13 years ago
  96. 2a30f36d xfs: Check the return value of xfs_trans_get_buf() by Chandra Seetharaman · 13 years ago
  97. 5a52c2a58 xfs: Remove the macro XFS_BUF_ERROR and family by Chandra Seetharaman · 13 years ago
  98. 69ef921 xfs: byteswap constants instead of variables by Christoph Hellwig · 13 years ago
  99. 0b932cc xfs: Convert remaining cmn_err() callers to new API by Dave Chinner · 13 years ago
  100. 5348778 xfs: convert xfs_fs_cmn_err to new error logging API by Dave Chinner · 13 years ago