1. 21b4ee7 xfs: drop ->writepage completely by Dave Chinner · 3 years, 5 months ago
  2. 33c0dd7 xfs: move the CIL workqueue to the CIL by Dave Chinner · 3 years, 5 months ago
  3. 39823d0 xfs: CIL work is serialised, not pipelined by Dave Chinner · 3 years, 5 months ago
  4. 0020a19 xfs: AIL needs asynchronous CIL forcing by Dave Chinner · 3 years, 5 months ago
  5. 68a74dc xfs: order CIL checkpoint start records by Dave Chinner · 3 years, 5 months ago
  6. caa8009 xfs: attach iclog callbacks in xlog_cil_set_ctx_write_state() by Dave Chinner · 3 years, 5 months ago
  7. bf034bc xfs: factor out log write ordering from xlog_cil_push_work() by Dave Chinner · 3 years, 5 months ago
  8. c45aba4 xfs: pass a CIL context to xlog_write() by Dave Chinner · 3 years, 5 months ago
  9. 2ce82b7 xfs: move xlog_commit_record to xfs_log_cil.c by Dave Chinner · 3 years, 5 months ago
  10. 2562c32 xfs: log head and tail aren't reliable during shutdown by Dave Chinner · 3 years, 5 months ago
  11. 502a01f xfs: don't run shutdown callbacks on active iclogs by Dave Chinner · 3 years, 5 months ago
  12. aad7272 xfs: separate out log shutdown callback processing by Dave Chinner · 3 years, 5 months ago
  13. 8bb9200 xfs: rework xlog_state_do_callback() by Dave Chinner · 3 years, 5 months ago
  14. b36d465 xfs: make forced shutdown processing atomic by Dave Chinner · 3 years, 5 months ago
  15. e1d06e5 xfs: convert log flags to an operational state field by Dave Chinner · 3 years, 5 months ago
  16. fd67d8a xfs: move recovery needed state updates to xfs_log_mount_finish by Dave Chinner · 3 years, 5 months ago
  17. 5112e206 xfs: XLOG_STATE_IOERROR must die by Dave Chinner · 3 years, 5 months ago
  18. 2039a27 xfs: convert XLOG_FORCED_SHUTDOWN() to xlog_is_shutdown() by Dave Chinner · 3 years, 5 months ago
  19. edf2748 xfs: cleanup __FUNCTION__ usage by Dwaipayan Ray · 3 years, 5 months ago
  20. 5e68b4c xfs: Rename __xfs_attr_rmtval_remove by Allison Henderson · 3 years, 5 months ago
  21. df08263 xfs: add attr state machine tracepoints by Allison Henderson · 3 years, 5 months ago
  22. 4bc6198 xfs: refactor xfs_iget calls from log intent recovery by Darrick J. Wong · 3 years, 5 months ago
  23. 2b73a2c xfs: clear log incompat feature bits when the log is idle by Darrick J. Wong · 3 years, 5 months ago
  24. 908ce71 xfs: allow setting and clearing of log incompat feature flags by Darrick J. Wong · 3 years, 5 months ago
  25. d634525 xfs: replace kmem_alloc_large() with kvmalloc() by Dave Chinner · 3 years, 5 months ago
  26. 98fe2c3 xfs: remove kmem_alloc_io() by Dave Chinner · 3 years, 5 months ago
  27. de2860f mm: Add kvrealloc() by Dave Chinner · 3 years, 5 months ago
  28. 43059d5 xfs: dump log intent items that cannot be recovered due to corruption by Darrick J. Wong · 3 years, 5 months ago
  29. 48c6615 xfs: grab active perag ref when reading AG headers by Darrick J. Wong · 3 years, 5 months ago
  30. f19ee6b xfs: drop experimental warnings for bigtime and inobtcount by Darrick J. Wong · 3 years, 5 months ago
  31. b7df763 xfs: fix silly whitespace problems with kernel libxfs by Darrick J. Wong · 3 years, 5 months ago
  32. 40b1de007 xfs: throttle inode inactivation queuing on memory reclaim by Darrick J. Wong · 3 years, 5 months ago
  33. a6343e4 xfs: avoid buffer deadlocks when walking fs inodes by Darrick J. Wong · 3 years, 5 months ago
  34. e8d04c2 xfs: use background worker pool when transactions can't get free space by Darrick J. Wong · 3 years, 5 months ago
  35. 6f64909 xfs: don't run speculative preallocation gc when fs is frozen by Darrick J. Wong · 3 years, 5 months ago
  36. 01e8f37 xfs: flush inode inactivation work when compiling usage statistics by Darrick J. Wong · 3 years, 5 months ago
  37. 2eb6650 xfs: inactivate inodes any time we try to free speculative preallocations by Darrick J. Wong · 3 years, 5 months ago
  38. 65f03d8 xfs: queue inactivation immediately when free realtime extents are tight by Darrick J. Wong · 3 years, 5 months ago
  39. 108523b xfs: queue inactivation immediately when quota is nearing enforcement by Darrick J. Wong · 3 years, 5 months ago
  40. 7d6f07d xfs: queue inactivation immediately when free space is tight by Darrick J. Wong · 3 years, 5 months ago
  41. ab23a77 xfs: per-cpu deferred inode inactivation queues by Dave Chinner · 3 years, 5 months ago
  42. 62af7d5 xfs: detach dquots from inode if we don't need to inactivate it by Darrick J. Wong · 3 years, 5 months ago
  43. c6c2066 xfs: move xfs_inactive call to xfs_inode_mark_reclaimable by Darrick J. Wong · 3 years, 5 months ago
  44. 0ed17f0 xfs: introduce all-mounts list for cpu hotplug notifications by Dave Chinner · 3 years, 5 months ago
  45. f1653c2 xfs: introduce CPU hotplug infrastructure by Dave Chinner · 3 years, 5 months ago
  46. 149e53a xfs: remove the active vs running quota differentiation by Christoph Hellwig · 3 years, 5 months ago
  47. e497dfba xfs: remove the flags argument to xfs_qm_dquot_walk by Christoph Hellwig · 3 years, 5 months ago
  48. 777eb1f xfs: remove xfs_dqrele_all_inodes by Christoph Hellwig · 3 years, 5 months ago
  49. 40b5222 xfs: remove support for disabling quota accounting on a mounted file system by Christoph Hellwig · 3 years, 5 months ago
  50. c500bee Linux 5.14-rc4 by Linus Torvalds · 3 years, 5 months ago
  51. d4affd6 Merge tag 'perf-tools-fixes-for-v5.14-2021-08-01' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 3 years, 5 months ago
  52. c82357a Merge tag 'powerpc-5.14-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 3 years, 5 months ago
  53. 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
  54. 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
  55. c7d1022 Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 5 months ago
  56. e1dab4c Merge tag 'acpi-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 3 years, 5 months ago
  57. 3a34b13 pipe: make pipe writes always wake up readers by Linus Torvalds · 3 years, 5 months ago
  58. 9bac1bd Revert "perf map: Fix dso->nsinfo refcounting" by Arnaldo Carvalho de Melo · 3 years, 5 months ago
  59. e83f54e Merge branches 'acpi-resources' and 'acpi-dptf' by Rafael J. Wysocki · 3 years, 5 months ago
  60. 4669e13 Merge tag 'block-5.14-2021-07-30' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 5 months ago
  61. 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
  62. f6c5971 Merge tag 'libata-5.14-2021-07-30' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 5 months ago
  63. 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
  64. 8723bc8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid by Linus Torvalds · 3 years, 5 months ago
  65. ad6ec09 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 5 months ago
  66. 8d67041 Merge tag 'linux-can-fixes-for-5.14-20210730' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can by Jakub Kicinski · 3 years, 5 months ago
  67. 121dffe mm/memcg: fix NULL pointer dereference in memcg_slab_free_hook() by Wang Hai · 3 years, 5 months ago
  68. f227f0f slub: fix unreclaimable slab stat for bulk free by Shakeel Butt · 3 years, 5 months ago
  69. b5916c0 mm/migrate: fix NR_ISOLATED corruption on 64-bit by Aneesh Kumar K.V · 3 years, 5 months ago
  70. 30def93 mm: memcontrol: fix blocking rstat function called from atomic cgroup1 thresholding code by Johannes Weiner · 3 years, 5 months ago
  71. 9449ad3 ocfs2: issue zeroout to EOF blocks by Junxiao Bi · 3 years, 5 months ago
  72. f267aeb ocfs2: fix zero out valid data by Junxiao Bi · 3 years, 5 months ago
  73. b2ff70a lib/test_string.c: move string selftest in the Runtime Testing menu by Matteo Croce · 3 years, 5 months ago
  74. 028a717 gve: Update MAINTAINERS list by Catherine Sullivan · 3 years, 5 months ago
  75. 094121e arch: Kconfig: clean up obsolete use of HAVE_IDE by Lukas Bulwahn · 3 years, 5 months ago
  76. 928150f can: esd_usb2: fix memory leak by Pavel Skripkin · 3 years, 5 months ago
  77. 9969e3c can: ems_usb: fix memory leak by Pavel Skripkin · 3 years, 5 months ago
  78. 0e865f0 can: usb_8dev: fix memory leak by Pavel Skripkin · 3 years, 5 months ago
  79. fc43fb6 can: mcba_usb_start(): add missing urb->transfer_dma initialization by Pavel Skripkin · 3 years, 5 months ago
  80. f6b3c78 can: hi311x: fix a signedness bug in hi3110_cmd() by Dan Carpenter · 3 years, 5 months ago
  81. 8a7b46fa MAINTAINERS: add Yasushi SHOJI as reviewer for the Microchip CAN BUS Analyzer Tool driver by Marc Kleine-Budde · 3 years, 5 months ago
  82. 764a5bc Merge tag 'drm-fixes-2021-07-30' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 3 years, 5 months ago
  83. c71a2f6 Merge tag 'fallthrough-fixes-clang-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux by Linus Torvalds · 3 years, 5 months ago
  84. 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
  85. cb16362 scsi: fas216: Fix fall-through warning for Clang by Gustavo A. R. Silva · 3 years, 5 months ago
  86. eb4f520 scsi: acornscsi: Fix fall-through warning for clang by Gustavo A. R. Silva · 3 years, 5 months ago
  87. 696e572 ARM: riscpc: Fix fall-through warning for Clang by Gustavo A. R. Silva · 3 years, 5 months ago
  88. 7e96bf4 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 5 months ago
  89. 2b99c47 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 3 years, 5 months ago
  90. 81a448d xfs: prevent spoofing of rtbitmap blocks when recovering buffers by Darrick J. Wong · 3 years, 5 months ago
  91. 9d11001 xfs: limit iclog tail updates by Dave Chinner · 3 years, 5 months ago
  92. b2ae3a9 xfs: need to see iclog flags in tracing by Dave Chinner · 3 years, 5 months ago
  93. d8f4c2d xfs: Enforce attr3 buffer recovery order by Dave Chinner · 3 years, 5 months ago
  94. 32baa63 xfs: logging the on disk inode LSN can make it go backwards by Dave Chinner · 3 years, 5 months ago
  95. 8191d82 xfs: avoid unnecessary waits in xfs_log_force_lsn() by Dave Chinner · 3 years, 5 months ago
  96. 2bf1ec0 xfs: log forces imply data device cache flushes by Dave Chinner · 3 years, 5 months ago
  97. 45eddb4 xfs: factor out forced iclog flushes by Dave Chinner · 3 years, 5 months ago
  98. 0dc8f7f xfs: fix ordering violation between cache flushes and tail updates by Dave Chinner · 3 years, 5 months ago
  99. 9d39206 xfs: fold __xlog_state_release_iclog into xlog_state_release_iclog by Dave Chinner · 3 years, 5 months ago
  100. b5d721e xfs: external logs need to flush data device by Dave Chinner · 3 years, 5 months ago