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