messages from 2025-02-04 23:12:15 to 2025-02-06 10:54:12 UTC [more...]
[REGRESSION][BISECTED] Crash with Bad page state for FUSE/Flatpak related applications since v6.13
2025-02-06 10:53 UTC
[PATCH 0/4] fs: last of the pseudofs mount api conversions
2025-02-06 10:51 UTC (9+ messages)
` [PATCH 1/4] pstore: convert to the new mount API
` [PATCH 2/4] vfs: Convert devpts to use "
` [PATCH 3/4] devtmpfs: replace ->mount with ->get_tree in public instance
` [PATCH 4/4] vfs: remove some unused old mount api code
[PATCH RFC 00/10] large atomic writes for xfs with CoW
2025-02-06 10:43 UTC (20+ messages)
` [PATCH RFC 02/10] xfs: Refactor xfs_reflink_end_cow_extent()
` [PATCH RFC 03/10] iomap: Support CoW-based atomic writes
` [PATCH RFC 06/10] xfs: iomap CoW-based atomic write support
` [PATCH RFC 07/10] xfs: Add xfs_file_dio_write_atomic()
` [PATCH RFC 08/10] xfs: Commit CoW-based atomic writes atomically
` [PATCH RFC 09/10] xfs: Update atomic write max size
` [PATCH RFC 10/10] xfs: Allow block allocator to take an alignment hint
[PATCH] fs/xattr: actually support O_PATH fds in *xattrat() syscalls
2025-02-06 10:03 UTC (4+ messages)
[PATCH net 00/24] net/rxrpc, crypto: Add Kerberos crypto lib and AF_RXRPC GSSAPI security class
2025-02-06 9:54 UTC (3+ messages)
` [PATCH net 20/24] rxrpc: Add the security index for yfs-rxgk
[PATCH v3 0/2] pipe: don't update {a,c,m}time for anonymous pipes
2025-02-06 9:55 UTC (5+ messages)
` [PATCH v3 1/2] pipe: introduce struct file_operations pipeanon_fops
` [PATCH v3 2/2] pipe: don't update {a,c,m}time for anonymous pipes
[PATCH v2 0/2] pipe: don't update {a,c,m}time for anonymous pipes
2025-02-06 9:49 UTC (6+ messages)
` [PATCH v2 1/2] pipe: introduce struct file_operations pipeanon_fops
` [PATCH v2 2/2] pipe: don't update {a,c,m}time for anonymous pipes
[PATCH 0/3] CONFIG_VFS_DEBUG at last
2025-02-06 9:46 UTC (6+ messages)
` [PATCH 1/3] vfs: add initial support for CONFIG_VFS_DEBUG
` [PATCH 2/3] vfs: catch invalid modes in may_open
` [PATCH 3/3] vfs: use the new debug macros in inode_set_cached_link()
[PATCH] ext4: pass strlen() of the symlink instead of i_size to inode_set_cached_link()
2025-02-06 9:44 UTC (7+ messages)
[PATCH] vfs: inline getname()
2025-02-06 9:22 UTC (3+ messages)
[exFAT] Missing O_DIRECT Support Causes Errors in Python and Affects Applications
2025-02-06 7:49 UTC
[RFC PATCH] Introduce generalized data temperature estimation framework
2025-02-06 8:00 UTC (10+ messages)
[PATCH v4 0/5] Fix and cleanups to xarray
2025-02-06 7:34 UTC (5+ messages)
` [PATCH v4 2/5] Xarray: move forward index correctly in xas_pause()
[PATCH v2 0/8] enable bs > ps for block devices
2025-02-06 7:17 UTC (11+ messages)
` [PATCH v2 1/8] fs/buffer: simplify block_read_full_folio() with bh_offset()
` [PATCH v2 2/8] fs/buffer: remove batching from async read
` [PATCH v2 5/8] fs/buffer fs/mpage: remove large folio restriction
` [PATCH v2 8/8] bdev: use bdev_io_min() for statx block size
iomap patches for zoned XFS v2
2025-02-06 6:40 UTC (12+ messages)
` [PATCH 01/11] iomap: allow the file system to submit the writeback bios
` [PATCH 02/11] iomap: simplify io_flags and io_type in struct iomap_ioend
` [PATCH 03/11] iomap: add a IOMAP_F_ANON_WRITE flag
` [PATCH 04/11] iomap: split bios to zone append limits in the submission handlers
` [PATCH 05/11] iomap: move common ioend code to ioend.c
` [PATCH 06/11] iomap: factor out a iomap_dio_done helper
` [PATCH 07/11] iomap: optionally use ioends for direct I/O
` [PATCH 08/11] iomap: add a io_private field to struct iomap_ioend
` [PATCH 09/11] iomap: pass private data to iomap_page_mkwrite
` [PATCH 10/11] iomap: pass private data to iomap_zero_range
` [PATCH 11/11] iomap: pass private data to iomap_truncate_page
[PATCHv3 00/11] Get rid of PG_reclaim and rename PG_dropbehind
2025-02-06 6:34 UTC (5+ messages)
` [PATCHv3 06/11] mm/vmscan: Use PG_dropbehind instead of PG_reclaim
PI and data checksumming for XFS
2025-02-06 6:05 UTC (6+ messages)
` [PATCH 7/7] xfs: implement block-metadata based data checksums
[PATCH 00/19 v7?] RFC: Allow concurrent and async changes in a directory
2025-02-06 5:42 UTC (20+ messages)
` [PATCH 01/19] VFS: introduce vfs_mkdir_return()
` [PATCH 02/19] VFS: use global wait-queue table for d_alloc_parallel()
` [PATCH 03/19] VFS: use d_alloc_parallel() in lookup_one_qstr_excl() and rename it
` [PATCH 04/19] VFS: change kern_path_locked() and user_path_locked_at() to never return negative dentry
` [PATCH 05/19] VFS: add common error checks to lookup_one_qstr()
` [PATCH 06/19] VFS: repack DENTRY_ flags
` [PATCH 07/19] VFS: repack LOOKUP_ bit flags
` [PATCH 08/19] VFS: introduce lookup_and_lock() and friends
` [PATCH 09/19] VFS: add _async versions of the various directory modifying inode_operations
` [PATCH 10/19] VFS: introduce inode flags to report locking needs for directory ops
` [PATCH 11/19] VFS: Add ability to exclusively lock a dentry and use for create/remove operations
` [PATCH 12/19] VFS: enhance d_splice_alias to accommodate shared-lock updates
` [PATCH 13/19] VFS: lock dentry for ->revalidate to avoid races with rename etc
` [PATCH 14/19] VFS: Ensure no async updates happening in directory being removed
` [PATCH 15/19] VFS: Change lookup_and_lock() to use shared lock when possible
` [PATCH 16/19] VFS: add lookup_and_lock_rename()
` [PATCH 17/19] nfsd: use lookup_and_lock_one() and lookup_and_lock_rename_one()
` [PATCH 18/19] nfs: change mkdir inode_operation to mkdir_async
` [PATCH 19/19] nfs: switch to _async for all directory ops
[PATCH v6 00/26] fs/dax: Fix ZONE_DEVICE page reference counts
2025-02-06 0:10 UTC (9+ messages)
` [PATCH v6 01/26] fuse: Fix dax truncate/punch_hole fault path
` [PATCH v6 23/26] mm: Remove pXX_devmap callers
[syzbot] [exfat?] INFO: task hung in exfat_lookup (3)
2025-02-05 23:08 UTC (2+ messages)
[PATCH] sysv: convert sysv to use the new mount api
2025-02-05 22:30 UTC
[PATCH 0/3] Fix for huge faults regression
2025-02-05 22:20 UTC (10+ messages)
` [PATCH 1/3] fsnotify: use accessor to set FMODE_NONOTIFY_*
` [PATCH 2/3] fsnotify: disable notification by default for all pseudo files
` [PATCH 3/3] fsnotify: disable pre-content and permission events by default
Immutable vs read-only for Windows compatibility
2025-02-05 22:01 UTC (16+ messages)
[PATCH v5 00/10] iomap: incremental per-operation iter advance
2025-02-05 20:44 UTC (25+ messages)
` [PATCH v5 01/10] iomap: factor out iomap length helper
` [PATCH v5 02/10] iomap: split out iomap check and reset logic from iter advance
` [PATCH v5 03/10] iomap: refactor iomap_iter() length check and tracepoint
` [PATCH v5 04/10] iomap: lift error code check out of iomap_iter_advance()
` [PATCH v5 05/10] iomap: lift iter termination logic from iomap_iter_advance()
` [PATCH v5 06/10] iomap: export iomap_iter_advance() and return remaining length
` [PATCH v5 07/10] iomap: support incremental iomap_iter advances
` [PATCH v5 08/10] iomap: advance the iter directly on buffered writes
` [PATCH v5 09/10] iomap: advance the iter directly on unshare range
` [PATCH v5 10/10] iomap: advance the iter directly on zero range
[LSF/MM/BPF TOPIC] buffered IO atomic writes
2025-02-05 19:22 UTC
[PATCH] fuse: don't set file->private_data in fuse_conn_waiting_read
2025-02-05 18:13 UTC (2+ messages)
[PATCH] statmount: add a new supported_mask field
2025-02-05 17:27 UTC (3+ messages)
[PATCH] vfs: sanity check the length passed to inode_set_cached_link()
2025-02-05 16:20 UTC (4+ messages)
[PATCH] fuse: clear FR_PENDING without holding fiq lock for uring requests
2025-02-05 15:57 UTC (9+ messages)
[PATCH v11 00/10] Read/Write with meta/integrity
2025-02-05 15:42 UTC (7+ messages)
` [PATCH v11 07/10] block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags
[PATCH v5 -next 00/16] sysctl: move sysctls from vm_table into its own files
2025-02-05 12:39 UTC (3+ messages)
[PATCH v7 0/6] introduce PIDFD_SELF* sentinels
2025-02-05 12:06 UTC (14+ messages)
` [PATCH v7 2/6] selftests/pidfd: add missing system header imcludes to pidfd tests
` [PATCH v7 3/6] tools: testing: separate out wait_for_pid() into helper header
` [PATCH v7 5/6] selftests: pidfd: add tests for PIDFD_SELF_*
` [PATCH v7 6/6] selftests/mm: use PIDFD_SELF in guard pages test
[PATCH] pidfs: improve ioctl handling
2025-02-05 10:58 UTC (2+ messages)
[GIT PULL] sysctl constification changes for v6.14-rc1
2025-02-05 9:03 UTC (5+ messages)
` "
[linus:master] [fsnotify] a94204f4d4: stress-ng.timerfd.ops_per_sec 7.0% improvement
2025-02-05 8:09 UTC
[LSF/MM/BPF TOPIC] Design challenges for a new file system that needs to support multiple billions of file
2025-02-05 8:05 UTC (5+ messages)
[syzbot] [bcachefs?] general protection fault in inode_permission (3)
2025-02-05 7:18 UTC
[LSF/MM/BPF TOPIC] Long Duration Stress Testing Filesystems
2025-02-05 4:38 UTC (5+ messages)
[PATCH v7 00/20] fs/dax: Fix ZONE_DEVICE page reference counts
2025-02-05 3:15 UTC (5+ messages)
` [PATCH v7 01/20] fuse: Fix dax truncate/punch_hole fault path
` [PATCH v7 02/20] fs/dax: Return unmapped busy pages from dax_layout_busy_page_range()
[LSF/MM/BPF TOPIC] FUSE io_uring zero copy
2025-02-05 2:27 UTC (2+ messages)
[PATCH v9 00/26] riscv control-flow integrity for usermode
2025-02-05 1:22 UTC (27+ messages)
` [PATCH v9 01/26] mm: helper `is_shadow_stack_vma` to check shadow stack vma
` [PATCH v9 02/26] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v9 03/26] riscv: zicfiss / zicfilp enumeration
` [PATCH v9 04/26] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v9 05/26] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v9 06/26] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v9 07/26] riscv mm: manufacture shadow stack pte
` [PATCH v9 08/26] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v9 09/26] riscv mmu: write protect and shadow stack
` [PATCH v9 10/26] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v9 11/26] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v9 12/26] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v9 13/26] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v9 14/26] riscv/traps: Introduce software check exception
` [PATCH v9 15/26] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v9 16/26] riscv/signal: save and restore of shadow stack for signal
` [PATCH v9 17/26] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v9 18/26] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v9 19/26] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v9 20/26] riscv: Add Firmware Feature SBI extensions definitions
` [PATCH v9 21/26] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v9 22/26] riscv: kernel command line option to opt out of user cfi
` [PATCH v9 23/26] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v9 24/26] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v9 25/26] riscv: Documentation for shadow stack on riscv
` [PATCH v9 26/26] kselftest/riscv: kselftest for user mode cfi
[RFC PATCH 0/4] ceph: fix generic/421 test failure
2025-02-05 0:02 UTC (5+ messages)
` [RFC PATCH 1/4] ceph: extend ceph_writeback_ctl for ceph_writepages_start() refactoring
` [RFC PATCH 2/4] ceph: introduce ceph_process_folio_batch() method
` [RFC PATCH 3/4] ceph: introduce ceph_submit_write() method
` [RFC PATCH 4/4] ceph: fix generic/421 test failure
[PATCH v5 0/3] mount notification
2025-02-04 23:52 UTC (7+ messages)
` [PATCH v5 2/3] fanotify: notify on mount attach and detach
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox