linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-10 06:03:10 to 2025-01-13 10:07:14 UTC [more...]

[PATCH 0/8] mm: Remove PG_reclaim
 2025-01-13 10:07 UTC  (13+ messages)
` [PATCH 1/8] drm/i915/gem: Convert __shmem_writeback() to folios
` [PATCH 2/8] drm/i915/gem: Use PG_dropbehind instead of PG_reclaim
` [PATCH 3/8] mm/zswap: "
` [PATCH 4/8] mm/swap: "
` [PATCH 5/8] mm/vmscan: "
` [PATCH 6/8] mm/vmscan: Use PG_dropbehind instead of PG_reclaim in shrink_folio_list()
` [PATCH 7/8] mm/mglru: Check PG_dropcache instead of PG_reclaim in lru_gen_folio_seq()
` [PATCH 8/8] mm: Remove PG_reclaim

[PATCH] sysctl: unregister sysctl table after testing
 2025-01-13 10:01 UTC  (5+ messages)
` [PATCH v2] sysctl: expose sysctl_check_table for unit testing and use it
  ` [PATCH v3] "

[PATCH v5] ksm: add ksm involvement information for each process
 2025-01-13  9:18 UTC  (3+ messages)

[PATCH] select: Fix unbalanced user_access_end()
 2025-01-13  8:37 UTC 

Spooling large metadata updates / Proposal for a new API/feature in the Linux Kernel (VFS/Filesystems):
 2025-01-13  7:41 UTC  (6+ messages)

[issue] cgroup: fail to mount, if mount immediately after umount
 2025-01-13  7:32 UTC  (2+ messages)
` [LTP] "

[PATCH v5 -next 00/16] sysctl: move sysctls from vm_table into its own files
 2025-01-13  6:59 UTC  (19+ messages)
` [PATCH v5 -next 01/16] mm: vmstat: move sysctls to mm/vmstat.c
` [PATCH v5 -next 02/16] mm: filemap: move sysctl to mm/filemap.c
` [PATCH v5 -next 03/16] mm: swap: move sysctl to mm/swap.c
` [PATCH v5 -next 04/16] mm: vmscan: move vmscan sysctls to mm/vmscan.c
` [PATCH v5 -next 05/16] mm: util: move sysctls to mm/util.c
` [PATCH v5 -next 06/16] mm: mmap: move sysctl to mm/mmap.c
` [PATCH v5 -next 07/16] security: min_addr: move sysctl to security/min_addr.c
` [PATCH v5 -next 08/16] mm: nommu: move sysctl to mm/nommu.c
` [PATCH v5 -next 09/16] fs: fs-writeback: move sysctl to fs/fs-writeback.c
` [PATCH v5 -next 10/16] fs: drop_caches: move sysctl to fs/drop_caches.c
` [PATCH v5 -next 11/16] sunrpc: simplify rpcauth_cache_shrink_count()
` [PATCH v5 -next 12/16] fs: dcache: move the sysctl to fs/dcache.c
` [PATCH v5 -next 13/16] x86: vdso: move the sysctl to arch/x86/entry/vdso/vdso32-setup.c
` [PATCH v5 -next 14/16] sh: vdso: move the sysctl to arch/sh/kernel/vsyscall/vsyscall.c
` [PATCH v5 -next 15/16] sysctl: remove the vm_table
` [PATCH v5 -next 16/16] sysctl: remove unneeded include

[PATCH v6 00/26] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-01-13  5:48 UTC  (23+ messages)
` [PATCH v6 05/26] fs/dax: Create a common implementation to break DAX layouts
` [PATCH v6 07/26] fs/dax: Ensure all pages are idle prior to filesystem unmount
` [PATCH v6 21/26] fs/dax: Properly refcount fs dax pages
` [PATCH v6 22/26] device/dax: Properly refcount device dax pages when mapping
` [PATCH v6 23/26] mm: Remove pXX_devmap callers
` [PATCH v6 24/26] mm: Remove devmap related functions and page table bits
` [PATCH v6 25/26] Revert "riscv: mm: Add support for ZONE_DEVICE"
` [PATCH v6 26/26] Revert "LoongArch: Add ARCH_HAS_PTE_DEVMAP support"

Bug: task hung in shmem_swapin_folio
 2025-01-13  5:06 UTC  (4+ messages)

[PATCH RFCv2 0/4] iomap: zero range folio batch processing prototype
 2025-01-13  4:51 UTC  (5+ messages)
` [PATCH RFCv2 2/4] iomap: optional zero range dirty folio processing

[PATCH 0/6] iomap: incremental per-operation iter advance
 2025-01-13  4:48 UTC  (12+ messages)
` [PATCH 2/6] iomap: factor out iomap length helper
` [PATCH 3/6] iomap: support incremental iomap_iter advances
` [PATCH 4/6] iomap: advance the iter directly on buffered writes

[PATCH] fs: introduce getfsxattrat and setfsxattrat syscalls
 2025-01-13  3:25 UTC  (7+ messages)

Inquiry regarding FUSE filesystem behavior with mount bind in docker
 2025-01-13  2:13 UTC  (3+ messages)

Bug: soft lockup in exfat_clear_bitmap
 2025-01-12 23:46 UTC  (5+ messages)

[syzbot] [fs?] KASAN: global-out-of-bounds Read in number
 2025-01-12 18:56 UTC 

[PATCH v2] treewide: const qualify ctl_tables where applicable
 2025-01-12 10:36 UTC  (3+ messages)

Bug: INFO_ task hung in bfs_lookup
 2025-01-12 10:22 UTC 

Bug: INFO_ task hung in lock_two_nondirectories
 2025-01-12 10:00 UTC 

[PATCH 1/2] mm: Fix assertion in folio_end_read()
 2025-01-12  9:38 UTC  (6+ messages)
` [PATCH 2/2] squashfs: Fix "convert squashfs_fill_page() to take a folio"

[PATCHES][RFC][CFT] debugfs cleanups
 2025-01-12  8:07 UTC  (23+ messages)
` [PATCHES v2][RFC][CFT] "
  ` [PATCH v2 01/21] debugfs: separate cache for debugfs inodes
    ` [PATCH v2 02/21] debugfs: move ->automount into debugfs_inode_info
    ` [PATCH v2 03/21] debugfs: get rid of dynamically allocation proxy_ops
    ` [PATCH v2 04/21] debugfs: don't mess with bits in ->d_fsdata
    ` [PATCH v2 05/21] debugfs: allow to store an additional opaque pointer at file creation
    ` [PATCH v2 06/21] debugfs: take debugfs_short_fops definition out of ifdef
    ` [PATCH v2 07/21] carl9170: stop embedding file_operations into their objects
    ` [PATCH v2 08/21] b43: stop embedding struct "
    ` [PATCH v2 09/21] b43legacy: make use of debugfs_get_aux()
    ` [PATCH v2 10/21] netdevsim: don't embed file_operations into your structs
    ` [PATCH v2 11/21] mediatek: stop messing with ->d_iname
    ` [PATCH v2 12/21] [not even compile-tested] greybus/camera - "
    ` [PATCH v2 13/21] mtu3: don't mess wiht ->d_iname
    ` [PATCH v2 14/21] xhci: don't mess with ->d_iname
    ` [PATCH v2 15/21] qat: don't mess with ->d_name
    ` [PATCH v2 16/21] sof-client-ipc-flood-test: "
    ` [PATCH v2 17/21] slub: "
    ` [PATCH v2 18/21] arm_scmi: don't mess with ->d_parent->d_name
    ` [PATCH v2 19/21] octeontx2: don't mess with ->d_parent or ->d_parent->d_name
    ` [PATCH v2 20/21] orangefs-debugfs: don't mess with ->d_name
    ` [PATCH v2 21/21] saner replacement for debugfs_rename()

[PATCH v2 0/2] fstests: test reads/writes from hugepages-backed buffers
 2025-01-12  4:16 UTC  (3+ messages)
` [PATCH v2 1/2] fsx: support reads/writes from buffers backed by hugepages

[PATCH v1 1/2] landlock: Handle weird files
 2025-01-11 15:38 UTC  (5+ messages)
` [PATCH v1 2/2] landlock: Constify get_mode_access()

[PATCH] kernel/sysctl-test: Fix potential null dereference in sysctl-test
 2025-01-11 12:24 UTC  (2+ messages)

[PATCH resend] hung_task: add task->flags, blocked by coredump to log
 2025-01-11  3:54 UTC  (2+ messages)

[PATCH v6 4/5] mm/migrate: skip migrating folios under writeback with AS_WRITEBACK_INDETERMINATE mappings
 2025-01-10 23:11 UTC  (24+ messages)

[PATCH v9 00/17] fuse: fuse-over-io-uring
 2025-01-10 22:18 UTC  (3+ messages)
` [PATCH v9 08/17] fuse: Add fuse-io-uring handling into fuse_copy

[RFC PATCH 0/2] mm: filemap: add filemap_grab_folios
 2025-01-10 21:08 UTC  (6+ messages)
` [RFC PATCH 1/2] "
` [RFC PATCH 2/2] KVM: guest_memfd: use filemap_grab_folios in write

[PATCH bpf-next v6 0/5] bpf: Add open-coded style process file iterator and bpf_fget_task() kfunc
 2025-01-10 20:50 UTC  (9+ messages)
` [PATCH bpf-next v6 4/5] bpf: Make fs kfuncs available for SYSCALL program type
      ` per st_ops kfunc allow/deny mask. Was: "

[PATCHES][RFC][CFT] ->d_revalidate() calling conventions changes (->d_parent/->d_name stability problems)
 2025-01-10 19:45 UTC  (19+ messages)
` [PATCH 01/20] make sure that DNAME_INLINE_LEN is a multiple of word size
  ` [PATCH 02/20] dcache: back inline names with a struct-wrapped array of unsigned long
  ` [PATCH 03/20] make take_dentry_name_snapshot() lockless
  ` [PATCH 04/20] dissolve external_name.u into separate members
  ` [PATCH 05/20] ext4 fast_commit: make use of name_snapshot primitives
  ` [PATCH 09/20] ceph_d_revalidate(): use stable parent inode passed by caller
  ` [PATCH 15/20] gfs2_drevalidate(): use stable parent inode and name "
  ` [PATCH 18/20] ocfs2_dentry_revalidate(): "

[RFC PATCH 0/8] crypto: Add generic Kerberos library with crypto as AEAD algorithms
 2025-01-10 18:22 UTC  (14+ messages)
` [RFC PATCH 2/8] crypto/krb5: Provide Kerberos 5 crypto through AEAD API

[GIT PULL] XFS fixes for 6.13-rc7
 2025-01-10 18:12 UTC  (2+ messages)

[GIT PULL] vfs fixes
 2025-01-10 18:12 UTC  (2+ messages)

Bug: slab-out-of-bounds Write in __bh_read
 2025-01-10 17:17 UTC  (7+ messages)

[PATCH] treewide: const qualify ctl_tables where applicable
 2025-01-10 17:13 UTC  (2+ messages)

[PATCH] binfmt_flat: Fix integer overflow bug on 32 bit systems
 2025-01-10 16:49 UTC  (4+ messages)

[PATCH] fs/proc: fix softlockup in __read_vmcore (part 2)
 2025-01-10 15:28 UTC 

[syzbot] [fs?] kernel BUG in kpagecount_read
 2025-01-10 15:18 UTC  (3+ messages)

[syzbot] [exfat?] KASAN: slab-use-after-free Read in __find_get_block
 2025-01-10 14:10 UTC 

[syzbot] [exfat?] KASAN: slab-use-after-free Read in __brelse
 2025-01-10 14:05 UTC 

[syzbot] [fs?] possible deadlock in iterate_dir (2)
 2025-01-10 13:31 UTC 

[PATCH v2 0/7] large atomic writes for xfs
 2025-01-10 11:59 UTC  (12+ messages)
` [PATCH v2 2/7] iomap: Add zero unwritten mappings dio support

[RFC PATCH v2 0/2] Add file seal to prevent future exec mappings
 2025-01-10 11:37 UTC  (3+ messages)
` [RFC PATCH v2 2/2] selftests/memfd: Add tests for F_SEAL_FUTURE_EXEC

[PATCH linux-next v4] ksm: add ksm involvement information for each process
 2025-01-10  9:57 UTC  (2+ messages)

[PATCH v2 1/5] squashfs: Use a folio throughout squashfs_read_folio()
 2025-01-10  9:46 UTC  (8+ messages)
` [PATCH v2 5/5] squashfs: Convert squashfs_fill_page() to take a folio

[PATCH v5 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-01-10  6:56 UTC  (7+ messages)
` [PATCH v5 05/25] fs/dax: Create a common implementation to break DAX layouts

[syzbot] [exfat?] possible deadlock in exfat_get_block (2)
 2025-01-10  6:23 UTC 


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