linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-20 00:37:40 to 2022-04-22 05:52:25 UTC [more...]

[PATCH 0/4] Printbufs & shrinker OOM reporting
 2022-04-22  5:52 UTC  (19+ messages)
` [PATCH 1/4] lib/printbuf: New data structure for heap-allocated strings
` [PATCH 2/4] mm: Add a .to_text() method for shrinkers
` [PATCH 3/4] mm: Centralize & improve oom reporting in show_mem.c
` [PATCH 4/4] bcachefs: shrinker.to_text() methods
` [PATCH v2 0/8] Printbufs & improved shrinker debugging
` [PATCH v2 1/8] lib/printbuf: New data structure for heap-allocated strings
` [PATCH v2 2/8] Input/joystick/analog: Convert from seq_buf -> printbuf
` [PATCH v2 3/8] mm/memcontrol.c: Convert to printbuf
` [PATCH v2 4/8] clk: tegra: bpmp: "
` [PATCH v2 5/8] mm: Add a .to_text() method for shrinkers
` [PATCH v2 6/8] mm: Count requests to free & nr freed per shrinker
` [PATCH v2 7/8] mm: Move lib/show_mem.c to mm/
` [PATCH v2 8/8] mm: Centralize & improve oom reporting in show_mem.c

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

[PATCH v9 00/21] fscache,erofs: fscache-based on-demand read semantics
 2022-04-22  3:10 UTC  (42+ messages)
` [PATCH v9 01/21] cachefiles: extract write routine
` [PATCH v9 02/21] cachefiles: notify user daemon when looking up cookie
  ` EMFILE/ENFILE mitigation needed in erofs?
` [PATCH v9 03/21] cachefiles: unbind cachefiles gracefully in on-demand mode
` [PATCH v9 04/21] cachefiles: notify user daemon when withdrawing cookie
` [PATCH v9 05/21] cachefiles: implement on-demand read
` [PATCH v9 06/21] cachefiles: enable on-demand read mode
` [PATCH v9 07/21] cachefiles: add tracepoints for "
` [PATCH v9 08/21] cachefiles: document "
` [PATCH v9 10/21] erofs: add fscache mode check helper
` [PATCH v9 16/21] erofs: register fscache context for extra data blobs
` [PATCH v9 17/21] erofs: implement fscache-based metadata read
` [PATCH v9 18/21] erofs: implement fscache-based data read for non-inline layout
` [PATCH v9 19/21] erofs: implement fscache-based data read for inline layout
` [PATCH v9 20/21] erofs: implement fscache-based data readahead
` [PATCH v9 21/21] erofs: add 'fsid' mount option
` [PATCH v9 00/21] fscache, erofs: fscache-based on-demand read semantics

[PATCH v3 0/3] shmem: Allow userspace monitoring of tmpfs for lack of space
 2022-04-21 23:19 UTC  (6+ messages)

throughput on F2FS
 2022-04-21 20:05 UTC 

[syzbot] possible deadlock in evict (2)
 2022-04-21 19:37 UTC  (2+ messages)

[PATCH 0/4] Printbufs & shrinker OOM reporting
 2022-04-21 18:42 UTC  (9+ messages)
` [PATCH 1/4] lib/printbuf: New data structure for heap-allocated strings
` [PATCH 3/4] mm: Centralize & improve oom reporting in show_mem.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-21 17:53 UTC 

[PATCH RFC 0/8] Make NFSv4 OPEN(CREATE) less brittle
 2022-04-21 16:37 UTC  (13+ messages)
` [PATCH RFC 1/8] NFSD: Clean up nfsd3_proc_create()
` [PATCH RFC 2/8] NFSD: Avoid calling fh_drop_write() twice in do_nfsd_create()
` [PATCH RFC 3/8] NFSD: Refactor nfsd_create_setattr()
` [PATCH RFC 4/8] NFSD: Refactor NFSv3 CREATE
` [PATCH RFC 5/8] NFSD: Refactor NFSv4 OPEN(CREATE)
` [PATCH RFC 6/8] NFSD: Remove do_nfsd_create()
` [PATCH RFC 7/8] NFSD: Clean up nfsd_open_verified()
` [PATCH RFC 8/8] NFSD: Instantiate a struct file when creating a regular NFSv4 file

[PATCH] fuse: Apply flags2 only when userspace set the FUSE_INIT_EXT flag
 2022-04-21 16:28 UTC  (3+ messages)

[PATCH v3 00/16] Evictable fanotify marks
 2022-04-21 15:41 UTC  (12+ messages)
` [PATCH v3 04/16] fsnotify: pass flags argument to fsnotify_add_mark() via mark
` [PATCH v3 05/16] fsnotify: pass flags argument to fsnotify_alloc_group()
` [PATCH v3 11/16] fsnotify: allow adding an inode mark without pinning inode
` [PATCH v3 13/16] fanotify: factor out helper fanotify_mark_update_flags()
` [PATCH v3 14/16] fanotify: implement "evictable" inode marks

[PATCH 0/1] FUSE: Parallel direct writes on the same file
 2022-04-21 15:22 UTC  (3+ messages)
` [PATCH 1/1] FUSE: Allow parallel "

[syzbot] INFO: rcu detected stall in sys_lsetxattr
 2022-04-21 14:43 UTC  (6+ messages)
` [PATCH] fs: unset MNT_WRITE_HOLD on failure

[PATCH v13 0/7] fsdax: introduce fs query to support reflink
 2022-04-21 12:50 UTC  (26+ messages)
` [PATCH v13 1/7] dax: Introduce holder for dax_device
` [PATCH v13 2/7] mm: factor helpers for memory_failure_dev_pagemap
` [PATCH v13 3/7] pagemap,pmem: Introduce ->memory_failure()
` [PATCH v13 4/7] fsdax: Introduce dax_lock_mapping_entry()
` [PATCH v13 5/7] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v13 7/7] fsdax: set a CoW flag when associate reflink mappings

[PATCH v2] binfmt_flat: do not stop relocating GOT entries prematurely on riscv
 2022-04-21 12:43 UTC  (17+ messages)
      ` [PATCH] binfmt_flat: Remove shared library support
        ` (subset) "

Regression with v5.18-rc1 tag on STM32F7 and STM32H7 based boards
 2022-04-21 12:02 UTC  (8+ messages)

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

Biznesowy angielski
 2022-04-21  7:36 UTC 

[PATCH RFC 0/5] Implement a TLS handshake upcall
 2022-04-21  7:36 UTC  (9+ messages)
` [PATCH RFC 1/5] net: Add distinct sk_psock field
` [PATCH RFC 3/5] net/tls: Add an AF_TLSH address family
` [PATCH RFC 4/5] net/tls: Add support for PF_TLSH (a TLS handshake listener)
` [PATCH RFC 5/5] net/tls: Add observability for AF_TLSH sockets

[PATCH v4 1/8] fs: move sgid strip operation from inode_init_owner into inode_sgid_strip
 2022-04-21  1:11 UTC  (22+ messages)
` [PATCH v4 3/8] xfs: only call posix_acl_create under CONFIG_XFS_POSIX_ACL
` [PATCH v4 4/8] NFSv3: only do posix_acl_create under CONFIG_NFS_V3_ACL
` [PATCH v4 5/8] f2fs: Remove useless NULL assign value for acl and default_acl
` [PATCH v4 6/8] ntfs3: Use the same order for acl pointer check in ntfs_init_acl
` [PATCH v4 7/8] fs: strip file's S_ISGID mode on vfs instead of on underlying filesystem

mmotm 2022-04-20-17-12 uploaded
 2022-04-21  0:12 UTC 

[PATCH v13 6/7] xfs: Implement ->notify_failure() for XFS
 2022-04-20 17:30 UTC  (3+ messages)
` [PATCH v13.1 "

[syzbot] WARNING in fuse_writepage_locked
 2022-04-20 15:14 UTC  (2+ messages)

fscache corruption in Linux 5.17?
 2022-04-20 13:55 UTC  (6+ messages)

[PATCH] binfmt_flat: fix sparse annotation ordering
 2022-04-20 13:48 UTC  (5+ messages)
  ` [PATCH] binfmt_flat; Drop vestigates of coredump support
    ` (subset) "

[syzbot] INFO: rcu detected stall in sys_setxattr (2)
 2022-04-20 12:44 UTC  (4+ messages)

[PATCH v2 0/8] zonefs improvements
 2022-04-20 10:57 UTC  (19+ messages)
` [PATCH v2 1/8] zonefs: Clear inode information flags on inode creation
` [PATCH v2 2/8] zonefs: Fix management of open zones
` [PATCH v2 3/8] zonefs: Rename super block information fields
` [PATCH v2 4/8] zonefs: Always do seq file write open accounting
` [PATCH v2 5/8] zonefs: Export open zone resource information through sysfs
` [PATCH v2 6/8] zonefs: Add active seq file accounting
` [PATCH v2 7/8] documentation: zonefs: Cleanup the mount options section
` [PATCH v2 8/8] documentation: zonefs: Document sysfs attributes

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-04-20  3:24 UTC  (7+ messages)
` [PATCH v5 03/13] mm/shmem: Support memfile_notifier
` [PATCH v5 11/13] KVM: Zap existing KVM mappings when pages changed in the private fd

generic/068 crash on 5.18-rc2?
 2022-04-20  0:37 UTC  (4+ 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).