messages from 2024-11-14 09:45:03 to 2024-11-15 15:36:05 UTC [more...]
[PATCH v2 0/2] fs: listmount()/statmount() fix and sample program
2024-11-15 15:35 UTC (2+ messages)
` [PATCH v2 1/2] samples: add a mountinfo program to demonstrate statmount()/listmount()
[git pull] xattr stuff
2024-11-15 15:33 UTC (2+ messages)
[PATCH v8 00/19] fanotify: add pre-content hooks
2024-11-15 15:30 UTC (20+ messages)
` [PATCH v8 01/19] fs: get rid of __FMODE_NONOTIFY kludge
` [PATCH v8 02/19] fsnotify: opt-in for permission events at file open time
` [PATCH v8 03/19] fsnotify: add helper to check if file is actually being watched
` [PATCH v8 04/19] fanotify: don't skip extra event info if no info_mode is set
` [PATCH v8 05/19] fanotify: rename a misnamed constant
` [PATCH v8 06/19] fanotify: reserve event bit of deprecated FAN_DIR_MODIFY
` [PATCH v8 07/19] fsnotify: introduce pre-content permission events
` [PATCH v8 08/19] fsnotify: pass optional file access range in pre-content event
` [PATCH v8 09/19] fsnotify: generate pre-content permission event on truncate
` [PATCH v8 10/19] fanotify: introduce FAN_PRE_ACCESS permission event
` [PATCH v8 11/19] fanotify: report file range info with pre-content events
` [PATCH v8 12/19] fanotify: allow to set errno in FAN_DENY permission response
` [PATCH v8 13/19] fanotify: add a helper to check for pre content events
` [PATCH v8 14/19] fanotify: disable readahead if we have pre-content watches
` [PATCH v8 15/19] mm: don't allow huge faults for files with pre content watches
` [PATCH v8 16/19] fsnotify: generate pre-content permission event on page fault
` [PATCH v8 17/19] xfs: add pre-content fsnotify hook for write faults
` [PATCH v8 18/19] btrfs: disable defrag on pre-content watched files
` [PATCH v8 19/19] fs: enable pre-content events on supported file systems
[PATCH] virtio-fs: Query rootmode during mount
2024-11-15 15:24 UTC (7+ messages)
generic/645 failing on ext4, xfs (probably others) on all LTS kernels
2024-11-15 15:21 UTC (4+ messages)
[git pull] ufs stuff
2024-11-15 15:11 UTC
[PATCHSET v5 0/17] Uncached buffered IO
2024-11-15 15:06 UTC (22+ messages)
` [PATCH 01/17] mm/filemap: change filemap_create_folio() to take a struct kiocb
` [PATCH 02/17] mm/readahead: add folio allocation helper
` [PATCH 03/17] mm: add PG_uncached page flag
` [PATCH 04/17] mm/readahead: add readahead_control->uncached member
` [PATCH 05/17] mm/filemap: use page_cache_sync_ra() to kick off read-ahead
` [PATCH 06/17] mm/truncate: add folio_unmap_invalidate() helper
` [PATCH 07/17] fs: add RWF_UNCACHED iocb and FOP_UNCACHED file_operations flag
` [PATCH 08/17] mm/filemap: add read support for RWF_UNCACHED
` [PATCH 09/17] mm/filemap: drop uncached pages when writeback completes
` [PATCH 10/17] mm/filemap: make buffered writes work with RWF_UNCACHED
` [PATCH 11/17] mm/filemap: add filemap_fdatawrite_range_kick() helper
` [PATCH 12/17] mm: add FGP_UNCACHED folio creation flag
` [PATCH 13/17] ext4: add RWF_UNCACHED write support
` [PATCH 14/17] iomap: make buffered writes work with RWF_UNCACHED
` [PATCH 15/17] xfs: punt uncached write completions to the completion wq
` [PATCH 16/17] xfs: flag as supporting FOP_UNCACHED
` [PATCH 17/17] btrfs: add support for uncached writes
[git pull] struct fd series
2024-11-15 15:02 UTC
[PATCH v2] iomap: warn on zero range of a post-eof folio
2024-11-15 14:59 UTC
[PATCH v3 0/4] iomap: zero range flush fixes
2024-11-15 14:53 UTC (5+ messages)
` [PATCH v3 2/4] iomap: lift zeroed mapping handling into iomap_zero_range()
[PATCH RFC/RFT v2 0/2] Converge common flows for cpu assisted shadow stack
2024-11-15 14:17 UTC (12+ messages)
` [PATCH RFC/RFT v2 1/2] mm: helper `is_shadow_stack_vma` to check shadow stack vma
` [PATCH RFC/RFT v2 2/2] kernel: converge common shadow stack flow agnostic to arch
[GIT PULL] vfs untorn writes
2024-11-15 14:09 UTC
[GIT PULL] vfs ecryptfs
2024-11-15 14:08 UTC
[GIT PULL] vfs tmpfs
2024-11-15 14:06 UTC
[GIT PULL] vfs copy_struct_to_user()
2024-11-15 14:05 UTC
[GIT PULL] vfs pidfs
2024-11-15 14:04 UTC
[GIT PULL] vfs overlayfs
2024-11-15 14:03 UTC
[GIT PULL] vfs file
2024-11-15 14:02 UTC
[GIT PULL] vfs netfs
2024-11-15 14:00 UTC
[GIT PULL] vfs pagecache
2024-11-15 13:58 UTC
[GIT PULL] vfs rust file
2024-11-15 13:57 UTC
[GIT PULL] vfs misc
2024-11-15 13:56 UTC
[GIT PULL] vfs mount api conversions
2024-11-15 13:54 UTC
[GIT PULL] vfs multigrain timestamps
2024-11-15 13:49 UTC
[PATCH] selftests/mount_setattr: Fix failures on 64K PAGE_SIZE kernels
2024-11-15 13:41 UTC
[PATCH v9 00/11] Read/Write with meta/integrity
2024-11-15 13:29 UTC (16+ messages)
` [PATCH v9 01/11] block: define set of integrity flags to be inherited by cloned bip
` [PATCH v9 02/11] block: copy back bounce buffer to user-space correctly in case of split
` [PATCH v9 03/11] block: modify bio_integrity_map_user to accept iov_iter as argument
` [PATCH v9 04/11] fs, iov_iter: define meta io descriptor
` [PATCH v9 05/11] fs: introduce IOCB_HAS_METADATA for metadata
` [PATCH v9 06/11] io_uring: introduce attributes for read/write and PI support
` [PATCH v9 07/11] io_uring: inline read/write attributes and PI
` [PATCH v9 08/11] block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags
` [PATCH v9 09/11] nvme: add support for passing on the application tag
` [PATCH v9 10/11] scsi: add support for user-meta interface
` [PATCH v9 11/11] block: add support to pass user meta buffer
[syzbot] [ntfs3?] general protection fault in pick_link
2024-11-15 13:24 UTC (5+ messages)
` [PATCH] fs: add check for symlink corrupted
next-20241114: clang: fs/netfs/read_retry.c:235:20: error: variable 'subreq' is uninitialized when used here [-Werror,-Wuninitialized]
2024-11-15 12:53 UTC
[syzbot] [iomap?] [erofs?] WARNING in iomap_iter (4)
2024-11-15 12:18 UTC
[PATCH] fuse: check attributes staleness on fuse_iget()
2024-11-15 11:59 UTC (2+ messages)
[PATCH v7 00/18] fanotify: add pre-content hooks
2024-11-15 11:47 UTC (13+ messages)
` [PATCH v7 05/18] fsnotify: introduce pre-content permission events
` [PATCH v7 09/18] fanotify: introduce FAN_PRE_ACCESS permission event
[PATCH v4 00/14] forcealign for xfs
2024-11-15 11:20 UTC (15+ messages)
[PATCH bpf-next 0/4] Make inode storage available to tracing prog
2024-11-15 11:19 UTC (17+ messages)
` [PATCH bpf-next 2/4] bpf: Make bpf inode storage available to tracing program
[PATCH RFC v3 0/2] mm: Refactor KVM guest_memfd to introduce guestmem library
2024-11-15 10:58 UTC (5+ messages)
` [PATCH RFC v3 1/2] KVM: guest_memfd: Convert .free_folio() to .release_folio()
[PATCH v1 00/11] fs/proc/vmcore: kdump support for virtio-mem on s390
2024-11-15 10:04 UTC (13+ messages)
` [PATCH v1 01/11] fs/proc/vmcore: convert vmcore_cb_lock into vmcore_mutex
` [PATCH v1 02/11] fs/proc/vmcore: replace vmcoredd_mutex by vmcore_mutex
` [PATCH v1 04/11] fs/proc/vmcore: move vmcore definitions from kcore.h to crash_dump.h
[PATCH] netfs: Remove duplicate check in netfs_cache_read_terminated()
2024-11-15 9:13 UTC
[RFC/PATCH v2 bpf-next fanotify 0/7] Fanotify fastpath handler
2024-11-15 8:51 UTC (11+ messages)
` [RFC/PATCH v2 bpf-next fanotify 1/7] fanotify: Introduce fanotify "
` [RFC/PATCH v2 bpf-next fanotify 7/7] selftests/bpf: Add test for BPF based "
[PATCH v4 0/4] overlayfs: Optimize override/revert creds
2024-11-15 8:16 UTC (8+ messages)
` [PATCH v4 4/4] ovl: "
[PATCH] statmount: add flag to retrieve unescaped options
2024-11-15 8:10 UTC (5+ messages)
[PATCH 0/4] pidfs: implement file handle support
2024-11-15 7:50 UTC (19+ messages)
` [PATCH v2 0/3] "
` [PATCH v2 2/3] exportfs: allow fs to disable CAP_DAC_READ_SEARCH check
` [PATCH v2 3/3] pidfs: implement file handle support
[PATCH 6.11 43/63] netfs: Downgrade i_rwsem for a buffered write
2024-11-15 6:38 UTC (2+ messages)
` [PATCH 6.11 45/63] afs: Fix lock recursion
Lucrative Proposal
2024-11-15 3:54 UTC
[PATCH] switch io_msg_ring() to CLASS(fd)
2024-11-15 3:49 UTC
[PATCH v8 00/29] riscv control-flow integrity for usermode
2024-11-15 3:19 UTC (9+ messages)
` [PATCH v8 24/29] riscv: enable kernel access to shadow stack memory via FWFT sbi call
[PATCH v4 0/6] fuse: remove temp page copies in writeback
2024-11-15 2:18 UTC (7+ messages)
` [PATCH v4 6/6] fuse: remove tmp folio for writebacks and internal rb tree
[PATCH RFC v5 00/16] fuse: fuse-over-io-uring
2024-11-15 0:49 UTC (7+ messages)
` [PATCH RFC v5 05/16] fuse: make args->in_args[0] to be always the header
[PATCH] ocfs2: uncache inode which has failed entering the group
2024-11-15 0:48 UTC (2+ messages)
[PATCH RESEND v9 0/3] fuse: add kernel-enforced request timeout option
2024-11-14 19:13 UTC (4+ messages)
` [PATCH RESEND v9 1/3] fs_parser: add fsparam_u16 helper
` [PATCH RESEND v9 2/3] fuse: add optional kernel-enforced timeout for requests
` [PATCH RESEND v9 3/3] fuse: add default_request_timeout and max_request_timeout sysctls
[GIT PULL] bcachefs fixes for 6.12
2024-11-14 18:50 UTC (2+ messages)
[PATCH v4 00/33] netfs: Read performance improvements and "single-blob" support
2024-11-14 16:39 UTC (3+ messages)
` [PATCH v4 28/33] netfs: Change the read result collector to only use one work item
[PATCH v2 0/3] Fixes multiple sysctl proc_handler usage error
2024-11-14 16:25 UTC (4+ messages)
` [PATCH v2 1/3] coredump: Fixes core_pipe_limit sysctl proc_handler
` [PATCH v2 2/3] sysctl: Fix underflow value setting risk in vm_table
` [PATCH v2 3/3] tty: ldsic: fix tty_ldisc_autoload sysctl's proc_handler
[PATCH v4 0/3] fs: allow statmount to fetch the fs_subtype and sb_source
2024-11-14 16:12 UTC (16+ messages)
` [PATCH] statmount: retrieve security mount options
[PATCH 0/3] Fixes multiple sysctl proc_handler usage error
2024-11-14 14:25 UTC (6+ messages)
` [PATCH 1/3] coredump: Fixes core_pipe_limit sysctl proc_handler
[PATCH v2 1/4] iov_iter: Provide copy_iomem_to|from_iter()
2024-11-14 14:12 UTC (2+ messages)
` [PATCH v3 "
[RFC 0/8] enable bs > ps for block devices
2024-11-14 13:47 UTC (4+ messages)
` [RFC 2/8] fs/mpage: avoid negative shift for large blocksize
[PATCH 0/4] pidfs: implement file handle support
2024-11-14 12:21 UTC (15+ messages)
` [PATCH 4/4] pidfs: implement fh_to_dentry
[PATCH] ovl: pass an explicit reference of creators creds to callers
2024-11-14 12:19 UTC (6+ messages)
[RFC PATCH v2 02/13] x86/um: nommu: elf loader for fdpic
2024-11-14 10:41 UTC (12+ messages)
[RFC PATCH v1 06/57] mm: Remove PAGE_SIZE compile-time constant assumption
2024-11-14 10:17 UTC (2+ messages)
[PATCH RFC] fs: reduce pointer chasing in is_mgtime() test
2024-11-14 9:46 UTC (2+ messages)
[PATCH] vfs: make evict() use smp_mb__after_spinlock instead of smp_mb
2024-11-14 9:44 UTC (2+ messages)
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