linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-17 18:00:05 to 2021-11-22 13:36:00 UTC [more...]

[RFC v2 PATCH 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2021-11-22 13:35 UTC  (29+ messages)
` [RFC v2 PATCH 01/13] mm/shmem: Introduce F_SEAL_GUEST
` [RFC v2 PATCH 02/13] KVM: Add KVM_EXIT_MEMORY_ERROR exit
` [RFC v2 PATCH 03/13] KVM: Extend kvm_userspace_memory_region to support fd based memslot
` [RFC v2 PATCH 04/13] KVM: Add fd-based memslot data structure and utils
` [RFC v2 PATCH 05/13] KVM: Implement fd-based memory using new memfd interfaces
` [RFC v2 PATCH 06/13] KVM: Register/unregister memfd backed memslot
` [RFC v2 PATCH 07/13] KVM: Handle page fault for fd based memslot
` [RFC v2 PATCH 08/13] KVM: Rename hva memory invalidation code to cover fd-based offset
` [RFC v2 PATCH 09/13] KVM: Introduce kvm_memfd_invalidate_range
` [RFC v2 PATCH 10/13] KVM: Match inode for invalidation of fd-based slot
` [RFC v2 PATCH 11/13] KVM: Add kvm_map_gfn_range
` [RFC v2 PATCH 12/13] KVM: Introduce kvm_memfd_fallocate_range
` [RFC v2 PATCH 13/13] KVM: Enable memfd based page invalidation/fallocate

[RFC PATCH 0/4] namespacefs: Proof-of-Concept
 2021-11-22 13:02 UTC  (24+ messages)
` [RFC PATCH 1/4] namespacefs: Introduce 'namespacefs'
` [RFC PATCH 2/4] namespacefs: Add methods to create/remove PID namespace directories
` [RFC PATCH 3/4] namespacefs: Couple namespacefs to the PID namespace
` [RFC PATCH 4/4] namespacefs: Couple namespacefs to the UTS namespace

[PATCH v2] fs/ioctl: Remove unnecessary __user annotation
 2021-11-22 10:12 UTC 

[PATCH] fuse: Pass correct lend value to filemap_write_and_wait_range()
 2021-11-22  9:05 UTC 

[RFC PATCH V6 0/7] implement containerized syncfs for overlayfs
 2021-11-22  7:40 UTC  (9+ messages)
` [RFC PATCH V6 1/7] ovl: setup overlayfs' private bdi
` [RFC PATCH V6 2/7] ovl: mark overlayfs inode dirty when it has upper
` [RFC PATCH V6 3/7] ovl: implement overlayfs' own ->write_inode operation
` [RFC PATCH V6 4/7] ovl: set 'DONTCACHE' flag for overlayfs inode
` [RFC PATCH V6 5/7] fs: export wait_sb_inodes()
` [RFC PATCH V6 6/7] ovl: introduce ovl_sync_upper_blockdev()
` [RFC PATCH V6 7/7] ovl: implement containerized syncfs for overlayfs

[PATCH v1] sched/numa: add per-process numa_balancing
 2021-11-22  7:34 UTC  (3+ messages)
  `  "

[PATCH] mm,fs: Split dump_mapping() out from dump_page()
 2021-11-22  7:11 UTC  (2+ messages)

[PATCH v2] fs: proc: store PDE()->data into inode->i_private
 2021-11-22  4:13 UTC  (4+ messages)

[PATCH] pipe: remove needless spin_lock in pipe_read/pipe_write
 2021-11-22  4:11 UTC 

[PATCH RFC v5 0/2] nfsd: Initial implementation of NFSv4 Courteous Server
 2021-11-22  3:04 UTC  (9+ messages)

[PATCH 0/1] exfat: fix i_blocks for files truncated over 4 GiB
 2021-11-22  2:33 UTC  (7+ messages)
` [PATCH 1/1] "
    ` [PATCH v2] "

[PATCH 2/2] xfs: make sure link path does not go away at access
 2021-11-22  0:08 UTC  (17+ messages)

[syzbot] WARNING in fuse_writepage_locked
 2021-11-21 20:29 UTC 

[syzbot] possible deadlock in snd_timer_interrupt (2)
 2021-11-21 18:39 UTC 

[ANNOUNCE] erofs-utils: release 1.4
 2021-11-21 17:24 UTC 

[PATCH v2 0/9] Extend fanotify dirent events
 2021-11-20 12:59 UTC  (11+ messages)
` [PATCH v2 1/9] fanotify: introduce group flag FAN_REPORT_TARGET_FID
` [PATCH v2 2/9] fsnotify: generate FS_RENAME event with rich information
` [PATCH v2 3/9] fanotify: use macros to get the offset to fanotify_info buffer
` [PATCH v2 4/9] fanotify: use helpers to parcel "
` [PATCH v2 5/9] fanotify: support secondary dir fh and name in fanotify_info
` [PATCH v2 6/9] fanotify: record old and new parent and name in FAN_RENAME event
` [PATCH v2 7/9] fanotify: record either old name new name or both for FAN_RENAME
` [PATCH v2 8/9] fanotify: report old and/or new parent+name in FAN_RENAME event
` [PATCH v2 9/9] fanotify: wire up "

[PATCH v2 0/2] Introduce the pkill_on_warn parameter
 2021-11-20 12:17 UTC  (14+ messages)

[PATCH v2] kthread: dynamically allocate memory to store kthread's full name
 2021-11-20 11:28 UTC 

[PATCH v2 0/7] task comm cleanups
 2021-11-20 11:27 UTC  (8+ messages)
` [PATCH v2 1/7] fs/exec: replace strlcpy with strscpy_pad in __set_task_comm
` [PATCH v2 2/7] fs/exec: replace strncpy with strscpy_pad in __get_task_comm
` [PATCH v2 3/7] drivers/infiniband: replace open-coded string copy with get_task_comm
` [PATCH v2 4/7] fs/binfmt_elf: "
` [PATCH v2 5/7] samples/bpf/test_overhead_kprobe_kern: replace bpf_probe_read_kernel with bpf_probe_read_kernel_str to get task comm
` [PATCH v2 6/7] tools/bpf/bpftool/skeleton: "
` [PATCH v2 7/7] tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LEN

[PATCH v4 0/4] Deterministic charging of shared memory
 2021-11-20  7:58 UTC  (11+ messages)
` [PATCH v4 1/4] mm: support deterministic memory charging of filesystems
` [PATCH v4 2/4] mm/oom: handle remote ooms
` [PATCH v4 3/4] mm, shmem: add filesystem memcg= option documentation
` [PATCH v4 4/4] mm, shmem, selftests: add tmpfs memcg= mount option tests

[PATCH v3 2/4] mm/oom: handle remote ooms
 2021-11-19 22:32 UTC  (14+ messages)

[PATCH] hfsplus: Use struct_group_attr() for memcpy() region
 2021-11-19 19:28 UTC 

decouple DAX from block devices
 2021-11-19 17:21 UTC  (8+ messages)
` [PATCH 01/29] nvdimm/pmem: move dax_attribute_group from dax to pmem
` [PATCH 02/29] dm: make the DAX support dependend on CONFIG_FS_DAX

[PATCH] ext4: Avoid trim error on fs with small groups
 2021-11-19 15:43 UTC  (3+ messages)

mmotm 2021-11-18-15-47 uploaded
 2021-11-19 14:35 UTC  (5+ messages)
` mmotm 2021-11-18-15-47 uploaded (<linux/proc_fs.h>)

Bug using new ntfs3 file system driver (5.15.2 on Arch Linux)
 2021-11-19 14:19 UTC  (3+ messages)

[PATCH] proc: Make the proc_create[_data]() stubs static inlines
 2021-11-19 13:48 UTC  (2+ messages)

[RFC PATCH v5 00/10] implement containerized syncfs for overlayfs
 2021-11-19  6:12 UTC  (15+ messages)
` [RFC PATCH v5 06/10] ovl: implement overlayfs' ->write_inode operation

[PATCH bpf-next v1 0/8] Introduce BPF iterators for io_uring and epoll
 2021-11-19  6:12 UTC  (25+ messages)
` [PATCH bpf-next v1 1/8] io_uring: Implement eBPF iterator for registered buffers
` [PATCH bpf-next v1 2/8] bpf: Add bpf_page_to_pfn helper
` [PATCH bpf-next v1 3/8] io_uring: Implement eBPF iterator for registered files
` [PATCH bpf-next v1 4/8] epoll: Implement eBPF iterator for registered items
` [PATCH bpf-next v1 5/8] selftests/bpf: Add test for io_uring BPF iterators

[regression] mm, cifs panic
 2021-11-19  1:21 UTC  (3+ messages)

SecurityFS for namespaced IMA
 2021-11-18 22:11 UTC 

[GIT PULL] fs mapping fixes
 2021-11-18 20:49 UTC  (2+ messages)

[GIT PULL] UDF fix for 5.16-rc2
 2021-11-18 20:49 UTC  (2+ messages)

[PATCH v19 0/4] overlayfs override_creds=off & nested get xattr fix
 2021-11-18 20:32 UTC  (8+ messages)

[PATCH v2 00/28] iomap/xfs folio patches
 2021-11-18 20:08 UTC  (8+ messages)
` [PATCH v2 02/28] mm: Add functions to zero portions of a folio

[PATCH v11 00/14] btrfs: add ioctls and send/receive support for reading/writing compressed data
 2021-11-18 19:19 UTC  (3+ messages)
` [PATCH v11 01/14] fs: export rw_verify_area()

[PATCH RESEND V12 0/8] fuse: Add support for passthrough read/write
 2021-11-18 18:31 UTC  (2+ messages)

[PATCH 0/7] Report more information in fanotify dirent events
 2021-11-18 16:43 UTC  (13+ messages)

[PATCH v7 00/11] extend task comm from 16 to 24
 2021-11-18 14:18 UTC  (4+ messages)
` [PATCH v7 08/11] tools/perf/test: make perf test adopt to task comm size change

Re: [PATCH v1] sched/numa: add per-process numa_balancing
 2021-11-18  9:49 UTC  (14+ messages)
`  "
    `  "
        `  "
            `  "
                `  "
                    `  "
                        `  "

[PATCH] fuse: unnecessary fsync for read-only mounts
 2021-11-18  3:31 UTC 

[PATCH v4] mm: Add PM_HUGE_THP_MAPPING to /proc/pid/pagemap
 2021-11-18  0:35 UTC  (8+ messages)

[PATCH v6] mm: Add PM_THP_MAPPED to /proc/pid/pagemap
 2021-11-18  0:34 UTC  (2+ messages)

[RFC] How to fix eventpoll rwlock based priority inversion on PREEMPT_RT?
 2021-11-17 20:11 UTC 

RFC: A configuration design for future-proofing fsync() configuration
 2021-11-17 18:49 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).