linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-08 06:05:35 to 2022-03-10 14:14:29 UTC [more...]

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-03-10 14:09 UTC  (14+ messages)
` [PATCH v5 01/13] mm/memfd: Introduce MFD_INACCESSIBLE flag
` [PATCH v5 02/13] mm: Introduce memfile_notifier
` [PATCH v5 03/13] mm/shmem: Support memfile_notifier
` [PATCH v5 04/13] mm/shmem: Restrict MFD_INACCESSIBLE memory against RLIMIT_MEMLOCK
` [PATCH v5 05/13] KVM: Extend the memslot to support fd-based private memory
` [PATCH v5 06/13] KVM: Use kvm_userspace_memory_region_ext
` [PATCH v5 07/13] KVM: Add KVM_EXIT_MEMORY_ERROR exit
` [PATCH v5 08/13] KVM: Use memfile_pfn_ops to obtain pfn for private pages
` [PATCH v5 09/13] KVM: Handle page fault for private memory
` [PATCH v5 10/13] KVM: Register private memslot to memory backing store
` [PATCH v5 11/13] KVM: Zap existing KVM mappings when pages changed in the private fd
` [PATCH v5 12/13] KVM: Expose KVM_MEM_PRIVATE
` [PATCH v5 13/13] memfd_create.2: Describe MFD_INACCESSIBLE flag

[PATCH RFC v15 0/11] NFSD: Initial implementation of NFSv4 Courteous Server
 2022-03-10 14:02 UTC  (23+ messages)
` [PATCH RFC v15 01/11] fs/lock: add helper locks_any_blockers to check for blockers
` [PATCH RFC v15 04/11] NFSD: Update nfsd_breaker_owns_lease() to handle courtesy clients
` [PATCH RFC v15 06/11] NFSD: Update find_clp_in_name_tree() "
` [PATCH RFC v15 07/11] NFSD: Update find_in_sessionid_hashtbl() "
` [PATCH RFC v15 11/11] NFSD: Show state of courtesy clients in client info

[PATCH v4 0/6] Fix some bugs related to ramp and dax
 2022-03-10 13:48 UTC  (13+ messages)
` [PATCH v4 1/6] mm: rmap: fix cache flush on THP pages
` [PATCH v4 2/6] dax: fix cache flush on PMD-mapped pages
` [PATCH v4 3/6] mm: rmap: introduce pfn_mkclean_range() to cleans PTEs
` [PATCH v4 5/6] dax: fix missing writeprotect the pte entry
` [PATCH v4 6/6] mm: remove range parameter from follow_invalidate_pte()

[PATCH v11 0/8] fsdax: introduce fs query to support reflink
 2022-03-10 13:08 UTC  (2+ messages)

[PATCH 2/2] block: remove the per-bio/request write hint
 2022-03-10 12:15 UTC  (5+ messages)
    ` [EXT] "

Buffered I/O broken on s390x with page faults disabled (gfs2)
 2022-03-10 12:13 UTC  (28+ messages)

[fuse-devel] [PATCH] fuse: avoid deadlock when write fuse inode
 2022-03-10 11:10 UTC  (2+ messages)

[PATCH/RFC] VFS: support parallel updates in the one directory
 2022-03-10 11:10 UTC  (5+ messages)

[PATCH v4 0/9] Generic per-sb io stats
 2022-03-10 10:45 UTC  (6+ messages)
` [PATCH v4 2/9] lib/percpu_counter: add helpers for arrays of counters
` [PATCH v4 6/9] fs: report per-sb io stats

[RFC PATCH 0/1] FUSE: allow drivers to increase readahead
 2022-03-10 10:27 UTC  (3+ messages)
` [RFC PATCH 1/1] FUSE: Add FUSE_TRUST_MAX_RA flag enabling readahead settings >128KB

Napływ Klientów ze strony
 2022-03-10  8:50 UTC 

[PATCH v2] exfat: do not clear VolumeDirty in writeback
 2022-03-10  8:18 UTC 

mmotm 2022-03-09-23-28 uploaded
 2022-03-10  7:29 UTC 

[PATCH] block/psi: remove PSI annotations from submit_bio
 2022-03-10  6:46 UTC  (3+ messages)

Significant brokenness in DIO loopback path
 2022-03-10  5:17 UTC  (3+ messages)

[PATCH v6 0/6] initramfs: "crc" cpio format and INITRAMFS_PRESERVE_MTIME
 2022-03-10  3:41 UTC  (4+ messages)
` [PATCH v6 3/6] initramfs: add INITRAMFS_PRESERVE_MTIME Kconfig option

Report 2 in ext4 and journal based on v5.17-rc1
 2022-03-10  1:45 UTC  (4+ messages)

[PATCH v2 00/19] netfs: Prep for write helpers
 2022-03-10  1:40 UTC  (40+ messages)
` [PATCH v2 01/19] fscache: export fscache_end_operation()
` [PATCH v2 02/19] netfs: Generate enums from trace symbol mapping lists
` [PATCH v2 03/19] netfs: Rename netfs_read_*request to netfs_io_*request
` [PATCH v2 04/19] netfs: Finish off rename of netfs_read_request to netfs_io_request
` [PATCH v2 05/19] netfs: Split netfs_io_* object handling out
` [PATCH v2 06/19] netfs: Adjust the netfs_rreq tracepoint slightly
` [PATCH v2 07/19] netfs: Trace refcounting on the netfs_io_request struct
` [PATCH v2 08/19] netfs: Trace refcounting on the netfs_io_subrequest struct
` [PATCH v2 09/19] netfs: Adjust the netfs_failure tracepoint to indicate non-subreq lines
` [PATCH v2 10/19] netfs: Refactor arguments for netfs_alloc_read_request
` [PATCH v2 11/19] netfs: Change ->init_request() to return an error code
` [PATCH v2 12/19] netfs: Add a netfs inode context
` [PATCH v2 13/19] netfs: Add a function to consolidate beginning a read
` [PATCH v2 14/19] netfs: Prepare to split read_helper.c
` [PATCH v2 15/19] netfs: Rename read_helper.c to io.c
` [PATCH v2 16/19] netfs: Split fs/netfs/read_helper.c
` [PATCH v2 17/19] netfs: Split some core bits out into their own file
` [PATCH v2 18/19] netfs: Keep track of the actual remote file size
` [PATCH v2 19/19] afs: Maintain netfs_i_context::remote_i_size

[LSF/MM TOPIC] FS, MM, and stable trees
 2022-03-10  1:28 UTC  (17+ messages)

[RFC 0/9] ext4: Improve FC trace events and discuss one FC failure
 2022-03-10  1:22 UTC  (3+ messages)

[PATCH v1] fs: Fix inconsistent f_mode
 2022-03-10  0:36 UTC  (5+ messages)

[PATCH] docs: proc.rst: fix wrong time unit
 2022-03-09 23:26 UTC  (2+ messages)

[PATCH] binfmt_elf: Take the mmap lock when walking the VMA list
 2022-03-09 21:45 UTC  (13+ messages)
          ` [PATCH 0/5] Fix fill_files_note
            ` [GIT PULL] "

[LSF/MM/BPF TOPIC] Netfs support library
 2022-03-09 21:25 UTC  (5+ messages)

[PATCH v19 0/4] overlayfs override_creds=off & nested get xattr fix
 2022-03-09 21:13 UTC  (7+ messages)

[LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload
 2022-03-09 15:49 UTC  (6+ messages)

[PATCH] exfat: do not clear VolumeDirty in writeback
 2022-03-09 11:14 UTC  (4+ messages)

remove write hint leftovers v2
 2022-03-09  0:55 UTC  (8+ messages)
` [PATCH 1/2] fs: remove kiocb.ki_hint
` [PATCH 2/2] fs: remove fs.f_write_hint

[PATCH] cachefiles: Fix volume coherency attribute
 2022-03-09  1:03 UTC  (2+ messages)

[PATCH] user_events: Add trace event call as root for low permission cases
 2022-03-08 22:28 UTC 

[PATCH v2] binfmt_elf: Introduce KUnit test
 2022-03-08 22:12 UTC  (3+ messages)

[PATCH mmotm] tmpfs: do not allocate pages on read
 2022-03-08 21:46 UTC  (6+ messages)
  ` [PATCH mmotm v2] "

[GIT PULL] fuse fixes for 5.17-rc8
 2022-03-08 18:00 UTC  (2+ messages)

[PATCH 00/22] Remove aop flags
 2022-03-08 17:13 UTC  (9+ messages)
` [PATCH 09/22] ext4: Allow GFP_FS allocations in ext4_da_convert_inline_data_to_extent()
` [PATCH 10/22] ext4: Use scoped memory API in mext_page_double_lock()
` [PATCH 11/22] ext4: Use scoped memory APIs in ext4_da_write_begin()
` [PATCH 12/22] ext4: Use scoped memory APIs in ext4_write_begin()

mmotm 2022-03-06-20-33 uploaded
 2022-03-08 15:25 UTC  (3+ messages)
` mmotm 2022-03-06-20-33 uploaded (x86-android-tablets)

[PATCH] fs: aio: fixed purely styling errors
 2022-03-08 13:53 UTC  (2+ messages)

[PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-03-08 12:17 UTC  (10+ messages)
` [PATCH v4 01/12] mm/shmem: Introduce F_SEAL_INACCESSIBLE

[PATCH RFC v3 0/3] MAP_POPULATE for device memory
 2022-03-08 11:41 UTC  (5+ messages)
` [PATCH RFC v3 1/3] mm: Add f_op->populate() for populating memory outside of core mm
` [PATCH RFC v3 2/3] x86/sgx: Export sgx_encl_page_alloc()
` [PATCH RFC v3 3/3] x86/sgx: Implement EAUG population with MAP_POPULATE

[PATCH v5 1/2] fs/proc: optimize register ctl_tables
 2022-03-08 11:22 UTC  (2+ messages)

[PATCH RFC v2 0/3] MAP_POPULATE for device memory
 2022-03-08 11:16 UTC  (5+ messages)
` [PATCH RFC v2 1/3] mm: Add f_op->populate() for populating memory outside of core mm
` [PATCH RFC v2 2/3] x86/sgx: Export sgx_encl_page_alloc()
` [PATCH RFC v2 3/3] x86/sgx: Implement EAUG population with MAP_POPULATE

[PATCH RFC 0/3] MAP_POPULATE for device memory
 2022-03-08 10:10 UTC  (7+ messages)

[PATCH 1/2] ext4: Make mb_optimize_scan option work with set/unset mount cmd
 2022-03-08  9:52 UTC  (2+ messages)
` [PATCH 2/2] ext4: Make mb_optimize_scan performance mount option work with extents


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