linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-12 21:28:01 to 2020-11-16 13:52:50 UTC [more...]

[PATCH v4 00/21] Free some vmemmap pages of hugetlb page
 2020-11-16 13:52 UTC  (25+ messages)
` [PATCH v4 01/21] mm/memory_hotplug: Move bootmem info registration API to bootmem_info.c
` [PATCH v4 02/21] mm/memory_hotplug: Move {get,put}_page_bootmem() "
` [PATCH v4 03/21] mm/hugetlb: Introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
` [PATCH v4 04/21] mm/hugetlb: Introduce nr_free_vmemmap_pages in the struct hstate
` [PATCH v4 05/21] mm/hugetlb: Introduce pgtable allocation/freeing helpers
` [PATCH v4 06/21] mm/bootmem_info: Introduce {free,prepare}_vmemmap_page()
` [PATCH v4 07/21] mm/bootmem_info: Combine bootmem info and type into page->freelist
` [PATCH v4 08/21] mm/hugetlb: Initialize page table lock for vmemmap
` [PATCH v4 09/21] mm/hugetlb: Free the vmemmap pages associated with each hugetlb page
` [PATCH v4 10/21] mm/hugetlb: Defer freeing of hugetlb pages
` [PATCH v4 11/21] mm/hugetlb: Allocate the vmemmap pages associated with each hugetlb page
` [PATCH v4 12/21] mm/hugetlb: Introduce remap_huge_page_pmd_vmemmap helper
` [PATCH v4 13/21] mm/hugetlb: Use PG_slab to indicate split pmd
` [PATCH v4 14/21] mm/hugetlb: Support freeing vmemmap pages of gigantic page
` [PATCH v4 15/21] mm/hugetlb: Set the PageHWPoison to the raw error page
` [PATCH v4 16/21] mm/hugetlb: Flush work when dissolving hugetlb page
` [PATCH v4 17/21] mm/hugetlb: Add a kernel parameter hugetlb_free_vmemmap
` [PATCH v4 18/21] mm/hugetlb: Merge pte to huge pmd only for gigantic page
` [PATCH v4 19/21] mm/hugetlb: Gather discrete indexes of tail page
` [PATCH v4 20/21] mm/hugetlb: Add BUILD_BUG_ON to catch invalid usage of tail struct page
` [PATCH v4 21/21] mm/hugetlb: Disable freeing vmemmap if struct page size is not power of two

[ANNOUNCE] stable util-linux v2.36.1
 2020-11-16 13:46 UTC 

[RFC PATCH 1/3] fs: Add s_instance_id field to superblock for unique identification
 2020-11-16 12:52 UTC  (9+ messages)
` [RFC PATCH 2/3] overlay: Add ovl_do_getxattr helper
` [RFC PATCH 3/3] overlay: Add the ability to remount volatile directories when safe

Garbage data while reading via usermode driver?
 2020-11-16 12:35 UTC  (3+ messages)

[PATCH v4 00/16] Overhaul multi-page lookups for THP
 2020-11-16 10:34 UTC  (34+ messages)
` [PATCH v4 01/16] mm: Make pagecache tagged lookups return only head pages
` [PATCH v4 02/16] mm/shmem: Use pagevec_lookup in shmem_unlock_mapping
` [PATCH v4 03/16] mm/swap: Optimise get_shadow_from_swap_cache
` [PATCH v4 04/16] mm: Add FGP_ENTRY
` [PATCH v4 05/16] mm/filemap: Rename find_get_entry to mapping_get_entry
` [PATCH v4 06/16] mm/filemap: Add helper for finding pages
` [PATCH v4 07/16] mm/filemap: Add mapping_seek_hole_data
` [PATCH v4 08/16] iomap: Use mapping_seek_hole_data
` [PATCH v4 09/16] mm: Add and use find_lock_entries
` [PATCH v4 10/16] mm: Add an 'end' parameter to find_get_entries
` [PATCH v4 11/16] mm: Add an 'end' parameter to pagevec_lookup_entries
` [PATCH v4 12/16] mm: Remove nr_entries parameter from pagevec_lookup_entries
` [PATCH v4 13/16] mm: Pass pvec directly to find_get_entries
` [PATCH v4 14/16] mm: Remove pagevec_lookup_entries
` [PATCH v4 16/16] mm/filemap: Return only head pages from find_get_entries

[PATCH v4 00/27]Fix several bad kernel-doc markups
 2020-11-16 10:18 UTC  (2+ messages)
` [PATCH v4 11/27] fs: fix "

INFO: task can't die in io_sq_thread_stop
 2020-11-16  9:32 UTC  (2+ messages)

[RESEND][PATCH] ima: Set and clear FMODE_CAN_READ in ima_calc_file_hash()
 2020-11-16  8:52 UTC  (2+ messages)

[PATCH 0/2] io_uring: add mkdirat support
 2020-11-16  4:45 UTC  (3+ messages)
` [PATCH 1/2] fs: make do_mkdirat() take struct filename
` [PATCH 2/2] io_uring: add support for IORING_OP_MKDIRAT

support splice reads on seq_file based procfs files v2
 2020-11-16  3:29 UTC  (26+ messages)
` [PATCH 1/6] seq_file: add seq_read_iter

WARNING: suspicious RCU usage in unmap_page_range
 2020-11-15 19:30 UTC 

Corporate and Personal Loan *
 2020-11-15 16:43 UTC 

[PATCH v2 00/39] fs: idmapped mounts
 2020-11-15 12:31 UTC  (41+ messages)
` [PATCH v2 01/39] namespace: take lock_mount_hash() directly when changing flags
` [PATCH v2 02/39] mount: make {lock,unlock}_mount_hash() static
` [PATCH v2 03/39] namespace: only take read lock in do_reconfigure_mnt()
` [PATCH v2 04/39] fs: add mount_setattr()
` [PATCH v2 05/39] tests: add mount_setattr() selftests
` [PATCH v2 06/39] fs: add id translation helpers
` [PATCH v2 07/39] mount: attach mappings to mounts
` [PATCH v2 08/39] capability: handle idmapped mounts
` [PATCH v2 09/39] namei: add idmapped mount aware permission helpers
` [PATCH v2 10/39] inode: add idmapped mount aware init and "
` [PATCH v2 11/39] attr: handle idmapped mounts
` [PATCH v2 12/39] acl: "
` [PATCH v2 13/39] xattr: "
` [PATCH v2 14/39] commoncap: "
` [PATCH v2 15/39] stat: "
` [PATCH v2 16/39] namei: handle idmapped mounts in may_*() helpers
` [PATCH v2 17/39] namei: introduce struct renamedata
` [PATCH v2 18/39] namei: prepare for idmapped mounts
` [PATCH v2 19/39] open: handle idmapped mounts in do_truncate()
` [PATCH v2 20/39] open: handle idmapped mounts
` [PATCH v2 21/39] af_unix: "
` [PATCH v2 22/39] utimes: "
` [PATCH v2 23/39] fcntl: "
` [PATCH v2 24/39] notify: "
` [PATCH v2 25/39] init: "
` [PATCH v2 26/39] ioctl: "
` [PATCH v2 27/39] would_dump: "
` [PATCH v2 28/39] exec: "
` [PATCH v2 29/39] fs: add helpers for idmap mounts
` [PATCH v2 30/39] apparmor: handle idmapped mounts
` [PATCH v2 31/39] audit: "
` [PATCH v2 32/39] ima: "
` [PATCH v2 33/39] fat: "
` [PATCH v2 34/39] ext4: support "
` [PATCH v2 35/39] ecryptfs: do not mount on top of "
` [PATCH v2 36/39] overlayfs: "
` [PATCH v2 37/39] fs: introduce MOUNT_ATTR_IDMAP
` [PATCH v2 38/39] selftests: add idmapped mounts xattr selftest
` [PATCH v2 39/39] tests: add vfs/idmapped mounts test suite

[PATCH v8 0/9] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-11-15  9:17 UTC  (15+ messages)
` [PATCH v8 3/9] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v8 4/9] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v8 6/9] secretmem: add memcg accounting
` [PATCH v8 8/9] arch, mm: wire up memfd_secret system call were relevant

[PATCH v8 2/9] mmap: make mlock_future_check() global
 2020-11-15  8:26 UTC  (3+ messages)

[PATCH] afs: Fix afs_write_end() when called with copied == 0 [ver #2]
 2020-11-14 19:46 UTC  (4+ messages)

[PATCH] afs: Fix afs_write_end() when called with copied == 0 [ver #3]
 2020-11-14 17:27 UTC 

[PATCH] afs: Fix afs_write_end() when called with copied == 0
 2020-11-14 17:26 UTC  (2+ messages)

Corporate and Personal Loan/
 2020-11-10 14:09 UTC 

[PATCH v2 00/13] arch, mm: deprecate DISCONTIGMEM
 2020-11-14 12:15 UTC  (3+ messages)
` [PATCH v2 09/13] arm, arm64: move free_unused_memmap() to generic mm

[PATCH v3] libfs: fix error cast of negative value in simple_attr_write()
 2020-11-14  8:09 UTC 

[GIT PULL] vfs: fs freeze fix for 5.10-rc4
 2020-11-14  0:49 UTC  (4+ messages)

[GIT PULL] xfs: fixes for 5.10-rc4
 2020-11-14  0:15 UTC  (2+ messages)

[GIT PULL] vfs: fs freeze fix for 5.10-rc4 (part 2)
 2020-11-14  0:15 UTC  (2+ messages)

[PATCH] fs: make do_renameat2() take struct filename
 2020-11-13 23:58 UTC 

[PATCH v10 00/41] btrfs: zoned block device support
 2020-11-13 21:34 UTC  (7+ messages)
` [PATCH v10 04/41] btrfs: get zone information of zoned block devices

Proposal for the new mount options: no_symlink and no_new_symlink
 2020-11-13 20:35 UTC 

Are THPs the right model for the pagecache?
 2020-11-13 19:44 UTC  (7+ messages)

[PATCH v5 0/2] NFS: Fix interaction between fs_context and user namespaces
 2020-11-13 18:46 UTC  (2+ messages)

[RFC] fs: Avoid to use lockdep information if it's turned off
 2020-11-13 17:19 UTC  (5+ messages)

memory leak in generic_parse_monolithic
 2020-11-13 17:17 UTC 

[PATCH] sysctl: move local variable in proc_do_large_bitmap() to proper scope
 2020-11-13 14:17 UTC  (3+ messages)

[PATCH 0/2] Support for O_TMPFILE in fuse
 2020-11-13 13:54 UTC  (9+ messages)
` [PATCH 2/2] fuse: Implement O_TMPFILE support

[PATCH v2] libfs: fix error cast of negative value in simple_attr_write()
 2020-11-13 12:35 UTC  (3+ messages)

[bug report] fuse: get rid of fuse_mount refcount
 2020-11-13 10:08 UTC  (2+ messages)

[RFC PATCH v4 0/9] implement containerized syncfs for overlayfs
 2020-11-13  6:55 UTC  (10+ messages)
` [RFC PATCH v4 1/9] ovl: setup overlayfs' private bdi
` [RFC PATCH v4 2/9] ovl: implement ->writepages operation
` [RFC PATCH v4 3/9] ovl: implement overlayfs' ->evict_inode operation
` [RFC PATCH v4 4/9] ovl: mark overlayfs' inode dirty on modification
` [RFC PATCH v4 5/9] ovl: mark overlayfs' inode dirty on shared mmap
` [RFC PATCH v4 6/9] ovl: implement overlayfs' ->write_inode operation
` [RFC PATCH v4 7/9] ovl: cache dirty overlayfs' inode
` [RFC PATCH v4 8/9] fs: export wait_sb_inodes()
` [RFC PATCH v4 9/9] ovl: implement containerized syncfs for overlayfs

mmotm 2020-11-12-20-01 uploaded
 2020-11-13  6:35 UTC  (2+ messages)
` mmotm 2020-11-12-20-01 uploaded (mm/secretmem.c)

[PATCH v3 00/21] Free some vmemmap pages of hugetlb page
 2020-11-13  4:18 UTC  (7+ messages)
` [PATCH v3 05/21] mm/hugetlb: Introduce pgtable allocation/freeing helpers
    ` [External] "

[PATCH v12 0/4] SELinux support for anonymous inodes and UFFD
 2020-11-13  0:12 UTC  (7+ messages)
` [PATCH v12 3/4] selinux: teach SELinux about anonymous inodes

[RESEND PATCH] libfs: fix error cast of negative value in simple_attr_write()
 2020-11-12 23:34 UTC  (4+ messages)


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