1. daf8396 xfs: move the per-fork nextents fields into struct xfs_ifork by Christoph Hellwig · 4 years, 8 months ago
  2. 09c38ed xfs: remove the XFS_DFORK_Q macro by Christoph Hellwig · 4 years, 8 months ago
  3. bb8a66a xfs: remove xfs_iread by Christoph Hellwig · 4 years, 8 months ago
  4. 7f02901 xfs: don't reset i_delayed_blks in xfs_iread by Christoph Hellwig · 4 years, 8 months ago
  5. 2d6051d xfs: call xfs_dinode_verify from xfs_inode_from_disk by Christoph Hellwig · 4 years, 8 months ago
  6. 0bce817 xfs: handle unallocated inodes in xfs_inode_from_disk by Christoph Hellwig · 4 years, 8 months ago
  7. 9229d18 xfs: split xfs_iformat_fork by Christoph Hellwig · 4 years, 8 months ago
  8. cb7d585 xfs: call xfs_iformat_fork from xfs_inode_from_disk by Christoph Hellwig · 4 years, 8 months ago
  9. c199507 xfs: remove unused iget_flags param from xfs_imap_to_bp() by Brian Foster · 4 years, 9 months ago
  10. 15fab3b xfs: remove unnecessary shutdown check from xfs_iflush() by Brian Foster · 4 years, 9 months ago
  11. 6471e9c xfs: remove the di_version field from struct icdinode by Christoph Hellwig · 4 years, 10 months ago
  12. e9e2eae xfs: only check the superblock version for dinode size calculation by Christoph Hellwig · 4 years, 10 months ago
  13. b81b79f xfs: add a new xfs_sb_version_has_v3inode helper by Christoph Hellwig · 4 years, 10 months ago
  14. ba8adad xfs: remove the kuid/kgid conversion wrappers by Christoph Hellwig · 5 years ago
  15. 5429515 xfs: remove the icdinode di_uid/di_gid members by Christoph Hellwig · 5 years ago
  16. 3d8f282 xfs: ensure that the inode uid/gid match values match the icdinode ones by Christoph Hellwig · 5 years ago
  17. 048a35d xfs: don't reset the "inode core" in xfs_iread by Christoph Hellwig · 5 years ago
  18. de7a866 xfs: merge the projid fields in struct xfs_icdinode by Christoph Hellwig · 5 years ago
  19. 8d2d878 xfs: use a struct timespec64 for the in-core crtime by Christoph Hellwig · 5 years ago
  20. 250d4b4 xfs: remove unused header files by Eric Sandeen · 6 years ago
  21. dbd329f1 xfs: add struct xfs_mount pointer to struct xfs_buf by Christoph Hellwig · 6 years ago
  22. 4b4d98c xfs: finish converting to inodes_per_cluster by Darrick J. Wong · 6 years ago
  23. ef32595 xfs: separate inode geometry by Darrick J. Wong · 6 years ago
  24. 15baadf xfs: fix xfs_buf magic number endian checks by Darrick J. Wong · 6 years ago
  25. 2bfe706 xfs: add inode magic to inode verifier by Darrick J. Wong · 6 years ago
  26. e34d3e7 xfs: always check magic values in on-disk byte order by Brian Foster · 6 years ago
  27. 7d36c19 xfs: add xfs_verify_agino_or_null helper by Darrick J. Wong · 6 years ago
  28. 339e1a3 xfs: validate inode di_forkoff by Eric Sandeen · 6 years ago
  29. d4a34e1 xfs: properly handle free inodes in extent hint validators by Eric Sandeen · 6 years ago
  30. 23fcb33 xfs: More robust inode extent count validation by Dave Chinner · 7 years ago
  31. 0b61f8a xfs: convert to SPDX license tags by Dave Chinner · 7 years ago
  32. 29cad0b xfs: push corruption -> ESTALE conversion to xfs_nfs_get_inode() by Dave Chinner · 7 years ago
  33. 02a0fda xfs: verify COW extent size hint is valid in inode verifier by Dave Chinner · 7 years ago
  34. 7d71a67 xfs: verify extent size hint is valid in inode verifier by Dave Chinner · 7 years ago
  35. b42db08 xfs: enhance dinode verifier by Eric Sandeen · 7 years ago
  36. fa4493f xfs: remove dead inode version setting code by Dave Chinner · 7 years ago
  37. 6a96c56 xfs: don't accept inode buffers with suspicious unlinked chains by Darrick J. Wong · 7 years ago
  38. 8bb82bc xfs: move inode extent size hint validation to libxfs by Darrick J. Wong · 7 years ago
  39. 6edb181 xfs: refactor inode buffer verifier error logging by Darrick J. Wong · 7 years ago
  40. 20c59c7 Merge tag 'xfs-4.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  41. 22431bf xfs: refactor inode verifier corruption error printing by Darrick J. Wong · 7 years ago
  42. f0e2828 xfs: convert to new i_version API by Jeff Layton · 7 years ago
  43. 71493b8 xfs: move inode fork verifiers to xfs_dinode_verify by Darrick J. Wong · 7 years ago
  44. 50aa90e xfs: verify dinode header first by Darrick J. Wong · 7 years ago
  45. bc1a09b xfs: refactor verifier callers to print address of failing check by Darrick J. Wong · 7 years ago
  46. a6a781a xfs: have buffer verifier functions report failing address by Darrick J. Wong · 7 years ago
  47. 31ca03c xfs: refactor xfs_verifier_error and xfs_buf_ioerror by Darrick J. Wong · 7 years ago
  48. e9e899a xfs: move error injection tags into their own file by Darrick J. Wong · 7 years ago
  49. 9e24cfd xfs: remove unneeded parameter from XFS_TEST_ERROR by Darrick J. Wong · 8 years ago
  50. 2678809 xfs: export various function for the online scrubber by Darrick J. Wong · 8 years ago
  51. c8ce540 xfs: remove double-underscore integer types by Darrick J. Wong · 8 years ago
  52. bc593ee xfs: fix up inode validation failure message by Eric Sandeen · 8 years ago
  53. a324cbf xfs: sanity check inode di_mode by Amir Goldstein · 8 years ago
  54. 3c6f46e xfs: sanity check directory inode di_size by Amir Goldstein · 8 years ago
  55. a444d72 Merge branch 'xfs-4.10-misc-fixes-3' into for-next by Dave Chinner · 8 years ago
  56. cae028d xfs: optimise CRC updates by Dave Chinner · 8 years ago
  57. ef388e2 xfs: don't allow di_size with high bit set by Darrick J. Wong · 8 years ago
  58. 420fbeb libxfs: synchronize dinode_verify with userspace by Darrick J. Wong · 8 years ago
  59. 8cdcc81 libxfs: v3 inodes are only valid on crc-enabled filesystems by Roger Willcocks · 8 years ago
  60. 4f435eb xfs: don't mix reflink and DAX mode for now by Darrick J. Wong · 8 years ago
  61. c8e156a xfs: check for invalid inode reflink flags by Darrick J. Wong · 8 years ago
  62. f7ca352 xfs: create a separate cow extent size hint for the allocator by Darrick J. Wong · 8 years ago
  63. 3ab78df xfs: rework xfs_bmap_free callers to use xfs_defer_ops by Darrick J. Wong · 8 years ago
  64. c19b3b05 xfs: mode di_mode to vfs inode by Dave Chinner · 9 years ago
  65. 83e06f2 xfs: move di_changecount to VFS inode by Dave Chinner · 9 years ago
  66. 9e9a267 xfs: move inode generation count to VFS inode by Dave Chinner · 9 years ago
  67. 54d7b5c xfs: use vfs inode nlink field everywhere by Dave Chinner · 9 years ago
  68. faeb4e4 xfs: move v1 inode conversion to xfs_inode_from_disk by Dave Chinner · 9 years ago
  69. 93f958f xfs: cull unnecessary icdinode fields by Dave Chinner · 9 years ago
  70. 3987848 xfs: remove timestamps from incore inode by Dave Chinner · 9 years ago
  71. f8d55aa052 xfs: introduce inode log format object by Dave Chinner · 9 years ago
  72. 7d6a13f xfs: handle dquot buffer readahead in log recovery correctly by Dave Chinner · 9 years ago
  73. b79f4a1 xfs: inode recovery readahead can race with inode buffer creation by Dave Chinner · 9 years ago
  74. 233135b xfs: print name of verifier if it fails by Eric Sandeen · 9 years ago
  75. ce748ea xfs: create new metadata UUID field and incompat flag by Eric Sandeen · 9 years ago
  76. 88ee2df xfs: return a void pointer from xfs_buf_offset by Christoph Hellwig · 10 years ago
  77. bb58e61 xfs: move most of xfs_sb.h to xfs_format.h by Christoph Hellwig · 10 years ago
  78. 4fb6e8a xfs: merge xfs_ag.h into xfs_format.h by Christoph Hellwig · 10 years ago
  79. 6d3ebaa xfs: merge xfs_dinode.h into xfs_format.h by Christoph Hellwig · 10 years ago
  80. 2451337 xfs: global error sign conversion by Dave Chinner · 11 years ago
  81. 30f712c libxfs: move source files by Dave Chinner · 11 years ago[Renamed from fs/xfs/xfs_inode_buf.c]
  82. b474c7a xfs: Nuke XFS_ERROR macro by Eric Sandeen · 11 years ago
  83. 263997a xfs: turn NLINK feature on by default by Dave Chinner · 11 years ago
  84. ce5028c xfs: modify verifiers to differentiate CRC from other errors by Eric Sandeen · 11 years ago
  85. 533b81c xfs: Use defines for CRC offsets in all cases by Eric Sandeen · 11 years ago
  86. a4fbe6a xfs: decouple inode and bmap btree header files by Dave Chinner · 11 years ago
  87. 239880e xfs: decouple log and transaction headers by Dave Chinner · 11 years ago
  88. 70a9883 xfs: create a shared header file for format-related information by Dave Chinner · 11 years ago
  89. 74ffa79 xfs: don't assert fail on bad inode numbers by Dave Chinner · 11 years ago
  90. 638f4416 xfs: recovery of swap extents operations for CRC filesystems by Dave Chinner · 11 years ago
  91. d891400 xfs: inode buffers may not be valid during recovery readahead by Dave Chinner · 11 years ago
  92. 1fd7115 xfs: introduce xfs_inode_buf.c for inode buffer operations by Dave Chinner · 11 years ago