linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-21 14:30:34 to 2022-11-24 01:30:10 UTC [more...]

[PATCH mm-unstable v1 00/20] mm/gup: remove FOLL_FORCE usage from drivers (reliable R/O long-term pinning)
 2022-11-24  1:29 UTC  (17+ messages)
` [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 09/20] mm/gup: reliable R/O long-term pinning in COW mappings
` [PATCH mm-unstable v1 13/20] media: videobuf-dma-sg: remove FOLL_FORCE usage
` [PATCH mm-unstable v1 15/20] media: pci/ivtv: "
` [PATCH mm-unstable v1 16/20] mm/frame-vector: "

[PATCH v5 00/10] Implement copy offload support
 2022-11-24  0:03 UTC  (18+ messages)
    ` [PATCH v5 01/10] block: Introduce queue limits for copy-offload support
    ` [PATCH v5 02/10] block: Add copy offload support infrastructure
    ` [PATCH v5 03/10] block: add emulation for copy
    ` [PATCH v5 04/10] block: Introduce a new ioctl "
    ` [PATCH v5 05/10] nvme: add copy offload support
    ` [PATCH v5 06/10] nvmet: add copy command support for bdev and file ns
    ` [PATCH v5 07/10] dm: Add support for copy offload
    ` [PATCH v5 08/10] dm: Enable copy offload for dm-linear target
    ` [PATCH v5 09/10] dm kcopyd: use copy offload support
    ` [PATCH v5 10/10] fs: add support for copy file range in zonefs

[PATCH v4 0/3] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
 2022-11-23 23:12 UTC  (6+ messages)
` [RFC PATCH v4 1/3] mm: Merge folio_has_private()/filemap_release_folio() call pairs
` [RFC PATCH v4 2/3] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
` [RFC PATCH v4 3/3] mm: Make filemap_release_folio() better inform shrink_folio_list()

consolidate btrfs checksumming, repair and bio splitting v2
 2022-11-23 22:44 UTC  (6+ messages)
` [PATCH 01/19] block: export bio_split_rw
` [PATCH 19/19] iomap: remove IOMAP_F_ZONE_APPEND

[PATCH v3] fsverity: stop using PG_error to track error status
 2022-11-23 22:19 UTC  (3+ messages)

[PATCH v3] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
 2022-11-23 20:25 UTC  (4+ messages)

[GIT PULL] 9p fixes for 6.1-rc7
 2022-11-23 19:24 UTC  (3+ messages)

[PATCH v2 1/1] Make nfsd_splice_actor work with reads with a non-zero offset that doesn't end on a page boundary
 2022-11-23 19:00 UTC 

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

[PATCH v2 0/3] [RFC] shmem: user and group quota support for tmpfs
 2022-11-23 18:09 UTC  (24+ 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 v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-11-23 18:02 UTC  (12+ messages)
` [PATCH v9 3/8] KVM: Add KVM_EXIT_MEMORY_FAULT exit

[PATCH 1/1] Make nfsd_splice_actor work with reads with a non-zero offset that doesn't end on a page boundary
 2022-11-23 17:54 UTC  (2+ messages)

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

[PATCH v4 0/2] fscache,cachefiles: add prepare_ondemand_read() interface
 2022-11-23 16:44 UTC  (4+ messages)
` [PATCH v4 1/2] fscache,cachefiles: add prepare_ondemand_read() callback
  ` [Linux-cachefs] [PATCH v4 1/2] fscache, cachefiles: "

thoughts about fanotify and HSM
 2022-11-23 15:16 UTC  (20+ messages)

[PATCH v6 0/3] Implement IOCTL to get and/or the clear info about PTEs
 2022-11-23 14:11 UTC  (7+ messages)

[PATCH v1 1/5] exfat: reduce the size of exfat_entry_set_cache
 2022-11-23 13:49 UTC  (4+ messages)

Should iov_iter_get_pages*() be EXPORT_SYMBOL_GPL?
 2022-11-23 13:35 UTC 

[REPOST PATCH] epoll: use refcount to reduce ep_mutex contention
 2022-11-23 13:27 UTC  (5+ messages)

[PATCH 0/9 V4] xfs, iomap: fix data corrupton due to stale cached iomaps
 2022-11-23 13:24 UTC  (11+ messages)
` [PATCH 1/9] xfs: write page faults in iomap are not buffered writes
` [PATCH 2/9] xfs: punching delalloc extents on write failure is racy
` [PATCH 3/9] xfs: use byte ranges for write cleanup ranges
` [PATCH 4/9] xfs,iomap: move delalloc punching to iomap
` [PATCH 5/9] iomap: buffered write failure should not truncate the page cache
` [PATCH 6/9] xfs: xfs_bmap_punch_delalloc_range() should take a byte range
` [PATCH 7/9] iomap: write iomap validity checks
` [PATCH 8/9] xfs: use iomap_valid method to detect stale cached iomaps
` [PATCH 9/9] xfs: drop write error injection is unfixable, remove it

[PATCH v2 0/4] iov_iter: Add extraction helpers
 2022-11-23 13:10 UTC  (5+ messages)
` [PATCH v2 1/4] mm: Move FOLL_* defs to mm_types.h
` [PATCH v2 2/4] iov_iter: Add a function to extract a page list from an iterator
` [PATCH v2 3/4] netfs: Add a function to extract a UBUF or IOVEC into a BVEC iterator
` [PATCH v2 4/4] netfs: Add a function to extract an iterator into a scatterlist

[PATCH AUTOSEL 5.10 13/22] zonefs: fix zone report size in __zonefs_io_error()
 2022-11-23 12:43 UTC 

[PATCH AUTOSEL 5.15 18/31] zonefs: fix zone report size in __zonefs_io_error()
 2022-11-23 12:42 UTC 

[PATCH AUTOSEL 6.0 29/44] zonefs: fix zone report size in __zonefs_io_error()
 2022-11-23 12:40 UTC 

[PATCH] fuse: lock inode unconditionally in fuse_fallocate()
 2022-11-23 10:43 UTC 

[PATCH 6.0 180/314] netfs: Fix missing xas_retry() calls in xarray iteration
 2022-11-23  8:50 UTC  (2+ messages)
` [PATCH 6.0 181/314] netfs: Fix dodgy maths

[PATCH v3 00/23] Convert to filemap_get_folios_tag()
 2022-11-23  7:51 UTC  (6+ messages)
` [PATCH v3 14/23] f2fs: Convert f2fs_write_cache_pages() to use filemap_get_folios_tag()
  ` [f2fs-dev] "

[driver-core:debugfs_cleanup] [sysfs] 611df3f493: WARNING:at_fs/sysfs/group.c:#sysfs_remove_group
 2022-11-23  2:32 UTC 

[PATCH v1] xfs_spaceman: add fsuuid command
 2022-11-22 23:45 UTC  (2+ messages)

[RFC PATCH v2 00/21] FUSE BPF: A Stacked Filesystem Extension for FUSE
 2022-11-22 21:23 UTC  (27+ 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 printk v5 00/40] reduce console_lock scope
 2022-11-22 16:43 UTC  (2+ messages)

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

[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  (16+ 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 

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

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] zonefs: Fix race between modprobe and mount
 2022-11-22  5:22 UTC  (3+ messages)

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

[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] fscache: fix OOB Read in __fscache_acquire_volume
 2022-11-21 16:31 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).