1. 957ee13 xfs: remove the now unused dir ops infrastructure by Christoph Hellwig · 5 years ago
  2. 59b8b46 xfs: devirtualize ->data_get_ftype and ->data_put_ftype by Christoph Hellwig · 5 years ago
  3. 1848b60 xfs: devirtualize ->data_bestfree_p by Christoph Hellwig · 5 years ago
  4. 711c7db xfs: cleanup xfs_dir2_data_entsize by Christoph Hellwig · 5 years ago
  5. d73e1ce xfs: move the dir2 data block fixed offsets to struct xfs_da_geometry by Christoph Hellwig · 5 years ago
  6. 7e8ae7bd xfs: devirtualize ->data_entry_tag_p by Christoph Hellwig · 5 years ago
  7. fdbb8c5 xfs: devirtualize ->data_entsize by Christoph Hellwig · 5 years ago
  8. 5c07212 xfs: replace xfs_dir3_data_endp with xfs_dir3_data_end_offset by Christoph Hellwig · 5 years ago
  9. 9eedae1 xfs: remove the now unused ->data_entry_p method by Christoph Hellwig · 5 years ago
  10. 48a7139 xfs: cleanup __xfs_dir3_data_check by Christoph Hellwig · 5 years ago
  11. 62479f5 xfs: cleanup xfs_dir2_data_freescan_int by Christoph Hellwig · 5 years ago
  12. 8073af5 xfs: cleanup xfs_dir2_block_to_sf by Christoph Hellwig · 5 years ago
  13. 4a1a8b2 xfs: cleanup xchk_directory_data_bestfree by Christoph Hellwig · 5 years ago
  14. 4c037dd xfs: cleanup xchk_dir_rec by Christoph Hellwig · 5 years ago
  15. 2f4369a xfs: cleanup xfs_dir2_leaf_getdents by Christoph Hellwig · 5 years ago
  16. 263dde8 xfs: cleanup xfs_dir2_block_getdents by Christoph Hellwig · 5 years ago
  17. ee641d5 xfs: remove the ->data_unused_p method by Christoph Hellwig · 5 years ago
  18. da3ca0d xfs: remove the ->data_dot_entry_p and ->data_dotdot_entry_p methods by Christoph Hellwig · 5 years ago
  19. 2eb68a5 xfs: remove the data_dotdot_offset field in struct xfs_dir_ops by Christoph Hellwig · 5 years ago
  20. 1682310 xfs: remove the data_dot_offset field in struct xfs_dir_ops by Christoph Hellwig · 5 years ago
  21. c81484e xfs: remove the unused ->data_first_entry_p method by Christoph Hellwig · 5 years ago
  22. 4501ed2 xfs: devirtualize ->sf_get_ftype and ->sf_put_ftype by Christoph Hellwig · 5 years ago
  23. 93b1e96 xfs: devirtualize ->sf_get_ino and ->sf_put_ino by Christoph Hellwig · 5 years ago
  24. 50f6bb6 xfs: devirtualize ->sf_entsize and ->sf_nextentry by Christoph Hellwig · 5 years ago
  25. 84915e1 xfs: devirtualize ->sf_get_parent_ino and ->sf_put_parent_ino by Christoph Hellwig · 5 years ago
  26. 3d92c93 xfs: devirtualize ->db_to_fdb and ->db_to_fdindex by Christoph Hellwig · 5 years ago
  27. 5893e4f xfs: move the max dir2 free bests count to struct xfs_da_geometry by Christoph Hellwig · 5 years ago
  28. ed1d612 xfs: move the dir2 free header size to struct xfs_da_geometry by Christoph Hellwig · 5 years ago
  29. a84f3d5 xfs: add a bests pointer to struct xfs_dir3_icfree_hdr by Christoph Hellwig · 5 years ago
  30. 195b0a4 xfs: make the xfs_dir3_icfree_hdr available to xfs_dir2_node_addname_int by Christoph Hellwig · 5 years ago
  31. 200dada xfs: devirtualize ->free_hdr_to_disk by Christoph Hellwig · 5 years ago
  32. 5ba3091 xfs: devirtualize ->free_hdr_from_disk by Christoph Hellwig · 5 years ago
  33. 478c783 xfs: move the max dir2 leaf entries count to struct xfs_da_geometry by Christoph Hellwig · 5 years ago
  34. 545910b xfs: move the dir2 leaf header size to struct xfs_da_geometry by Christoph Hellwig · 5 years ago
  35. 787b089 xfs: add an entries pointer to struct xfs_dir3_icleaf_hdr by Christoph Hellwig · 5 years ago
  36. 163fbbb xfs: devirtualize ->leaf_hdr_to_disk by Christoph Hellwig · 5 years ago
  37. 5184255 xfs: devirtualize ->leaf_hdr_from_disk by Christoph Hellwig · 5 years ago
  38. 3b34441 xfs: move the node header size to struct xfs_da_geometry by Christoph Hellwig · 5 years ago
  39. 51908ca xfs: add a btree entries pointer to struct xfs_da3_icnode_hdr by Christoph Hellwig · 5 years ago
  40. e1c8af1 xfs: devirtualize ->node_hdr_to_disk by Christoph Hellwig · 5 years ago
  41. f475dc4d xfs: devirtualize ->node_hdr_from_disk by Christoph Hellwig · 5 years ago
  42. 649d9d9 xfs: refactor btree node scrubbing by Christoph Hellwig · 5 years ago
  43. b16be56 xfs: use unsigned int for all size values in struct xfs_da_geometry by Christoph Hellwig · 5 years ago
  44. a39f089a xfs: move incore structures out of xfs_da_format.h by Christoph Hellwig · 5 years ago
  45. 7f6bcf7 xfs: remove a stray tab in xfs_remount_rw() by Dan Carpenter · 5 years ago
  46. 895e196 xfs: convert EIO to EFSCORRUPTED when log contents are invalid by Darrick J. Wong · 5 years ago
  47. 2fe4f92 xfs: refactor "does this fork map blocks" predicate by Darrick J. Wong · 5 years ago
  48. 5113f8e xfs: clean up weird while loop in xfs_alloc_ag_vextent_near by Darrick J. Wong · 5 years ago
  49. f755979 xfs: annotate functions that trip static checker locking checks by Darrick J. Wong · 5 years ago
  50. cf085a1 xfs: Correct comment tyops -> typos by Joe Perches · 5 years ago
  51. d6abecb xfs: range check ri_cnt when recovering log items by Darrick J. Wong · 5 years ago
  52. 1202546 xfs: "optimize" buffer item log segment bitmap setting by Darrick J. Wong · 5 years ago
  53. f5be084 xfs: null out bma->prev if no previous extent by Darrick J. Wong · 5 years ago
  54. 5f213dd xfs: fix missing header includes by Darrick J. Wong · 5 years ago
  55. 5d1116d xfs: periodically yield scrub threads to the scheduler by Darrick J. Wong · 5 years ago
  56. 0279c71 xfs: remove redundant assignment to variable error by Colin Ian King · 5 years ago
  57. 8ef34723 xfs: add missing early termination checks to record scrubbing functions by Darrick J. Wong · 5 years ago
  58. 9842b56 xfs: make the assertion message functions take a mount parameter by Darrick J. Wong · 5 years ago
  59. 110f09c xfs: add missing assert in xfs_fsmap_owner_from_rmap by Darrick J. Wong · 5 years ago
  60. ee4fb16cb xfs: decrease indenting problems in xfs_dabuf_map by Darrick J. Wong · 5 years ago
  61. 50f8300 xfs: fold xfs_mount-alloc() into xfs_init_fs_context() by Ian Kent · 5 years ago
  62. 8757c38 xfs: move xfs_fc_parse_param() above xfs_fc_get_tree() by Ian Kent · 5 years ago
  63. 2f8d66b xfs: move xfs_fc_get_tree() above xfs_fc_reconfigure() by Ian Kent · 5 years ago
  64. 63cd1e9 xfs: move xfs_fc_reconfigure() above xfs_fc_free() by Ian Kent · 5 years ago
  65. 73e5fff xfs: switch to use the new mount-api by Ian Kent · 5 years ago
  66. 7c89fcb xfs: dont set sb in xfs_mount_alloc() by Ian Kent · 5 years ago
  67. 9a86181 xfs: move xfs_parseargs() validation to a helper by Ian Kent · 5 years ago
  68. 48a06e1 xfs: refactor xfs_parseags() by Ian Kent · 5 years ago
  69. 846410c xfs: avoid redundant checks when options is empty by Ian Kent · 5 years ago
  70. c0a6791 xfs: refactor suffix_kstrtoint() by Ian Kent · 5 years ago
  71. 2c6eba3 xfs: add xfs_remount_ro() helper by Ian Kent · 5 years ago
  72. 82332b6 xfs: add xfs_remount_rw() helper by Ian Kent · 5 years ago
  73. a943f37 xfs: merge freeing of mp names and mp by Ian Kent · 5 years ago
  74. 7b77b46 xfs: use kmem functions for struct xfs_mount by Ian Kent · 5 years ago
  75. 3d9d60d xfs: dont use XFS_IS_QUOTA_RUNNING() for option check by Ian Kent · 5 years ago
  76. e1d3d21 xfs: use super s_id instead of struct xfs_mount m_fsname by Ian Kent · 5 years ago
  77. f676c75 xfs: remove unused struct xfs_mount field m_fsname_len by Ian Kent · 5 years ago
  78. a5155b8 xfs: always log corruption errors by Darrick J. Wong · 5 years ago
  79. d243b89 xfs: constify the buffer pointer arguments to error functions by Darrick J. Wong · 5 years ago
  80. e91ec88 xfs: relax shortform directory size checks by Darrick J. Wong · 5 years ago
  81. c34d570 xfs: cleanup use of the XFS_ALLOC_ flags by Christoph Hellwig · 5 years ago
  82. fd638f1 xfs: move extent zeroing to xfs_bmapi_allocate by Christoph Hellwig · 5 years ago
  83. be6cacb xfs: refactor xfs_bmapi_allocate by Christoph Hellwig · 5 years ago
  84. e696663 xfs: simplify the xfs_iomap_write_direct calling by Christoph Hellwig · 5 years ago
  85. 307cdb5 xfs: don't log the inode in xfs_fs_map_blocks if it by Christoph Hellwig · 5 years ago
  86. 88cdb71 xfs: slightly tweak an assert in xfs_fs_map_blocks by Christoph Hellwig · 5 years ago
  87. 57c4944 xfs: remove the extsize argument to xfs_eof_alignment by Christoph Hellwig · 5 years ago
  88. 49bbf8c xfs: mark xfs_eof_alignment static by Christoph Hellwig · 5 years ago
  89. ae7e403 xfs: simplify xfs_iomap_eof_align_last_fsb by Christoph Hellwig · 5 years ago
  90. 249bd90 xfs: properly serialise fallocate against AIO+DIO by Dave Chinner · 5 years ago
  91. 21f5599 xfs: merge xfs_showargs into xfs_fs_show_options by Christoph Hellwig · 5 years ago
  92. 1775c50 xfs: clean up printing inode32/64 in xfs_showargs by Christoph Hellwig · 5 years ago
  93. aa58d44 xfs: clean up printing the allocsize option in by Christoph Hellwig · 5 years ago
  94. 7c6b94b xfs: reverse the polarity of XFS_MOUNT_COMPAT_IOSIZE by Christoph Hellwig · 5 years ago
  95. 3274d00 xfs: rename the XFS_MOUNT_DFLT_IOSIZE option to by Christoph Hellwig · 5 years ago
  96. 2fcddee xfs: simplify parsing of allocsize mount option by Christoph Hellwig · 5 years ago
  97. 5da8a07 xfs: rename the m_writeio_* fields in struct xfs_mount by Christoph Hellwig · 5 years ago
  98. 3cd1d18 xfs: remove the m_readio_* fields in struct xfs_mount by Christoph Hellwig · 5 years ago
  99. b5ad616 xfs: don't use a different allocsice for -o wsync by Christoph Hellwig · 5 years ago
  100. dd2d535 xfs: cleanup calculating the stat optimal I/O size by Christoph Hellwig · 5 years ago