linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-09 15:43:14 to 2023-11-13 03:37:24 UTC [more...]

[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
 2023-11-13  3:37 UTC  (7+ messages)
` [PATCH 15/34] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [PATCH 16/34] KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUN

[PATCH v4 4/6] add statmount(2) syscall
 2023-11-12 20:29 UTC  (7+ messages)

[PATCH v1 0/1] fs: Consider capabilities relative to namespace for linkat permission check
 2023-11-12 20:14 UTC  (3+ messages)
` [PATCH v1 1/1] "

[PATCH] virtiofs: Export filesystem tags through sysfs
 2023-11-12 10:10 UTC  (9+ messages)
  ` [Virtio-fs] "

[PATCH] test_ida: Fix compilation errors
 2023-11-12 15:31 UTC  (2+ messages)

[syzbot] [overlayfs?] memory leak in ovl_parse_param
 2023-11-12 15:09 UTC  (7+ messages)
` [PATCH] ovl: fix "

[syzbot] [btrfs?] memory leak in btrfs_ref_tree_mod
 2023-11-12 13:45 UTC  (3+ messages)

Fwd: Kernel panic on listing QNX4 fs directory
 2023-11-12 13:07 UTC 

[syzbot] [usb?] [kernfs?] INFO: task hung in kernfs_remove_by_name_ns (2)
 2023-11-12 10:32 UTC 

[syzbot] [btrfs?] WARNING in create_pending_snapshot
 2023-11-12  7:35 UTC  (10+ messages)
` [PATCH] btrfs: fix warning "
    ` [PATCH] test 305230142ae0
` [PATCH V2] btrfs: fix warning in create_pending_snapshot

[RFC][overlayfs] do we still need d_instantiate_anon() and export of d_alloc_anon()?
 2023-11-12  7:26 UTC  (5+ messages)

[PATCH v2 0/7] More buffer_head cleanups
 2023-11-12  6:00 UTC  (21+ messages)
` [PATCH v2 1/7] buffer: Return bool from grow_dev_folio()
` [PATCH v2 2/7] buffer: Calculate block number inside folio_init_buffers()
` [PATCH v2 3/7] buffer: Fix grow_buffers() for block size > PAGE_SIZE
` [PATCH v2 4/7] buffer: Cast block to loff_t before shifting it
` [PATCH v2 5/7] buffer: Fix various functions for block size > PAGE_SIZE
` [PATCH v2 6/7] buffer: Handle large folios in __block_write_begin_int()
` [PATCH v2 7/7] buffer: Fix more functions for block size > PAGE_SIZE

[syzbot] [squashfs?] KASAN: slab-out-of-bounds Write in squashfs_readahead (2)
 2023-11-12  5:32 UTC 

Your News, Upgraded with Helium 🚀
 2023-11-12  2:55 UTC 

[PATCH 00/35] nilfs2: Folio conversions
 2023-11-12  0:10 UTC  (3+ messages)

[PATCH v2] virtiofs: Export filesystem tags through sysfs
 2023-11-11 11:55 UTC  (2+ messages)

[PATCH 0/3] Add folio_zero_tail() and folio_fill_tail()
 2023-11-11  4:02 UTC  (14+ messages)
` [PATCH 1/3] mm: Add folio_zero_tail() and use it in ext4
` [PATCH 2/3] mm: Add folio_fill_tail() and use it in iomap
` [PATCH 3/3] gfs2: Convert stuffed_readpage() to stuffed_read_folio()

[linux-next:master] BUILD REGRESSION 8728c14129df7a6e29188a2e737b4774fb200953
 2023-11-11  3:10 UTC 

[syzbot] Monthly fs report (Nov 2023)
 2023-11-11  1:08 UTC 

[PATCH v9 0/3] [PATCH v9 0/3] Introduce provisioning primitives
 2023-11-11  0:56 UTC  (8+ messages)
` [PATCH v9 1/3] block: "
` [PATCH v9 2/3] dm: Add block provisioning support
` [PATCH v9 3/3] loop: Add support for provision requests
` [PATCH] loop/010: Add test for mode 0 fallocate() on loop devices

[syzbot] [ext4?] general protection fault in hrtimer_nanosleep
 2023-11-10 17:08 UTC  (6+ messages)

[PATCH 00/41] afs: Fix probe handling, server rotation and RO volume callback handling
 2023-11-10 21:54 UTC  (22+ messages)
` [PATCH 01/41] rxrpc: Fix RTT determination to use PING ACKs as a source
` [PATCH 02/41] rxrpc: Fix two connection reaping bugs
` [PATCH 08/41] afs: Add comments on abort handling
` [PATCH 10/41] rxrpc, afs: Allow afs to pin rxrpc_peer objects
` [PATCH 13/41] afs: Handle the VIO abort explicitly
` [PATCH 23/41] rxrpc: Create a procfile to display outstanding clien conn bundles
` [PATCH 39/41] afs: Overhaul invalidation handling to better support RO volumes

[RFC][PATCHSET v2] simplifying fast_dput(), dentry_kill() et.al
 2023-11-10 13:34 UTC  (42+ messages)
` [PATCH 01/22] struct dentry: get rid of randomize_layout idiocy
  ` [PATCH 02/22] switch nfsd_client_rmdir() to use of simple_recursive_removal()
  ` [PATCH 04/22] dentry: switch the lists of children to hlist
  ` [PATCH 07/22] shrink_dentry_list(): no need to check that dentry refcount is marked dead
  ` [PATCH 09/22] fast_dput(): handle underflows gracefully
  ` [PATCH 10/22] fast_dput(): new rules for refcount
  ` [PATCH 14/22] dentry_kill(): don't bother with retain_dentry() on slow path
  ` [PATCH 15/22] Call retain_dentry() with refcount 0
  ` [PATCH 16/22] fold the call of retain_dentry() into fast_dput()
  ` [PATCH 17/22] don't try to cut corners in shrink_lock_dentry()
  ` [PATCH 18/22] fold dentry_kill() into dput()
  ` [PATCH 19/22] to_shrink_list(): call only if refcount is 0
  ` [PATCH 20/22] switch select_collect{,2}() to use of to_shrink_list()
  ` [PATCH 21/22] d_prune_aliases(): use a shrink list
  ` [PATCH 22/22] __dentry_kill(): new locking scheme

[syzbot] [reiserfs?] possible deadlock in chmod_common (2)
 2023-11-10 12:38 UTC 

[PATCH 00/21] block atomic writes
 2023-11-10 10:42 UTC  (19+ messages)
` [PATCH 01/21] block: Add atomic write operations to request_queue limits
` [PATCH 02/21] block: Limit atomic writes according to bio and queue limits
` [PATCH 17/21] fs: xfs: iomap atomic write support
` [PATCH 21/21] nvme: Support atomic writes

[PATCH 0/3] fanotify support for btrfs sub-volumes
 2023-11-10 10:31 UTC  (12+ messages)

[PATCH 0/2] Fuse submount_lookup needs to be initialized
 2023-11-10  9:44 UTC  (4+ messages)
` [PATCH 1/2] fuse: ensure submount_lookup is initialized on alloc
` [v5 PATCH 2/2] fuse: share lookup state between submount and its parent

[RFC PATCH 0/6] debugfs/wifi: locking fixes
 2023-11-10  9:35 UTC  (8+ messages)
` [RFC PATCH 1/6] debugfs: fix automount d_fsdata usage
` [RFC PATCH 2/6] debugfs: annotate debugfs handlers vs. removal with lockdep
` [RFC PATCH 3/6] debugfs: add API to allow debugfs operations cancellation
` [RFC PATCH 4/6] wifi: cfg80211: add locked debugfs wrappers
` [RFC PATCH 5/6] wifi: mac80211: use wiphy locked debugfs helpers for agg_status
` [RFC PATCH 6/6] wifi: mac80211: use wiphy locked debugfs for sdata/link

[PATCH] debugfs: only clean up d_fsdata for d_is_reg()
 2023-11-10  9:06 UTC  (4+ messages)

[PATCH next V3] proc: support file->f_pos checking in mem_lseek
 2023-11-10 15:19 UTC  (3+ messages)

[RFC] simplifying fast_dput(), dentry_kill() et.al
 2023-11-10  8:19 UTC  (10+ messages)
` [PATCH 01/15] fast_dput(): having ->d_delete() is not reason to delay refcount decrement
  ` [PATCH 09/15] fold the call of retain_dentry() into fast_dput()
          ` lockless case of retain_dentry() (was Re: [PATCH 09/15] fold the call of retain_dentry() into fast_dput())

[PATCH -next V2] proc: support file->f_pos checking in mem_lseek
 2023-11-10  6:23 UTC  (3+ messages)

[PATCH] fs/exec.c: Add fast path for ENOENT on PATH search before allocating mm
 2023-11-10  5:26 UTC  (13+ messages)

[PATCH v10 bpf-next 00/17] BPF token and BPF FS-based delegation
 2023-11-10  3:48 UTC  (18+ messages)
` [PATCH v10 bpf-next 01/17] bpf: align CAP_NET_ADMIN checks with bpf_capable() approach
` [PATCH v10 bpf-next 02/17] bpf: add BPF token delegation mount options to BPF FS
` [PATCH v10 bpf-next 03/17] bpf: introduce BPF token object
` [PATCH v10 bpf-next 04/17] bpf: add BPF token support to BPF_MAP_CREATE command
` [PATCH v10 bpf-next 05/17] bpf: add BPF token support to BPF_BTF_LOAD command
` [PATCH v10 bpf-next 06/17] bpf: add BPF token support to BPF_PROG_LOAD command
` [PATCH v10 bpf-next 07/17] bpf: take into account BPF token when fetching helper protos
` [PATCH v10 bpf-next 08/17] bpf: consistently use BPF token throughout BPF verifier logic
` [PATCH v10 bpf-next 09/17] bpf,lsm: refactor bpf_prog_alloc/bpf_prog_free LSM hooks
` [PATCH v10 bpf-next 10/17] bpf,lsm: refactor bpf_map_alloc/bpf_map_free "
` [PATCH v10 bpf-next 11/17] bpf,lsm: add BPF token "
` [PATCH v10 bpf-next 12/17] libbpf: add bpf_token_create() API
` [PATCH v10 bpf-next 13/17] libbpf: add BPF token support to bpf_map_create() API
` [PATCH v10 bpf-next 14/17] libbpf: add BPF token support to bpf_btf_load() API
` [PATCH v10 bpf-next 15/17] libbpf: add BPF token support to bpf_prog_load() API
` [PATCH v10 bpf-next 16/17] selftests/bpf: add BPF token-enabled tests
` [PATCH v10 bpf-next 17/17] bpf,selinux: allocate bpf_security_struct per BPF token

[PATCH v9 bpf-next 00/17] BPF token and BPF FS-based delegation
 2023-11-09 22:29 UTC  (7+ messages)
` [PATCH v9 bpf-next 02/17] bpf: add BPF token delegation mount options to BPF FS

[PATCH] fs: RESOLVE_CACHED final path component fix
 2023-11-09 22:22 UTC  (5+ messages)

[GIT PULL] xfs: new code for 6.7
 2023-11-09 22:05 UTC  (10+ messages)

[PATCH 0/4] sysctl: Remove sentinel elements from fs dir
 2023-11-09 21:12 UTC  (6+ messages)
` [PATCH 2/4] aio: Remove the now superfluous sentinel elements from ctl_table array

selftests: memfd: run_fuse_test.sh - fuse_evict_inode - fs/fuse/inode.c:162 - panic
 2023-11-09 20:41 UTC  (2+ messages)

[RFC 0/6] tracking fd counts per cgroup
 2023-11-09 18:44 UTC  (2+ messages)

[syzbot] Monthly udf report (Nov 2023)
 2023-11-09 18:23 UTC 

[syzbot] [reiserfs?] kernel BUG in direntry_check_right
 2023-11-09 17:16 UTC 

[RFC][PATCH 3/4] filemap: implement filemap allocate post callback for page_owner
 2023-11-09 16:38 UTC  (12+ messages)
` [RFC][PATCH 0/4] mm, page_owner: make the owner in page owner clearer
  ` [RFC][PATCH 1/4] mm, page_owner: add folio allocate post callback for struct page_owner to make the "
  ` [RFC][PATCH 4/4] mm/rmap: implement anonmap allocate post callback for page_owner

[RFC][PATCH 1/4] mm, page_owner: add folio allocate post callback for struct page_owner to make the owner clearer
 2023-11-09 15:36 UTC 

[RFC][PATCH 4/4] mm/rmap: implement anonmap allocate post callback for page_owner
 2023-11-09 14:10 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).