1. d88850b xfs: fix high key handling in the rt allocator's query_range function by Darrick J. Wong · 4 years, 3 months ago
  2. ace74e7 xfs: annotate grabbing the realtime bitmap/summary locks in growfs by Darrick J. Wong · 4 years, 3 months ago
  3. 7249c95 xfs: make xfs_growfs_rt update secondary superblocks by Darrick J. Wong · 4 years, 3 months ago
  4. f4c32e8 xfs: fix realtime bitmap/summary file truncation when growing rt volume by Darrick J. Wong · 4 years, 3 months ago
  5. e5b2374 xfs: fix the indent in xfs_trans_mod_dquot by Kaixu Xia · 4 years, 3 months ago
  6. 97611f9 xfs: do the ASSERT for the arguments O_{u,g,p}dqpp by Kaixu Xia · 4 years, 3 months ago
  7. 8ffa90e xfs: fix deadlock and streamline xfs_getfsmap performance by Darrick J. Wong · 4 years, 3 months ago
  8. acd1ac3 xfs: limit entries returned when counting fsmap records by Darrick J. Wong · 4 years, 3 months ago
  9. 74f4d6a xfs: only relog deferred intent items if free space in the log gets low by Darrick J. Wong · 4 years, 4 months ago
  10. ed1575d xfs: expose the log push threshold by Darrick J. Wong · 4 years, 4 months ago
  11. 4e919af xfs: periodically relog deferred intent items by Darrick J. Wong · 4 years, 3 months ago
  12. 27dada0 xfs: change the order in which child and parent defer ops are finished by Darrick J. Wong · 4 years, 4 months ago
  13. ff4ab5e xfs: fix an incore inode UAF in xfs_bui_recover by Darrick J. Wong · 4 years, 4 months ago
  14. 64a3f33 xfs: clean up xfs_bui_item_recover iget/trans_alloc/ilock ordering by Darrick J. Wong · 4 years, 4 months ago
  15. 919522e xfs: clean up bmap intent item recovery checking by Darrick J. Wong · 4 years, 4 months ago
  16. 929b92f xfs: xfs_defer_capture should absorb remaining transaction reservation by Darrick J. Wong · 4 years, 4 months ago
  17. 4f9a60c xfs: xfs_defer_capture should absorb remaining block reservations by Darrick J. Wong · 4 years, 4 months ago
  18. e6fff81 xfs: proper replay of deferred ops queued during log recovery by Darrick J. Wong · 4 years, 4 months ago
  19. 901219b xfs: remove XFS_LI_RECOVERED by Darrick J. Wong · 4 years, 3 months ago
  20. b80b29d xfs: remove xfs_defer_reset by Darrick J. Wong · 4 years, 4 months ago
  21. 6714596 xfs: fix finobt btree block recovery ordering by Dave Chinner · 4 years, 3 months ago
  22. 3442de9 xfs: remove deprecated sysctl options by Pavel Reichl · 4 years, 4 months ago
  23. c23c393 xfs: remove deprecated mount options by Pavel Reichl · 4 years, 4 months ago
  24. c9c626b xfs: directly call xfs_generic_create() for ->create() and ->mkdir() by Kaixu Xia · 4 years, 4 months ago
  25. d7884e6 xfs: avoid shared rmap operations for attr fork extents by Darrick J. Wong · 4 years, 4 months ago
  26. b38e074 xfs: drop the obsolete comment on filestream locking by Gao Xiang · 4 years, 4 months ago
  27. 61ef523 xfs: code cleanup in xfs_attr_leaf_entsize_{remote,local} by Kaixu Xia · 4 years, 4 months ago
  28. d6b8fc6 xfs: do the assert for all the log done items in xfs_trans_cancel by Kaixu Xia · 4 years, 4 months ago
  29. 74af4c1 xfs: remove the unused parameter id from xfs_qm_dqattach_one by Kaixu Xia · 4 years, 4 months ago
  30. 3feb4ff xfs: remove the redundant crc feature check in xfs_attr3_rmt_verify by Kaixu Xia · 4 years, 4 months ago
  31. a647d10 xfs: fix some comments by Kaixu Xia · 4 years, 4 months ago
  32. 5aff675 xfs: remove the unnecessary xfs_dqid_t type cast by Kaixu Xia · 4 years, 4 months ago
  33. 9c0fce4 xfs: use the existing type definition for di_projid by Kaixu Xia · 4 years, 4 months ago
  34. c63290e xfs: remove the unused SYNCHRONIZE macro by Kaixu Xia · 4 years, 4 months ago
  35. 0c771b9 xfs: clean up calculation of LR header blocks by Gao Xiang · 4 years, 4 months ago
  36. f692d09 xfs: avoid LR buffer overrun due to crafted h_len by Gao Xiang · 4 years, 4 months ago
  37. 384ff09 xfs: don't release log intent items when recovery fails by Darrick J. Wong · 4 years, 4 months ago
  38. 2dbf872 xfs: attach inode to dquot in xfs_bui_item_recover by Darrick J. Wong · 4 years, 4 months ago
  39. 93293bc xfs: log new intent items created as part of finishing recovered intent items by Darrick J. Wong · 4 years, 4 months ago
  40. e581c93 xfs: check dabtree node hash values when loading child blocks by Darrick J. Wong · 4 years, 4 months ago
  41. 8df0fa3 xfs: don't free rt blocks when we're doing a REMAP bunmapi call by Darrick J. Wong · 4 years, 4 months ago
  42. c54e14d xfs: Set xfs_buf's b_ops member when zeroing bitmap/summary files by Chandan Babu R · 4 years, 4 months ago
  43. 72cc951 xfs: Set xfs_buf type flag when growing summary/bitmap files by Chandan Babu R · 4 years, 4 months ago
  44. 6dd379c xfs: drop extra transaction roll from inode extent truncate by Brian Foster · 4 years, 4 months ago
  45. b96cb83 xfs: deprecate the V4 format by Darrick J. Wong · 4 years, 4 months ago
  46. d4f2c14 xfs: don't propagate RTINHERIT -> REALTIME when there is no rtdev by Darrick J. Wong · 4 years, 4 months ago
  47. 8a569d7 xfs: refactor inode flags propagation code by Darrick J. Wong · 4 years, 4 months ago
  48. fe341eb xfs: ensure that fpunch, fcollapse, and finsert operations are aligned to rt extent size by Darrick J. Wong · 4 years, 4 months ago
  49. 2a6ca4b xfs: make sure the rt allocator doesn't run off the end by Darrick J. Wong · 4 years, 4 months ago
  50. 0f4ec0f1 xfs: Remove unneeded semicolon by Zheng Bin · 4 years, 4 months ago
  51. 5ffce3c xfs: force the log after remapping a synchronous-writes file by Darrick J. Wong · 4 years, 4 months ago
  52. e01b7ee xfs: Convert xfs_attr_sf macros to inline functions by Carlos Maiolino · 4 years, 4 months ago
  53. c418dbc xfs: Use variable-size array for nameval in xfs_attr_sf_entry by Carlos Maiolino · 4 years, 4 months ago
  54. 47e6cc1 xfs: Remove typedef xfs_attr_shortform_t by Carlos Maiolino · 4 years, 4 months ago
  55. 6337c84 xfs: remove typedef xfs_attr_sf_entry_t by Carlos Maiolino · 4 years, 4 months ago
  56. 8ca79df xfs: Remove kmem_zalloc_large() by Carlos Maiolino · 4 years, 4 months ago
  57. 29887a2 xfs: enable big timestamps by Darrick J. Wong · 4 years, 5 months ago
  58. 06dbf82 xfs: trace timestamp limits by Darrick J. Wong · 4 years, 5 months ago
  59. 4ea1ff3 xfs: widen ondisk quota expiration timestamps to handle y2038+ by Darrick J. Wong · 4 years, 5 months ago
  60. f93e5436 xfs: widen ondisk inode timestamps to deal with y2038+ by Darrick J. Wong · 4 years, 5 months ago
  61. 30e0559 xfs: redefine xfs_ictimestamp_t by Darrick J. Wong · 4 years, 5 months ago
  62. 5a0bb06 xfs: redefine xfs_timestamp_t by Darrick J. Wong · 4 years, 5 months ago
  63. 88947ea xfs: move xfs_log_dinode_to_disk to the log recovery code by Darrick J. Wong · 4 years, 5 months ago
  64. 9f99c8f xfs: refactor quota timestamp coding by Darrick J. Wong · 4 years, 5 months ago
  65. ccc8e77 xfs: refactor default quota grace period setting code by Darrick J. Wong · 4 years, 5 months ago
  66. 11d8a91 xfs: refactor quota expiration timer modification by Darrick J. Wong · 4 years, 5 months ago
  67. 876fdc7 xfs: explicitly define inode timestamp range by Darrick J. Wong · 4 years, 5 months ago
  68. b896a39 xfs: enable new inode btree counters feature by Darrick J. Wong · 4 years, 5 months ago
  69. 11f7442 xfs: support inode btree blockcounts in online repair by Darrick J. Wong · 4 years, 5 months ago
  70. 1dbbff0 xfs: support inode btree blockcounts in online scrub by Darrick J. Wong · 4 years, 5 months ago
  71. 1ac35f0 xfs: use the finobt block counts to speed up mount times by Darrick J. Wong · 4 years, 5 months ago
  72. 2a39946 xfs: store inode btree block counts in AGI header by Darrick J. Wong · 4 years, 5 months ago
  73. 26e32875 xfs: reuse _xfs_buf_read for re-reading the superblock by Christoph Hellwig · 4 years, 4 months ago
  74. b3f8e08 xfs: remove xfs_getsb by Christoph Hellwig · 4 years, 4 months ago
  75. cead0b1 xfs: simplify xfs_trans_getsb by Christoph Hellwig · 4 years, 4 months ago
  76. 22c1058 xfs: remove xlog_recover_iodone by Christoph Hellwig · 4 years, 4 months ago
  77. 55b7d71 xfs: clear the read/write flags later in xfs_buf_ioend by Christoph Hellwig · 4 years, 4 months ago
  78. b840e2a xfs: use xfs_buf_item_relse in xfs_buf_item_done by Christoph Hellwig · 4 years, 4 months ago
  79. 70796c6 xfs: simplify the xfs_buf_ioend_disposition calling convention by Christoph Hellwig · 4 years, 4 months ago
  80. 844c935 xfs: lift the XBF_IOEND_FAIL handling into xfs_buf_ioend_disposition by Christoph Hellwig · 4 years, 4 months ago
  81. 3cc4988 xfs: remove xfs_buf_ioerror_retry by Christoph Hellwig · 4 years, 4 months ago
  82. f58d0ea xfs: refactor xfs_buf_ioerror_fail_without_retry by Christoph Hellwig · 4 years, 4 months ago
  83. 6a7584b xfs: fold xfs_buf_ioend_finish into xfs_ioend by Christoph Hellwig · 4 years, 4 months ago
  84. 664ffb8 xfs: move the buffer retry logic to xfs_buf.c by Christoph Hellwig · 4 years, 4 months ago
  85. 23fb5a9 xfs: refactor xfs_buf_ioend by Christoph Hellwig · 4 years, 4 months ago
  86. 76b2d32 xfs: mark xfs_buf_ioend static by Christoph Hellwig · 4 years, 4 months ago
  87. 12e164a xfs: refactor the buf ioend disposition code by Christoph Hellwig · 4 years, 4 months ago
  88. 718ecc5 xfs: xfs_iflock is no longer a completion by Dave Chinner · 4 years, 5 months ago
  89. 771915c xfs: remove kmem_realloc() by Carlos Maiolino · 4 years, 5 months ago
  90. f4d51df Linux 5.9-rc4 by Linus Torvalds · 4 years, 4 months ago
  91. a8205e3 Merge tag 'io_uring-5.9-2020-09-06' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 4 months ago
  92. 2ccdd9f Merge tag 'iommu-fixes-v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 4 years, 4 months ago
  93. 015b315 Merge tag 'x86-urgent-2020-09-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 4 months ago
  94. 68beef5 Merge tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 4 years, 4 months ago
  95. c127a2a io_uring: fix linked deferred ->files cancellation by Pavel Begunkov · 4 years, 4 months ago
  96. b7ddce3 io_uring: fix cancel of deferred reqs with ->files by Pavel Begunkov · 4 years, 4 months ago
  97. dd9fb9b Merge tags 'auxdisplay-for-linus-v5.9-rc4', 'clang-format-for-linus-v5.9-rc4' and 'compiler-attributes-for-linus-v5.9-rc4' of git://github.com/ojeda/linux by Linus Torvalds · 4 years, 4 months ago
  98. 70187f7 Merge tag 'arc-5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 4 years, 4 months ago
  99. 7514c03 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 4 months ago
  100. 428fc0a include/linux/log2.h: add missing () around n in roundup_pow_of_two() by Jason Gunthorpe · 4 years, 4 months ago