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