Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-18 11:41:43 to 2022-11-22 15:44:04 UTC [more...]

[REPOST PATCH] epoll: use refcount to reduce ep_mutex contention
 2022-11-22 15:42 UTC 

[PATCH mm-unstable v1 00/20] mm/gup: remove FOLL_FORCE usage from drivers (reliable R/O long-term pinning)
 2022-11-22 15:35 UTC  (17+ messages)
` [PATCH mm-unstable v1 01/20] selftests/vm: anon_cow: prepare for non-anonymous COW tests
` [PATCH mm-unstable v1 04/20] mm: add early FAULT_FLAG_UNSHARE consistency checks
` [PATCH mm-unstable v1 05/20] mm: add early FAULT_FLAG_WRITE "
` [PATCH mm-unstable v1 06/20] mm: rework handling in do_wp_page() based on private vs. shared mappings
` [PATCH mm-unstable v1 07/20] mm: don't call vm_ops->huge_fault() in wp_huge_pmd()/wp_huge_pud() for private mappings
` [PATCH mm-unstable v1 08/20] mm: extend FAULT_FLAG_UNSHARE support to anything in a COW mapping
` [PATCH mm-unstable v1 20/20] mm: rename FOLL_FORCE to FOLL_PTRACE

[PATCH v2 0/3] [RFC] shmem: user and group quota support for tmpfs
 2022-11-22 15:23 UTC  (11+ messages)
` [PATCH v2 1/3] quota: add quota in-memory format support
` [PATCH v2 2/3] shmem: implement user/group quota support for tmpfs
` [PATCH v2 3/3] shmem: implement mount options for global quota limits

[PATCH 1/5] fs: ext4: initialize fsdata in pagecache_write()
 2022-11-22 14:56 UTC  (12+ messages)
` [PATCH 2/5] fs: affs: initialize fsdata in affs_truncate()
` [PATCH 3/5] fs: f2fs: initialize fsdata in pagecache_write()
` [PATCH 4/5] fs: hfs: initialize fsdata in hfs_file_truncate()
` [PATCH 5/5] fs: hfsplus: initialize fsdata in hfsplus_file_truncate()

[PATCH linux-next] vboxfs: use strscpy() is more robust and safer
 2022-11-22 14:44 UTC  (2+ messages)

sgid clearing rules?
 2022-11-22 14:20 UTC  (4+ messages)

[PATCH v3 0/3] fsnotify: fix softlockups iterating over d_subdirs
 2022-11-22 14:03 UTC  (4+ messages)
` [PATCH v4 0/5] "

[PATCH] filelock: move file locking definitions to separate header file
 2022-11-22 13:54 UTC  (18+ messages)

[RFC PATCH 0/4] iov_iter: Add extraction helpers
 2022-11-22 13:36 UTC  (6+ messages)
` [RFC PATCH 1/4] mm: Move FOLL_* defs to mm_types.h
` [RFC PATCH 2/4] iov_iter: Add a function to extract a page list from an iterator

Prometheus Node Exporter and cadvisor seem to run into deadlocks (?) since change in fs/eventpoll.c
 2022-11-22 13:33 UTC 

[RFC PATCH v2 00/21] FUSE BPF: A Stacked Filesystem Extension for FUSE
 2022-11-22 11:13 UTC  (24+ messages)
` [RFC PATCH v2 01/21] fs: Generic function to convert iocb to rw flags
` [RFC PATCH v2 02/21] fuse-bpf: Update fuse side uapi
` [RFC PATCH v2 03/21] fuse-bpf: Prepare for fuse-bpf patch
` [RFC PATCH v2 04/21] fuse: Add fuse-bpf, a stacked fs extension for FUSE
` [RFC PATCH v2 05/21] fuse-bpf: Add ioctl interface for /dev/fuse
` [RFC PATCH v2 06/21] fuse-bpf: Don't support export_operations
` [RFC PATCH v2 07/21] fuse-bpf: Add support for FUSE_ACCESS
` [RFC PATCH v2 08/21] fuse-bpf: Partially add mapping support
` [RFC PATCH v2 09/21] fuse-bpf: Add lseek support
` [RFC PATCH v2 10/21] fuse-bpf: Add support for fallocate
` [RFC PATCH v2 11/21] fuse-bpf: Support file/dir open/close
` [RFC PATCH v2 12/21] fuse-bpf: Support mknod/unlink/mkdir/rmdir
` [RFC PATCH v2 13/21] fuse-bpf: Add support for read/write iter
` [RFC PATCH v2 14/21] fuse-bpf: support FUSE_READDIR
` [RFC PATCH v2 15/21] fuse-bpf: Add support for sync operations
` [RFC PATCH v2 16/21] fuse-bpf: Add Rename support
` [RFC PATCH v2 17/21] fuse-bpf: Add attr support
` [RFC PATCH v2 18/21] fuse-bpf: Add support for FUSE_COPY_FILE_RANGE
` [RFC PATCH v2 19/21] fuse-bpf: Add xattr support
` [RFC PATCH v2 20/21] fuse-bpf: Add symlink/link support
` [RFC PATCH v2 21/21] fuse-bpf: allow mounting with no userspace daemon

[PATCH] epoll: use refcount to reduce ep_mutex contention
 2022-11-22 10:27 UTC  (2+ messages)

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-11-22  9:50 UTC  (11+ messages)
` [PATCH v9 3/8] KVM: Add KVM_EXIT_MEMORY_FAULT exit

Silikonmischungen
 2022-11-22  9:15 UTC 

BUG: unable to handle kernel NULL pointer dereference in gfs2_evict_inode
 2022-11-22  7:12 UTC  (4+ messages)

[PATCH v1] xfs_spaceman: add fsuuid command
 2022-11-22  6:21 UTC 

[PATCH] zonefs: Fix race between modprobe and mount
 2022-11-22  5:22 UTC  (4+ messages)

[syzbot] WARNING in notify_change (2)
 2022-11-22  4:14 UTC 

[PATCH v2 0/9] xfs, iomap: fix data corrupton due to stale cached iomaps
 2022-11-21 23:13 UTC  (6+ messages)
` [PATCH 5/9] xfs: buffered write failure should not truncate the page cache

[PATCH v2 0/2] fs: clear a UBSAN shift-out-of-bounds warning
 2022-11-21 19:57 UTC  (6+ messages)
` [PATCH v2 1/2] btrfs: replace INT_LIMIT(loff_t) with OFFSET_MAX
` [PATCH v2 2/2] fs: clear a UBSAN shift-out-of-bounds warning

[PATCH 0/4] powerpc/pseries: expose firmware security variables via filesystem
 2022-11-21 19:34 UTC  (18+ messages)
` [PATCH 2/4] fs: define a firmware security filesystem named fwsecurityfs

consolidate btrfs checksumming, repair and bio splitting v2
 2022-11-21 17:07 UTC  (21+ messages)
` [PATCH 01/19] block: export bio_split_rw
` [PATCH 02/19] btrfs: handle checksum validation and repair at the storage layer
` [PATCH 03/19] btrfs: remove the submit_bio_start helpers
` [PATCH 04/19] btrfs: simplify the btrfs_csum_one_bio calling convention
` [PATCH 05/19] btrfs: handle checksum generation in the storage layer
` [PATCH 06/19] btrfs: handle recording of zoned writes "
` [PATCH 07/19] btrfs: support cloned bios in btree_csum_one_bio
` [PATCH 08/19] btrfs: allow btrfs_submit_bio to split bios
` [PATCH 09/19] btrfs: pass the iomap bio to btrfs_submit_bio
` [PATCH 10/19] btrfs: remove stripe boundary calculation for buffered I/O
` [PATCH 11/19] btrfs: remove stripe boundary calculation for compressed I/O
` [PATCH 12/19] btrfs: remove stripe boundary calculation for encoded I/O
` [PATCH 13/19] btrfs: remove struct btrfs_io_geometry
` [PATCH 14/19] btrfs: remove submit_encoded_read_bio
` [PATCH 15/19] btrfs: remove the fs_info argument to btrfs_submit_bio
` [PATCH 16/19] btrfs: remove now spurious bio submission helpers
` [PATCH 17/19] btrfs: calculate file system wide queue limit for zoned mode
` [PATCH 18/19] btrfs: split zone append bios in btrfs_submit_bio
` [PATCH 19/19] iomap: remove IOMAP_F_ZONE_APPEND

thoughts about fanotify and HSM
 2022-11-21 16:40 UTC  (13+ messages)

[PATCH] fscache: fix OOB Read in __fscache_acquire_volume
 2022-11-21 16:31 UTC 

[PATCH v6 0/3] Implement IOCTL to get and/or the clear info about PTEs
 2022-11-21 15:55 UTC  (6+ messages)

[PATCH -next v2 3/6] landlock: add chmod and chown support
 2022-11-21 13:48 UTC  (6+ messages)

[PATCH v4] proc: report open files as size in stat() for /proc/pid/fd
 2022-11-21 11:42 UTC  (6+ messages)

[PATCH] sched: Move numa_balancing sysctls to its own file
 2022-11-21 11:41 UTC  (9+ messages)

[PATCH] fs: ext4: initialize fsdata in pagecache_write()
 2022-11-21 11:23 UTC  (3+ messages)

[RFC PATCH v2] afs: Stop implementing ->writepage()
 2022-11-21 11:22 UTC 

start removing writepage instances
 2022-11-21 10:07 UTC  (7+ messages)
` [PATCH 2/9] ext2: remove ->writepage
      ` [PATCH 2/9] ext2: remove ->writepageo

[REGRESSION] XArray commit prevents booting with 6.0-rc1 or later
 2022-11-21  8:58 UTC  (4+ messages)
` [REGRESSION] XArray commit prevents booting with 6.0-rc1 or later #forregzbot

[RFC PATCH] afs: Stop implementing ->writepage()
 2022-11-21  8:33 UTC  (4+ messages)

[PATCH] fs: simplify vfs_get_super
 2022-11-21  7:50 UTC  (2+ messages)

[PATCH] fs: Clear a UBSAN shift-out-of-bounds warning
 2022-11-21  1:38 UTC  (3+ messages)

[PATCH] fs/splice: don't block splice_direct_to_actor() after data was read
 2022-11-20 13:19 UTC  (2+ messages)

[PATCH] Add process name to locks warning
 2022-11-19 14:23 UTC  (4+ messages)

[PATCH v5] vfs, security: Fix automount superblock LSM init problem, preventing NFS sb sharing
 2022-11-19  8:48 UTC  (2+ messages)

[PATCH] vfs: vfs_tmpfile: ensure O_EXCL flag is enforced
 2022-11-19  7:25 UTC  (4+ messages)

[PATCH v2] namespace: Added pointer check in copy_mnt_ns()
 2022-11-19  7:12 UTC  (2+ messages)

[PATCH] binfmt_misc: fix shift-out-of-bounds in check_special_flags
 2022-11-19  5:29 UTC  (2+ messages)

[PATCH v3] fs: fix undefined behavior in bit shift for SB_NOUSER
 2022-11-19  5:14 UTC  (2+ messages)

[PATCH v1] coredump: Use vmsplice_to_pipe() for pipes in dump_emit_page()
 2022-11-19  4:46 UTC  (4+ messages)
` [PATCH v2] "
  ` [PATCH v2 RESEND] "

[GIT PULL] zonefs fixes for 6.1-rc6
 2022-11-19  1:51 UTC  (5+ messages)

[PATCH v3] mm: fix unexpected changes to {failslab|fail_page_alloc}.attr
 2022-11-19  0:48 UTC  (4+ messages)

[PATCH v4 0/2] fscache,cachefiles: add prepare_ondemand_read() interface
 2022-11-19  0:42 UTC  (3+ messages)
` [PATCH v4 2/2] erofs: switch to prepare_ondemand_read() in fscache mode

[RFC PATCH] lsm,fs: fix vfs_getxattr_alloc() return type and caller error paths
 2022-11-18 22:20 UTC  (7+ messages)

[PATCH] proc/meminfo: fix spacing in SecPageTables
 2022-11-18 16:30 UTC  (2+ messages)

[PATCH printk v5 00/40] reduce console_lock scope
 2022-11-18 14:55 UTC  (3+ messages)

[RFC 0/4] fs: provide per-filesystem options to disable fscrypt
 2022-11-18 13:25 UTC  (9+ messages)

[PATCH v5 00/30] acl: add vfs posix acl api
 2022-11-18 12:32 UTC  (5+ messages)
` [PATCH v5 02/30] fs: pass dentry to set acl method


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 read-only IMAP folder(s) and NNTP newsgroup(s).