1. e237f98 Merge tag 'xfs-4.16-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  2. 131fa58 xfs: fix u32 type usage in sb validation function by Darrick J. Wong · 7 years ago
  3. 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
  4. a4b7fd7 Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 7 years ago
  5. 6d8a45c xfs: don't screw up direct writes when freesp is fragmented by Darrick J. Wong · 7 years ago
  6. 4b4c132 xfs: treat CoW fork operations as delalloc for quota accounting by Darrick J. Wong · 7 years ago
  7. 751f376 xfs: refactor accounting updates out of xfs_bmap_btalloc by Darrick J. Wong · 7 years ago
  8. 22431bf xfs: refactor inode verifier corruption error printing by Darrick J. Wong · 7 years ago
  9. 6ca3072 xfs: bmap code cleanup by Shan Hai · 7 years ago
  10. fb1755a Split buffer's b_fspriv field by Carlos Maiolino · 7 years ago
  11. f0e2828 xfs: convert to new i_version API by Jeff Layton · 7 years ago
  12. 4bb73d0 xfs: check sb_agblocks and sb_agblklog when validating superblock by Darrick J. Wong · 7 years ago
  13. be78ff0 xfs: recheck reflink / dirty page status before freeing CoW reservations by Darrick J. Wong · 7 years ago
  14. 55e4542 xfs: btree format ifork loader should check for zero numrecs by Darrick J. Wong · 7 years ago
  15. 79a69bf xfs: attr leaf verifier needs to check for obviously bad count by Darrick J. Wong · 7 years ago
  16. ce92d29 xfs: directory scrubber must walk through data block to offset by Darrick J. Wong · 7 years ago
  17. 46d9bfb xfs: cross-reference the realtime bitmap by Darrick J. Wong · 7 years ago
  18. 49db55e xfs: add scrub cross-referencing helpers for the refcount btrees by Darrick J. Wong · 7 years ago
  19. ed7c52d xfs: add scrub cross-referencing helpers for the rmap btrees by Darrick J. Wong · 7 years ago
  20. 2e00126 xfs: add scrub cross-referencing helpers for the inode btrees by Darrick J. Wong · 7 years ago
  21. ce1d802 xfs: add scrub cross-referencing helpers for the free space btrees by Darrick J. Wong · 7 years ago
  22. c468562 xfs: cancel tx on xfs_defer_finish() error during xattr set/remove by Brian Foster · 7 years ago
  23. ad90bb5 xfs: account finobt blocks properly in perag reservation by Brian Foster · 7 years ago
  24. a8789a5 xfs: fix check on struct_version for versions 4 or greater by Colin Ian King · 7 years ago
  25. c969004 xfs: use %px for data pointers when debugging by Darrick J. Wong · 7 years ago
  26. 3d170aa xfs: change 0x%p -> %p in print messages by Darrick J. Wong · 7 years ago
  27. 46c5973 xfs: harden directory integrity checks some more by Darrick J. Wong · 7 years ago
  28. ac503a4 xfs: refactor the geometry structure filling function by Darrick J. Wong · 7 years ago
  29. c368ebc xfs: hoist xfs_fs_geometry to libxfs by Darrick J. Wong · 7 years ago
  30. b872af2 xfs: trace log reservations at mount time by Darrick J. Wong · 7 years ago
  31. eebf3ca xfs: standardize quota verification function outputs by Darrick J. Wong · 7 years ago
  32. eeea798 xfs: separate dquot repair into a separate function by Darrick J. Wong · 7 years ago
  33. b557259 xfs: create a new buf_ops pointer to verify structure metadata by Darrick J. Wong · 7 years ago
  34. 8ba92d4 xfs: fail out of xfs_attr3_leaf_lookup_int if it looks corrupt by Darrick J. Wong · 7 years ago
  35. 9cfb9b4 xfs: provide a centralized method for verifying inline fork data by Darrick J. Wong · 7 years ago
  36. dc042c2 xfs: refactor short form directory structure verifier function by Darrick J. Wong · 7 years ago
  37. 0795e00 xfs: create structure verifier function for short form symlinks by Darrick J. Wong · 7 years ago
  38. 1e1bbd8 xfs: create structure verifier function for shortform xattrs by Darrick J. Wong · 7 years ago
  39. 71493b8 xfs: move inode fork verifiers to xfs_dinode_verify by Darrick J. Wong · 7 years ago
  40. 50aa90e xfs: verify dinode header first by Darrick J. Wong · 7 years ago
  41. bc1a09b xfs: refactor verifier callers to print address of failing check by Darrick J. Wong · 7 years ago
  42. a6a781a xfs: have buffer verifier functions report failing address by Darrick J. Wong · 7 years ago
  43. 31ca03c xfs: refactor xfs_verifier_error and xfs_buf_ioerror by Darrick J. Wong · 7 years ago
  44. 9101d37 xfs: remove XFS_WANT_CORRUPTED_RETURN from dir3 data verifiers by Darrick J. Wong · 7 years ago
  45. e1e55aa xfs: refactor short form btree pointer verification by Darrick J. Wong · 7 years ago
  46. 8368a60 xfs: refactor long-format btree header verification routines by Darrick J. Wong · 7 years ago
  47. 59f6fec xfs: remove XFS_FSB_SANITY_CHECK by Darrick J. Wong · 7 years ago
  48. c017cb5 xfs: eliminate duplicate icreate tx reservation functions by Brian Foster · 7 years ago
  49. 57af33e xfs: refactor inode chunk alloc/free tx reservation by Brian Foster · 7 years ago
  50. f03c78f xfs: include an allocfree res for inobt modifications by Brian Foster · 7 years ago
  51. a606ebd xfs: truncate transaction does not modify the inobt by Brian Foster · 7 years ago
  52. e8341d9 xfs: fix up agi unlinked list reservations by Brian Foster · 7 years ago
  53. a6f4859 xfs: include inobt buffers in ifree tx log reservation by Brian Foster · 7 years ago
  54. 68c58e9 xfs: only skip rmap owner checks for unknown-owner rmap removal by Darrick J. Wong · 7 years ago
  55. 33df3a9 xfs: always honor OWN_UNKNOWN rmap removal requests by Darrick J. Wong · 7 years ago
  56. 0525e95 xfs: queue deferred rmap ops for cow staging extent alloc/free in the right order by Darrick J. Wong · 7 years ago
  57. c54854a xfs: move xfs_iext_insert tracepoint to report useful information by Darrick J. Wong · 7 years ago
  58. 8c57b88 xfs: account for null transactions in bunmapi by Darrick J. Wong · 7 years ago
  59. 6e643cd xfs: hold xfs_buf locked between shortform->leaf conversion and the addition of an attribute by Darrick J. Wong · 7 years ago
  60. b7b2846 xfs: add the ability to join a held buffer to a defer_ops by Darrick J. Wong · 7 years ago
  61. f59cf5c xfs: remove "no-allocation" reservations for file creations by Christoph Hellwig · 7 years ago
  62. d41c617 xfs: fix leaks on corruption errors in xfs_bmap.c by Eric Sandeen · 7 years ago
  63. 274e0a1 xfs: abstract out dev_t conversions by Christoph Hellwig · 7 years ago
  64. 6818caa xfs: fix memory leak in xfs_iext_free_last_leaf by Shu Wang · 7 years ago
  65. 2015a63 xfs: fix type usage by Darrick J. Wong · 7 years ago
  66. 808eb24 Merge tag 'xfs-4.15-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  67. 65a7935 xfs: remove u_int* type usage by Darrick J. Wong · 7 years ago
  68. ae82968 xfs: handle zero entries case in xfs_iext_rebalance_leaf by Christoph Hellwig · 7 years ago
  69. 3e27c41 xfs: add comments documenting the rebalance algorithm by Christoph Hellwig · 7 years ago
  70. b9aee1d5 xfs: trivial indentation fixup for xfs_iext_remove_node by Christoph Hellwig · 7 years ago
  71. f1be313 xfs: remove a superflous assignment in xfs_iext_remove_node by Christoph Hellwig · 7 years ago
  72. fc258f4 xfs: add some comments to xfs_iext_insert/xfs_iext_insert_node by Christoph Hellwig · 7 years ago
  73. 43d193a xfs: fix number of records handling in xfs_iext_split_leaf by Christoph Hellwig · 7 years ago
  74. 4483eb5 xfs: mark xfs_btree_check_lblock and xfs_btree_check_ptr static by Christoph Hellwig · 7 years ago
  75. 866d782 xfs: move xfs_bmbt_irec and xfs_exntst_t to xfs_types.h by Christoph Hellwig · 7 years ago
  76. dac9c9b xfs: pass struct xfs_bmbt_irec to xfs_bmbt_validate_extent by Christoph Hellwig · 7 years ago
  77. c38ccf5 xfs: remove the nr_extents argument to xfs_iext_remove by Christoph Hellwig · 7 years ago
  78. 0254c2f xfs: remove the nr_extents argument to xfs_iext_insert by Christoph Hellwig · 7 years ago
  79. 6bdcf26 xfs: use a b+tree for the in-core extent list by Christoph Hellwig · 7 years ago
  80. 135dcc1 xfs: allow unaligned extent records in xfs_bmbt_disk_set_all by Christoph Hellwig · 7 years ago
  81. 4351881 xfs: remove support for inlining data/extents into the inode fork by Christoph Hellwig · 7 years ago
  82. b121459 xfs: simplify xfs_reflink_convert_cow by Christoph Hellwig · 7 years ago
  83. b2b1712 xfs: introduce the xfs_iext_cursor abstraction by Christoph Hellwig · 7 years ago
  84. 906abed xfs: iterate over extents in xfs_bmap_extents_to_btree by Christoph Hellwig · 7 years ago
  85. 71565f4 xfs: iterate over extents in xfs_iextents_copy by Christoph Hellwig · 7 years ago
  86. f36bc22 xfs: pass an on-disk extent to xfs_bmbt_validate_extent by Christoph Hellwig · 7 years ago
  87. 4263036 xfs: treat idx as a cursor in xfs_bmap_collapse_extents by Christoph Hellwig · 7 years ago
  88. 657fcb2 xfs: treat idx as a cursor in xfs_bmap_del_extent_* by Christoph Hellwig · 7 years ago
  89. a681847 xfs: treat idx as a cursor in xfs_bmap_add_extent_unwritten_real by Christoph Hellwig · 7 years ago
  90. 1d2e008 xfs: treat idx as a cursor in xfs_bmap_add_extent_hole_real by Christoph Hellwig · 7 years ago
  91. 41d196f xfs: treat idx as a cursor in xfs_bmap_add_extent_hole_delay by Christoph Hellwig · 7 years ago
  92. 0d04554 xfs: treat idx as a cursor in xfs_bmap_add_extent_delay_real by Christoph Hellwig · 7 years ago
  93. bf99971 xfs: remove a duplicate assignment in xfs_bmap_add_extent_delay_real by Christoph Hellwig · 7 years ago
  94. 1bfd761 xfs: don't create overlapping extents in xfs_bmap_add_extent_delay_real by Christoph Hellwig · 7 years ago
  95. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  96. 5d0eda0 xfs: convert remaining xfs_sb_version_... checks to bool by Dave Chinner · 7 years ago
  97. e9e899a xfs: move error injection tags into their own file by Darrick J. Wong · 7 years ago
  98. 06b1132 xfs: remove inode log format typedef by Darrick J. Wong · 7 years ago
  99. c066411 xfs: remove redundant assignment to variable bit by Colin Ian King · 7 years ago
  100. 2fdbec5 xfs: compare btree block keys to parent block's keys during scrub by Darrick J. Wong · 7 years ago