1. f7e67b2 xfs: move the fork format fields into struct xfs_ifork by Christoph Hellwig · 4 years, 8 months ago
  2. daf8396 xfs: move the per-fork nextents fields into struct xfs_ifork by Christoph Hellwig · 4 years, 8 months ago
  3. 6471e9c xfs: remove the di_version field from struct icdinode by Christoph Hellwig · 4 years, 10 months ago
  4. ba8adad xfs: remove the kuid/kgid conversion wrappers by Christoph Hellwig · 4 years, 11 months ago
  5. 5429515 xfs: remove the icdinode di_uid/di_gid members by Christoph Hellwig · 4 years, 11 months ago
  6. de7a866 xfs: merge the projid fields in struct xfs_icdinode by Christoph Hellwig · 5 years ago
  7. 8d2d878 xfs: use a struct timespec64 for the in-core crtime by Christoph Hellwig · 5 years ago
  8. e7ee96d xfs: remove all *_ITER_ABORT values by Darrick J. Wong · 5 years ago
  9. 707e0dd fs: xfs: Remove KM_NOSLEEP and KM_SLEEP. by Tetsuo Handa · 5 years ago
  10. 2e616d9 xfs: fix stack contents leakage in the v1 inumber ioctls by Darrick J. Wong · 5 years ago
  11. 0df5c39 xfs: bump INUMBERS cursor correctly in xfs_inumbers_walk by Darrick J. Wong · 6 years ago
  12. 13d59a2 xfs: specify AG in bulk req by Darrick J. Wong · 6 years ago
  13. 5f19c7f xfs: introduce v5 inode group structure by Darrick J. Wong · 6 years ago
  14. 7035f97 xfs: introduce new v5 bulkstat structure by Darrick J. Wong · 6 years ago
  15. 677717f xfs: refactor INUMBERS to use iwalk functions by Darrick J. Wong · 6 years ago
  16. da1d9e5 xfs: move bulkstat ichunk helpers to iwalk code by Darrick J. Wong · 6 years ago
  17. 2810bd6 xfs: convert bulkstat to new iwalk infrastructure by Darrick J. Wong · 6 years ago
  18. a211432 xfs: create simplified inode walk function by Darrick J. Wong · 6 years ago
  19. 250d4b4 xfs: remove unused header files by Eric Sandeen · 6 years ago
  20. ef32595 xfs: separate inode geometry by Darrick J. Wong · 6 years ago
  21. 89d139d xfs: report inode health via bulkstat by Darrick J. Wong · 6 years ago
  22. 83dcdb4 xfs: precalculate inodes and blocks per inode cluster by Darrick J. Wong · 6 years ago
  23. 43004b2 xfs: add a block to inode count converter by Darrick J. Wong · 6 years ago
  24. 44a8736 xfs: clean up IRELE/iput callsites by Darrick J. Wong · 6 years ago
  25. 0b04b6b8 xfs: trivial xfs_btree_del_cursor cleanups by Darrick J. Wong · 6 years ago
  26. 9bb54cb xfs: clean up MIN/MAX by Dave Chinner · 7 years ago
  27. 0b61f8a xfs: convert to SPDX license tags by Dave Chinner · 7 years ago
  28. 66f3646 xfs: remove if_rdev by Christoph Hellwig · 7 years ago
  29. 42b67dc xfs: remove the never fully implemented UUID fork format by Christoph Hellwig · 7 years ago
  30. 91fb9af xfs: create inode pointer verifiers by Darrick J. Wong · 7 years ago
  31. 2678809 xfs: export various function for the online scrubber by Darrick J. Wong · 8 years ago
  32. bf9216f xfs: fix kernel memory exposure problems by Darrick J. Wong · 8 years ago
  33. 08b005f xfs: remove kmem_zalloc_greedy by Darrick J. Wong · 8 years ago
  34. f7ca352 xfs: create a separate cow extent size hint for the allocator by Darrick J. Wong · 8 years ago
  35. c19b3b05 xfs: mode di_mode to vfs inode by Dave Chinner · 9 years ago
  36. 9e9a267 xfs: move inode generation count to VFS inode by Dave Chinner · 9 years ago
  37. 54d7b5c xfs: use vfs inode nlink field everywhere by Dave Chinner · 9 years ago
  38. 3987848 xfs: remove timestamps from incore inode by Dave Chinner · 9 years ago
  39. f307080 xfs: fix btree cursor error cleanups by Brian Foster · 9 years ago
  40. 12d0714 xfs: use actual inode count for sparse records in bulkstat/inumbers by Brian Foster · 10 years ago
  41. 5fb5aee xfs: pass mp to XFS_WANT_CORRUPTED_RETURN by Eric Sandeen · 10 years ago
  42. 6044e43 Merge branch 'xfs-misc-fixes-for-3.19-2' into for-next by Dave Chinner · 10 years ago
  43. 32296f8 xfs: fix set-but-unused warnings by Dave Chinner · 10 years ago
  44. 216875a Merge branch 'xfs-consolidate-format-defs' into for-next by Dave Chinner · 10 years ago
  45. 508b6b3 xfs: merge xfs_inum.h into xfs_format.h by Christoph Hellwig · 10 years ago
  46. bb58e61 xfs: move most of xfs_sb.h to xfs_format.h by Christoph Hellwig · 10 years ago
  47. 4fb6e8a xfs: merge xfs_ag.h into xfs_format.h by Christoph Hellwig · 10 years ago
  48. 6d3ebaa xfs: merge xfs_dinode.h into xfs_format.h by Christoph Hellwig · 10 years ago
  49. 0027589 xfs: track bulkstat progress by agino by Dave Chinner · 10 years ago
  50. febe3cb xfs: bulkstat error handling is broken by Dave Chinner · 10 years ago
  51. 6e57c542 xfs: bulkstat main loop logic is a mess by Dave Chinner · 10 years ago
  52. 2b831ac6 xfs: bulkstat chunk-formatter has issues by Dave Chinner · 10 years ago
  53. bf4a5af xfs: bulkstat chunk formatting cursor is broken by Dave Chinner · 10 years ago
  54. afa947c xfs: bulkstat btree walk doesn't terminate by Dave Chinner · 10 years ago
  55. 7a19dee xfs: Check error during inode btree iteration in xfs_bulkstat() by Jan Kara · 10 years ago
  56. a6bbce5 xfs: bulkstat doesn't release AGI buffer on error by Dave Chinner · 10 years ago
  57. a8b1ee8 xfs: fix agno increment in xfs_inumbers() loop by Eric Sandeen · 10 years ago
  58. 1e773c4 xfs: introduce xfs_bulkstat_ag_ichunk by Jie Liu · 10 years ago
  59. f3d1e58 xfs: introduce xfs_bulkstat_grab_ichunk by Jie Liu · 10 years ago
  60. 4b8fdfe xfs: introduce xfs_bulkstat_ichunk_ra by Jie Liu · 10 years ago
  61. d4c2734 xfs: fix error handling at xfs_bulkstat by Jie Liu · 10 years ago
  62. 296dfd7 xfs: remove redundant user buffer count checks at xfs_bulkstat by Jie Liu · 10 years ago
  63. c7cb51d xfs: fix error handling at xfs_inumbers by Jie Liu · 10 years ago
  64. 549fa00 xfs: consolidate xfs_inumbers by Jie Liu · 10 years ago
  65. d716f8e xfs: remove xfs_bulkstat_single by Christoph Hellwig · 10 years ago
  66. 8fe6577 xfs: remove redundant stat assignment in xfs_bulkstat_one_int by Jie Liu · 10 years ago
  67. 2451337 xfs: global error sign conversion by Dave Chinner · 11 years ago
  68. b474c7a xfs: Nuke XFS_ERROR macro by Eric Sandeen · 11 years ago
  69. 57bd3db xfs: refactor xfs_ialloc_btree.c to support multiple inobt numbers by Brian Foster · 11 years ago
  70. a2ba07b xfs: use xfs_icluster_size_fsb in xfs_bulkstat by Jie Liu · 11 years ago
  71. 0f49efd xfs: get rid of XFS_INODE_CLUSTER_SIZE macros by Jie Liu · 11 years ago
  72. a4fbe6a xfs: decouple inode and bmap btree header files by Dave Chinner · 11 years ago
  73. 239880e xfs: decouple log and transaction headers by Dave Chinner · 11 years ago
  74. 70a9883 xfs: create a shared header file for format-related information by Dave Chinner · 11 years ago
  75. fdd3cce xfs: factor all the kmalloc-or-vmalloc fallback allocations by Dave Chinner · 11 years ago
  76. a30b036 xfs: fix some minor sparse warnings by Dave Chinner · 11 years ago
  77. 9cee4c5 xfs: clean up unused codes at xfs_bulkstat() by Jie Liu · 12 years ago
  78. 9cad19d xfs: Define a new function xfs_is_quota_inode() by Chandra Seetharaman · 12 years ago
  79. cbb2864 xfs: add pluging for bulkstat readahead by Dave Chinner · 12 years ago
  80. 1813dd6 xfs: convert buffer verifiers to an ops structure. by Dave Chinner · 12 years ago
  81. 612cfbf xfs: add pre-write metadata buffer verifier callbacks by Dave Chinner · 12 years ago
  82. 3d3e6f6 xfs: verify btree blocks as they are read from disk by Dave Chinner · 12 years ago
  83. 33479e0 xfs: remove xfs_iget.c by Dave Chinner · 12 years ago
  84. 475ee41 xfs: merge xfs_itobp into xfs_imap_to_bp by Christoph Hellwig · 13 years ago
  85. ad1e95c xfs: clean up xfs_bit.h includes by Dave Chinner · 13 years ago
  86. 5132ba8 xfs: don't cache inodes read through bulkstat by Dave Chinner · 13 years ago
  87. 8a9c998 xfs: log timestamp updates by Christoph Hellwig · 13 years ago
  88. ecb697c xfs: fix variable set but not used warnings by Christoph Hellwig · 14 years ago
  89. 6743099 xfs: Extend project quotas to support 32bit project ids by Arkadiusz Mi?kiewicz · 14 years ago
  90. f2d6761 xfs: remove xfs_iput by Christoph Hellwig · 15 years ago
  91. 3400777 xfs: remove unneeded #include statements by Christoph Hellwig · 15 years ago
  92. 288699f xfs: drop dmapi hooks by Christoph Hellwig · 15 years ago
  93. 7b6259e xfs: remove block number from inode lookup code by Dave Chinner · 15 years ago
  94. 1920779 xfs: rename XFS_IGET_BULKSTAT to XFS_IGET_UNTRUSTED by Dave Chinner · 15 years ago
  95. 7dce11d xfs: always use iget in bulkstat by Christoph Hellwig · 15 years ago
  96. 07000ee xfs: return inode fork offset in bulkstat for fsr by Dave Chinner · 15 years ago
  97. bdfb043 xfs: replace KM_LARGE with explicit vmalloc use by Christoph Hellwig · 15 years ago
  98. 1c1c6eb xfs: Replace per-ag array with a radix tree by Dave Chinner · 15 years ago
  99. f9581b1 xfs: implement ->dirty_inode to fix timestamp handling by Christoph Hellwig · 15 years ago
  100. 2187550 xfs: rationalize xfs_inobt_lookup* by Christoph Hellwig · 15 years ago