public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-01-24 09:00:54 to 2025-01-28 12:43:51 UTC [more...]

[git pull] d_revalidate pile
 2025-01-28 12:43 UTC  (21+ messages)

[PATCH v4 0/4] mount notification
 2025-01-28 12:42 UTC  (10+ messages)
` [PATCH v4 2/4] fanotify: notify on mount attach and detach
` [PATCH v4 4/4] vfs: add notifications for mount attribute change

[PATCH v2] treewide: const qualify ctl_tables where applicable
 2025-01-28 11:22 UTC  (8+ messages)
  `  "
      `  "
            `  "

[LSF/MM/BPF TOPIC] Removing writeback temp pages in FUSE
 2025-01-28 11:10 UTC  (2+ messages)

[PATCH v10 bpf-next 0/7] Enable writing xattr from BPF programs
 2025-01-28 10:53 UTC  (9+ messages)
` [PATCH v10 bpf-next 1/7] fs/xattr: bpf: Introduce security.bpf. xattr name prefix
` [PATCH v10 bpf-next 2/7] selftests/bpf: Extend test fs_kfuncs to cover security.bpf. xattr names
` [PATCH v10 bpf-next 3/7] bpf: lsm: Add two more sleepable hooks
` [PATCH v10 bpf-next 4/7] bpf: Extend btf_kfunc_id_set to handle kfunc polymorphism
` [PATCH v10 bpf-next 5/7] bpf: Use btf_kfunc_id_set.remap logic for bpf_dynptr_from_skb
` [PATCH v10 bpf-next 6/7] bpf: fs/xattr: Add BPF kfuncs to set and remove xattrs
` [PATCH v10 bpf-next 7/7] selftests/bpf: Test kfuncs that set and remove xattr from BPF programs

[linus:master] [pidfs] 16ecd47cb0: stress-ng.fstat.ops_per_sec 12.6% regression
 2025-01-28 10:51 UTC  (2+ messages)

[PATCH] selftests: fix spelling/grammar errors in sysctl/sysctl.sh
 2025-01-28 10:36 UTC 

[PATCH 0/5] fs: allow changing idmappings
 2025-01-28 10:33 UTC  (6+ messages)
` [PATCH 1/5] fs: add vfs_open_tree() helper
` [PATCH 2/5] fs: add copy_mount_setattr() helper
` [PATCH 3/5] fs: add open_tree_attr()
` [PATCH 4/5] fs: add kflags member to struct mount_kattr
` [PATCH 5/5] fs: allow changing idmappings

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

[linus:master] [do_pollfd()] 8935989798: will-it-scale.per_process_ops 11.7% regression
 2025-01-28  9:37 UTC  (3+ messages)

[PATCH] netfs: Fix a number of read-retry hangs
 2025-01-28  9:33 UTC  (2+ messages)
` [PATCH] netfs: Add retry stat counters

[RFC PATCH] Introduce generalized data temperature estimation framework
 2025-01-28  8:59 UTC  (9+ messages)

[RFC PATCH v2 0/8] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
 2025-01-28  6:47 UTC  (7+ messages)
` [RFC PATCH v2 1/8] block: introduce BLK_FEAT_WRITE_ZEROES_UNMAP to queue limits features
` [RFC PATCH v2 2/8] nvme: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports DEAC bit
` [RFC PATCH v2 3/8] scsi: sd: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports unmap zeroing mode

[LSF/MM/BPF TOPIC] Lustre filesystem upstreaming
 2025-01-28  6:14 UTC  (5+ messages)

[PATCH 0/5] samples/kernfs: Add a pseudo-filesystem to demonstrate kernfs usage
 2025-01-28  6:08 UTC  (2+ messages)

[PATCH] fs/ntfs3: Update inode->i_mapping->a_ops on compression state change
 2025-01-28  6:07 UTC  (2+ messages)

[PATCH] block: Skip the folio lock if the folio is already dirty
 2025-01-28  5:58 UTC  (2+ messages)

[PATCH v2 0/7] iomap: incremental per-operation iter advance
 2025-01-28  5:40 UTC  (13+ messages)
` [PATCH v2 2/7] iomap: factor out iomap length helper
` [PATCH v2 3/7] iomap: refactor iter and advance continuation logic
` [PATCH v2 4/7] iomap: support incremental iomap_iter advances
` [PATCH v2 5/7] iomap: advance the iter directly on buffered writes
` [PATCH v2 6/7] iomap: advance the iter directly on unshare range
` [PATCH v2 7/7] iomap: advance the iter directly on zero range

[PATCH] ceph: is_root_ceph_dentry() cleanup
 2025-01-28  3:07 UTC  (2+ messages)

[PATCH v2] mm,procfs: allow read-only remote mm access under CAP_PERFMON
 2025-01-28  1:24 UTC  (3+ messages)

[PATCH v2 0/7] fuse: {io-uring} Ensure fuse requests are set/read with locks
 2025-01-28  0:19 UTC  (15+ messages)
` [PATCH v2 1/7] fuse: Access fuse_req under lock in fuse_uring_req_end
` [PATCH v2 2/7] fuse: Use the existing fuse_req in fuse_uring_commit
` [PATCH v2 3/7] fuse: {uring} Add struct fuse_req parameter to several functions
` [PATCH v2 4/7] fuse: Use READ_ONCE in fuse_uring_send_in_task
` [PATCH v2 5/7] fuse: use locked req consistently in fuse_uring_next_fuse_req()
` [PATCH v2 6/7] fuse: Access entries with queue lock in fuse_uring_entry_teardown
` [PATCH v2 7/7] fuse: {io-uring} Use {WRITE,READ}_ONCE for pdu->ent

[PATCH bpf-next v9 0/5] bpf: Add open-coded style process file iterator and bpf_fget_task() kfunc
 2025-01-27 23:46 UTC  (6+ messages)
` [PATCH bpf-next v9 1/5] bpf: Introduce task_file open-coded iterator kfuncs
` [PATCH bpf-next v9 2/5] selftests/bpf: Add tests for open-coded style process file iterator
` [PATCH bpf-next v9 3/5] bpf: Add bpf_fget_task() kfunc
` [PATCH bpf-next v9 4/5] bpf: Make fs kfuncs available for SYSCALL program type
` [PATCH bpf-next v9 5/5] selftests/bpf: Add tests for bpf_fget_task() kfunc

[LSF/MM/BPF TOPIC] Generalized data temperature estimation framework
 2025-01-27 23:42 UTC  (5+ messages)

page_ref tracepoints
 2025-01-27 23:42 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] vfs write barriers
 2025-01-27 23:34 UTC  (6+ messages)

[PATCH bpf-next v8 0/5] bpf: Add open-coded style process file iterator and bpf_fget_task() kfunc
 2025-01-27 22:23 UTC  (2+ messages)

[PATCH v7 4/4] userfaultfd: use per-vma locks in userfaultfd operations
 2025-01-27 22:08 UTC  (5+ messages)

[PATCH] ext4: use private version of page_zero_new_buffers() for data=journal mode
 2025-01-27 21:46 UTC  (7+ messages)

[PATCH v2] ceph: Fix kernel crash in generic/397 test
 2025-01-27 18:40 UTC  (4+ messages)

[PATCH v4 0/5] Fix and cleanups to xarray
 2025-01-27 16:21 UTC  (3+ messages)
` [PATCH v4 2/5] Xarray: move forward index correctly in xas_pause()

[PATCH] ceph: exchange hardcoded value on NAME_MAX
 2025-01-27 15:14 UTC  (3+ messages)

[PATCH] block: Skip the folio lock if the folio is already dirty
 2025-01-27  7:52 UTC  (3+ messages)

[syzbot] [fs?] WARNING in stable_page_flags
 2025-01-27  7:50 UTC  (4+ messages)

Regression on linux-next (next-20250120)
 2025-01-27  5:04 UTC  (5+ messages)

[PATCH AUTOSEL 6.1 2/4] exec: fix up /proc/pid/comm in the execveat(AT_EMPTY_PATH) case
 2025-01-26 14:49 UTC 

[PATCH AUTOSEL 6.6 2/5] exec: fix up /proc/pid/comm in the execveat(AT_EMPTY_PATH) case
 2025-01-26 14:49 UTC 

[PATCH AUTOSEL 6.12 2/6] exec: fix up /proc/pid/comm in the execveat(AT_EMPTY_PATH) case
 2025-01-26 14:48 UTC 

[PATCH AUTOSEL 6.13 2/7] exec: fix up /proc/pid/comm in the execveat(AT_EMPTY_PATH) case
 2025-01-26 14:48 UTC 

[linux-next:master] [debugfs] 95688800ee: BUG:KASAN:slab-use-after-free_in_full_proxy_read
 2025-01-26  8:09 UTC 

[GIT PULL] orangefs syzbot fix
 2025-01-26  4:15 UTC  (2+ messages)

[syzbot] [exfat?] general protection fault in exfat_get_dentry_cached
 2025-01-25 21:55 UTC  (2+ messages)

[PATCHES v3][RFC][CFT] ->d_revalidate() calling conventions changes (->d_parent/->d_name stability problems)
 2025-01-25 16:25 UTC  (4+ messages)
` [PATCH v3 01/20] make sure that DNAME_INLINE_LEN is a multiple of word size
  ` [PATCH v3 19/20] orangefs_d_revalidate(): use stable parent inode and name passed by caller

[PATCH 0/4] fuse: {io-uring} Ensure fuse requests are set/read with locks
 2025-01-25  9:46 UTC  (10+ messages)
` [PATCH 1/4] fuse: {io-uring} Use READ_ONCE in fuse_uring_send_in_task
` [PATCH 2/4] fuse: {io-uring} Access entries with queue lock in fuse_uring_entry_teardown
` [PATCH 3/4] fuse: {io-uring} set/read ent->fuse_req while holding a lock
` [PATCH 4/4] fuse: {io-uring} Use {WRITE,READ}_ONCE for pdu->ent

Bug: soft lockup in exfat_clear_bitmap
 2025-01-25  3:50 UTC  (9+ messages)

[PATCH v1] fuse: optimize over-io-uring request expiration check
 2025-01-24 23:33 UTC  (7+ messages)

[PATCH v5 00/32] netfs: Read performance improvements and "single-blob" support
 2025-01-24 19:54 UTC  (7+ messages)
` [PATCH v5 27/32] netfs: Change the read result collector to only use one work item

[RFC PATCH v6.6 00/10] Address CVE-2024-46701
 2025-01-24 19:19 UTC  (11+ messages)
` [RFC PATCH v6.6 01/10] libfs: Re-arrange locking in offset_iterate_dir()
` [RFC PATCH v6.6 02/10] libfs: Define a minimum directory offset
` [RFC PATCH v6.6 03/10] libfs: Add simple_offset_empty()
` [RFC PATCH v6.6 04/10] libfs: Fix simple_offset_rename_exchange()
` [RFC PATCH v6.6 05/10] libfs: Add simple_offset_rename() API
` [RFC PATCH v6.6 06/10] shmem: Fix shmem_rename2()
` [RFC PATCH v6.6 07/10] libfs: Return ENOSPC when the directory offset range is exhausted
` [RFC PATCH v6.6 08/10] Revert "libfs: Add simple_offset_empty()"
` [RFC PATCH v6.6 09/10] libfs: Replace simple_offset end-of-directory detection
` [RFC PATCH v6.6 10/10] libfs: Use d_children list to iterate simple_offset directories

[PATCH 0/5] fuse: over-io-uring fixes
 2025-01-24 18:59 UTC  (7+ messages)

Bug: INFO_ task hung in lock_two_nondirectories
 2025-01-24 18:39 UTC  (11+ messages)

[PATCH] mm,procfs: allow read-only remote mm access under CAP_PERFMON
 2025-01-24 17:31 UTC  (7+ messages)

[PATCH v2] fs: introduce getfsxattrat and setfsxattrat syscalls
 2025-01-24  9:33 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox