linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-22 21:37:07 to 2022-04-26 07:40:37 UTC [more...]

[PATCH 0/4] Printbufs & shrinker OOM reporting
 2022-04-26  7:40 UTC  (39+ messages)
` [PATCH v2 1/8] lib/printbuf: New data structure for heap-allocated strings
                  ` Rust and Kernel Vendoring [Was Re: [PATCH v2 1/8] lib/printbuf: New data structure for heap-allocated strings]
` [PATCH v2 8/8] mm: Centralize & improve oom reporting in show_mem.c

[PATCH v7 1/4] fs: move sgid stripping operation from inode_init_owner into mode_strip_sgid
 2022-04-26  7:39 UTC  (8+ messages)
` [PATCH v7 2/4] fs: Add missing umask strip in vfs_tmpfile
` [PATCH v7 3/4] fs: strip file's S_ISGID mode on vfs instead of on underlying filesystem
` [PATCH v7 4/4] ceph: Remove S_ISGID stripping code in ceph_finish_async_create

[PATCH v3 0/6] KVM: mm: count KVM page table pages in memory stats
 2022-04-26  7:34 UTC  (8+ messages)
` [PATCH v3 1/6] mm: add NR_SECONDARY_PAGETABLE stat
` [PATCH v3 2/6] KVM: mmu: add a helper to account page table pages used by KVM
` [PATCH v3 3/6] KVM: x86/mmu: count KVM page table pages in pagetable stats
` [PATCH v3 4/6] KVM: arm64/mmu: "
` [PATCH v3 5/6] KVM: riscv/mmu: "
` [PATCH v3 6/6] KVM: mips/mmu: "

mmotm 2022-04-25-17-59 uploaded
 2022-04-26  6:36 UTC  (3+ messages)
` mmotm 2022-04-25-17-59 uploaded (drivers/char/hw_random/mpfs-rng.c)

scsi_debug in fstests and blktests (Was: Re: Fwd: [bug report][bisected] modprob -r scsi-debug take more than 3mins during blktests srp/ tests)
 2022-04-26  6:27 UTC  (6+ messages)

[PATCH v10 00/21] fscache,erofs: fscache-based on-demand read semantics
 2022-04-26  5:43 UTC  (24+ messages)
` [PATCH v10 01/21] cachefiles: extract write routine
` [PATCH v10 02/21] cachefiles: notify the user daemon when looking up cookie
` [PATCH v10 03/21] cachefiles: unbind cachefiles gracefully in on-demand mode
` [PATCH v10 04/21] cachefiles: notify the user daemon when withdrawing cookie
` [PATCH v10 05/21] cachefiles: implement on-demand read
` [PATCH v10 06/21] cachefiles: enable on-demand read mode
` [PATCH v10 07/21] cachefiles: add tracepoints for "
` [PATCH v10 08/21] cachefiles: document "
` [PATCH v10 09/21] erofs: make erofs_map_blocks() generally available
` [PATCH v10 10/21] erofs: add fscache mode check helper
` [PATCH v10 11/21] erofs: register fscache volume
` [PATCH v10 12/21] erofs: add fscache context helper functions
` [PATCH v10 13/21] erofs: add anonymous inode caching metadata for data blobs
` [PATCH v10 14/21] erofs: add erofs_fscache_read_folios() helper
` [PATCH v10 15/21] erofs: register fscache context for primary data blob
` [PATCH v10 16/21] erofs: register fscache context for extra data blobs
` [PATCH v10 17/21] erofs: implement fscache-based metadata read
` [PATCH v10 18/21] erofs: implement fscache-based data read for non-inline layout
` [PATCH v10 19/21] erofs: implement fscache-based data read for inline layout
` [PATCH v10 20/21] erofs: implement fscache-based data readahead
` [PATCH v10 21/21] erofs: add 'fsid' mount option

[PATCH v6 1/4] fs: move sgid strip operation from inode_init_owner into inode_sgid_strip
 2022-04-26  1:25 UTC  (13+ messages)
` [PATCH v6 2/4] fs: Add missing umask strip in vfs_tmpfile
` [PATCH v6 3/4] fs: strip file's S_ISGID mode on vfs instead of on underlying filesystem
` [PATCH v6 4/4] ceph: Remove S_ISGID stripping code in ceph_finish_async_create

[PATCH RFC v21 0/7] NFSD: Initial implementation of NFSv4 Courteous Server
 2022-04-25 23:17 UTC  (24+ messages)
` [PATCH RFC v21 1/7] NFSD: add courteous server support for thread with only delegation
` [PATCH RFC v21 2/7] NFSD: add support for share reservation conflict to courteous server
` [PATCH RFC v21 3/7] NFSD: move create/destroy of laundry_wq to init_nfsd and exit_nfsd
` [PATCH RFC v21 4/7] fs/lock: add helper locks_owner_has_blockers to check for blockers
` [PATCH RFC v21 5/7] fs/lock: add 2 callbacks to lock_manager_operations to resolve conflict
` [PATCH RFC v21 6/7] NFSD: add support for lock conflict to courteous server
` [PATCH RFC v21 7/7] NFSD: Show state of courtesy client in client info

[PATCH sysctl-testing v2] kernel/kexec_core: move kexec_core sysctls into its own file
 2022-04-25 21:02 UTC  (3+ messages)

[net-next v4 0/3] use standard sysctl macro
 2022-04-25 20:53 UTC  (8+ messages)
` [net-next v4 3/3] selftests/sysctl: add sysctl macro test

[PATCH] sysctl: minor cleanup in new_dir()
 2022-04-25 20:51 UTC  (2+ messages)

[PATCH v2 0/6] userfaultfd: add /dev/userfaultfd for fine grained access control
 2022-04-25 20:32 UTC  (8+ messages)
` [PATCH v2 1/6] selftests: vm: add hugetlb_shared userfaultfd test to run_vmtests.sh
` [PATCH v2 2/6] userfaultfd: add /dev/userfaultfd for fine grained access control
` [PATCH v2 3/6] userfaultfd: selftests: modify selftest to use /dev/userfaultfd
` [PATCH v2 4/6] userfaultfd: update documentation to describe /dev/userfaultfd
` [PATCH v2 5/6] userfaultfd: selftests: make /dev/userfaultfd testing configurable
` [PATCH v2 6/6] selftests: vm: add /dev/userfaultfd test cases to run_vmtests.sh

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-04-25 20:30 UTC  (17+ messages)

[PATCH RFC 0/5] Implement a TLS handshake upcall
 2022-04-25 17:51 UTC  (6+ messages)
` [PATCH RFC 2/5] tls: build proto after context has been initialized
` [PATCH RFC 4/5] net/tls: Add support for PF_TLSH (a TLS handshake listener)

[PATCH v4 0/3] Avoid live-lock in btrfs fault-in+uaccess loop
 2022-04-25 16:13 UTC  (9+ messages)
` [PATCH v4 1/3] mm: Add fault_in_subpage_writeable() to probe at sub-page granularity
` [PATCH v4 2/3] arm64: Add support for user sub-page fault probing
` [PATCH v4 3/3] btrfs: Avoid live-lock in search_ioctl() on hardware with sub-page faults

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-04-25 14:07 UTC  (13+ messages)
` [PATCH v5 01/13] mm/memfd: Introduce MFD_INACCESSIBLE flag
` [PATCH v5 04/13] mm/shmem: Restrict MFD_INACCESSIBLE memory against RLIMIT_MEMLOCK

[RFC PATCH] fuse: support cache revalidation in writeback_cache mode
 2022-04-25 13:52 UTC  (5+ messages)
  `  "
      `  "

[PATCH v4 00/16] Evictable fanotify marks
 2022-04-25 13:32 UTC  (3+ messages)

[fuse-devel] [PATCH] fuse: avoid deadlock when write fuse inode
 2022-04-25 13:15 UTC  (3+ messages)

[PATCH 14/14] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
 2022-04-25 12:30 UTC  (7+ messages)
  ` [PATCH 00/14] cifs: Iterators, netfslib and folios

[PATCH v2 0/2] FUSE: Implement atomic lookup + open
 2022-04-25 10:43 UTC  (6+ messages)
` [PATCH v2 1/2] "

[PATCH 0/1] FUSE: Parallel direct writes on the same file
 2022-04-25  8:40 UTC  (7+ messages)
` [PATCH 1/1] FUSE: Allow parallel "

RFC fuse waitq latency
 2022-04-25  8:37 UTC  (4+ messages)

[PATCH] fuse: Apply flags2 only when userspace set the FUSE_INIT_EXT flag
 2022-04-25  8:09 UTC  (5+ messages)

[PATCH v2] binfmt_flat: do not stop relocating GOT entries prematurely on riscv
 2022-04-25  7:40 UTC  (14+ messages)
      ` [PATCH] binfmt_flat: Remove shared library support

[PATCH v5 RESEND 0/3] Convert vmcore to use an iov_iter
 2022-04-25  3:40 UTC  (2+ messages)

[syzbot] KASAN: out-of-bounds Write in end_buffer_read_sync
 2022-04-25  3:07 UTC 

[PATCH v1] proc: limit schedstate node write operation
 2022-04-24 19:23 UTC  (6+ messages)

[PATCH v13 0/7] fsdax: introduce fs query to support reflink
 2022-04-24  2:00 UTC  (14+ messages)
` [PATCH v13 3/7] pagemap,pmem: Introduce ->memory_failure()

[syzbot] possible deadlock in _snd_pcm_stream_lock_irqsave (3)
 2022-04-23 22:52 UTC  (2+ messages)

[syzbot] possible deadlock in snd_pcm_period_elapsed (3)
 2022-04-23 22:26 UTC  (2+ messages)

fadvise(POSIX_FADV_DONTNEED) and huge pages
 2022-04-23 16:41 UTC 

[PATCH v9 0/7] DAX poison recovery
 2022-04-23  5:21 UTC  (11+ messages)
` [PATCH v9 1/7] acpi/nfit: rely on mce->misc to determine poison granularity
` [PATCH v9 2/7] x86/mce: relocate set{clear}_mce_nospec() functions
` [PATCH v9 3/7] mce: fix set_mce_nospec to always unmap the whole page
` [PATCH v9 4/7] dax: introduce DAX_RECOVERY_WRITE dax access mode
` [PATCH v9 5/7] dax: add .recovery_write dax_operation
` [PATCH v9 6/7] pmem: refactor pmem_clear_poison()
` [PATCH v9 7/7] pmem: implement pmem_recovery_write()

[PATCH v4 1/3] fat: split fat_truncate_time() into separate functions
 2022-04-23  3:23 UTC  (3+ messages)
` [PATCH v4 2/3] fat: ignore ctime updates, and keep ctime identical to mtime in memory
` [PATCH v4 3/3] fat: report creation time in statx

generic/068 crash on 5.18-rc2?
 2022-04-22 21:59 UTC  (4+ messages)

[GIT PULL] Rare page cache data corruption fix
 2022-04-22 20:46 UTC  (3+ messages)

[GIT PULL] fs: MNT_WRITE_HOLD fix
 2022-04-22 20:46 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).