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