linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-30 16:10:55 to 2025-08-02 07:20:05 UTC [more...]

[PATCH v3 0/7] iomap: zero range folio batch support
 2025-08-02  7:19 UTC  (8+ messages)
` [PATCH v3 3/7] iomap: optional zero range dirty folio processing

[PATCH 0/7] direct-io: even more flexible io vectors
 2025-08-02  2:02 UTC  (9+ messages)
` [PATCH 1/7] block: check for valid bio while splitting
` [PATCH 2/7] block: align the bio after building it
` [PATCH 3/7] block: simplify direct io validity check
` [PATCH 4/7] iomap: "
` [PATCH 5/7] block: remove bdev_iter_is_aligned
` [PATCH 6/7] blk-integrity: use simpler alignment check
` [PATCH 7/7] iov_iter: remove iov_iter_is_aligned

[PATCH] fs: correctly check for errors from replace_fd() in receive_fd_replace()
 2025-08-01 22:02 UTC  (3+ messages)

[PATCH v2] hfs: remove BUG() from hfs_release_folio()/hfs_test_inode()/hfs_write_inode()
 2025-08-01 21:52 UTC  (24+ messages)
` [PATCH v3] "
                                ` [PATCH v4] hfs: update sanity check of the root record

[RFC PATCH v1 00/10] mm/iomap: add granular dirty and writeback accounting
 2025-08-01 21:47 UTC  (13+ messages)
` [RFC PATCH v1 01/10] mm: pass number of pages to __folio_start_writeback()
` [RFC PATCH v1 02/10] mm: pass number of pages to __folio_end_writeback()
` [RFC PATCH v1 03/10] mm: add folio_end_writeback_pages() helper
` [RFC PATCH v1 04/10] mm: pass number of pages dirtied to __folio_mark_dirty()
` [RFC PATCH v1 05/10] mm: add filemap_dirty_folio_pages() helper
` [RFC PATCH v1 06/10] mm: add __folio_clear_dirty_for_io() helper
` [RFC PATCH v1 07/10] mm: add no_stats_accounting bitfield to wbc
` [RFC PATCH v1 08/10] mm: refactor clearing dirty stats into helper function
` [RFC PATCH v1 09/10] mm: add clear_dirty_for_io_stats() helper
` [RFC PATCH v1 10/10] iomap: add granular dirty and writeback accounting

[PATCH v3] vfio/pci: print vfio-device syspath to fdinfo
 2025-08-01 20:50 UTC 

[PATCH v2 0/2] fuse/mm: remove BDI_CAP_WRITEBACK_ACCT
 2025-08-01 20:44 UTC  (2+ messages)

[RFC 1/2] aio-dio-write-verify: Add O_DSYNC option
 2025-08-01 20:29 UTC  (5+ messages)
` [RFC 2/2] generic: Add integrity tests for O_DSYNC and RWF_DSYNC writes

[PATCH 0/3] execute PROCMAP_QUERY ioctl under per-vma lock
 2025-08-01 19:30 UTC  (9+ messages)
` [PATCH 1/3] selftests/proc: test PROCMAP_QUERY ioctl while vma is concurrently modified
` [PATCH 2/3] fs/proc/task_mmu: factor out proc_maps_private fields used by PROCMAP_QUERY
` [PATCH 3/3] fs/proc/task_mmu: execute PROCMAP_QUERY ioctl under per-vma locks

[syzbot] [hfs?] INFO: task hung in hfsplus_find_init (3)
 2025-08-01 17:48 UTC  (2+ messages)

[PATCH 00/10] convert the majority of file systems to mmap_prepare
 2025-08-01 16:29 UTC  (5+ messages)

[RFC PATCH v2 4/8] lib/iov_iter: remove piecewise bvec length checking in iov_iter_aligned_bvec
 2025-08-01 16:10 UTC  (3+ messages)

[RFC v2 0/4] add static huge zero folio support
 2025-08-01 15:53 UTC  (11+ messages)
` [RFC v2 1/4] mm: rename huge_zero_page_shrinker to huge_zero_folio_shrinker
` [RFC v2 2/4] mm: add static huge zero folio
` [RFC v2 3/4] mm: add largest_zero_folio() routine

[PATCH v2 0/5] prctl: extend PR_SET_THP_DISABLE to only provide THPs when advised
 2025-08-01 12:53 UTC  (24+ messages)
` [PATCH v2 1/5] prctl: extend PR_SET_THP_DISABLE to optionally exclude VM_HUGEPAGE
` [PATCH v2 2/5] mm/huge_memory: convert "tva_flags" to "enum tva_type" for thp_vma_allowable_order*()
` [PATCH v2 3/5] mm/huge_memory: treat MADV_COLLAPSE as an advise with PR_THP_DISABLE_EXCEPT_ADVISED
` [PATCH v2 4/5] selftests: prctl: introduce tests for disabling THPs completely
` [PATCH v2 5/5] selftests: prctl: introduce tests for disabling THPs except for madvise

[PATCH 0/3] use vm_flags_t consistently
 2025-08-01 11:20 UTC  (6+ messages)
` [PATCH 2/3] mm: update core kernel code to "

[RFC] Another take at restarting FUSE servers
 2025-08-01 10:15 UTC  (9+ messages)

[PATCH] exfat: optimize allocation bitmap loading time
 2025-08-01  8:02 UTC  (2+ messages)

[PATCH v4 0/8] nfsd/vfs: fix handling of delegated timestamp updates
 2025-08-01  1:19 UTC  (3+ messages)
` [PATCH v4 8/8] nfsd: freeze c/mtime updates with outstanding WRITE_ATTRS delegation

[PATCH v19 00/27] riscv control-flow integrity for usermode
 2025-08-01  1:09 UTC  (29+ messages)
` [PATCH v19 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v19 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v19 03/27] riscv: zicfiss / zicfilp enumeration
` [PATCH v19 04/27] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v19 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v19 06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v19 07/27] riscv/mm: manufacture shadow stack pte
` [PATCH v19 08/27] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v19 09/27] riscv/mm: write protect and shadow stack
` [PATCH v19 10/27] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v19 11/27] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v19 12/27] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v19 13/27] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v19 14/27] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v19 15/27] riscv/traps: Introduce software check exception and uprobe handling
` [PATCH v19 16/27] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v19 17/27] riscv/signal: save and restore of shadow stack for signal
` [PATCH v19 18/27] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v19 19/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v19 20/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v19 21/27] riscv: kernel command line option to opt out of user cfi
` [PATCH v19 22/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v19 23/27] arch/riscv: compile vdso with landing pad and shadow stack note
` [PATCH v19 24/27] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v19 25/27] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v19 26/27] riscv: Documentation for shadow stack on riscv
` [PATCH v19 27/27] kselftest/riscv: kselftest for user mode cfi

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-08-01  0:01 UTC  (3+ messages)
` [RFC PATCH v2 02/51] KVM: guest_memfd: Introduce and use shareability to guard faulting

[PATCH] eventpoll: Fix semi-unbounded recursion
 2025-07-31 22:31 UTC  (2+ messages)

[GIT PULL 00/14 for v6.17] vfs 6.17
 2025-07-31 21:57 UTC  (19+ messages)
` [GIT PULL 09/14 for v6.17] vfs bpf
` [GIT PULL 02/14 for v6.17] vfs coredump
` [GIT PULL 11/14 for v6.17] vfs integrity
` [GIT PULL 14/14 for v6.17] vfs iomap

[PATCH] fuse: remove unused 'inode' parameter in fuse_passthrough_open
 2025-07-31 20:54 UTC  (2+ messages)

next-20250721 arm64 16K and 64K page size WARNING fs fuse file.c at fuse_iomap_writeback_range
 2025-07-31 20:48 UTC  (14+ messages)

[PATCH RFC 00/29] fs-verity support for XFS with post EOF merkle tree
 2025-07-31 18:43 UTC  (26+ messages)
` [PATCH RFC 01/29] iomap: add iomap_writepages_unbound() to write beyond EOF
` [PATCH RFC 02/29] iomap: introduce iomap_read/write_region interface
` [PATCH RFC 13/29] iomap: integrate fs-verity verification into iomap's read path
` [PATCH RFC 20/29] xfs: disable preallocations for fsverity Merkle tree writes
` [PATCH RFC 22/29] xfs: add fs-verity support
` [PATCH RFC 26/29] xfs: fix scrub trace with null pointer in quotacheck

[GIT PULL] fsnotify changes for
 2025-07-31 17:54 UTC  (2+ messages)

[GIT PULL] orangefs fixes for 6.17
 2025-07-31 17:54 UTC  (2+ messages)

[PATCHSET RFC v3 1/4] fuse: fixes and cleanups ahead of iomap support
 2025-07-31 17:52 UTC  (10+ messages)
` [PATCH 2/7] fuse: flush pending fuse events before aborting the connection

[RFC v3] fuse: use fs-iomap for better performance so we can containerize ext4
 2025-07-31 17:22 UTC  (8+ messages)

[PATCH v2] iomap: move prefaulting out of hot write path
 2025-07-31 14:56 UTC  (3+ messages)

[PATCH RFC v2 0/4] procfs: make reference pidns more user-visible
 2025-07-31 14:21 UTC  (6+ messages)
` [PATCH RFC v2 3/4] procfs: add PROCFS_GET_PID_NAMESPACE ioctl

[PATCH -next] ext4: add an update to i_disksize in ext4_block_page_mkwrite
 2025-07-31 14:05 UTC 

[PATCH 0/5] prctl: extend PR_SET_THP_DISABLE to only provide THPs when advised
 2025-07-31 12:24 UTC  (7+ messages)
` [PATCH 1/5] prctl: extend PR_SET_THP_DISABLE to optionally exclude VM_HUGEPAGE
` [PATCH 2/5] mm/huge_memory: convert "tva_flags" to "enum tva_type" for thp_vma_allowable_order*()
` [PATCH 3/5] mm/huge_memory: treat MADV_COLLAPSE as an advise with PR_THP_DISABLE_EXCEPT_ADVISED
` [PATCH 4/5] selftests: prctl: introduce tests for disabling THPs completely
` [PATCH 5/5] selftests: prctl: introduce tests for disabling THPs except for madvise

[PATCH V2 0/4] 9p: convert to the new mount API
 2025-07-31 12:24 UTC  (8+ messages)
` [PATCH V2 1/4] fs/fs_parse: add back fsparam_u32hex
` [PATCH V2 2/4] net/9p: move structures and macros to header files
` [PATCH V2 3/4] 9p: create a v9fs_context structure to hold parsed options
` [PATCH V2 4/4] 9p: convert to the new mount API

[PATCH] iomap: Fix broken data integrity guarantees for O_SYNC writes
 2025-07-31 11:24 UTC  (4+ messages)

[PATCH] fs: document 'name' parameter for name_contains_dotdot()
 2025-07-31 11:23 UTC  (3+ messages)

[PATCH] fs: mark file_remove_privs_flags static
 2025-07-31 11:15 UTC  (2+ messages)

[PATCH] locks: Remove the last reference to EXPORT_OP_ASYNC_LOCK
 2025-07-31 11:12 UTC  (2+ messages)

[PATCH 0/5] prctl: extend PR_SET_THP_DISABLE to only provide THPs when advised
 2025-07-31 10:32 UTC  (8+ messages)
` [PATCH 1/5] prctl: extend PR_SET_THP_DISABLE to optionally exclude VM_HUGEPAGE

[PATCH] fs: writeback: fix use-after-free in __mark_inode_dirty()
 2025-07-31 10:26 UTC  (2+ messages)

[PATCH bpf-next 0/2] umd: Remove usermode driver framework
 2025-07-31 10:22 UTC  (6+ messages)
` [PATCH bpf-next 2/2] "

do_change_type(): refuse to operate on unmounted/not ours mounts
 2025-07-31  8:11 UTC  (8+ messages)

[PATCH] ceph: cleanup in __ceph_do_pending_vmtruncate() method
 2025-07-30 18:54 UTC 

[PATCH] idr: Fix the kernel-doc for idr_is_empty()
 2025-07-30 16:31 UTC  (2+ messages)

[PATCH v5 0/7] Add managed SOFT RESERVE resource handling
 2025-07-30 16:09 UTC  (5+ messages)
` [PATCH v5 3/7] cxl/acpi: Add background worker to coordinate with cxl_mem probe completion


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