linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-30 18:59:24 to 2021-12-04 09:53:14 UTC [more...]

[PATCH -mm 0/5] Phase 2 of task comm cleanups
 2021-12-04  9:52 UTC  (3+ messages)
` [PATCH -mm 1/5] elfcore: replace old hard-code 16 with TASK_COMM_LEN_16
` [PATCH -mm 2/5] cn_proc: replaced old hard-coded "

[syzbot] INFO: trying to register non-static key in l2cap_sock_teardown_cb
 2021-12-04  9:32 UTC  (2+ messages)

overlay2: backporting a copy_file_range bug fix in Linux 5.6 to 5.10?
 2021-12-04  7:25 UTC  (4+ messages)

[PATCH 0/2] aio poll: fix use-after-free and missing wakeups
 2021-12-04  0:23 UTC  (3+ messages)
` [PATCH 1/2] aio: keep poll requests on waitqueue until completed
` [PATCH 2/2] aio: fix use-after-free due to missing POLLFREE handling

[PATCH bpf-next v1 0/8] Introduce BPF iterators for io_uring and epoll
 2021-12-03 23:16 UTC  (9+ messages)
` [PATCH bpf-next v1 1/8] io_uring: Implement eBPF iterator for registered buffers

[PATCH RFC v5 0/2] nfsd: Initial implementation of NFSv4 Courteous Server
 2021-12-03 21:22 UTC  (37+ messages)

[PATCH v2 0/4] Avoid live-lock in fault-in+uaccess loops with sub-page faults
 2021-12-03 19:51 UTC  (12+ messages)
` [PATCH v2 1/4] mm: Introduce a 'min_size' argument to fault_in_*()
` [PATCH v2 2/4] mm: Probe for sub-page faults in fault_in_*()
` [PATCH v2 3/4] arm64: Add support for user sub-page fault probing
` [PATCH v2 4/4] btrfs: Avoid live-lock in search_ioctl() on hardware with sub-page faults

[PATCH v3 0/5] io_uring: add xattr support
 2021-12-03 19:15 UTC  (6+ messages)
` [PATCH v3 1/5] fs: split off do_user_path_at_empty from user_path_at_empty()
` [PATCH v3 2/5] fs: split off setxattr_setup function from setxattr
` [PATCH v3 3/5] fs: split off do_getxattr from getxattr
` [PATCH v3 4/5] io_uring: add fsetxattr and setxattr support
` [PATCH v3 5/5] io_uring: add fgetxattr and getxattr support

[PATCH v4 1/1] mm: vmscan: Reduce throttling due to a failure to make progress
 2021-12-03 19:08 UTC  (7+ messages)

[PATCH 1/2] fs/inode: avoid unused-variable warning
 2021-12-03 19:01 UTC  (2+ messages)
` [PATCH 2/2] fs/dcache: avoid unused-function warning

[GIT PULL] iomap folio conversion for 5.17
 2021-12-03 18:48 UTC 

[PATCH v19 0/4] overlayfs override_creds=off & nested get xattr fix
 2021-12-03 18:34 UTC  (6+ messages)

[PATCH v1 0/5] io_uring: add xattr support
 2021-12-03 17:58 UTC  (11+ messages)

[PATCH v2 0/5] io_uring: add xattr support
 2021-12-03 16:41 UTC  (9+ messages)
` [PATCH v2 1/5] fs: split off do_user_path_at_empty from user_path_at_empty()
` [PATCH v2 2/5] fs: split off setxattr_setup function from setxattr
` [PATCH v2 3/5] fs: split off do_getxattr from getxattr
  ` [fs] 196bdb1966: WARNING:at_mm/util.c:#kvmalloc_node
` [PATCH v2 4/5] io_uring: add fsetxattr and setxattr support
` [PATCH v2 5/5] io_uring: add fgetxattr and getxattr support

[PATCH v9 0/6] test_sysfs: add new selftest for sysfs
 2021-12-03 15:29 UTC  (3+ messages)
` [PATCH v9 3/6] selftests: add tests_sysfs module

[PATCH 0/3] Some improvements on panic_print
 2021-12-03 15:09 UTC  (4+ messages)
` [PATCH 2/3] panic: Add option to dump all CPUs backtraces in panic_print

[PATCH] mm/vmscan: add sysctl knobs for protecting the working set
 2021-12-03 14:01 UTC  (8+ messages)

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

[RFC PATCH 00/14] fs/proc/vmcore: Remove unnecessary user pointer conversions
 2021-12-03 10:42 UTC  (15+ messages)
` [RFC PATCH 01/14] fs/proc/vmcore: Update read_from_oldmem() for user pointer
` [RFC PATCH 02/14] fs/proc/vmcore: Update copy_oldmem_page_encrypted() for user buffer
` [RFC PATCH 03/14] fs/proc/vmcore: Update copy_oldmem_page() "
` [RFC PATCH 04/14] x86/crash_dump_64: Use the new interface copy_oldmem_page_buf
` [RFC PATCH 05/14] x86/crash_dump_32: "
` [RFC PATCH 06/14] arm64/crash_dump: "
` [RFC PATCH 07/14] arm/crash_dump: "
` [RFC PATCH 08/14] mips/crash_dump: "
` [RFC PATCH 09/14] sh/crash_dump: "
` [RFC PATCH 10/14] riscv/crash_dump: "
` [RFC PATCH 11/14] powerpc/crash_dump: "
` [RFC PATCH 12/14] ia64/crash_dump: "
` [RFC PATCH 13/14] s390/crash_dump: "
` [RFC PATCH 14/14] fs/proc/vmcore: Remove the unused old interface copy_oldmem_page

[RFC v2 PATCH 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2021-12-03  1:11 UTC  (4+ messages)
` [RFC v2 PATCH 01/13] mm/shmem: Introduce F_SEAL_GUEST

mmotm 2021-12-02-17-04 uploaded
 2021-12-03  1:05 UTC 

per-inode locks in FUSE (kernel vs userspace)
 2021-12-03  0:05 UTC 

[RFC PATCH v5 06/10] ovl: implement overlayfs' ->write_inode operation
 2021-12-02 22:00 UTC  (26+ messages)
                                    ` ovl_flush() behavior

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

[PATCH 1/1] mm: vmscan: Reduce throttling due to a failure to make progress
 2021-12-02 16:09 UTC  (27+ messages)

[PATCH 1/1] mm: vmscan: Reduce throttling due to a failure to make progress
 2021-12-02 16:02 UTC  (3+ messages)

[PATCH] mount: warn only once about timestamp range expiration
 2021-12-02 10:02 UTC 

[RESEND PATCH v8 0/9] fsdax: introduce fs query to support reflink
 2021-12-02  8:48 UTC  (10+ messages)
` [PATCH v8 1/9] dax: Use percpu rwsem for dax_{read,write}_lock()
` [PATCH v8 2/9] dax: Introduce holder for dax_device
` [PATCH v8 3/9] mm: factor helpers for memory_failure_dev_pagemap
` [PATCH v8 4/9] pagemap,pmem: Introduce ->memory_failure()
` [PATCH v8 5/9] fsdax: Introduce dax_lock_mapping_entry()
` [PATCH v8 6/9] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v8 7/9] dax: add dax holder helper for filesystems
` [PATCH v8 8/9] xfs: Implement ->notify_failure() for XFS
` [PATCH v8 9/9] fsdax: set a CoW flag when associate reflink mappings

[ANNOUNCE] xfs-linux: iomap-for-next updated to 5ad448ce2976
 2021-12-02  1:49 UTC  (3+ messages)
` iomap folio conversion for 5.17

[PATCH v17 0/3] Add trusted_for(2) (was O_MAYEXEC)
 2021-12-01 16:40 UTC  (5+ messages)

[PATCH] firmware_loader: export sysctl registration
 2021-12-01 14:25 UTC  (6+ messages)

[PATCH 1/2] ceph: conversion to new fscache API
 2021-12-01 11:31 UTC  (4+ messages)
` [PATCH 0/2] ceph: adapt ceph to the fscache rewrite

[PATCH v2] fuse: rename some files and clean up Makefile
 2021-12-01 10:23 UTC  (4+ messages)

[PATCH] fs: Eliminate compilation warnings for misc
 2021-12-01  9:51 UTC  (5+ messages)

[PATCH 51/64] cachefiles: Implement the I/O routines
 2021-12-01  8:29 UTC  (7+ messages)
` [PATCH 00/64] fscache, cachefiles: Rewrite
  ` [PATCH 44/64] cachefiles: Implement key to filename encoding

[PATCH v2 0/3] io_uring: add getdents64 support
 2021-12-01  7:11 UTC  (4+ messages)

[PATCH bpf-next v3 00/10] Introduce BPF iterators for io_uring and epoll
 2021-12-01  4:23 UTC  (11+ messages)
` [PATCH bpf-next v3 01/10] io_uring: Implement eBPF iterator for registered buffers
` [PATCH bpf-next v3 02/10] bpf: Add bpf_page_to_pfn helper
` [PATCH bpf-next v3 03/10] io_uring: Implement eBPF iterator for registered files
` [PATCH bpf-next v3 04/10] epoll: Implement eBPF iterator for registered items
` [PATCH bpf-next v3 05/10] bpftool: Output io_uring iterator info
` [PATCH bpf-next v3 06/10] selftests/bpf: Add test for io_uring BPF iterators
` [PATCH bpf-next v3 07/10] selftests/bpf: Add test for epoll BPF iterator
` [PATCH bpf-next v3 08/10] selftests/bpf: Test partial reads for io_uring, epoll iterators
` [PATCH bpf-next v3 09/10] selftests/bpf: Fix btf_dump test for bpf_iter_link_info
` [PATCH RFC bpf-next v3 10/10] samples/bpf: Add example to checkpoint/restore io_uring

decouple DAX from block devices v2
 2021-11-30 19:06 UTC  (9+ messages)
` [PATCH 23/29] xfs: pass the mapping flags to xfs_bmbt_to_iomap
` [PATCH 24/29] iomap: add a IOMAP_DAX flag
` [PATCH 25/29] dax: return the partition offset from fs_dax_get_by_bdev
` [PATCH 26/29] fsdax: shift partition offset handling into the file systems


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