linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-04 15:49:26 to 2020-12-07 16:34:59 UTC [more...]

[PATCH v2 00/10] allow unprivileged overlay mounts
 2020-12-07 16:32 UTC 

[RFC PATCH v2] do_exit(): panic() recursion detected
 2020-12-07 16:19 UTC  (4+ messages)

[PATCH 00/17] kmap: Create mem*_page interfaces
 2020-12-07 16:19 UTC  (6+ messages)
` [PATCH 03/17] drivers/gpu: Convert to mem*_page()

[PATCH v14 00/10] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-12-07 16:00 UTC  (9+ messages)
` [PATCH v14 04/10] set_memory: allow querying whether set_direct_map_*() is actually enabled
` [PATCH v14 09/10] arch, mm: wire up memfd_secret system call were relevant

[RESEND PATCH v2 00/12] Convert all vmstat counters to pages or bytes
 2020-12-07 15:02 UTC  (17+ messages)
` [RESEND PATCH v2 01/12] mm: memcontrol: fix NR_ANON_THPS account
` [RESEND PATCH v2 02/12] mm: memcontrol: convert NR_ANON_THPS account to pages
` [RESEND PATCH v2 03/12] mm: memcontrol: convert NR_FILE_THPS "
` [RESEND PATCH v2 04/12] mm: memcontrol: convert NR_SHMEM_THPS "
` [RESEND PATCH v2 05/12] mm: memcontrol: convert NR_SHMEM_PMDMAPPED "
` [RESEND PATCH v2 06/12] mm: memcontrol: convert NR_FILE_PMDMAPPED "
` [RESEND PATCH v2 07/12] mm: memcontrol: convert kernel stack account to bytes
` [RESEND PATCH v2 08/12] mm: memcontrol: convert NR_KERNEL_SCS_KB "
` [RESEND PATCH v2 09/12] mm: memcontrol: convert vmstat slab counters "
` [RESEND PATCH v2 10/12] mm: memcontrol: scale stat_threshold for byted-sized vmstat
` [RESEND PATCH v2 11/12] mm: memcontrol: make the slab calculation consistent
` [RESEND PATCH v2 12/12] mm: memcontrol: remove {global_}node_page_state_pages
  ` [External] Re: [RESEND PATCH v2 00/12] Convert all vmstat counters to pages or bytes

[PATCH RFC] btrfs: remove cow fixup related code
 2020-12-07 14:56 UTC  (2+ messages)

[RFC PATCH] do_exit(): panic() recursion detected
 2020-12-07 14:27 UTC  (4+ messages)
` [NEEDS-REVIEW] "

Why the auxiliary cipher in gss_krb5_crypto.c?
 2020-12-07 14:15 UTC  (18+ messages)
` [RFC][PATCH 00/18] crypto: Add generic Kerberos library

[PATCH v7 00/15] Free some vmemmap pages of hugetlb page
 2020-12-07 13:23 UTC  (17+ messages)
` [PATCH v7 01/15] mm/memory_hotplug: Move bootmem info registration API to bootmem_info.c
` [PATCH v7 02/15] mm/memory_hotplug: Move {get,put}_page_bootmem() "
    ` [External] "
` [PATCH v7 03/15] mm/hugetlb: Introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
    ` [External] "
` [PATCH v7 04/15] mm/hugetlb: Introduce nr_free_vmemmap_pages in the struct hstate
    ` [External] "
` [PATCH v7 05/15] mm/bootmem_info: Introduce {free,prepare}_vmemmap_page()
    ` [External] "

[iov_iter] 9bd0e337c6: will-it-scale.per_process_ops -4.8% regression
 2020-12-07 13:20 UTC  (4+ messages)

[RFC PATCH] 9p: create writeback fid on shared mmap
 2020-12-07 13:13 UTC  (5+ messages)
  ` [V9fs-developer] "

[PATCH v9 0/2] avoid xfs transaction reservation recursion
 2020-12-07 12:19 UTC  (5+ messages)
` [PATCH v9 1/2] mm: Add become_kswapd and restore_kswapd
` [PATCH v9 2/2] xfs: avoid transaction reservation recursion

[PATCH] libfs: unexport generic_ci_d_compare() and generic_ci_d_hash()
 2020-12-07 12:03 UTC  (2+ messages)

[RFC V2 00/37] Enhance memory utilization with DMEMFS
 2020-12-07 12:02 UTC  (39+ messages)
` [RFC V2 01/37] fs: introduce dmemfs module
` [RFC V2 02/37] mm: support direct memory reservation
` [RFC V2 03/37] dmem: implement dmem memory management
` [RFC V2 04/37] dmem: let pat recognize dmem
` [RFC V2 05/37] dmemfs: support mmap for dmemfs
` [RFC V2 06/37] dmemfs: support truncating inode down
` [RFC V2 07/37] dmem: trace core functions
` [RFC V2 08/37] dmem: show some statistic in debugfs
` [RFC V2 09/37] dmemfs: support remote access
` [RFC V2 10/37] dmemfs: introduce max_alloc_try_dpages parameter
` [RFC V2 11/37] mm: export mempolicy interfaces to serve dmem allocator
` [RFC V2 12/37] dmem: introduce mempolicy support
` [RFC V2 13/37] mm, dmem: introduce PFN_DMEM and pfn_t_dmem
` [RFC V2 14/37] mm, dmem: differentiate dmem-pmd and thp-pmd
` [RFC V2 15/37] mm: add pmd_special() check for pmd_trans_huge_lock()
` [RFC V2 16/37] dmemfs: introduce ->split() to dmemfs_vm_ops
` [RFC V2 17/37] mm, dmemfs: support unmap_page_range() for dmemfs pmd
` [RFC V2 18/37] mm: follow_pmd_mask() for dmem huge pmd
` [RFC V2 19/37] mm: gup_huge_pmd() "
` [RFC V2 20/37] mm: support dmem huge pmd for vmf_insert_pfn_pmd()
` [RFC V2 21/37] mm: support dmem huge pmd for follow_pfn()
` [RFC V2 22/37] kvm, x86: Distinguish dmemfs page from mmio page
` [RFC V2 23/37] kvm, x86: introduce VM_DMEM for syscall support usage
` [RFC V2 24/37] dmemfs: support hugepage for dmemfs
` [RFC V2 25/37] mm, x86, dmem: fix estimation of reserved page for vaddr_get_pfn()
` [RFC V2 26/37] mm, dmem: introduce pud_special() for dmem huge pud support
` [RFC V2 27/37] mm: add pud_special() check to support dmem huge pud
` [RFC V2 28/37] mm, dmemfs: support huge_fault() for dmemfs
` [RFC V2 29/37] mm: add follow_pte_pud() to support huge pud look up
` [RFC V2 30/37] dmem: introduce dmem_bitmap_alloc() and dmem_bitmap_free()
` [RFC V2 31/37] dmem: introduce mce handler
` [RFC V2 32/37] mm, dmemfs: register and handle the dmem mce
` [RFC V2 33/37] kvm, x86: enable record_steal_time for dmem
` [RFC V2 34/37] dmem: add dmem unit tests
` [RFC V2 35/37] mm, dmem: introduce dregion->memmap for dmem
` [RFC V2 36/37] vfio: support dmempage refcount for vfio
` [RFC V2 37/37] Add documentation for dmemfs

[PATCH v2 3/4] overlay: Add the ability to remount volatile directories when safe
 2020-12-07 11:39 UTC  (2+ messages)

[PATCH] do_exit(): panic() when double fault detected
 2020-12-07 10:40 UTC  (4+ messages)
` [NEEDS-REVIEW] "

WARNING: bad unlock balance detected! - mkfs.ext4/426 is trying to release lock (rcu_read_lock)
 2020-12-07 10:37 UTC  (3+ messages)

[PATCH] exfat: Avoid allocating upcase table using kcalloc()
 2020-12-07  9:34 UTC  (7+ messages)
        ` [PATCH v3] "
      ` [PATCH v2] "

sched: core.c:7270 Illegal context switch in RCU-bh read-side critical section! __alloc_pages_nodemask
 2020-12-07  5:52 UTC  (2+ messages)

[PATCH] fuse: Support FS_IOC_GET_ENCRYPTION_POLICY_EX
 2020-12-07  4:03 UTC 

[PATCH v3 RESEND] iomap: set REQ_NOWAIT according to IOCB_NOWAIT in Direct IO
 2020-12-07  2:21 UTC  (2+ messages)

[PATCH] direct-io: fix typo
 2020-12-07  3:06 UTC  (2+ messages)

[PATCH v2 0/9] Allow deleting files with unsupported encryption policy
 2020-12-06 23:12 UTC  (2+ messages)

[RFC PATCH v2 0/6] fsdax: introduce fs query to support reflink
 2020-12-06 22:55 UTC  (4+ messages)

[PATCH] iov_iter: optimise iter type checking
 2020-12-06 16:01 UTC  (2+ messages)

[PATCH v2 00/12] Convert all vmstat counters to pages or bytes
 2020-12-06 10:02 UTC  (15+ messages)
` [PATCH v2 01/12] mm: memcontrol: fix NR_ANON_THPS account
` [PATCH 1/9] mm: vmstat: fix stat_threshold for NR_KERNEL_STACK_KB
` [PATCH v2 02/12] mm: memcontrol: convert NR_ANON_THPS account to pages
` [PATCH 2/9] mm: memcontrol: fix NR_ANON_THPS account
` [PATCH v2 03/12] mm: memcontrol: convert NR_FILE_THPS account to pages
` [PATCH 3/9] mm: memcontrol: convert kernel stack account to byte-sized
` [PATCH 4/9] mm: memcontrol: convert NR_ANON_THPS account to pages
` [PATCH v2 04/12] mm: memcontrol: convert NR_SHMEM_THPS "
` [PATCH 5/9] mm: memcontrol: convert NR_FILE_THPS "
` [PATCH v2 05/12] mm: memcontrol: convert NR_SHMEM_PMDMAPPED "
` [PATCH v2 06/12] mm: memcontrol: convert NR_FILE_PMDMAPPED "
` [PATCH 6/9] mm: memcontrol: convert NR_SHMEM_THPS "
` [PATCH 7/9] mm: memcontrol: convert NR_SHMEM_PMDMAPPED "

[PATCH v2 07/12] mm: memcontrol: convert kernel stack account to bytes
 2020-12-06  8:29 UTC  (6+ messages)
` [PATCH v2 08/12] mm: memcontrol: convert NR_KERNEL_SCS_KB "
` [PATCH v2 09/12] mm: memcontrol: convert vmstat slab counters "
` [PATCH v2 10/12] mm: memcontrol: scale stat_threshold for byted-sized vmstat
` [PATCH v2 11/12] mm: memcontrol: make the slab calculation consistent
` [PATCH v2 12/12] mm: memcontrol: remove {global_}node_page_state_pages

memory leak in generic_parse_monolithic
 2020-12-06  2:45 UTC  (2+ messages)
` memory leak in generic_parse_monolithic [+PATCH]

[ANNOUNCE] erofs-utils: release 1.2
 2020-12-05 21:28 UTC 

/proc/net/sctp/snmp, setns, proc: revalidate misc dentries
 2020-12-05 18:50 UTC  (3+ messages)
` [PATCH] proc: fix lookup in /proc/net subdirectories after setns(2)

[PATCH 0/9] Convert all THP vmstat counters to pages
 2020-12-05 17:06 UTC  (18+ messages)
` [PATCH 1/9] mm: vmstat: fix stat_threshold for NR_KERNEL_STACK_KB
` [PATCH 2/9] mm: memcontrol: fix NR_ANON_THPS account
` [PATCH 3/9] mm: memcontrol: convert kernel stack account to byte-sized
` [PATCH 4/9] mm: memcontrol: convert NR_ANON_THPS account to pages
` [PATCH 5/9] mm: memcontrol: convert NR_FILE_THPS "
    ` [External] "
` [PATCH 6/9] mm: memcontrol: convert NR_SHMEM_THPS "
` [PATCH 7/9] mm: memcontrol: convert NR_SHMEM_PMDMAPPED "
` [PATCH 8/9] mm: memcontrol: convert NR_FILE_PMDMAPPED "
` [PATCH 9/9] mm: memcontrol: make the slab calculation consistent

[PATCH v2 0/4] Make overlayfs volatile mounts reusable
 2020-12-05 14:51 UTC  (6+ messages)
` [PATCH v2 4/4] overlay: Add rudimentary checking of writeback errseq on volatile remount

AFS documentation
 2020-12-05  5:46 UTC  (2+ messages)

[PATCH v14 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2020-12-05  0:41 UTC  (12+ messages)
` [PATCH v14 01/10] fs/ntfs3: Add headers and misc files
` [PATCH v14 04/10] fs/ntfs3: Add file operations and implementation
` [PATCH v14 05/10] fs/ntfs3: Add attrib operations
` [PATCH v14 06/10] fs/ntfs3: Add compression
` [PATCH v14 07/10] fs/ntfs3: Add NTFS journal
` [PATCH v14 08/10] fs/ntfs3: Add Kconfig, Makefile and doc
` [PATCH v14 09/10] fs/ntfs3: Add NTFS3 in fs/Kconfig and fs/Makefile

[RFC PATCH 0/9] Make shrinker's nr_deferred memcg aware
 2020-12-04 21:24 UTC  (8+ messages)
` [PATCH 4/9] mm: vmscan: use a new flag to indicate shrinker is registered

BUG: KCSAN: data-race in dec_zone_page_state / write_cache_pages
 2020-12-04 18:51 UTC 

[PATCH] file: remove redundant assignment to variable err
 2020-12-04 17:56 UTC 

[RFC PATCH v4 0/9] implement containerized syncfs for overlayfs
 2020-12-04 16:40 UTC  (3+ messages)
` 回复:[RFC "

[PATCH V2] uapi: fix statx attribute value overlap for DAX & MOUNT_ROOT
 2020-12-04 16:02 UTC  (10+ messages)

[LSFMMBPF 2021] A status update
 2020-12-04 15:48 UTC 


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).