linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-02 20:39:56 to 2024-02-05 12:20:09 UTC [more...]

[PATCH v3 00/47] filelock: split file leases out of struct file_lock
 2024-02-05 12:19 UTC  (7+ messages)
` [PATCH v3 04/47] filelock: add some new helper functions

[PATCH v4 0/9] File abstractions needed by Rust Binder
 2024-02-05 12:18 UTC  (3+ messages)
` [PATCH v4 8/9] rust: file: add `DeferredFdCloser`

[syzbot] [btrfs?] KMSAN: uninit-value in bcmp (2)
 2024-02-05 12:15 UTC  (3+ messages)

[PATCH] filelock: add stubs for new functions when CONFIG_FILE_LOCKING=n
 2024-02-05 12:10 UTC  (3+ messages)

[PATCH] filelock: don't do security checks on nfsd setlease calls
 2024-02-05 12:09 UTC 

[RFC 00/18] Pkernfs: Support persistence for live update
 2024-02-05 12:02 UTC  (19+ messages)
` [RFC 01/18] pkernfs: Introduce filesystem skeleton
` [RFC 02/18] pkernfs: Add persistent inodes hooked into directies
` [RFC 03/18] pkernfs: Define an allocator for persistent pages
` [RFC 04/18] pkernfs: support file truncation
` [RFC 05/18] pkernfs: add file mmap callback
` [RFC 06/18] init: Add liveupdate cmdline param
` [RFC 07/18] pkernfs: Add file type for IOMMU root pgtables
` [RFC 08/18] iommu: Add allocator for pgtables from persistent region
` [RFC 09/18] intel-iommu: Use pkernfs for root/context pgtable pages
` [RFC 10/18] iommu/intel: zap context table entries on kexec
` [RFC 11/18] dma-iommu: Always enable deferred attaches for liveupdate
` [RFC 12/18] pkernfs: Add IOMMU domain pgtables file
` [RFC 13/18] vfio: add ioctl to define persistent pgtables on container
` [RFC 14/18] intel-iommu: Allocate domain pgtable pages from pkernfs
` [RFC 15/18] pkernfs: register device memory for IOMMU domain pgtables
` [RFC 16/18] vfio: support not mapping IOMMU pgtables on live-update
` [RFC 17/18] pci: Don't clear bus master is persistence enabled
` [RFC 18/18] vfio-pci: Assume device working after liveupdate

[PATCH] mm: Support order-1 folios in the page cache
 2024-02-05 12:00 UTC  (2+ messages)

[PATCH] fs/address_space: move i_mmap_rwsem to mitigate a false sharing with i_mmap
 2024-02-05 11:56 UTC  (2+ messages)

[PATCH v2 00/34] Open block devices as files
 2024-02-05 11:55 UTC  (2+ messages)

[PATCH RESEND 0/3] Add support for tmpfs quotas
 2024-02-05 11:48 UTC  (3+ messages)
    `  "

convert write_cache_pages() to an iterator v6
 2024-02-05 11:43 UTC  (17+ messages)
` [PATCH 01/13] writeback: remove a duplicate prototype for tag_pages_for_writeback
` [PATCH 02/13] writeback: fix done_index when hitting the wbc->nr_to_write
` [PATCH 03/13] writeback: also update wbc->nr_to_write on writeback failure
` [PATCH 04/13] writeback: only update ->writeback_index for range_cyclic writeback
` [PATCH 05/13] writeback: rework the loop termination condition in write_cache_pages
` [PATCH 06/13] writeback: Factor folio_prepare_writeback() out of write_cache_pages()
` [PATCH 07/13] writeback: Factor writeback_get_batch() "
` [PATCH 08/13] writeback: Simplify the loops in write_cache_pages()
` [PATCH 09/13] pagevec: Add ability to iterate a queue
` [PATCH 10/13] writeback: Use the folio_batch queue iterator
` [PATCH 11/13] writeback: Move the folio_prepare_writeback loop out of write_cache_pages()
` [PATCH 12/13] writeback: add a writeback iterator
` [PATCH 13/13] writeback: Remove a use of write_cache_pages() from do_writepages()

[PATCH 0/6] block atomic writes for XFS
 2024-02-05 11:29 UTC  (10+ messages)
` [PATCH 1/6] fs: iomap: Atomic write support
` [PATCH 3/6] fs: xfs: Support FS_XFLAG_ATOMICWRITES for rtvol
` [PATCH 6/6] fs: xfs: Set FMODE_CAN_ATOMIC_WRITE for FS_XFLAG_ATOMICWRITES set

[PATCH 06/13] jfs: Convert drop_metapage and remove_metapage to take a folio
 2024-02-05 11:29 UTC  (2+ messages)

[PATCH] remap_range: merge do_clone_file_range() into vfs_clone_file_range()
 2024-02-05 10:24 UTC  (4+ messages)

[PATCH 0/4] lockdep cmp fn conversions
 2024-02-05 10:09 UTC  (8+ messages)
` [PATCH 1/4] fs/pipe: Convert to lockdep_cmp_fn

[PATCH] mm/madvise: set ra_pages as device max request size during ADV_POPULATE_READ
 2024-02-05  9:53 UTC  (3+ messages)

[PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
 2024-02-05  9:46 UTC  (40+ messages)
` [PATCH v8 01/38] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v8 02/38] prctl: arch-agnostic prctl for shadow stack
` [PATCH v8 03/38] mman: Add map_shadow_stack() flags
` [PATCH v8 04/38] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v8 05/38] arm64/gcs: Document the ABI "
` [PATCH v8 06/38] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v8 07/38] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v8 08/38] arm64/gcs: Provide put_user_gcs()
` [PATCH v8 09/38] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v8 10/38] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v8 11/38] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v8 12/38] arm64/mm: Map pages for guarded control stack
` [PATCH v8 13/38] KVM: arm64: Manage GCS registers for guests
` [PATCH v8 14/38] arm64/gcs: Allow GCS usage at EL0 and EL1
` [PATCH v8 15/38] arm64/idreg: Add overrride for GCS
` [PATCH v8 16/38] arm64/hwcap: Add hwcap "
` [PATCH v8 17/38] arm64/traps: Handle GCS exceptions
` [PATCH v8 18/38] arm64/mm: Handle GCS data aborts
` [PATCH v8 19/38] arm64/gcs: Context switch GCS state for EL0
` [PATCH v8 20/38] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v8 21/38] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v8 22/38] arm64/mm: Implement map_shadow_stack()
` [PATCH v8 23/38] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v8 24/38] arm64/signal: Expose GCS state in signal frames
` [PATCH v8 25/38] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v8 26/38] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v8 27/38] kselftest/arm64: Verify the GCS hwcap
` [PATCH v8 28/38] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v8 29/38] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v8 30/38] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v8 31/38] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v8 32/38] kselftest/arm64: Add very basic GCS test program
` [PATCH v8 33/38] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v8 34/38] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v8 35/38] selftests/arm64: Add GCS signal tests
` [PATCH v8 36/38] kselftest/arm64: Add a GCS stress test
` [PATCH v8 37/38] kselftest/arm64: Enable GCS for the FP stress tests
` [PATCH v8 38/38] kselftest: Provide shadow stack enable helpers for arm64

[PATCHv8 1/1] block: introduce content activity based ioprio
 2024-02-05  9:09 UTC  (2+ messages)

[syzbot] [ext4?] general protection fault in __block_commit_write
 2024-02-05  9:01 UTC 

[syzbot] [hfs?] KASAN: invalid-free in hfs_release_folio (2)
 2024-02-05  9:01 UTC 

[PATCH v3 0/2] printk: CONFIG_BASE_SMALL fix for LOG_CPU_MAX_BUF_SHIFT and removal
 2024-02-05  8:39 UTC  (6+ messages)
` [PATCH v3 1/2] printk: Fix LOG_CPU_MAX_BUF_SHIFT when BASE_SMALL is enabled
` [PATCH v3 2/2] printk: Remove redundant CONFIG_BASE_SMALL

[PATCH] zonefs: Simplify the allocation of slab caches in zonefs_init_inodecache
 2024-02-05  8:10 UTC 

[PATCHv7 1/1] block: introduce content activity based ioprio
 2024-02-05  7:13 UTC  (4+ messages)

[PATCH] fs/address_space: move i_mmap_rwsem to mitigate a false sharing with i_mmap
 2024-02-05  6:22 UTC  (5+ messages)

[PATCH v5 0/4] mm/mempolicy: weighted interleave mempolicy and sysfs extension
 2024-02-05  5:48 UTC  (3+ messages)
` [PATCH v5 4/4] mm/mempolicy: protect task interleave functions with tsk->mems_allowed_seq

[PATCH v2 0/3] fs/exec: remove current->in_execve flag
 2024-02-05  3:28 UTC  (6+ messages)
` [PATCH v2 1/3] LSM: add security_execve_abort() hook
` [PATCH v2 2/3] tomoyo: replace current->in_execve flag with "
` [PATCH v2 3/3] fs/exec: remove current->in_execve flag

[LSF/MM/BPF TOPIC] Large folios, swap and fscache
 2024-02-04 23:45 UTC  (3+ messages)

Recent-ish changes in binfmt_elf made my program segfault
 2024-02-04 23:27 UTC  (7+ messages)

[LSF/MM/BPF TOPIC] Reclaiming & documenting page flags
 2024-02-04 21:34 UTC  (3+ messages)

[PATCHES] RCU pathwalk race fixes
 2024-02-04 16:41 UTC  (18+ messages)
` [PATCH 01/13] fs/super.c: don't drop ->s_user_ns until we free struct super_block itself
  ` [PATCH 02/13] rcu pathwalk: prevent bogus hard errors from may_lookup()
  ` [PATCH 03/13] affs: free affs_sb_info with kfree_rcu()
  ` [PATCH 04/13] exfat: move freeing sbi, upcase table and dropping nls into rcu-delayed helper
  ` [PATCH 05/13] hfsplus: switch to rcu-delayed unloading of nls and freeing ->s_fs_info
  ` [PATCH 06/13] afs: fix __afs_break_callback() / afs_drop_open_mmap() race
  ` [PATCH 07/13] nfs: make nfs_set_verifier() safe for use in RCU pathwalk
  ` [PATCH 08/13] nfs: fix UAF on pathwalk running into umount
  ` [PATCH 09/13] procfs: move dropping pde and pid from ->evict_inode() to ->free_inode()
  ` [PATCH 10/13] procfs: make freeing proc_fs_info rcu-delayed
  ` [PATCH 11/13] fuse: fix UAF in rcu pathwalks
  ` [PATCH 12/13] cifs_get_link(): bail out in unsafe case
  ` [PATCH 13/13] ext4_get_link(): fix breakage in RCU mode
` RCU pathwalk audit notes

[syzbot] Monthly jfs report (Feb 2024)
 2024-02-04 13:30 UTC 

[syzbot] Monthly reiserfs report (Feb 2024)
 2024-02-04 13:30 UTC 

[syzbot] [hfs?] KASAN: slab-out-of-bounds Write in hfsplus_bnode_read_key
 2024-02-04 11:51 UTC  (2+ messages)
` [PATCH next] hfsplus: fix oob "

[viro-vfs:work.misc 6/6] fs/splice.c:743:9: error: call to undeclared function 'call_write_iter'; ISO C99 and later do not support implicit function declarations
 2024-02-04 11:42 UTC 

[viro-vfs:work.misc 6/6] fs/splice.c:743:23: error: implicit declaration of function 'call_write_iter'
 2024-02-04 10:47 UTC 

[PATCH v2 0/3] per-vma locks in userfaultfd
 2024-02-04 10:27 UTC  (9+ messages)
` [PATCH v2 2/3] userfaultfd: protect mmap_changing with rw_sem in userfaulfd_ctx

[linus:master] [__dentry_kill()] 1c18edd1b7: stress-ng.dynlib.ops_per_sec -39.0% regression
 2024-02-04  8:14 UTC 

[GIT PULL] xfs: bug fixes for 6.8
 2024-02-04  7:44 UTC  (2+ messages)

[linus:master] [remap_range] dfad37051a: stress-ng.file-ioctl.ops_per_sec -11.2% regression
 2024-02-04  6:32 UTC  (4+ messages)

[PATCH 6.1 168/219] 9p: Fix initialisation of netfs_inode for 9p
 2024-02-03 19:19 UTC  (4+ messages)
` [PATCH 6.1 194/219] tcp: add sanity checks to rx zerocopy

[RFC PATCH v3 00/26] ext4: use iomap for regular file's buffered IO path and enable large foilo
 2024-02-03 17:57 UTC  (13+ messages)
` [PATCH v3 01/26] ext4: refactor ext4_da_map_blocks()
` [PATCH v3 02/26] ext4: convert to exclusive lock while inserting delalloc extents
` [PATCH v3 03/26] ext4: correct the hole length returned by ext4_map_blocks()
` [PATCH v3 04/26] ext4: add a hole extent entry in cache after punch
` [PATCH v3 05/26] ext4: make ext4_map_blocks() distinguish delalloc only extent
` [PATCH v3 06/26] ext4: make ext4_set_iomap() recognize IOMAP_DELALLOC map type

[LSF/MM/BPF TOPIC] Replacing TASK_(UN)INTERRUPTIBLE with regions of uninterruptibility
 2024-02-03 17:27 UTC  (7+ messages)

[syzbot] [afs?] [net?] INFO: task hung in rxrpc_release (3)
 2024-02-03 15:38 UTC 

[BUG REPORT] shrink_dcache_parent() loops indefinitely on a next-20240102 kernel
 2024-02-03 13:05 UTC  (9+ messages)

[syzbot] [netfs?] kernel BUG in __fscache_relinquish_cookie (2)
 2024-02-03  7:57 UTC 

[PATCH 6.7 265/353] 9p: Fix initialisation of netfs_inode for 9p
 2024-02-03  4:07 UTC  (2+ messages)
` [PATCH 6.7 312/353] tcp: add sanity checks to rx zerocopy

[PATCH 6.6 242/322] 9p: Fix initialisation of netfs_inode for 9p
 2024-02-03  4:06 UTC  (2+ messages)
` [PATCH 6.6 281/322] tcp: add sanity checks to rx zerocopy

[syzbot] [btrfs?] WARNING in btrfs_block_rsv_release
 2024-02-03  2:07 UTC 

[PATCH 10/13] jfs: Convert inc_io and mp_anchor to take a folio
 2024-02-03  1:53 UTC  (2+ messages)

[PATCH RFC v3 00/35] Add support for arm64 MTE dynamic tag storage reuse
 2024-02-03  1:52 UTC  (8+ messages)
` [PATCH RFC v3 22/35] arm64: mte: Enable tag storage if CMA areas have been activated
` [PATCH RFC v3 28/35] arm64: mte: swap: Handle tag restoring when missing tag storage

[syzbot] Monthly nilfs report (Feb 2024)
 2024-02-02 21:05 UTC 

[syzbot] Monthly kernfs report (Feb 2024)
 2024-02-02 21:05 UTC 

[syzbot] Monthly ntfs3 report (Feb 2024)
 2024-02-02 21:04 UTC 

[RFC PATCH v4 00/12] Introduce cpu_dcache_is_aliasing() to fix DAX regression
 2024-02-02 21:00 UTC  (13+ messages)
` [RFC PATCH v4 01/12] nvdimm/pmem: Fix leak on dax_add_host() failure
` [RFC PATCH v4 02/12] nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
` [RFC PATCH v4 03/12] dm: "
` [RFC PATCH v4 04/12] dcssblk: Handle alloc_dax() -EOPNOTSUPP failure
` [RFC PATCH v4 05/12] virtio: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
` [RFC PATCH v4 06/12] dax: Check for data cache aliasing at runtime
` [RFC PATCH v4 07/12] Introduce cpu_dcache_is_aliasing() across all architectures
` [RFC PATCH v4 08/12] dax: Fix incorrect list of data cache aliasing architectures
` [RFC PATCH v4 09/12] nvdimm/pmem: Cleanup alloc_dax() error handling
` [RFC PATCH v4 10/12] dm: "
` [RFC PATCH v4 11/12] dcssblk: "
` [RFC PATCH v4 12/12] virtio: "

[PATCH v2 0/6] Restore data lifetime support
 2024-02-02 20:39 UTC  (2+ messages)
` [PATCH v2 6/6] block, fs: Restore the per-bio/request data lifetime fields


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