backing_dev_info cleanups & lifetime rule fixes V2
2015-01-15 10:57 UTC (24+ messages)
` [PATCH 01/12] fs: deduplicate noop_backing_dev_info
` [PATCH 02/12] fs: kill BDI_CAP_SWAP_BACKED
` [PATCH 03/12] fs: introduce f_op->mmap_capabilities for nommu mmap support
` [PATCH 04/12] block_dev: only write bdev inode on close
` [PATCH 05/12] block_dev: get bdev inode bdi directly from the block device
` [PATCH 06/12] nilfs2: set up s_bdi like the generic mount_bdev code
` [PATCH 07/12] fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info
` [PATCH 08/12] fs: remove mapping->backing_dev_info
` [PATCH 09/12] ceph: remove call to bdi_unregister
` [PATCH 10/12] nfs: don't call bdi_unregister
` [PATCH 11/12] fs: don't reassign dirty inodes to default_backing_dev_info
` [PATCH 12/12] fs: remove default_backing_dev_info
[PATCH 0/8] current ACCESS_ONCE patch queue
2015-01-15 10:43 UTC (11+ messages)
` [PATCH 1/8] ppc/kvm: Replace ACCESS_ONCE with READ_ONCE
` [PATCH 2/8] ppc/hugetlbfs: "
` [PATCH 3/8] x86/xen/p2m: "
` [Xen-devel] "
` [PATCH 4/8] x86/spinlock: Leftover conversion ACCESS_ONCE->READ_ONCE
` [PATCH 5/8] mm/gup: Replace ACCESS_ONCE with READ_ONCE
` [PATCH 6/8] kernel: tighten rules for ACCESS ONCE
` [PATCH 7/8] next: sh: Fix compile error
` [PATCH 8/8] kernel: Fix sparse warning for ACCESS_ONCE
[LSF/MM TOPIC] userfaultfd
2015-01-15 9:01 UTC (2+ messages)
[PATCH -mm v2] vmscan: move reclaim_state handling to shrink_slab
2015-01-15 8:37 UTC
[PATCH v2 1/2] mm/slub: optimize alloc/free fastpath by removing preemption on/off
2015-01-15 8:10 UTC (3+ messages)
` [PATCH v2 2/2] mm: don't use compound_head() in virt_to_head_page()
[PATCH -mm] vmscan: move reclaim_state handling to shrink_slab
2015-01-15 7:56 UTC (3+ messages)
[PATCH v3 1/5] mm/compaction: change tracepoint format from decimal to hexadecimal
2015-01-15 7:41 UTC (5+ messages)
` [PATCH v3 2/5] mm/compaction: enhance tracepoint output for compaction begin/end
` [PATCH v3 3/5] mm/compaction: print current range where compaction work
` [PATCH v3 4/5] mm/compaction: more trace to understand when/why compaction start/finish
` [PATCH v3 5/5] mm/compaction: add tracepoint to observe behaviour of compaction defer
[PATCH v2 2/2] task_mmu: Add user-space support for resetting mm->hiwater_rss (peak RSS)
2015-01-14 23:39 UTC (4+ messages)
[LSF/MM TOPIC ATTEND]
2015-01-14 21:27 UTC (4+ messages)
[PATCH] mm: account pmd page tables to the process
2015-01-14 18:27 UTC (2+ messages)
[patch 1/2] mm: page_counter: pull "-1" handling out of page_counter_memparse()
2015-01-14 17:19 UTC (13+ messages)
` [patch 2/2] mm: memcontrol: default hierarchy interface for memory
[PATCH v2] mm: vmscan: fix the page state calculation in too_many_isolated
2015-01-14 16:50 UTC (2+ messages)
[RFC V6 2/3] add CONFIG_HAVE_ARCH_BITREVERSE to support rbit instruction
2015-01-14 16:38 UTC (11+ messages)
` [RFC V6 2/3] arm:add bitrev.h file "
[patch] mm: memcontrol: fold move_anon() and move_file()
2015-01-14 15:42 UTC (3+ messages)
[PATCH V2 linux-next] mm,compaction: move suitable_migration_target() under CONFIG_COMPACTION
2015-01-14 14:55 UTC (2+ messages)
[PATCH 0/2] Account PMD page tables to the process
2015-01-14 14:48 UTC (11+ messages)
` [PATCH 1/2] mm: rename mm->nr_ptes to mm->nr_pgtables
` [PATCH 2/2] mm: account pmd page tables to the process
[PATCH 0/5] kstrdup optimization
2015-01-14 14:37 UTC (16+ messages)
` [PATCH 1/5] mm/util: add kstrdup_const
` [PATCH 2/5] kernfs: convert node name allocation to kstrdup_const
` [PATCH 2.5/5] kernfs: remove KERNFS_STATIC_NAME
` [PATCH 3/5] clk: convert clock name allocations to kstrdup_const
[PATCH] mm: vmscan: fix the page state calculation in too_many_isolated
2015-01-14 11:27 UTC (3+ messages)
[Regression] 3.19-rc3 : memcg: Hang in mount memcg
2015-01-14 11:16 UTC (11+ messages)
` [PATCH cgroup/for-3.19-fixes] cgroup: implement cgroup_subsys->unbind() callback
Should mmap MAP_LOCKED fail if mm_poppulate fails?
2015-01-14 9:50 UTC
[LSF/MM TOPIC] The kernel address sanitizer
2015-01-14 8:18 UTC (3+ messages)
[PATCH -mm] fs: shrinker: always scan at least one object of each type
2015-01-14 7:36 UTC (3+ messages)
[PATCH] x86, mpx: Ensure unused arguments of prctl() MPX requests are 0
2015-01-14 7:21 UTC (7+ messages)
[PATCH v2 0/5] clean up and generalize swap-over-NFS
2015-01-14 3:18 UTC (2+ messages)
[PATCH 1/1] mm: pagemap: limit scan to virtual region being asked
2015-01-14 1:08 UTC (2+ messages)
[PATCH] mm: wrap BUG() branches with unlikely()
2015-01-14 0:03 UTC (2+ messages)
[PATCH v12 00/20] DAX: Page cache bypass for filesystems on memory storage
2015-01-13 22:47 UTC (31+ messages)
` [PATCH v12 03/20] mm: Fix XIP fault vs truncate race
` [PATCH v12 04/20] mm: Allow page fault handlers to perform the COW
` [PATCH v12 06/20] dax,ext2: Replace XIP read and write with DAX I/O
` [PATCH v12 07/20] dax,ext2: Replace ext2_clear_xip_target with dax_clear_blocks
` [PATCH v12 08/20] dax,ext2: Replace the XIP page fault handler with the DAX page fault handler
` [PATCH v12 09/20] dax,ext2: Replace xip_truncate_page with dax_truncate_page
` [PATCH v12 10/20] dax: Replace XIP documentation with DAX documentation
` [PATCH v12 18/20] dax: Add dax_zero_page_range
[PATCH 0/5] leverage FAULT_FOLL_ALLOW_RETRY in get_user_pages try#2
2015-01-13 19:26 UTC (8+ messages)
` [PATCH 1/5] mm: gup: add get_user_pages_locked and get_user_pages_unlocked
` [PATCH 2/5] mm: gup: add __get_user_pages_unlocked to customize gup_flags
` [PATCH 3/5] mm: gup: use get_user_pages_unlocked within get_user_pages_fast
` [PATCH 4/5] mm: gup: use get_user_pages_unlocked
` [PATCH 5/5] mm: gup: kvm "
[patch] mm: memcontrol: default hierarchy interface for memory fix
2015-01-13 19:02 UTC
[RFC] A question about memcg/kmem
2015-01-13 16:28 UTC (4+ messages)
mm performance with zram
2015-01-13 16:25 UTC (3+ messages)
[patch 1/3] mm: memcontrol: remove unnecessary soft limit tree node test
2015-01-13 15:01 UTC (6+ messages)
` [patch 2/3] mm: memcontrol: consolidate memory controller initialization
` [patch 3/3] mm: memcontrol: consolidate swap controller code
[PATCH] memcg: remove extra newlines from memcg oom kill log
2015-01-13 14:15 UTC (3+ messages)
[patch 4/6] mm: fix invalid use of pfn_valid_within in test_pages_in_a_zone
2015-01-13 10:18 UTC (5+ messages)
[PATCH 1/1 linux-next] mm,compaction: move suitable_migration_target() under CONFIG_COMPACTION
2015-01-13 9:45 UTC (4+ messages)
[PATCH V2] mm/thp: Allocate transparent hugepages on local node
2015-01-13 9:25 UTC (7+ messages)
[PATCH -v3 0/5] OOM vs PM freezer fixes
2015-01-13 8:41 UTC (8+ messages)
` [PATCH -v3 5/5] oom, PM: make OOM detection in the freezer path raceless
[PATCH v2 1/5] mm/compaction: change tracepoint format from decimal to hexadecimal
2015-01-13 8:35 UTC (14+ messages)
` [PATCH v2 2/5] mm/compaction: enhance tracepoint output for compaction begin/end
` [PATCH v2 3/5] mm/compaction: print current range where compaction work
` [PATCH v2 4/5] mm/compaction: more trace to understand when/why compaction start/finish
` [PATCH v2 5/5] mm/compaction: add tracepoint to observe behaviour of compaction defer
[PATCH] memcg: add BUILD_BUG_ON() for string tables
2015-01-13 8:15 UTC (3+ messages)
[PATCH -mm 1/2] mm: vmscan: account slab pages on memcg reclaim
2015-01-13 7:55 UTC (6+ messages)
` [PATCH -mm 2/2] mm: vmscan: init reclaim_state in do_try_to_free_pages
[PATCH] mm: fix corner case in anon_vma endless growing prevention
2015-01-13 6:53 UTC (3+ messages)
[PATCH 0/3] mm: cma: /proc/cmainfo
2015-01-13 2:27 UTC (6+ messages)
[PATCHv2 0/2] mm: infrastructure for correctly handling foreign pages on Xen
2015-01-12 22:35 UTC (5+ messages)
` [PATCH 1/2] mm: provide a find_page vma operation
` [PATCH 2/2] mm: add 'foreign' alias for the 'pinned' page flag
[PATCH v2] mm/zsmalloc: add statistics support
2015-01-12 20:07 UTC (11+ messages)
HMM (Heterogeneous Memory Management) v8
2015-01-12 20:05 UTC (8+ messages)
` [PATCH 1/6] mmu_notifier: add event information to address invalidation v6
` [PATCH 3/6] HMM: introduce heterogeneous memory management v2
[RFC PATCH 0/6] xfs: truncate vs page fault IO exclusion
2015-01-12 17:42 UTC (3+ messages)
[PATCH] lowmemorykiller: Avoid excessive/redundant calling of LMK
2015-01-12 16:19 UTC
[PATCH] lowmemorykiller: Avoid excessive/redundant calling of LMK
2015-01-12 16:14 UTC (2+ messages)
backing_dev_info cleanups & lifetime rule fixes
2015-01-12 12:36 UTC (7+ messages)
` [PATCH 04/12] block_dev: only write bdev inode on close
` [PATCH 07/12] fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info
kernel BUG at mm/rmap.c:399!
2015-01-11 11:26 UTC
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox