linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-23 00:14:57 to 2024-08-24 19:10:36 UTC [more...]

[PATCH 00/10] shrinker debugging, .to_text() report (resend)
 2024-08-24 19:10 UTC  (8+ messages)
` [PATCH 01/10] seq_buf: seq_buf_human_readable_u64()
` [PATCH 02/10] mm: shrinker: Add a .to_text() method for shrinkers
` [PATCH 03/10] mm: shrinker: Add new stats for .to_text()
` [PATCH 04/10] mm: Centralize & improve oom reporting in show_mem.c
` [PATCH 05/10] mm: shrinker: Add shrinker_to_text() to debugfs interface
` [PATCH 06/10] bcachefs: shrinker.to_text() methods
` [PATCH 07/10] percpu: per_cpu_sum()

[PATCH 00/10] shrinker debugging, .to_text() report
 2024-08-24 18:04 UTC  (11+ messages)
` [PATCH 01/10] seq_buf: seq_buf_human_readable_u64()
` [PATCH 02/10] mm: shrinker: Add a .to_text() method for shrinkers
` [PATCH 03/10] mm: shrinker: Add new stats for .to_text()
` [PATCH 04/10] mm: Centralize & improve oom reporting in show_mem.c
` [PATCH 05/10] mm: shrinker: Add shrinker_to_text() to debugfs interface
` [PATCH 06/10] bcachefs: shrinker.to_text() methods
` [PATCH 07/10] percpu: per_cpu_sum()
` [PATCH 08/10] fs: Add super_block->s_inodes_nr
` [PATCH 09/10] fs/dcache: Add per-sb accounting for nr dentries
` [PATCH 10/10] fs: super_cache_to_text()

[PATCH v2 0/6] sysctl: prepare sysctl core for const struct ctl_table
 2024-08-24 18:05 UTC  (3+ messages)
` [PATCH v2 1/6] sysctl: avoid spurious permanent empty tables

[PATCH v2] bcachefs: support idmap mounts
 2024-08-24 18:00 UTC  (2+ messages)

[PATCH] fs/nfsd: fix update of inode attrs in CB_GETATTR
 2024-08-24 17:58 UTC  (2+ messages)

[PATCH 0/9] netfs, cifs: Combined repost of fixes for truncation, DIO read and read-retry
 2024-08-24 14:09 UTC  (13+ messages)
` [PATCH 1/9] mm: Fix missing folio invalidation calls during truncation
` [PATCH 2/9] afs: Fix post-setattr file edit to do truncation correctly
` [PATCH 3/9] netfs: Fix netfs_release_folio() to say no if folio dirty
` [PATCH 4/9] netfs: Fix trimming of streaming-write folios in netfs_inval_folio()
` [PATCH 5/9] netfs: Fix missing iterator reset on retry of short read
` [PATCH 6/9] cifs: Fix lack of credit renegotiation on read retry
` [PATCH 7/9] netfs, cifs: Fix handling of short DIO read
` [PATCH 8/9] cifs: Fix FALLOC_FL_PUNCH_HOLE support
` [PATCH 9/9] netfs, cifs: Improve some debugging bits
` [PATCH 10/9] netfs: Fix interaction of streaming writes with zero-point tracker
` (subset) [PATCH 0/9] netfs, cifs: Combined repost of fixes for truncation, DIO read and read-retry

[PATCHSET v31.0 02/10] xfs: atomic file content commits
 2024-08-24 12:11 UTC  (11+ messages)
` [PATCH 1/1] xfs: introduce new file range commit ioctls
  ` [PATCH v31.0.1 "

[GIT PULL] bcachefs fixes for 6.11-rc5
 2024-08-24 11:48 UTC  (13+ messages)

[PATCH] fs: switch f_iocb_flags and f_version
 2024-08-24  9:26 UTC  (10+ messages)

[PATCH v2 0/2] fuse: add no forget support
 2024-08-24  9:25 UTC  (3+ messages)
` [PATCH v2 1/2] fuse: move fuse_forget_link allocation inside fuse_queue_forget()
` [PATCH v2 2/2] fuse: add support for no forget requests

[PATCH] vfs: fix race between evice_inodes() and find_inode()&iput()
 2024-08-24  4:54 UTC  (2+ messages)

[PATCH v6 bpf-next 00/10] Harden and extend ELF build ID parsing logic
 2024-08-23 23:22 UTC  (4+ messages)
` [PATCH v6 bpf-next 09/10] bpf: wire up sleepable bpf_get_stack() and bpf_get_task_stack() helpers

[PATCH v4 0/2] fuse: add timeout option for requests
 2024-08-23 22:54 UTC  (6+ messages)
` [PATCH v4 2/2] fuse: add default_request_timeout and max_request_timeout sysctls

[PATCH v11 00/39] arm64/gcs: Provide support for GCS in userspace
 2024-08-23 22:01 UTC  (12+ messages)
` [PATCH v11 24/39] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v11 25/39] arm64/signal: Expose GCS state in signal frames
` [PATCH v11 26/39] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v11 27/39] arm64: Add Kconfig for Guarded Control Stack (GCS)

[PATCH v3 0/9] fuse: writeback clean up / refactoring
 2024-08-23 21:38 UTC  (15+ messages)
` [PATCH v3 1/9] fuse: drop unused fuse_mount arg in fuse_writepage_finish()
` [PATCH v3 2/9] fuse: refactor finished writeback stats updates into helper function
` [PATCH v3 3/9] fuse: update stats for pages in dropped aux writeback list
` [PATCH v3 4/9] fuse: clean up error handling in fuse_writepages()
` [PATCH v3 5/9] fuse: move initialization of fuse_file to fuse_writepages() instead of in callback
` [PATCH v3 6/9] fuse: convert fuse_writepages_fill() to use a folio for its tmp page
` [PATCH v3 7/9] fuse: move folio_start_writeback to after the allocations in fuse_writepage_locked()
` [PATCH v3 8/9] fuse: move fuse file initialization to wpa allocation time
` [PATCH v3 9/9] fuse: refactor out shared logic in fuse_writepages_fill() and fuse_writepage_locked()

[PATCH 5/4] Squashfs: Ensure all readahead pages have been used
 2024-08-23 21:02 UTC  (3+ messages)

[PATCH V3] Documentation: Document the kernel flag bdev_allow_write_mounted
 2024-08-23 18:42 UTC  (3+ messages)

[PATCH v5 00/30] Permission Overlay Extension
 2024-08-23 18:40 UTC  (11+ messages)
` [PATCH v5 04/30] arm64: disable trapping of POR_EL0 to EL2
` [PATCH v5 06/30] arm64: context switch POR_EL0 register
` [PATCH v5 08/30] KVM: arm64: make kvm_at() take an OP_AT_*

[PATCH v13 00/19] nfs/nfsd: add support for localio
 2024-08-23 18:14 UTC  (20+ messages)
` [PATCH v13 01/19] nfs_common: factor out nfs_errtbl and nfs_stat_to_errno
` [PATCH v13 02/19] nfs_common: factor out nfs4_errtbl and nfs4_stat_to_errno
` [PATCH v13 03/19] nfs: factor out {encode,decode}_opaque_fixed to nfs_xdr.h
` [PATCH v13 04/19] nfsd: factor out __fh_verify to allow NULL rqstp to be passed
` [PATCH v13 05/19] nfsd: add nfsd_file_acquire_local()
` [PATCH v13 06/19] SUNRPC: remove call_allocate() BUG_ONs
` [PATCH v13 07/19] SUNRPC: add rpcauth_map_clnt_to_svc_cred_local
` [PATCH v13 08/19] SUNRPC: replace program list with program array
` [PATCH v13 09/19] nfs_common: add NFS LOCALIO auxiliary protocol enablement
` [PATCH v13 10/19] nfsd: add localio support
` [PATCH v13 11/19] nfsd: implement server support for NFS_LOCALIO_PROGRAM
` [PATCH v13 12/19] nfs: pass struct nfsd_file to nfs_init_pgio and nfs_init_commit
` [PATCH v13 13/19] nfs: add localio support
` [PATCH v13 14/19] nfs: enable localio for non-pNFS IO
` [PATCH v13 15/19] pnfs/flexfiles: enable localio support
` [PATCH v13 16/19] nfs/localio: use dedicated workqueues for filesystem read and write
` [PATCH v13 17/19] nfs: implement client support for NFS_LOCALIO_PROGRAM
` [PATCH v13 18/19] nfs: add Documentation/filesystems/nfs/localio.rst
` [PATCH v13 19/19] nfs: add FAQ section to Documentation/filesystems/nfs/localio.rst

[PATCH V2] Documentation: Document the kernel flag bdev_allow_write_mounted
 2024-08-23 18:02 UTC  (4+ messages)

[PATCH 0/5] tmpfs: Add case-insesitive support for tmpfs
 2024-08-23 17:33 UTC  (6+ messages)
` [PATCH 1/5] tmpfs: Add casefold lookup support
` [PATCH 2/5] tmpfs: Add flag FS_CASEFOLD_FL support for tmpfs dirs
` [PATCH 3/5] tmpfs: Create casefold mount options
` [PATCH 4/5] tmpfs: Expose filesystem features via sysfs
` [PATCH 5/5] docs: tmpfs: Add casefold options

[PATCH net-next 0/6] Suspend IRQs during application busy periods
 2024-08-23 17:30 UTC  (3+ messages)
` [PATCH net-next 4/6] eventpoll: Trigger napi_busy_loop, if prefer_busy_poll is set
` [PATCH net-next 5/6] eventpoll: Control irq suspension for prefer_busy_poll

[PATCH v4 00/14] forcealign for xfs
 2024-08-23 16:35 UTC  (7+ messages)
` [PATCH v4 01/14] xfs: only allow minlen allocations when near ENOSPC
` [PATCH v4 02/14] xfs: always tail align maxlen allocations
` [PATCH v4 12/14] xfs: Unmap blocks according to forcealign

[PATCH 0/5] netfs, cifs: Further fixes
 2024-08-23 16:19 UTC  (7+ messages)
` [PATCH 1/5] cifs: Fix FALLOC_FL_PUNCH_HOLE support
` [PATCH 2/5] netfs, cifs: Improve some debugging bits
` [PATCH 3/5] netfs: Fix missing iterator reset on retry of short read
` [PATCH 4/5] cifs: Fix short read handling
` [PATCH 5/5] cifs: Fix credit handling
` Samba llseek bug

[PATCH v5 0/7] block atomic writes for xfs
 2024-08-23 16:03 UTC  (13+ messages)
` [PATCH v5 4/7] xfs: Support FS_XFLAG_ATOMICWRITES for forcealign
` [PATCH v5 7/7] xfs: Support setting FMODE_CAN_ATOMIC_WRITE

[PATCH RFC v2 1/6] fs: add i_state helpers
 2024-08-23 15:06 UTC  (14+ messages)
    ` [PATCH v3 0/6] inode: turn i_state into u32
      ` [PATCH v3 1/6] fs: add i_state helpers
      ` [PATCH v3 2/6] fs: reorder i_state bits
      ` [PATCH v3 3/6] inode: port __I_SYNC to var event
      ` [PATCH v3 4/6] inode: port __I_NEW "
      ` [PATCH v3 5/6] inode: port __I_LRU_ISOLATING "
      ` [PATCH v3 6/6] inode: make i_state a u32

[syzbot] [fs?] KASAN: stack-out-of-bounds Read in proc_pid_stack (2)
 2024-08-23 15:00 UTC 

[PATCH] Documentation: Document the kernel flag bdev_allow_write_mounted
 2024-08-23 14:29 UTC  (5+ messages)

[PATCH v13 00/10] enable bs > ps in XFS
 2024-08-23 13:09 UTC  (5+ messages)
  ` [PATCH v13 01/10] fs: Allow fine-grained control of folio sizes

[PATCH 0/2] netfs, cifs: DIO read and read-retry fixes
 2024-08-23 12:39 UTC  (2+ messages)

[PATCH 1/2] fuse: replace fuse_queue_forget with fuse_force_forget if error
 2024-08-23 11:58 UTC  (2+ messages)
`  "

[PATCH V3] Squashfs: Ensure all readahead pages have been used
 2024-08-23 11:12 UTC  (2+ messages)

[PATCH 1/1] backing-file: convert to using fops->splice_write
 2024-08-23 11:09 UTC  (3+ messages)

[PATCH RFC v2 0/6] inode: turn i_state into u32
 2024-08-23 11:07 UTC  (9+ messages)
` [PATCH RFC v2 4/6] inode: port __I_NEW to var event
` [PATCH RFC v2 5/6] inode: port __I_LRU_ISOLATING "

[PATCH bpf-next 2/2] selftests/bpf: Add tests for bpf_get_dentry_xattr
 2024-08-23 10:38 UTC  (10+ messages)

[RFC PATCHv2 1/1] fs: ext4: Don't use CMA for buffer_head
 2024-08-23  8:53 UTC  (2+ messages)

[PATCH] fuse: fix memory leak in fuse_create_open
 2024-08-23  8:51 UTC 

[PATCHES] [drm] file descriptor fixes
 2024-08-23  7:53 UTC  (7+ messages)
` [PATCH 1/4] new helper: drm_gem_prime_handle_to_dmabuf()

[viro-vfs:work.headers.unaligned 2/2] util/arm-spe-decoder/arm-spe-pkt-decoder.c:14:10: fatal error: 'linux/unaligned.h' file not found
 2024-08-23  6:30 UTC  (2+ messages)

[PATCH] fuse: add fast path for fuse_range_is_writeback
 2024-08-23  6:19 UTC  (2+ messages)

[PATCH] pidfd: prevent creation of pidfds for kthreads
 2024-08-23  6:12 UTC  (5+ messages)

[HELP] FUSE writeback performance bottleneck
 2024-08-23  3:34 UTC  (9+ messages)

[PATCH v2] mnt_idmapping: Use kmemdup_array instead of kmemdup for multiple allocation
 2024-08-23  1:55 UTC 

Flaky test: generic:269 (EBUSY on umount)
 2024-08-23  1:16 UTC  (8+ messages)

[PATCHSET v4.0 08/10] xfs: preparation for realtime allocation groups
 2024-08-23  0:21 UTC  (2+ messages)
` [PATCH 1/1] iomap: add a merge boundary flag


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