messages from 2023-12-06 16:49:20 to 2023-12-07 21:23:40 UTC [more...]
[PATCH v3 00/59] netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib
2023-12-07 21:21 UTC (24+ messages)
` [PATCH v3 01/59] netfs, fscache: Move fs/fscache/* into fs/netfs/
` [PATCH v3 02/59] netfs, fscache: Combine fscache with netfs
` [PATCH v3 03/59] netfs, fscache: Remove ->begin_cache_operation
` [PATCH v3 04/59] netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlink
` [PATCH v3 05/59] netfs: Move pinning-for-writeback from fscache to netfs
` [PATCH v3 06/59] netfs: Add a procfile to list in-progress requests
` [PATCH v3 07/59] netfs: Allow the netfs to make the io (sub)request alloc larger
` [PATCH v3 08/59] netfs: Add a ->free_subrequest() op
` [PATCH v3 09/59] afs: Don't use folio->private to record partial modification
` [PATCH v3 10/59] netfs: Provide invalidate_folio and release_folio calls
` [PATCH v3 11/59] netfs: Implement unbuffered/DIO vs buffered I/O locking
` [PATCH v3 12/59] netfs: Add iov_iters to (sub)requests to describe various buffers
` [PATCH v3 13/59] netfs: Add support for DIO buffering
` [PATCH v3 14/59] netfs: Provide tools to create a buffer in an xarray
` [PATCH v3 15/59] netfs: Add bounce buffering support
` [PATCH v3 16/59] netfs: Add func to calculate pagecount/size-limited span of an iterator
` [PATCH v3 17/59] netfs: Limit subrequest by size or number of segments
` [PATCH v3 18/59] netfs: Export netfs_put_subrequest() and some tracepoints
` [PATCH v3 19/59] netfs: Extend the netfs_io_*request structs to handle writes
` [PATCH v3 20/59] netfs: Add a hook to allow tell the netfs to update its i_size
` [PATCH v3 21/59] netfs: Make netfs_put_request() handle a NULL pointer
` [PATCH v3 22/59] netfs: Make the refcounting of netfs_begin_read() easier to use
` [PATCH v3 23/59] netfs: Prep to use folio->private for write grouping and streaming write
[PATCH] fs: Pass AT_GETATTR_NOSEC flag to getattr interface function
2023-12-07 21:10 UTC (2+ messages)
[PATCH] block: Remove special-casing of compound pages
2023-12-07 21:04 UTC (2+ messages)
[PATCH 1/3] block: Rework bio_for_each_segment_all()
2023-12-07 21:04 UTC (17+ messages)
` [PATCH 2/3] block: Rework bio_for_each_folio_all(), add bio_for_each_folio()
` [PATCH 3/3] block: Add documentation for bio iterator macros
[PATCH v5 00/17] Pass data lifetime information to SCSI disk devices
2023-12-07 19:39 UTC (13+ messages)
` [PATCH v5 01/17] fs: Fix rw_hint validation
` [PATCH v5 02/17] fs: Move enum rw_hint into a new header file
` [PATCH v5 03/17] fs/f2fs: Restore the whint_mode mount option
` [PATCH v5 04/17] fs: Restore F_[GS]ET_FILE_RW_HINT support
` [PATCH v5 05/17] fs: Restore kiocb.ki_hint
[PATCH v2 00/18] sysctl: constify sysctl ctl_tables
2023-12-07 19:29 UTC (22+ messages)
` [PATCH v2 13/18] sysctl: move sysctl type to ctl_table_header
` [PATCH v2 03/18] sysctl: drop sysctl_is_perm_empty_ctl_table
[PATCH bpf-next 0/8] BPF token support in libbpf's BPF object
2023-12-07 18:54 UTC (9+ messages)
` [PATCH bpf-next 1/8] bpf: fail BPF_TOKEN_CREATE if no delegation option was set on BPF FS
` [PATCH bpf-next 2/8] libbpf: split feature detectors definitions from cached results
` [PATCH bpf-next 3/8] libbpf: further decouple feature checking logic from bpf_object
` [PATCH bpf-next 4/8] libbpf: move feature detection code into its own file
` [PATCH bpf-next 5/8] libbpf: wire up token_fd into feature probing logic
` [PATCH bpf-next 6/8] libbpf: wire up BPF token support at BPF object level
` [PATCH bpf-next 7/8] selftests/bpf: add BPF object loading tests with explicit token passing
` [PATCH bpf-next 8/8] selftests/bpf: add tests for BPF object load with implicit token
[PATCH 0/2] fuse: Rename DIRECT_IO_{RELAX -> ALLOW_MMAP}
2023-12-07 18:37 UTC (18+ messages)
[RFC 1/3] pidfd: allow pidfd_open() on non-thread-group leaders
2023-12-07 17:57 UTC (3+ messages)
[PATCH 0/11] vfs: inode cache scalability improvements
2023-12-07 17:08 UTC (33+ messages)
` [PATCH 01/11] lib/dlock-list: Distributed and lock-protected lists
` [PATCH 02/11] vfs: Remove unnecessary list_for_each_entry_safe() variants
` [PATCH 03/11] vfs: Use dlock list for superblock's inode list
` [PATCH 04/11] lib/dlock-list: Make sibling CPUs share the same linked list
` [PATCH 05/11] selinux: use dlist for isec inode list
` [PATCH 06/11] vfs: factor out inode hash head calculation
` [PATCH 07/11] hlist-bl: add hlist_bl_fake()
` [PATCH 08/11] vfs: inode cache conversion to hash-bl
` [PATCH 09/11] hash-bl: explicitly initialise hash-bl heads
` [PATCH 10/11] list_bl: don't use bit locks for PREEMPT_RT or lockdep
[PATCH v3 00/25] Permission Overlay Extension
2023-12-07 15:44 UTC (17+ messages)
` [PATCH v3 04/25] arm64: disable trapping of POR_EL0 to EL2
` [PATCH v3 05/25] arm64: context switch POR_EL0 register
` [PATCH v3 07/25] arm64: enable the Permission Overlay Extension for EL0
` [PATCH v3 09/25] arm64: define VM_PKEY_BIT* for arm64
` [PATCH v3 10/25] arm64: mask out POIndex when modifying a PTE
` [PATCH v3 11/25] arm64: enable ARCH_HAS_PKEYS on arm64
[RFC PATCH 00/11] mempolicy2, mbind2, and weighted interleave
2023-12-07 15:43 UTC (15+ messages)
` [RFC PATCH 01/11] mm/mempolicy: implement the sysfs-based weighted_interleave interface
` [RFC PATCH 02/11] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving
` [RFC PATCH 03/11] mm/mempolicy: refactor sanitize_mpol_flags for reuse
` [RFC PATCH 04/11] mm/mempolicy: create struct mempolicy_args for creating new mempolicies
` [RFC PATCH 05/11] mm/mempolicy: refactor kernel_get_mempolicy for code re-use
` [RFC PATCH 06/11] mm/mempolicy: allow home_node to be set by mpol_new
` [RFC PATCH 07/11] mm/mempolicy: add userland mempolicy arg structure
` [RFC PATCH 08/11] mm/mempolicy: add set_mempolicy2 syscall
` [RFC PATCH 09/11] mm/mempolicy: add get_mempolicy2 syscall
` [RFC PATCH 10/11] mm/mempolicy: add the mbind2 syscall
` [RFC PATCH 11/11] mm/mempolicy: extend set_mempolicy2 and mbind2 to support weighted interleave
map multiple blocks per ->map_blocks in iomap writeback
2023-12-07 15:03 UTC (17+ messages)
` [PATCH 01/14] iomap: clear the per-folio dirty bits on all writeback failures
` [PATCH 02/14] iomap: treat inline data in iomap_writepage_map as an I/O error
` [PATCH 03/14] iomap: move the io_folios field out of struct iomap_ioend
` [PATCH 04/14] iomap: move the PF_MEMALLOC check to iomap_writepages
` [PATCH 05/14] iomap: factor out a iomap_writepage_handle_eof helper
` [PATCH 06/14] iomap: move all remaining per-folio logic into iomap_writepage_map
` [PATCH 07/14] iomap: clean up the iomap_alloc_ioend calling convention
` [PATCH 08/14] iomap: move the iomap_sector sector calculation out of iomap_add_to_ioend
` [PATCH 09/14] iomap: don't chain bios
` [PATCH 10/14] iomap: only call mapping_set_error once for each failed bio
` [PATCH 11/14] iomap: factor out a iomap_writepage_map_block helper
` [PATCH 12/14] iomap: submit ioends immediately
` [PATCH 13/14] iomap: map multiple blocks at a time
` [PATCH 14/14] iomap: pass the length of the dirty region to ->map_blocks
[PATCH 00/16] fs: use type-safe uid representation for filesystem capabilities
2023-12-07 14:42 UTC (5+ messages)
` [PATCH 09/16] fs: add vfs_set_fscaps()
[PATCH] freevxfs: Convert vxfs_immed_read_folio to the new folio APIs
2023-12-07 13:22 UTC (3+ messages)
[RFC 0/7] ext4: Allocator changes for atomic write support with DIO
2023-12-07 12:43 UTC (6+ messages)
` [RFC 1/7] iomap: Don't fall back to buffered write if the write is atomic
[PATCH v3] exfat/balloc: using hweight instead of internal logic
2023-12-07 12:38 UTC (3+ messages)
[PATCH 0/4] Prepare for fsnotify pre-content permission events
2023-12-07 12:38 UTC (5+ messages)
` [PATCH 1/4] fs: use splice_copy_file_range() inline helper
` [PATCH 2/4] fsnotify: split fsnotify_perm() into two hooks
` [PATCH 3/4] fsnotify: assert that file_start_write() is not held in permission hooks
` [PATCH 4/4] fsnotify: pass access range in file "
[PATCH v6 00/11] blksnap - block devices snapshots module
2023-12-07 11:22 UTC (10+ messages)
` [PATCH v6 02/11] block: Block Device Filtering Mechanism
` [PATCH v6 06/11] blksnap: handling and tracking I/O units
` [PATCH v6 07/11] blksnap: difference storage and chunk
` [PATCH v6 10/11] blksnap: Kconfig and Makefile
[syzbot] Monthly gfs2 report (Dec 2023)
2023-12-07 9:56 UTC
[PATCH 00/16] fs/ntfs3: Bugfix and refactoring
2023-12-07 9:31 UTC (3+ messages)
` [PATCH 08/16] fs/ntfs3: Fix detected field-spanning write (size 8) of single field "le->name"
[PATCH] chardev: Simplify usage of try_module_get()
2023-12-07 9:23 UTC (5+ messages)
[RFC 2/3] ext2: Convert ext2 regular file buffered I/O to use iomap
2023-12-07 8:58 UTC (3+ messages)
[PATCH v14 00/12] FUSE passthrough for file io
2023-12-07 8:56 UTC (17+ messages)
[PATCH 0/7] File abstractions needed by Rust Binder
2023-12-07 7:46 UTC (12+ messages)
` [PATCH 5/7] rust: file: add `Kuid` wrapper
[PATCH] [RFC] iomap: Use FUA for pure data O_DSYNC DIO writes
2023-12-07 7:32 UTC (3+ messages)
[PATCH v6 0/1] mm: report per-page metadata information
2023-12-07 7:31 UTC (6+ messages)
[viro-vfs:work.dcache2] [__dentry_kill()] 1b738f196e: stress-ng.sysinfo.ops_per_sec -27.2% regression
2023-12-07 2:29 UTC (19+ messages)
[PATCH v7 00/39] arm64/gcs: Provide support for GCS in userspace
2023-12-06 21:44 UTC (7+ messages)
` [PATCH v7 21/39] arm64/gcs: Allocate a new GCS for threads with GCS enabled
` [PATCH v7 22/39] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v7 23/39] arm64/mm: Implement map_shadow_stack()
[PATCH] mm: Support order-1 folios in the page cache
2023-12-06 21:07 UTC (3+ messages)
[PATCH RFC 0/4] dev_dax_iomap: introduce iomap for /dev/dax
2023-12-06 21:03 UTC (5+ messages)
` [PATCH RFC 1/4] dev_dax_iomap: Add add_dax_ops() func for fs-dax to provide dax holder_ops
` [PATCH RFC 2/4] dev_dax_iomap: Temporary hacks due to linkage issues
` [PATCH RFC 3/4] dev_dax_iomap: Add dax_operations to /dev/dax struct dax_device
` [PATCH RFC 4/4] dev_dax_iomap: Add CONFIG_DEV_DAX_IOMAP kernel build parameter
[syzbot] [fs?] general protection fault in pagemap_scan_hugetlb_entry
2023-12-06 20:36 UTC
[PATCH 0/4] listmount changes
2023-12-06 20:24 UTC (4+ messages)
` [PATCH 3/4] listmount: small changes in semantics
[PATCH] gfs2: Remove use of error flag in journal reads
2023-12-06 19:58 UTC
Issues with FIEMAP, xfstests, Samba, ksmbd and CIFS
2023-12-06 18:47 UTC (2+ messages)
[PATCH v12 bpf-next 00/17] BPF token and BPF FS-based delegation
2023-12-06 18:24 UTC (5+ messages)
` [PATCH v12 bpf-next 03/17] bpf: introduce BPF token object
[PATCH] fs: vboxsf: fix a kernel-doc warning
2023-12-06 17:16 UTC (4+ messages)
[RFC] proposed libc interface and man page for listmount
2023-12-06 16:53 UTC (4+ messages)
[PATCH v5 23/23] integrity: Switch from rbtree to LSM-managed blob for integrity_iint_cache
2023-12-06 16:50 UTC (12+ messages)
[PATCH v2 0/7] File abstractions needed by Rust Binder
2023-12-06 16:49 UTC (6+ messages)
` [PATCH v2 5/7] rust: file: add `Kuid` wrapper
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;
as well as URLs for NNTP newsgroup(s).