linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-11 21:52:46 to 2020-11-14 10:22:31 UTC [more...]

[PATCH v4 00/16] Overhaul multi-page lookups for THP
 2020-11-14 10:22 UTC  (31+ 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 15/16] mm/truncate,shmem: Handle truncates that split THPs
` [PATCH v4 16/16] mm/filemap: Return only head pages from find_get_entries

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

support splice reads on seq_file based procfs files v2
 2020-11-14  7:00 UTC  (18+ messages)
` [PATCH 1/6] seq_file: add seq_read_iter

[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 v8 0/9] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-11-13 23:42 UTC  (18+ messages)
` [PATCH v8 2/9] mmap: make mlock_future_check() global
` [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 v10 00/41] btrfs: zoned block device support
 2020-11-13 21:34 UTC  (9+ 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  (4+ messages)
` [PATCH v5 1/2] NFS: NFSv2/NFSv3: Use cred from fs_context during mount
` [PATCH v5 2/2] NFSv4: Refactor to use user namespaces for nfs4idmap

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

[PATCH v4 00/21] Free some vmemmap pages of hugetlb page
 2020-11-13 10:59 UTC  (22+ 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

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

[RFC][PATCH 00/18] crypto: Add generic Kerberos library
 2020-11-12 21:09 UTC  (28+ messages)
` [PATCH 01/18] crypto/krb5: Implement Kerberos crypto core
` [PATCH 02/18] crypto/krb5: Add some constants out of sunrpc headers
` [PATCH 03/18] crypto/krb5: Provide infrastructure and key derivation
` [PATCH 04/18] crypto/krb5: Implement the Kerberos5 rfc3961 "
` [PATCH 05/18] crypto/krb5: Implement the Kerberos5 rfc3961 encrypt and decrypt functions
` [PATCH 06/18] crypto/krb5: Implement the Kerberos5 rfc3961 get_mic and verify_mic
` [PATCH 07/18] crypto/krb5: Implement the AES enctypes from rfc3962
` [PATCH 08/18] crypto/krb5: Implement crypto self-testing
` [PATCH 09/18] crypto/krb5: Implement the AES enctypes from rfc8009
` [PATCH 10/18] crypto/krb5: Implement the AES encrypt/decrypt "
` [PATCH 11/18] crypto/krb5: Add the AES self-testing data "
` [PATCH 12/18] crypto/krb5: Implement the Camellia enctypes from rfc6803
` [PATCH 13/18] rxrpc: Add the security index for yfs-rxgk
` [PATCH 14/18] rxrpc: Add YFS RxGK (GSSAPI) security class
` [PATCH 15/18] rxrpc: rxgk: Provide infrastructure and key derivation
` [PATCH 16/18] rxrpc: rxgk: Implement the yfs-rxgk security class (GSSAPI)
` [PATCH 17/18] rxrpc: rxgk: Implement connection rekeying
` [PATCH 18/18] rxgk: Support OpenAFS's rxgk implementation

[PATCH v24 00/12] Landlock LSM
 2020-11-12 20:51 UTC  (13+ messages)
` [PATCH v24 01/12] landlock: Add object management
` [PATCH v24 02/12] landlock: Add ruleset and domain management
` [PATCH v24 03/12] landlock: Set up the security framework and manage credentials
` [PATCH v24 04/12] landlock: Add ptrace restrictions
` [PATCH v24 05/12] LSM: Infrastructure management of the superblock
` [PATCH v24 06/12] fs,security: Add sb_delete hook
` [PATCH v24 07/12] landlock: Support filesystem access-control
` [PATCH v24 08/12] landlock: Add syscall implementations
` [PATCH v24 09/12] arch: Wire up Landlock syscalls
` [PATCH v24 10/12] selftests/landlock: Add user space tests
` [PATCH v24 11/12] samples/landlock: Add a sandbox manager example
` [PATCH v24 12/12] landlock: Add user and kernel documentation

cleanup updating the size of block devices v2
 2020-11-12 19:22 UTC  (3+ messages)
` [PATCH 05/24] block: remove the update_bdev parameter from set_capacity_revalidate_and_notify

[PATCH v3 00/12] Overhaul multi-page lookups for THP
 2020-11-12 19:11 UTC  (8+ messages)
` [PATCH v3 01/12] mm: Make pagecache tagged lookups return only head pages
` [PATCH v3 03/12] mm/filemap: Add helper for finding pages

[patch V3 00/37] mm/highmem: Preemptible variant of kmap_atomic & friends
 2020-11-12 11:07 UTC  (5+ messages)
` [patch V3 10/37] ARM: highmem: Switch to generic kmap atomic

[PATCH 00/35] Enhance memory utilization with DMEMFS
 2020-11-12 10:03 UTC  (6+ messages)
` [PATCH 01/35] fs: introduce dmemfs module

[PATCH v2] f2fs: fix double free of unicode map
 2020-11-12  9:25 UTC  (2+ messages)

[PATCH] f2fs: fix double free of unicode map
 2020-11-12  8:30 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH v13 0/4] SELinux support for anonymous inodes and UFFD
 2020-11-12  1:53 UTC  (5+ messages)
` [PATCH v13 1/4] security: add inode_init_security_anon() LSM hook
` [PATCH v13 2/4] fs: add LSM-supporting anon-inode interface
` [PATCH v13 3/4] selinux: teach SELinux about anonymous inodes
` [PATCH v13 4/4] userfaultfd: use secure anon inodes for userfaultfd

[PATCH v4 0/2] NFS: Fix interaction between fs_context and user namespaces
 2020-11-12  0:42 UTC  (9+ messages)

[PATCH v3 0/6] fuse: Implement FUSE_HANDLE_KILLPRIV_V2 and enable SB_NOSEC
 2020-11-11 22:09 UTC  (7+ messages)
` [PATCH v3 3/6] fuse: setattr should set FATTR_KILL_PRIV upon size change

[PATCH RFC v2 0/8] Superblock Notifications
 2020-11-11 21:52 UTC  (5+ messages)
` [PATCH RFC v2 5/8] vfs: Include origin of the SB error notification
` [PATCH RFC v2 6/8] fs: Add more superblock error subtypes
` [PATCH RFC v2 7/8] ext4: Implement SB error notification through watch_sb
` [PATCH RFC v2 8/8] samples: watch_queue: Add sample of SB notifications


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