linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-19 06:56:51 to 2021-11-23 15:18:59 UTC [more...]

[PATCH] fs/iomap: Fix write path page prefaulting
 2021-11-23 15:18 UTC 

[RFC v2 PATCH 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2021-11-23 15:00 UTC  (46+ 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

Any bio_clone_slow() implementation which doesn't share bi_io_vec?
 2021-11-23 14:28 UTC  (7+ messages)

[PATCH] hfsplus: Use struct_group_attr() for memcpy() region
 2021-11-23 14:27 UTC  (2+ messages)

[PATCH v7] mm: Add PM_THP_MAPPED to /proc/pid/pagemap
 2021-11-23 12:05 UTC  (4+ messages)

[PATCH 00/10] Extend and tweak mapping support
 2021-11-23 11:42 UTC  (11+ messages)
` [PATCH 01/10] fs: add is_mapped_mnt() helper
` [PATCH 02/10] fs: move mapping helpers
` [PATCH 03/10] fs: tweak fsuidgid_has_mapping()
` [PATCH 04/10] fs: account for filesystem mappings
` [PATCH 05/10] docs: update mapping documentation
` [PATCH 06/10] fs: use low-level mapping helpers
` [PATCH 07/10] fs: remove unused "
` [PATCH 08/10] fs: port higher-level "
` [PATCH 09/10] fs: add i_user_ns() helper
` [PATCH 10/10] fs: support mapped mounts of mapped filesystems

[PATCH v2] fs/binfmt_elf: Fix AT_PHDR for unusual ELF files
 2021-11-23  7:31 UTC 

decouple DAX from block devices
 2021-11-23  5:57 UTC  (32+ 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 03/29] dax: remove CONFIG_DAX_DRIVER
` [PATCH 04/29] dax: simplify the dax_device <-> gendisk association
` [PATCH 05/29] dax: remove the pgmap sanity checks in generic_fsdax_supported
` [PATCH 06/29] dax: move the partition alignment check into fs_dax_get_by_bdev
` [PATCH 07/29] xfs: factor out a xfs_setup_dax_always helper
` [PATCH 08/29] dax: remove dax_capable
` [PATCH 09/29] dm-linear: add a linear_dax_pgoff helper
` [PATCH 10/29] dm-log-writes: add a log_writes_dax_pgoff helper
` [PATCH 11/29] dm-stripe: add a stripe_dax_pgoff helper
` [PATCH 12/29] fsdax: remove a pointless __force cast in copy_cow_page_dax

[PATCH 0/2] pipe: Fix a potential UAF and delete a duplicate line of code
 2021-11-23  1:09 UTC  (6+ messages)
` [PATCH 1/2] pipe: fix potential use-after-free in pipe_read()

[PATCH v6] mm: Add PM_THP_MAPPED to /proc/pid/pagemap
 2021-11-23  0:29 UTC  (4+ messages)

[PATCH] proc: "mount -o lookup=..." support
 2021-11-23  0:07 UTC  (3+ messages)

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

[PATCH v4 0/4] Deterministic charging of shared memory
 2021-11-22 23:09 UTC  (14+ 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 bpf-next v2 00/10] Introduce BPF iterators for io_uring and epoll
 2021-11-22 22:53 UTC  (11+ messages)
` [PATCH bpf-next v2 01/10] io_uring: Implement eBPF iterator for registered buffers
` [PATCH bpf-next v2 02/10] bpf: Add bpf_page_to_pfn helper
` [PATCH bpf-next v2 03/10] io_uring: Implement eBPF iterator for registered files
` [PATCH bpf-next v2 04/10] epoll: Implement eBPF iterator for registered items
` [PATCH bpf-next v2 05/10] bpftool: Output io_uring iterator info
` [PATCH bpf-next v2 06/10] selftests/bpf: Add test for io_uring BPF iterators
` [PATCH bpf-next v2 07/10] selftests/bpf: Add test for epoll BPF iterator
` [PATCH bpf-next v2 08/10] selftests/bpf: Test partial reads for io_uring, epoll iterators
` [PATCH bpf-next v2 09/10] selftests/bpf: Fix btf_dump test for bpf_iter_link_info
` [PATCH RFC bpf-next v2 10/10] samples/bpf: Add example to checkpoint/restore io_uring

[PATCH v2 0/2] Introduce the pkill_on_warn parameter
 2021-11-22 16:21 UTC  (9+ messages)

[RFC PATCH 0/4] namespacefs: Proof-of-Concept
 2021-11-22 16:15 UTC  (20+ messages)

[PATCH v2 0/4] extend vmalloc support for constrained allocations
 2021-11-22 15:32 UTC  (5+ messages)
` [PATCH v2 1/4] mm/vmalloc: alloc GFP_NO{FS,IO} for vmalloc
` [PATCH v2 2/4] mm/vmalloc: add support for __GFP_NOFAIL
` [PATCH v2 3/4] mm/vmalloc: be more explicit about supported gfp flags
` [PATCH v2 4/4] mm: allow !GFP_KERNEL allocations for kvmalloc

[PATCH] ext4: Avoid trim error on fs with small groups
 2021-11-22 13:53 UTC  (4+ messages)

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

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

[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] 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 v3 2/4] mm/oom: handle remote ooms
 2021-11-19 22:32 UTC  (12+ messages)

mmotm 2021-11-18-15-47 uploaded
 2021-11-19 14:35 UTC  (4+ 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)


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