messages from 2020-07-04 03:20:11 to 2020-07-22 07:07:03 UTC [more...]
bdi cleanups v2
2020-07-22 7:07 UTC (19+ messages)
` [PATCH 01/14] fs: remove the unused SB_I_MULTIROOT flag
` [PATCH 02/14] drbd: remove dead code in device_to_statistics
` [PATCH 04/14] bdi: initialize ->ra_pages in bdi_init
` [PATCH 05/14] md: update the optimal I/O size on reshape
` [PATCH 06/14] block: lift setting the readahead size into the block layer
` [PATCH 07/14] block: make QUEUE_SYSFS_BIT_FNS a little more useful
` [PATCH 08/14] block: add helper macros for queue sysfs entries
` [PATCH 09/14] bdi: remove BDI_CAP_CGROUP_WRITEBACK
` [PATCH 10/14] bdi: remove BDI_CAP_SYNCHRONOUS_IO
` [PATCH 11/14] mm: use SWP_SYNCHRONOUS_IO more intelligently
` [PATCH 12/14] bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
` [PATCH 13/14] bdi: invert BDI_CAP_NO_ACCT_WB
` [PATCH 03/14] drbd: remove RB_CONGESTED_REMOTE
` [PATCH 14/14] bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag
PROBLEM: cgroup cost too much memory when transfer small files to tmpfs
2020-07-21 19:27 UTC (6+ messages)
[PATCH v16 00/22] per memcg lru_lock
2020-07-21 13:51 UTC (66+ messages)
` [PATCH v16 01/22] mm/vmscan: remove unnecessary lruvec adding
` [PATCH v16 04/22] mm/compaction: rename compact_deferred as compact_should_defer
` [PATCH v16 06/22] mm/thp: clean up lru_add_page_tail
` [PATCH v16 09/22] mm/memcg: add debug checking in lock_page_memcg
` [PATCH v16 10/22] mm/swap: fold vm event PGROTATED into pagevec_move_tail_fn
` [PATCH v16 11/22] mm/lru: move lru_lock holding in func lru_note_cost_page
` [PATCH v16 13/22] mm/lru: introduce TestClearPageLRU
` [PATCH v16 14/22] mm/thp: add tail pages into lru anyway in split_huge_page()
` [PATCH v16 18/22] mm/lru: replace pgdat lru_lock with lruvec lock
` [PATCH v16 19/22] mm/lru: introduce the relock_page_lruvec function
` [PATCH v16 02/22] mm/page_idle: no unlikely double check for idle page counting
` [PATCH v16 03/22] mm/compaction: correct the comments of compact_defer_shift
` [PATCH v16 05/22] mm/thp: move lru_add_page_tail func to huge_memory.c
` [PATCH v16 07/22] mm/thp: remove code path which never got into
` [PATCH v16 08/22] mm/thp: narrow lru locking
` [PATCH v16 12/22] mm/lru: move lock into lru_note_cost
` [PATCH v16 15/22] mm/compaction: do page isolation first in compaction
` [PATCH v16 16/22] mm/mlock: reorder isolation sequence during munlock
` [PATCH v16 17/22] mm/swap: serialize memcg changes during pagevec_lru_move_fn
` [PATCH v16 20/22] mm/vmscan: use relock for move_pages_to_lru
` [PATCH v16 21/22] mm/pgdat: remove pgdat lru_lock
` [PATCH v16 22/22] mm/lru: revise the comments of lru_lock
bdi cleanups
2020-07-21 5:46 UTC (22+ messages)
` [PATCH 01/14] fs: remove the unused SB_I_MULTIROOT flag
` [PATCH 03/14] drbd: remove RB_CONGESTED_REMOTE
` [PATCH 02/14] drbd: remove dead code in device_to_statistics
` [PATCH 04/14] bdi: initialize ->ra_pages in bdi_init
` [PATCH 07/14] block: make QUEUE_SYSFS_BIT_FNS a little more useful
` [PATCH 05/14] md: update the optimal I/O size on reshape
` [PATCH 06/14] block: lift setting the readahead size into the block layer
` [PATCH 08/14] block: add helper macros for queue sysfs entries
` [PATCH 09/14] bdi: remove BDI_CAP_CGROUP_WRITEBACK
` [PATCH 10/14] bdi: remove BDI_CAP_SYNCHRONOUS_IO
` [PATCH 11/14] mm: use SWP_SYNCHRONOUS_IO more intelligently
` [PATCH 12/14] bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
` [PATCH 13/14] bdi: invert BDI_CAP_NO_ACCT_WB
` [PATCH 14/14] bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag
[patch] mm, memcg: provide a stat to describe reclaimable memory
2020-07-20 7:37 UTC (15+ messages)
` "
` [patch] mm, memcg: provide an anon_reclaimable stat
[PATCH] memcontrol: drop duplicate word and fix spello in <linux/memcontrol.h>
2020-07-18 7:16 UTC (2+ messages)
[PATCH v2 0/2] mm, memcg: reclaim harder before high throttling
2020-07-14 15:45 UTC (5+ messages)
` [PATCH v2 1/2] mm, memcg: reclaim more aggressively before high allocator throttling
` [PATCH v2 2/2] mm, memcg: unify reclaim retry limits with page allocator
[PATCH v4 0/2] mm, memcg: memory.{low,min} reclaim fix & cleanup
2020-07-13 11:06 UTC (3+ messages)
` [PATCH v4 1/2] mm, memcg: Avoid stale protection values when cgroup is above protection
` [PATCH v4 2/2] mm, memcg: Decouple e{low,min} state mutations from protection checks
Memcg stat for available memory
2020-07-12 22:02 UTC (7+ messages)
[PATCH v14 00/20] per memcg lru lock
2020-07-10 14:09 UTC (17+ messages)
` [PATCH v14 07/20] mm/thp: narrow lru locking
` [PATCH v14 15/20] mm/swap: serialize memcg changes during pagevec_lru_move_fn
[PATCH v15 00/20] per memcg lock
2020-07-09 15:55 UTC (23+ messages)
` [PATCH v15 01/21] mm/vmscan: remove unnecessary lruvec adding
` [PATCH v15 02/21] mm/page_idle: no unlikely double check for idle page counting
` [PATCH v15 03/21] mm/compaction: correct the comments of compact_defer_shift
` [PATCH v15 04/21] mm/compaction: rename compact_deferred as compact_should_defer
` [PATCH v15 05/21] mm/thp: move lru_add_page_tail func to huge_memory.c
` [PATCH v15 06/21] mm/thp: clean up lru_add_page_tail
` [PATCH v15 07/21] mm/thp: narrow lru locking
` [PATCH v15 08/21] mm/memcg: add debug checking in lock_page_memcg
` [PATCH v15 09/21] mm/swap: fold vm event PGROTATED into pagevec_move_tail_fn
` [PATCH v15 10/21] mm/lru: move lru_lock holding in func lru_note_cost_page
` [PATCH v15 11/21] mm/lru: move lock into lru_note_cost
` [PATCH v15 13/21] mm/compaction: do page isolation first in compaction
` [PATCH v15 15/21] mm/swap: serialize memcg changes during pagevec_lru_move_fn
` [PATCH v15 12/21] mm/lru: introduce TestClearPageLRU
` [PATCH v15 14/21] mm/mlock: reorder isolation sequence during munlock
` [PATCH v15 16/21] mm/lru: replace pgdat lru_lock with lruvec lock
` [PATCH v15 17/21] mm/lru: introduce the relock_page_lruvec function
` [PATCH v15 18/21] mm/vmscan: use relock for move_pages_to_lru
` [PATCH v15 19/21] mm/pgdat: remove pgdat lru_lock
` [PATCH v15 20/21] mm/lru: revise the comments of lru_lock
remove dead bdi congestion leftovers
2020-07-09 14:01 UTC (5+ messages)
drive-by blk-cgroup cleanups
2020-07-08 14:02 UTC (3+ messages)
` [PATCH 01/14] dm: use bio_uninit instead of bio_disassociate_blkg
[RFC PROPOSAL] memcg: per-memcg user space reclaim interface
2020-07-07 17:02 UTC (9+ messages)
[PATCH] doc: cgroup: add f2fs and xfs to supported list for writeback
2020-07-05 20:35 UTC (2+ messages)
[PATCH 00/13] Documentation/admin-guide: eliminate duplicated words
2020-07-05 20:02 UTC (13+ messages)
` [PATCH 05/13] Documentation/admin-guide: mm/ksm: drop doubled word
` [PATCH 04/13] Documentation/admin-guide: media/building: drop doubled words
` [PATCH 06/13] Documentation/admin-guide: pnfs-block-server: drop doubled word
` [PATCH 07/13] Documentation/admin-guide: pnfs-scsi-server: "
` [PATCH 08/13] Documentation/admin-guide: arm-ccn: "
` [PATCH 09/13] Documentation/admin-guide: intel_pstate: "
` [PATCH 10/13] Documentation/admin-guide: intel-speed-select: drop doubled words
` [PATCH 11/13] Documentation/admin-guide: sysctl/kernel: drop doubled word
` [PATCH 12/13] Documentation/admin-guide: tainted-kernels: "
` [PATCH 13/13] Documentation/admin-guide: xfs: "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).