messages from 2023-10-13 03:12:10 to 2023-10-16 16:10:52 UTC [more...]
[RFC PATCH 00/53] netfs, afs, cifs: Delegate high-level I/O to netfslib
2023-10-16 16:10 UTC (60+ messages)
` [RFC PATCH 01/53] netfs: Add a procfile to list in-progress requests
` [RFC PATCH 02/53] netfs: Track the fpos above which the server has no data
` [RFC PATCH 03/53] netfs: Note nonblockingness in the netfs_io_request struct
` [RFC PATCH 04/53] netfs: Allow the netfs to make the io (sub)request alloc larger
` [RFC PATCH 05/53] netfs: Add a ->free_subrequest() op
` [RFC PATCH 06/53] afs: Don't use folio->private to record partial modification
` [RFC PATCH 07/53] netfs: Provide invalidate_folio and release_folio calls
` [RFC PATCH 08/53] netfs: Add rsize to netfs_io_request
` [RFC PATCH 09/53] netfs: Implement unbuffered/DIO vs buffered I/O locking
` [RFC PATCH 10/53] netfs: Add iov_iters to (sub)requests to describe various buffers
` [RFC PATCH 11/53] netfs: Add support for DIO buffering
` [RFC PATCH 12/53] netfs: Provide tools to create a buffer in an xarray
` [RFC PATCH 13/53] netfs: Add bounce buffering support
` [RFC PATCH 14/53] netfs: Add func to calculate pagecount/size-limited span of an iterator
` [RFC PATCH 15/53] netfs: Limit subrequest by size or number of segments
` [RFC PATCH 16/53] netfs: Export netfs_put_subrequest() and some tracepoints
` [RFC PATCH 17/53] netfs: Extend the netfs_io_*request structs to handle writes
` [RFC PATCH 18/53] netfs: Add a hook to allow tell the netfs to update its i_size
` [RFC PATCH 19/53] netfs: Make netfs_put_request() handle a NULL pointer
` [RFC PATCH 20/53] fscache: Add a function to begin an cache op from a netfslib request
` [RFC PATCH 21/53] netfs: Make the refcounting of netfs_begin_read() easier to use
` [RFC PATCH 22/53] netfs: Prep to use folio->private for write grouping and streaming write
` [RFC PATCH 23/53] netfs: Dispatch write requests to process a writeback slice
` [RFC PATCH 24/53] netfs: Provide func to copy data to pagecache for buffered write
` [RFC PATCH 25/53] netfs: Make netfs_read_folio() handle streaming-write pages
` [RFC PATCH 26/53] netfs: Allocate multipage folios in the writepath
` [RFC PATCH 27/53] netfs: Implement support for unbuffered/DIO read
` [RFC PATCH 28/53] netfs: Implement unbuffered/DIO write support
` [RFC PATCH 29/53] netfs: Implement buffered write API
` [RFC PATCH 30/53] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite()
` [RFC PATCH 31/53] netfs: Provide netfs_file_read_iter()
` [RFC PATCH 32/53] netfs: Provide a writepages implementation
` [RFC PATCH 33/53] netfs: Provide minimum blocksize parameter
` [RFC PATCH 34/53] netfs: Make netfs_skip_folio_read() take account of blocksize
` [RFC PATCH 35/53] netfs: Perform content encryption
` [RFC PATCH 36/53] netfs: Decrypt encrypted content
` [RFC PATCH 37/53] netfs: Support decryption on ubuffered/DIO read
` [RFC PATCH 38/53] netfs: Support encryption on Unbuffered/DIO write
` [RFC PATCH 39/53] netfs: Provide a launder_folio implementation
` [RFC PATCH 40/53] netfs: Implement a write-through caching option
` [RFC PATCH 41/53] netfs: Rearrange netfs_io_subrequest to put request pointer first
` [RFC PATCH 42/53] afs: Use the netfs write helpers
` [RFC PATCH 43/53] cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest
` [RFC PATCH 44/53] cifs: Share server EOF pos with netfslib
` [RFC PATCH 45/53] cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest
` [RFC PATCH 46/53] cifs: Use more fields from netfs_io_subrequest
` [RFC PATCH 47/53] cifs: Make wait_mtu_credits take size_t args
` [RFC PATCH 48/53] cifs: Implement netfslib hooks
` [RFC PATCH 49/53] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c
` [RFC PATCH 50/53] cifs: Cut over to using netfslib
` [RFC PATCH 51/53] cifs: Remove some code that's no longer used, part 1
` [RFC PATCH 52/53] cifs: Remove some code that's no longer used, part 2
` [RFC PATCH 53/53] cifs: Remove some code that's no longer used, part 3
[PATCH v14 00/12] FUSE passthrough for file io
2023-10-16 16:09 UTC (13+ messages)
` [PATCH v14 01/12] fs: prepare for stackable filesystems backing file helpers
` [PATCH v14 02/12] fs: factor out backing_file_{read,write}_iter() helpers
` [PATCH v14 03/12] fs: factor out backing_file_splice_{read,write}() helpers
` [PATCH v14 04/12] fs: factor out backing_file_mmap() helper
` [PATCH v14 05/12] fuse: factor out helper for FUSE_DEV_IOC_CLONE
` [PATCH v14 06/12] fuse: introduce FUSE_PASSTHROUGH capability
` [PATCH v14 07/12] fuse: pass optional backing_id in struct fuse_open_out
` [PATCH v14 08/12] fuse: implement ioctls to manage backing files
` [PATCH v14 09/12] fuse: implement read/write passthrough
` [PATCH v14 10/12] fuse: implement splice_{read/write} passthrough
` [PATCH v14 11/12] fuse: implement passthrough for mmap
` [PATCH v14 12/12] fuse: implement passthrough for readdir
[RFC PATCH 00/53] netfs, afs, cifs: Delegate high-level I/O to netfslib
2023-10-16 15:44 UTC (9+ messages)
` [RFC PATCH 01/53] netfs: Add a procfile to list in-progress requests
` [RFC PATCH 02/53] netfs: Track the fpos above which the server has no data
` [RFC PATCH 03/53] netfs: Note nonblockingness in the netfs_io_request struct
` [RFC PATCH 04/53] netfs: Allow the netfs to make the io (sub)request alloc larger
` [RFC PATCH 05/53] netfs: Add a ->free_subrequest() op
[PATCH] block: simplify bdev_del_partition()
2023-10-16 15:37 UTC (4+ messages)
[PATCH v5 00/10] Introduce __mt_dup() to improve the performance of fork()
2023-10-16 14:10 UTC (13+ messages)
` [PATCH v5 01/10] maple_tree: Add mt_free_one() and mt_attr() helpers
` [PATCH v5 02/10] maple_tree: Introduce {mtree,mas}_lock_nested()
` [PATCH v5 03/10] maple_tree: Introduce interfaces __mt_dup() and mtree_dup()
` [PATCH v5 04/10] radix tree test suite: Align kmem_cache_alloc_bulk() with kernel behavior
` [PATCH v5 05/10] maple_tree: Add test for mtree_dup()
` [PATCH v5 06/10] maple_tree: Update the documentation of maple tree
` [PATCH v5 07/10] maple_tree: Skip other tests when BENCH is enabled
` [PATCH v5 08/10] maple_tree: Update check_forking() and bench_forking()
` [PATCH v5 09/10] maple_tree: Preserve the tree attributes when destroying maple tree
` [PATCH v5 10/10] fork: Use __mt_dup() to duplicate maple tree in dup_mmap()
[PATCH v13 00/10] fuse: Add support for passthrough read/write
2023-10-16 13:21 UTC (21+ messages)
[PATCH v3 00/28] fs-verity support for XFS
2023-10-16 13:00 UTC (18+ messages)
` [PATCH v3 07/28] fsverity: always use bitmap to track verified status
` [PATCH v3 10/28] fsverity: operate with Merkle tree blocks instead of pages
` [PATCH v3 11/28] iomap: pass readpage operation to read path
` [PATCH v3 15/28] xfs: introduce workqueue for post read IO work
[PATCH RFC 00/37] Add support for arm64 MTE dynamic tag storage reuse
2023-10-16 12:42 UTC (10+ messages)
` [PATCH RFC 04/37] mm: Add MIGRATE_METADATA allocation policy
` [PATCH RFC 06/37] mm: page_alloc: Allocate from movable pcp lists only if ALLOC_FROM_METADATA
` [PATCH RFC 17/37] arm64: mte: Disable dynamic tag storage management if HW KASAN is enabled
[PATCH v2 0/4] Add tst_fd iterator API
2023-10-16 12:33 UTC (5+ messages)
` [PATCH v2 1/4] lib: Add tst_fd iterator
` [PATCH v2 2/4] syscalls: readahead01: Make use of tst_fd
` [PATCH v2 3/4] syscalls: accept: Add tst_fd test
` [PATCH v2 4/4] syscalls: splice07: New splice tst_fd iterator test
[PATCH RFC gmem v1 0/8] KVM: gmem hooks/changes needed for x86 (other archs?)
2023-10-16 11:50 UTC (9+ messages)
` [PATCH RFC gmem v1 1/8] mm: Introduce AS_INACCESSIBLE for encrypted/confidential memory
` [PATCH RFC gmem v1 2/8] KVM: Use AS_INACCESSIBLE when creating guest_memfd inode
` [PATCH RFC gmem v1 3/8] KVM: x86: Add gmem hook for initializing memory
` [PATCH RFC gmem v1 4/8] KVM: x86: Add gmem hook for invalidating memory
` [PATCH RFC gmem v1 5/8] KVM: x86/mmu: Pass around full 64-bit error code for KVM page faults
` [PATCH RFC gmem v1 6/8] KVM: x86: Add KVM_X86_SNP_VM vm_type
` [PATCH RFC gmem v1 7/8] KVM: x86: Define RMP page fault error bits for #NPF
` [PATCH RFC gmem v1 8/8] KVM: x86: Determine shared/private faults based on vm_type
[PATCH] fs: Fix typo in access_override_creds()
2023-10-16 11:13 UTC
[PATCH 0/2] lib/find: Fix KCSAN warnings in find_*_bit() functions
2023-10-16 9:22 UTC (9+ messages)
` [PATCH 1/2] lib/find: Make functions safe on changing bitmaps
[PATCH v2 00/15] Pass data temperature information to UFS devices
2023-10-16 9:20 UTC (16+ messages)
` [PATCH v2 03/15] block: Support data lifetime in the I/O priority bitfield
` [PATCH v2 04/15] fs: Restore write hint support
[PATCH] ovl: temporarily disable appending lowedirs
2023-10-16 8:03 UTC (2+ messages)
[GIT PULL] overlayfs fixes for 6.6-rc6
2023-10-15 16:24 UTC (2+ messages)
[PATCH v10 00/27] Rust support
2023-10-14 20:50 UTC (16+ messages)
` [PATCH v10 25/27] x86: enable initial "
[GIT PULL] xfs: bug fixes for 6.6
2023-10-14 16:14 UTC (2+ messages)
[PATCH v3] writeback, cgroup: switch inodes with dirty timestamps to release dying cgwbs
2023-10-14 12:55 UTC
[linux-next:master] BUILD REGRESSION e3b18f7200f45d66f7141136c25554ac1e82009b
2023-10-14 7:35 UTC
[syzbot] [udf?] WARNING in udf_new_block
2023-10-14 2:31 UTC (2+ messages)
[PATCH v7 bpf-next 06/18] bpf: add BPF token support to BPF_PROG_LOAD command
2023-10-13 21:55 UTC (3+ messages)
` [PATCH v7 6/18] "
[PATCH v7 bpf-next 11/18] bpf,lsm: add bpf_token_create and bpf_token_free LSM hooks
2023-10-13 21:55 UTC (3+ messages)
` [PATCH v7 "
[PATCH] audit,io_uring: io_uring openat triggers audit reference count underflow
2023-10-13 20:06 UTC (13+ messages)
[PATCH v3 00/25] security: Move IMA and EVM to the LSM infrastructure
2023-10-13 19:45 UTC (29+ messages)
` [PATCH v3 02/25] ima: Align ima_post_path_mknod() definition with "
` [PATCH v3 15/25] security: Introduce file_pre_free_security hook
` [PATCH v3 16/25] security: Introduce path_post_mknod hook
` [PATCH v3 17/25] security: Introduce inode_post_create_tmpfile hook
` [PATCH v3 18/25] security: Introduce inode_post_set_acl hook
` [PATCH v3 20/25] security: Introduce key_post_create_or_update hook
` [PATCH v3 21/25] ima: Move to LSM infrastructure
` [PATCH v3 25/25] integrity: Switch from rbtree to LSM-managed blob for integrity_iint_cache
[PATCH v3 0/3] userfaultfd move option
2023-10-13 17:05 UTC (14+ messages)
` [PATCH v3 1/3] mm/rmap: support move to different root anon_vma in folio_move_anon_rmap()
` [PATCH v3 2/3] userfaultfd: UFFDIO_MOVE uABI
[PATCH v14 08/39] mm/swap: Add folio_mark_accessed()
2023-10-13 16:38 UTC (4+ messages)
probable quota bug introduced in 6.6-rc1
2023-10-13 15:58 UTC (2+ messages)
[PATCH] chardev: Simplify usage of try_module_get()
2023-10-13 15:42 UTC (2+ messages)
[syzbot] [fs?] KCSAN: data-race in __d_lookup_rcu / dont_mount
2023-10-13 15:30 UTC
[PATCH v4 0/3] permit write-sealed memfd read-only shared mappings
2023-10-13 10:32 UTC (3+ messages)
` [PATCH v4 2/3] mm: update memfd seal write check to include F_SEAL_WRITE
[PATCH v2] writeback, cgroup: switch inodes with dirty timestamps to release dying cgwbs
2023-10-13 9:48 UTC (2+ messages)
[RFC PATCH] fs: introduce check for drop/inc_nlink
2023-10-13 9:40 UTC (3+ messages)
Subject: [ANNOUNCE] xfs-linux: for-next updated to cbc06310c36f
2023-10-13 4:45 UTC
[PATCH] kallsyms: Clean up errors in module.h
2023-10-13 3:36 UTC
[PATCH] sysctl: Clean up errors in sysctl.h
2023-10-13 3:27 UTC
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).