1. 75c8c50f xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown by Dave Chinner · 3 years, 4 months ago
  2. 2e973b2 xfs: convert remaining mount flags to state flags by Dave Chinner · 3 years, 4 months ago
  3. 0560f31 xfs: convert mount flags to features by Dave Chinner · 3 years, 4 months ago
  4. 8970a5b xfs: consolidate mount option features in m_features by Dave Chinner · 3 years, 4 months ago
  5. 38c26bf xfs: replace xfs_sb_version checks with feature flag checks by Dave Chinner · 3 years, 4 months ago
  6. a1d86e8 xfs: reflect sb features in xfs_mount by Dave Chinner · 3 years, 4 months ago
  7. e23b55d xfs: rework attr2 feature and mount options by Dave Chinner · 3 years, 4 months ago
  8. 51b495e xfs: rename xfs_has_attr() by Dave Chinner · 3 years, 4 months ago
  9. 8cf07f3 xfs: sb verifier doesn't handle uncached sb buffer by Dave Chinner · 3 years, 4 months ago
  10. e5f2e54 xfs: start documenting common units and tags used in tracepoints by Darrick J. Wong · 3 years, 4 months ago
  11. c03e4b9 xfs: decode scrub flags in ftrace output by Darrick J. Wong · 3 years, 4 months ago
  12. b641851 xfs: standardize inode generation formatting in ftrace output by Darrick J. Wong · 3 years, 4 months ago
  13. 7eac302 xfs: standardize remaining xfs_buf length tracepoints by Darrick J. Wong · 3 years, 4 months ago
  14. f93f85f xfs: resolve fork names in trace output by Darrick J. Wong · 3 years, 4 months ago
  15. c23460e xfs: rename i_disk_size fields in ftrace output by Darrick J. Wong · 3 years, 4 months ago
  16. d538cf2 xfs: disambiguate units for ftrace fields tagged "count" by Darrick J. Wong · 3 years, 4 months ago
  17. 7989acc xfs: disambiguate units for ftrace fields tagged "len" by Darrick J. Wong · 3 years, 4 months ago
  18. 49e68c9 xfs: disambiguate units for ftrace fields tagged "offset" by Darrick J. Wong · 3 years, 4 months ago
  19. 6f25b21 xfs: disambiguate units for ftrace fields tagged "blkno", "block", or "bno" by Darrick J. Wong · 3 years, 4 months ago
  20. 92eff38 xfs: standardize daddr formatting in ftrace output by Darrick J. Wong · 3 years, 4 months ago
  21. 97f4f91 xfs: standardize rmap owner number formatting in ftrace output by Darrick J. Wong · 3 years, 4 months ago
  22. f7b0816 xfs: standardize AG block number formatting in ftrace output by Darrick J. Wong · 3 years, 4 months ago
  23. 9febf39 xfs: standardize AG number formatting in ftrace output by Darrick J. Wong · 3 years, 4 months ago
  24. af6265a xfs: standardize inode number formatting in ftrace output by Darrick J. Wong · 3 years, 4 months ago
  25. 3fd7cb8 xfs: fix incorrect unit conversion in scrub tracepoint by Darrick J. Wong · 3 years, 4 months ago
  26. a437b9b xfs: remove support for untagged lookups in xfs_icwalk* by Christoph Hellwig · 3 years, 5 months ago
  27. 32816fd xfs: constify btree function parameters that are not modified by Darrick J. Wong · 3 years, 5 months ago
  28. 60e265f xfs: make the start pointer passed to btree update_lastrec functions const by Darrick J. Wong · 3 years, 5 months ago
  29. deb06b9 xfs: make the start pointer passed to btree alloc_block functions const by Darrick J. Wong · 3 years, 5 months ago
  30. b5a6e5f xfs: make the pointer passed to btree set_root functions const by Darrick J. Wong · 3 years, 5 months ago
  31. 22ece4e8 xfs: mark the record passed into xchk_btree functions as const by Darrick J. Wong · 3 years, 5 months ago
  32. 8e38dc8 xfs: make the keys and records passed to btree inorder functions const by Darrick J. Wong · 3 years, 5 months ago
  33. 23825cd xfs: mark the record passed into btree init_key functions as const by Darrick J. Wong · 3 years, 5 months ago
  34. 159eb69 xfs: make the record pointer passed to query_range functions const by Darrick J. Wong · 3 years, 5 months ago
  35. 04dcb47 xfs: make the key parameters to all btree query range functions const by Darrick J. Wong · 3 years, 5 months ago
  36. d29d557 xfs: make the key parameters to all btree key comparison functions const by Darrick J. Wong · 3 years, 5 months ago
  37. 7f89c83 xfs: add trace point for fs shutdown by Darrick J. Wong · 3 years, 5 months ago
  38. 5440676 xfs: remove unnecessary agno variable from struct xchk_ag by Darrick J. Wong · 3 years, 5 months ago
  39. 7e1826e xfs: make fsmap backend function key parameters const by Darrick J. Wong · 3 years, 5 months ago
  40. 9ab72f2 xfs: fix off-by-one error when the last rt extent is in use by Darrick J. Wong · 3 years, 5 months ago
  41. c02f652 xfs: make xfs_rtalloc_query_range input parameters const by Darrick J. Wong · 3 years, 5 months ago
  42. 21b4ee7 xfs: drop ->writepage completely by Dave Chinner · 3 years, 5 months ago
  43. 33c0dd7 xfs: move the CIL workqueue to the CIL by Dave Chinner · 3 years, 5 months ago
  44. 39823d0 xfs: CIL work is serialised, not pipelined by Dave Chinner · 3 years, 5 months ago
  45. 0020a19 xfs: AIL needs asynchronous CIL forcing by Dave Chinner · 3 years, 5 months ago
  46. 68a74dc xfs: order CIL checkpoint start records by Dave Chinner · 3 years, 5 months ago
  47. caa8009 xfs: attach iclog callbacks in xlog_cil_set_ctx_write_state() by Dave Chinner · 3 years, 5 months ago
  48. bf034bc xfs: factor out log write ordering from xlog_cil_push_work() by Dave Chinner · 3 years, 5 months ago
  49. c45aba4 xfs: pass a CIL context to xlog_write() by Dave Chinner · 3 years, 5 months ago
  50. 2ce82b7 xfs: move xlog_commit_record to xfs_log_cil.c by Dave Chinner · 3 years, 5 months ago
  51. 2562c32 xfs: log head and tail aren't reliable during shutdown by Dave Chinner · 3 years, 5 months ago
  52. 502a01f xfs: don't run shutdown callbacks on active iclogs by Dave Chinner · 3 years, 5 months ago
  53. aad7272 xfs: separate out log shutdown callback processing by Dave Chinner · 3 years, 5 months ago
  54. 8bb9200 xfs: rework xlog_state_do_callback() by Dave Chinner · 3 years, 5 months ago
  55. b36d465 xfs: make forced shutdown processing atomic by Dave Chinner · 3 years, 5 months ago
  56. e1d06e5 xfs: convert log flags to an operational state field by Dave Chinner · 3 years, 5 months ago
  57. fd67d8a xfs: move recovery needed state updates to xfs_log_mount_finish by Dave Chinner · 3 years, 5 months ago
  58. 5112e206 xfs: XLOG_STATE_IOERROR must die by Dave Chinner · 3 years, 5 months ago
  59. 2039a27 xfs: convert XLOG_FORCED_SHUTDOWN() to xlog_is_shutdown() by Dave Chinner · 3 years, 5 months ago
  60. edf2748 xfs: cleanup __FUNCTION__ usage by Dwaipayan Ray · 3 years, 5 months ago
  61. 5e68b4c xfs: Rename __xfs_attr_rmtval_remove by Allison Henderson · 3 years, 5 months ago
  62. df08263 xfs: add attr state machine tracepoints by Allison Henderson · 3 years, 5 months ago
  63. 4bc6198 xfs: refactor xfs_iget calls from log intent recovery by Darrick J. Wong · 3 years, 5 months ago
  64. 2b73a2c xfs: clear log incompat feature bits when the log is idle by Darrick J. Wong · 3 years, 5 months ago
  65. 908ce71 xfs: allow setting and clearing of log incompat feature flags by Darrick J. Wong · 3 years, 5 months ago
  66. d634525 xfs: replace kmem_alloc_large() with kvmalloc() by Dave Chinner · 3 years, 5 months ago
  67. 98fe2c3 xfs: remove kmem_alloc_io() by Dave Chinner · 3 years, 5 months ago
  68. de2860f mm: Add kvrealloc() by Dave Chinner · 3 years, 5 months ago
  69. 43059d5 xfs: dump log intent items that cannot be recovered due to corruption by Darrick J. Wong · 3 years, 5 months ago
  70. 48c6615 xfs: grab active perag ref when reading AG headers by Darrick J. Wong · 3 years, 5 months ago
  71. f19ee6b xfs: drop experimental warnings for bigtime and inobtcount by Darrick J. Wong · 3 years, 5 months ago
  72. b7df763 xfs: fix silly whitespace problems with kernel libxfs by Darrick J. Wong · 3 years, 5 months ago
  73. 40b1de007 xfs: throttle inode inactivation queuing on memory reclaim by Darrick J. Wong · 3 years, 5 months ago
  74. a6343e4 xfs: avoid buffer deadlocks when walking fs inodes by Darrick J. Wong · 3 years, 5 months ago
  75. e8d04c2 xfs: use background worker pool when transactions can't get free space by Darrick J. Wong · 3 years, 5 months ago
  76. 6f64909 xfs: don't run speculative preallocation gc when fs is frozen by Darrick J. Wong · 3 years, 5 months ago
  77. 01e8f37 xfs: flush inode inactivation work when compiling usage statistics by Darrick J. Wong · 3 years, 5 months ago
  78. 2eb6650 xfs: inactivate inodes any time we try to free speculative preallocations by Darrick J. Wong · 3 years, 5 months ago
  79. 65f03d8 xfs: queue inactivation immediately when free realtime extents are tight by Darrick J. Wong · 3 years, 5 months ago
  80. 108523b xfs: queue inactivation immediately when quota is nearing enforcement by Darrick J. Wong · 3 years, 5 months ago
  81. 7d6f07d xfs: queue inactivation immediately when free space is tight by Darrick J. Wong · 3 years, 5 months ago
  82. ab23a77 xfs: per-cpu deferred inode inactivation queues by Dave Chinner · 3 years, 5 months ago
  83. 62af7d5 xfs: detach dquots from inode if we don't need to inactivate it by Darrick J. Wong · 3 years, 5 months ago
  84. c6c2066 xfs: move xfs_inactive call to xfs_inode_mark_reclaimable by Darrick J. Wong · 3 years, 5 months ago
  85. 0ed17f0 xfs: introduce all-mounts list for cpu hotplug notifications by Dave Chinner · 3 years, 5 months ago
  86. f1653c2 xfs: introduce CPU hotplug infrastructure by Dave Chinner · 3 years, 5 months ago
  87. 149e53a xfs: remove the active vs running quota differentiation by Christoph Hellwig · 3 years, 5 months ago
  88. e497dfba xfs: remove the flags argument to xfs_qm_dquot_walk by Christoph Hellwig · 3 years, 5 months ago
  89. 777eb1f xfs: remove xfs_dqrele_all_inodes by Christoph Hellwig · 3 years, 5 months ago
  90. 40b5222 xfs: remove support for disabling quota accounting on a mounted file system by Christoph Hellwig · 3 years, 5 months ago
  91. aa66032 Merge tag 'xfs-5.14-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years, 5 months ago
  92. f3438b4 Merge tag '5.14-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 3 years, 5 months ago
  93. 3a34b13 pipe: make pipe writes always wake up readers by Linus Torvalds · 3 years, 5 months ago
  94. 4669e13 Merge tag 'block-5.14-2021-07-30' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 5 months ago
  95. 27eb687 Merge tag 'io_uring-5.14-2021-07-30' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 5 months ago
  96. 051df24 Merge tag 'for-5.14-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 5 months ago
  97. ad6ec09 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 5 months ago
  98. 9449ad3 ocfs2: issue zeroout to EOF blocks by Junxiao Bi · 3 years, 5 months ago
  99. f267aeb ocfs2: fix zero out valid data by Junxiao Bi · 3 years, 5 months ago
  100. cade08a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha by Linus Torvalds · 3 years, 5 months ago