1. fd8b81d xfs: remove the xfs_dq_logitem_t typedef by Pavel Reichl · 5 years ago
  2. c072fbe xfs: remove the xfs_quotainfo_t typedef by Pavel Reichl · 5 years ago
  3. aefe69a xfs: remove the xfs_disk_dquot_t and xfs_dquot_t by Pavel Reichl · 5 years ago
  4. e8777b2 xfs: avoid time_t in user api by Arnd Bergmann · 5 years ago
  5. 93597ae xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename() by kaixuxia · 5 years ago
  6. 048a35d xfs: don't reset the "inode core" in xfs_iread by Christoph Hellwig · 5 years ago
  7. de7a866 xfs: merge the projid fields in struct xfs_icdinode by Christoph Hellwig · 5 years ago
  8. 8d2d878 xfs: use a struct timespec64 for the in-core crtime by Christoph Hellwig · 5 years ago
  9. d8d11fc xfs: devirtualize ->m_dirnameops by Christoph Hellwig · 5 years ago
  10. 537dabc xfs: remove the unused m_chsize field by Christoph Hellwig · 5 years ago
  11. a71895c xfs: convert open coded corruption check to use XFS_IS_CORRUPT by Darrick J. Wong · 5 years ago
  12. f9e0370 xfs: kill the XFS_WANT_CORRUPT_* macros by Darrick J. Wong · 5 years ago
  13. 1ec2861 xfs: add a XFS_IS_CORRUPT macro by Darrick J. Wong · 5 years ago
  14. 2713fef xfs: attach dquots before performing xfs_swap_extents by Darrick J. Wong · 5 years ago
  15. 2815a16 xfs: attach dquots and reserve quota blocks during unwritten conversion by Darrick J. Wong · 5 years ago
  16. 27d9ee5 xfs: actually check xfs_btree_check_block return in xfs_btree_islastblock by Darrick J. Wong · 5 years ago
  17. 23220fe xfs: always pass a valid hdr to xfs_dir3_leaf_check_int by Christoph Hellwig · 5 years ago
  18. ae42976 xfs: merge xfs_dir2_data_freescan and xfs_dir2_data_freescan_int by Christoph Hellwig · 5 years ago
  19. 957ee13 xfs: remove the now unused dir ops infrastructure by Christoph Hellwig · 5 years ago
  20. 59b8b46 xfs: devirtualize ->data_get_ftype and ->data_put_ftype by Christoph Hellwig · 5 years ago
  21. 1848b60 xfs: devirtualize ->data_bestfree_p by Christoph Hellwig · 5 years ago
  22. 711c7db xfs: cleanup xfs_dir2_data_entsize by Christoph Hellwig · 5 years ago
  23. d73e1ce xfs: move the dir2 data block fixed offsets to struct xfs_da_geometry by Christoph Hellwig · 5 years ago
  24. 7e8ae7bd xfs: devirtualize ->data_entry_tag_p by Christoph Hellwig · 5 years ago
  25. fdbb8c5 xfs: devirtualize ->data_entsize by Christoph Hellwig · 5 years ago
  26. 5c07212 xfs: replace xfs_dir3_data_endp with xfs_dir3_data_end_offset by Christoph Hellwig · 5 years ago
  27. 9eedae1 xfs: remove the now unused ->data_entry_p method by Christoph Hellwig · 5 years ago
  28. 48a7139 xfs: cleanup __xfs_dir3_data_check by Christoph Hellwig · 5 years ago
  29. 62479f5 xfs: cleanup xfs_dir2_data_freescan_int by Christoph Hellwig · 5 years ago
  30. 8073af5 xfs: cleanup xfs_dir2_block_to_sf by Christoph Hellwig · 5 years ago
  31. 4a1a8b2 xfs: cleanup xchk_directory_data_bestfree by Christoph Hellwig · 5 years ago
  32. 4c037dd xfs: cleanup xchk_dir_rec by Christoph Hellwig · 5 years ago
  33. 2f4369a xfs: cleanup xfs_dir2_leaf_getdents by Christoph Hellwig · 5 years ago
  34. 263dde8 xfs: cleanup xfs_dir2_block_getdents by Christoph Hellwig · 5 years ago
  35. ee641d5 xfs: remove the ->data_unused_p method by Christoph Hellwig · 5 years ago
  36. da3ca0d xfs: remove the ->data_dot_entry_p and ->data_dotdot_entry_p methods by Christoph Hellwig · 5 years ago
  37. 2eb68a5 xfs: remove the data_dotdot_offset field in struct xfs_dir_ops by Christoph Hellwig · 5 years ago
  38. 1682310 xfs: remove the data_dot_offset field in struct xfs_dir_ops by Christoph Hellwig · 5 years ago
  39. c81484e xfs: remove the unused ->data_first_entry_p method by Christoph Hellwig · 5 years ago
  40. 4501ed2 xfs: devirtualize ->sf_get_ftype and ->sf_put_ftype by Christoph Hellwig · 5 years ago
  41. 93b1e96 xfs: devirtualize ->sf_get_ino and ->sf_put_ino by Christoph Hellwig · 5 years ago
  42. 50f6bb6 xfs: devirtualize ->sf_entsize and ->sf_nextentry by Christoph Hellwig · 5 years ago
  43. 84915e1 xfs: devirtualize ->sf_get_parent_ino and ->sf_put_parent_ino by Christoph Hellwig · 5 years ago
  44. 3d92c93 xfs: devirtualize ->db_to_fdb and ->db_to_fdindex by Christoph Hellwig · 5 years ago
  45. 5893e4f xfs: move the max dir2 free bests count to struct xfs_da_geometry by Christoph Hellwig · 5 years ago
  46. ed1d612 xfs: move the dir2 free header size to struct xfs_da_geometry by Christoph Hellwig · 5 years ago
  47. a84f3d5 xfs: add a bests pointer to struct xfs_dir3_icfree_hdr by Christoph Hellwig · 5 years ago
  48. 195b0a4 xfs: make the xfs_dir3_icfree_hdr available to xfs_dir2_node_addname_int by Christoph Hellwig · 5 years ago
  49. 200dada xfs: devirtualize ->free_hdr_to_disk by Christoph Hellwig · 5 years ago
  50. 5ba3091 xfs: devirtualize ->free_hdr_from_disk by Christoph Hellwig · 5 years ago
  51. 478c783 xfs: move the max dir2 leaf entries count to struct xfs_da_geometry by Christoph Hellwig · 5 years ago
  52. 545910b xfs: move the dir2 leaf header size to struct xfs_da_geometry by Christoph Hellwig · 5 years ago
  53. 787b089 xfs: add an entries pointer to struct xfs_dir3_icleaf_hdr by Christoph Hellwig · 5 years ago
  54. 163fbbb xfs: devirtualize ->leaf_hdr_to_disk by Christoph Hellwig · 5 years ago
  55. 5184255 xfs: devirtualize ->leaf_hdr_from_disk by Christoph Hellwig · 5 years ago
  56. 3b34441 xfs: move the node header size to struct xfs_da_geometry by Christoph Hellwig · 5 years ago
  57. 51908ca xfs: add a btree entries pointer to struct xfs_da3_icnode_hdr by Christoph Hellwig · 5 years ago
  58. e1c8af1 xfs: devirtualize ->node_hdr_to_disk by Christoph Hellwig · 5 years ago
  59. f475dc4d xfs: devirtualize ->node_hdr_from_disk by Christoph Hellwig · 5 years ago
  60. 649d9d9 xfs: refactor btree node scrubbing by Christoph Hellwig · 5 years ago
  61. b16be56 xfs: use unsigned int for all size values in struct xfs_da_geometry by Christoph Hellwig · 5 years ago
  62. a39f089a xfs: move incore structures out of xfs_da_format.h by Christoph Hellwig · 5 years ago
  63. 7f6bcf7 xfs: remove a stray tab in xfs_remount_rw() by Dan Carpenter · 5 years ago
  64. 895e196 xfs: convert EIO to EFSCORRUPTED when log contents are invalid by Darrick J. Wong · 5 years ago
  65. 2fe4f92 xfs: refactor "does this fork map blocks" predicate by Darrick J. Wong · 5 years ago
  66. 5113f8e xfs: clean up weird while loop in xfs_alloc_ag_vextent_near by Darrick J. Wong · 5 years ago
  67. f755979 xfs: annotate functions that trip static checker locking checks by Darrick J. Wong · 5 years ago
  68. cf085a1 xfs: Correct comment tyops -> typos by Joe Perches · 5 years ago
  69. d6abecb xfs: range check ri_cnt when recovering log items by Darrick J. Wong · 5 years ago
  70. 1202546 xfs: "optimize" buffer item log segment bitmap setting by Darrick J. Wong · 5 years ago
  71. f5be084 xfs: null out bma->prev if no previous extent by Darrick J. Wong · 5 years ago
  72. 5f213dd xfs: fix missing header includes by Darrick J. Wong · 5 years ago
  73. 5d1116d xfs: periodically yield scrub threads to the scheduler by Darrick J. Wong · 5 years ago
  74. 0279c71 xfs: remove redundant assignment to variable error by Colin Ian King · 5 years ago
  75. 8ef34723 xfs: add missing early termination checks to record scrubbing functions by Darrick J. Wong · 5 years ago
  76. 9842b56 xfs: make the assertion message functions take a mount parameter by Darrick J. Wong · 5 years ago
  77. 110f09c xfs: add missing assert in xfs_fsmap_owner_from_rmap by Darrick J. Wong · 5 years ago
  78. ee4fb16cb xfs: decrease indenting problems in xfs_dabuf_map by Darrick J. Wong · 5 years ago
  79. 50f8300 xfs: fold xfs_mount-alloc() into xfs_init_fs_context() by Ian Kent · 5 years ago
  80. 8757c38 xfs: move xfs_fc_parse_param() above xfs_fc_get_tree() by Ian Kent · 5 years ago
  81. 2f8d66b xfs: move xfs_fc_get_tree() above xfs_fc_reconfigure() by Ian Kent · 5 years ago
  82. 63cd1e9 xfs: move xfs_fc_reconfigure() above xfs_fc_free() by Ian Kent · 5 years ago
  83. 73e5fff xfs: switch to use the new mount-api by Ian Kent · 5 years ago
  84. 7c89fcb xfs: dont set sb in xfs_mount_alloc() by Ian Kent · 5 years ago
  85. 9a86181 xfs: move xfs_parseargs() validation to a helper by Ian Kent · 5 years ago
  86. 48a06e1 xfs: refactor xfs_parseags() by Ian Kent · 5 years ago
  87. 846410c xfs: avoid redundant checks when options is empty by Ian Kent · 5 years ago
  88. c0a6791 xfs: refactor suffix_kstrtoint() by Ian Kent · 5 years ago
  89. 2c6eba3 xfs: add xfs_remount_ro() helper by Ian Kent · 5 years ago
  90. 82332b6 xfs: add xfs_remount_rw() helper by Ian Kent · 5 years ago
  91. a943f37 xfs: merge freeing of mp names and mp by Ian Kent · 5 years ago
  92. 7b77b46 xfs: use kmem functions for struct xfs_mount by Ian Kent · 5 years ago
  93. 3d9d60d xfs: dont use XFS_IS_QUOTA_RUNNING() for option check by Ian Kent · 5 years ago
  94. e1d3d21 xfs: use super s_id instead of struct xfs_mount m_fsname by Ian Kent · 5 years ago
  95. f676c75 xfs: remove unused struct xfs_mount field m_fsname_len by Ian Kent · 5 years ago
  96. a5155b8 xfs: always log corruption errors by Darrick J. Wong · 5 years ago
  97. d243b89 xfs: constify the buffer pointer arguments to error functions by Darrick J. Wong · 5 years ago
  98. e91ec88 xfs: relax shortform directory size checks by Darrick J. Wong · 5 years ago
  99. c34d570 xfs: cleanup use of the XFS_ALLOC_ flags by Christoph Hellwig · 5 years ago
  100. fd638f1 xfs: move extent zeroing to xfs_bmapi_allocate by Christoph Hellwig · 5 years ago