1. 9842b56 xfs: make the assertion message functions take a mount parameter by Darrick J. Wong · 5 years ago
  2. 110f09c xfs: add missing assert in xfs_fsmap_owner_from_rmap by Darrick J. Wong · 5 years ago
  3. ee4fb16cb xfs: decrease indenting problems in xfs_dabuf_map by Darrick J. Wong · 5 years ago
  4. 50f8300 xfs: fold xfs_mount-alloc() into xfs_init_fs_context() by Ian Kent · 5 years ago
  5. 8757c38 xfs: move xfs_fc_parse_param() above xfs_fc_get_tree() by Ian Kent · 5 years ago
  6. 2f8d66b xfs: move xfs_fc_get_tree() above xfs_fc_reconfigure() by Ian Kent · 5 years ago
  7. 63cd1e9 xfs: move xfs_fc_reconfigure() above xfs_fc_free() by Ian Kent · 5 years ago
  8. 73e5fff xfs: switch to use the new mount-api by Ian Kent · 5 years ago
  9. 7c89fcb xfs: dont set sb in xfs_mount_alloc() by Ian Kent · 5 years ago
  10. 9a86181 xfs: move xfs_parseargs() validation to a helper by Ian Kent · 5 years ago
  11. 48a06e1 xfs: refactor xfs_parseags() by Ian Kent · 5 years ago
  12. 846410c xfs: avoid redundant checks when options is empty by Ian Kent · 5 years ago
  13. c0a6791 xfs: refactor suffix_kstrtoint() by Ian Kent · 5 years ago
  14. 2c6eba3 xfs: add xfs_remount_ro() helper by Ian Kent · 5 years ago
  15. 82332b6 xfs: add xfs_remount_rw() helper by Ian Kent · 5 years ago
  16. a943f37 xfs: merge freeing of mp names and mp by Ian Kent · 5 years ago
  17. 7b77b46 xfs: use kmem functions for struct xfs_mount by Ian Kent · 5 years ago
  18. 3d9d60d xfs: dont use XFS_IS_QUOTA_RUNNING() for option check by Ian Kent · 5 years ago
  19. e1d3d21 xfs: use super s_id instead of struct xfs_mount m_fsname by Ian Kent · 5 years ago
  20. f676c75 xfs: remove unused struct xfs_mount field m_fsname_len by Ian Kent · 5 years ago
  21. a5155b8 xfs: always log corruption errors by Darrick J. Wong · 5 years ago
  22. d243b89 xfs: constify the buffer pointer arguments to error functions by Darrick J. Wong · 5 years ago
  23. e91ec88 xfs: relax shortform directory size checks by Darrick J. Wong · 5 years ago
  24. c34d570 xfs: cleanup use of the XFS_ALLOC_ flags by Christoph Hellwig · 5 years ago
  25. fd638f1 xfs: move extent zeroing to xfs_bmapi_allocate by Christoph Hellwig · 5 years ago
  26. be6cacb xfs: refactor xfs_bmapi_allocate by Christoph Hellwig · 5 years ago
  27. e696663 xfs: simplify the xfs_iomap_write_direct calling by Christoph Hellwig · 5 years ago
  28. 307cdb5 xfs: don't log the inode in xfs_fs_map_blocks if it by Christoph Hellwig · 5 years ago
  29. 88cdb71 xfs: slightly tweak an assert in xfs_fs_map_blocks by Christoph Hellwig · 5 years ago
  30. 57c4944 xfs: remove the extsize argument to xfs_eof_alignment by Christoph Hellwig · 5 years ago
  31. 49bbf8c xfs: mark xfs_eof_alignment static by Christoph Hellwig · 5 years ago
  32. ae7e403 xfs: simplify xfs_iomap_eof_align_last_fsb by Christoph Hellwig · 5 years ago
  33. 249bd90 xfs: properly serialise fallocate against AIO+DIO by Dave Chinner · 5 years ago
  34. 21f5599 xfs: merge xfs_showargs into xfs_fs_show_options by Christoph Hellwig · 5 years ago
  35. 1775c50 xfs: clean up printing inode32/64 in xfs_showargs by Christoph Hellwig · 5 years ago
  36. aa58d44 xfs: clean up printing the allocsize option in by Christoph Hellwig · 5 years ago
  37. 7c6b94b xfs: reverse the polarity of XFS_MOUNT_COMPAT_IOSIZE by Christoph Hellwig · 5 years ago
  38. 3274d00 xfs: rename the XFS_MOUNT_DFLT_IOSIZE option to by Christoph Hellwig · 5 years ago
  39. 2fcddee xfs: simplify parsing of allocsize mount option by Christoph Hellwig · 5 years ago
  40. 5da8a07 xfs: rename the m_writeio_* fields in struct xfs_mount by Christoph Hellwig · 5 years ago
  41. 3cd1d18 xfs: remove the m_readio_* fields in struct xfs_mount by Christoph Hellwig · 5 years ago
  42. b5ad616 xfs: don't use a different allocsice for -o wsync by Christoph Hellwig · 5 years ago
  43. dd2d535 xfs: cleanup calculating the stat optimal I/O size by Christoph Hellwig · 5 years ago
  44. 69e8575 xfs: remove the dsunit and dswidth variables in by Christoph Hellwig · 5 years ago
  45. 8da57c5 xfs: remove the biosize mount option by Ian Kent · 5 years ago
  46. 2123ef8 xfs: simplify setting bio flags by Christoph Hellwig · 5 years ago
  47. e992ae8 xfs: refactor xfs_iread_extents to use xfs_btree_visit_blocks by Darrick J. Wong · 5 years ago
  48. fec40e2 xfs: refactor xfs_bmap_count_blocks using newer btree helpers by Darrick J. Wong · 5 years ago
  49. c2414ad xfs: replace -EIO with -EFSCORRUPTED for corrupt metadata by Darrick J. Wong · 5 years ago
  50. 04df34a xfs: namecheck directory entry names before listing them by Darrick J. Wong · 5 years ago
  51. 16c6e92 xfs: namecheck attribute names before listing them by Darrick J. Wong · 5 years ago
  52. c847606 xfs: check attribute leaf block structure by Darrick J. Wong · 5 years ago
  53. 360c09c xfs: consolidate preallocation in xfs_file_fallocate by Christoph Hellwig · 5 years ago
  54. 7a42c70 xfs: disable xfs_ioc_space for always COW inodes by Christoph Hellwig · 5 years ago
  55. 837a6e7 fs: add generic UNRESVSP and ZERO_RANGE ioctl handlers by Christoph Hellwig · 5 years ago
  56. 9afe1d5 xfs: don't implement XFS_IOC_RESVSP / XFS_IOC_RESVSP64 by Christoph Hellwig · 5 years ago
  57. c7d6831 xfs: use xfs_inode_buftarg in xfs_file_ioctl by Christoph Hellwig · 5 years ago
  58. f9acc19 xfs: use xfs_inode_buftarg in xfs_file_dio_aio_write by Christoph Hellwig · 5 years ago
  59. 30fa529 xfs: add a xfs_inode_buftarg helper by Christoph Hellwig · 5 years ago
  60. 25a4095 xfs: mark xfs_buf_free static by Christoph Hellwig · 5 years ago
  61. 3dd4d40 xfs: Sanity check flags of Q_XQUOTARM call by Jan Kara · 5 years ago
  62. 1aa6300 xfs: add mising include of xfs_pnfs.h for missing declarations by Ben Dooks (Codethink) · 5 years ago
  63. da781e6 xfs: don't set bmapi total block req where minleft is by Brian Foster · 5 years ago
  64. 1c74357 xfs: cap longest free extent to maximum allocatable by Dave Chinner · 5 years ago
  65. 3fb21fc xfs: remove the duplicated inode log fieldmask set by kaixuxia · 5 years ago
  66. 1e190f8 xfs: improve the IOMAP_NOWAIT check for COW inodes by Christoph Hellwig · 5 years ago
  67. 5c5b6f7 xfs: cleanup xfs_direct_write_iomap_begin by Christoph Hellwig · 5 years ago
  68. 12dfb58 xfs: rename the whichfork variable in xfs_buffered_write_iomap_begin by Christoph Hellwig · 5 years ago
  69. f150b42 xfs: split the iomap ops for buffered vs direct writes by Christoph Hellwig · 5 years ago
  70. a526c85 xfs: move xfs_file_iomap_begin_delay around by Christoph Hellwig · 5 years ago
  71. 690c2a3 xfs: split out a new set of read-only iomap ops by Christoph Hellwig · 5 years ago
  72. 4356822 xfs: factor out a helper to calculate the end_fsb by Christoph Hellwig · 5 years ago
  73. 36adcba xfs: fill out the srcmap in iomap_begin by Christoph Hellwig · 5 years ago
  74. ae36b53 xfs: refactor xfs_file_iomap_begin_delay by Christoph Hellwig · 5 years ago
  75. ffb375a xfs: pass two imaps to xfs_reflink_allocate_cow by Christoph Hellwig · 5 years ago
  76. dd26b84 xfs: remove xfs_reflink_dirty_extents by Christoph Hellwig · 5 years ago
  77. 0d45e3a xfs: also call xfs_file_iomap_end_delalloc for zeroing operations by Christoph Hellwig · 5 years ago
  78. 3f8a4f1 xfs: fix inode fork extent count overflow by Dave Chinner · 5 years ago
  79. 4b29ab0 xfs: remove the XLOG_STATE_DO_CALLBACK state by Christoph Hellwig · 5 years ago
  80. 1858bb0 xfs: turn ic_state into an enum by Christoph Hellwig · 5 years ago
  81. fe9c0e7 xfs: remove the unused XLOG_STATE_ALL and XLOG_STATE_UNUSED flags by Christoph Hellwig · 5 years ago
  82. 032cc34 xfs: remove dead ifdef XFSERRORDEBUG code by Christoph Hellwig · 5 years ago
  83. df732b2 xfs: call xlog_state_release_iclog with l_icloglock held by Christoph Hellwig · 5 years ago
  84. 390aab0 xfs: move the locking from xlog_state_finish_copy to the callers by Christoph Hellwig · 5 years ago
  85. 2c68a1d xfs: remove the unused ic_io_size field from xlog_in_core by Christoph Hellwig · 5 years ago
  86. cd95cb9 xfs: pass the correct flag to xlog_write_iclog by Christoph Hellwig · 5 years ago
  87. dc8e69b xfs: optimize near mode bnobt scans with concurrent cntbt lookups by Brian Foster · 5 years ago
  88. d296882 xfs: factor out tree fixup logic into helper by Brian Foster · 5 years ago
  89. 0e26d5c xfs: refactor near mode alloc bnobt scan into separate function by Brian Foster · 5 years ago
  90. 78d7aab xfs: refactor and reuse best extent scanning logic by Brian Foster · 5 years ago
  91. 4a65b7c xfs: refactor allocation tree fixup code by Brian Foster · 5 years ago
  92. fec0afd xfs: reuse best extent tracking logic for bnobt scan by Brian Foster · 5 years ago
  93. 396bbf3 xfs: refactor cntbt lastblock scan best extent logic into helper by Brian Foster · 5 years ago
  94. c62321a xfs: track best extent from cntbt lastblock scan in alloc cursor by Brian Foster · 5 years ago
  95. d6d3aff xfs: track allocation busy state in allocation cursor by Brian Foster · 5 years ago
  96. f5e7dbe xfs: introduce allocation cursor data structure by Brian Foster · 5 years ago
  97. f6b428a xfs: track active state of allocation btree cursors by Brian Foster · 5 years ago
  98. bdb2ed2 xfs: ignore extent size hints for always COW inodes by Christoph Hellwig · 5 years ago
  99. e5e6340 xfs: include QUOTA, FATAL ASSERT build options in XFS_BUILD_OPTIONS by yu kuai · 5 years ago
  100. c039b99 iomap: use a srcmap for a read-modify-write I/O by Goldwyn Rodrigues · 5 years ago