messages from 2023-10-13 16:09:16 to 2023-10-17 10:27:24 UTC [more...]
[GIT PULL] ext2, quota, and udf fixes for 6.6-rc1
2023-10-17 10:27 UTC (2+ messages)
[PATCH RFC 00/37] Add support for arm64 MTE dynamic tag storage reuse
2023-10-17 10:26 UTC (11+ 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] chardev: Simplify usage of try_module_get()
2023-10-17 9:54 UTC (4+ messages)
[PATCH v14 00/12] FUSE passthrough for file io
2023-10-17 9:45 UTC (14+ 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
[PATCH v10 00/12] ceph: support idmapped mounts
2023-10-17 9:20 UTC (3+ messages)
[PATCH v3 00/28] fs-verity support for XFS
2023-10-17 6:01 UTC (21+ 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
[RFC] weirdness in f2fs_rename() with RENAME_WHITEOUT
2023-10-17 5:50 UTC
[PATCH v5 00/10] Introduce __mt_dup() to improve the performance of fork()
2023-10-17 2:44 UTC (14+ 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()
[RFC PATCH] fs: introduce check for drop/inc_nlink
2023-10-17 2:31 UTC (4+ messages)
[PATCH][SMB3 client] fix touch -h of symlink
2023-10-16 22:14 UTC (3+ messages)
[PATCH][RFC] selinuxfs: saner handling of policy reloads
2023-10-16 22:08 UTC
[PATCH 00/11] splice(file<>pipe) I/O on file as-if O_NONBLOCK
2023-10-16 20:36 UTC (5+ messages)
` [PATCH 01/11] splice: copy_splice_read: do the I/O with IOCB_NOWAIT
` [PATCH 03/11] fuse: fuse_dev_splice_read: use nonblocking I/O
` [PATCH 10/11] splice: file->pipe: -EINVAL for non-regular files w/o FMODE_NOWAIT
` [PATCH 11/11] splice: splice_to_socket: always request MSG_DONTWAIT
[PATCH] befs: Cleanup description and reduce BeOS language; no functional change
2023-10-16 20:23 UTC
[PATCH v2 00/27] Finish the create_empty_buffers() transition
2023-10-16 20:11 UTC (28+ messages)
` [PATCH v2 01/27] buffer: Return bool from grow_dev_folio()
` [PATCH v2 02/27] buffer: Make folio_create_empty_buffers() return a buffer_head
` [PATCH v2 03/27] mpage: Convert map_buffer_to_folio() to folio_create_empty_buffers()
` [PATCH v2 04/27] ext4: Convert to folio_create_empty_buffers
` [PATCH v2 05/27] buffer: Add get_nth_bh()
` [PATCH v2 06/27] gfs2: Convert inode unstuffing to use a folio
` [PATCH v2 07/27] gfs2: Convert gfs2_getbuf() to folios
` [PATCH v2 08/27] gfs2: Convert gfs2_getjdatabuf to use a folio
` [PATCH v2 09/27] gfs2: Convert gfs2_write_buf_to_page() "
` [PATCH v2 10/27] nilfs2: Convert nilfs_mdt_freeze_buffer "
` [PATCH v2 11/27] nilfs2: Convert nilfs_grab_buffer() "
` [PATCH v2 12/27] nilfs2: Convert nilfs_copy_page() to nilfs_copy_folio()
` [PATCH v2 13/27] nilfs2: Convert nilfs_mdt_forget_block() to use a folio
` [PATCH v2 14/27] nilfs2: Convert nilfs_mdt_get_frozen_buffer "
` [PATCH v2 15/27] nilfs2: Remove nilfs_page_get_nth_block
` [PATCH v2 16/27] nilfs2: Convert nilfs_lookup_dirty_data_buffers to use folio_create_empty_buffers
` [PATCH v2 17/27] ntfs: Convert ntfs_read_block() to use a folio
` [PATCH v2 18/27] ntfs: Convert ntfs_writepage "
` [PATCH v2 19/27] ntfs: Convert ntfs_prepare_pages_for_non_resident_write() to folios
` [PATCH v2 20/27] ntfs3: Convert ntfs_zero_range() to use a folio
` [PATCH v2 21/27] ocfs2: Convert ocfs2_map_page_blocks "
` [PATCH v2 22/27] reiserfs: Convert writepage "
` [PATCH v2 23/27] ufs: Add ufs_get_locked_folio and ufs_put_locked_folio
` [PATCH v2 24/27] ufs: Use ufs_get_locked_folio() in ufs_alloc_lastblock()
` [PATCH v2 25/27] ufs; Convert ufs_change_blocknr() to use folios
` [PATCH v2 26/27] ufs: Remove ufs_get_locked_page()
` [PATCH v2 27/27] buffer: Remove folio_create_empty_buffers()
[PATCH v13 00/10] fuse: Add support for passthrough read/write
2023-10-16 19:16 UTC (22+ messages)
[PATCH v3 0/3] userfaultfd move option
2023-10-16 19:01 UTC (13+ messages)
` [PATCH v3 2/3] userfaultfd: UFFDIO_MOVE uABI
[PATCH v8 bpf-next 00/18] BPF token and BPF FS-based delegation
2023-10-16 18:02 UTC (19+ messages)
` [PATCH v8 bpf-next 01/18] bpf: align CAP_NET_ADMIN checks with bpf_capable() approach
` [PATCH v8 bpf-next 02/18] bpf: add BPF token delegation mount options to BPF FS
` [PATCH v8 bpf-next 03/18] bpf: introduce BPF token object
` [PATCH v8 bpf-next 04/18] bpf: add BPF token support to BPF_MAP_CREATE command
` [PATCH v8 bpf-next 05/18] bpf: add BPF token support to BPF_BTF_LOAD command
` [PATCH v8 bpf-next 06/18] bpf: add BPF token support to BPF_PROG_LOAD command
` [PATCH v8 bpf-next 07/18] bpf: take into account BPF token when fetching helper protos
` [PATCH v8 bpf-next 08/18] bpf: consistenly use BPF token throughout BPF verifier logic
` [PATCH v8 bpf-next 09/18] bpf,lsm: refactor bpf_prog_alloc/bpf_prog_free LSM hooks
` [PATCH v8 bpf-next 10/18] bpf,lsm: refactor bpf_map_alloc/bpf_map_free "
` [PATCH v8 bpf-next 11/18] bpf,lsm: add BPF token "
` [PATCH v8 bpf-next 12/18] libbpf: add bpf_token_create() API
` [PATCH v8 bpf-next 13/18] selftests/bpf: fix test_maps' use of bpf_map_create_opts
` [PATCH v8 bpf-next 14/18] libbpf: add BPF token support to bpf_map_create() API
` [PATCH v8 bpf-next 15/18] libbpf: add BPF token support to bpf_btf_load() API
` [PATCH v8 bpf-next 16/18] libbpf: add BPF token support to bpf_prog_load() API
` [PATCH v8 bpf-next 17/18] selftests/bpf: add BPF token-enabled tests
` [PATCH v8 bpf-next 18/18] bpf,selinux: allocate bpf_security_struct per BPF token
[PATCH v2 00/15] Pass data temperature information to UFS devices
2023-10-16 16:36 UTC (19+ messages)
` [PATCH v2 03/15] block: Support data lifetime in the I/O priority bitfield
` [PATCH v2 04/15] fs: Restore write hint support
[RFC PATCH 00/53] netfs, afs, cifs: Delegate high-level I/O to netfslib
2023-10-16 16:31 UTC (8+ 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
[PATCH v4 0/3] permit write-sealed memfd read-only shared mappings
2023-10-16 16:27 UTC (3+ messages)
` [PATCH v4 3/3] mm: perform the mapping_map_writable() check after call_mmap()
[RFC PATCH 00/53] netfs, afs, cifs: Delegate high-level I/O to netfslib
2023-10-16 16:19 UTC (28+ messages)
` [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 11/53] netfs: Add support for DIO buffering
` [RFC PATCH 12/53] netfs: Provide tools to create a buffer in an xarray
` [RFC PATCH 29/53] netfs: Implement buffered write API
` [RFC PATCH 34/53] netfs: Make netfs_skip_folio_read() take account of blocksize
` [RFC PATCH 35/53] netfs: Perform content encryption
` [RFC PATCH 39/53] netfs: Provide a launder_folio implementation
` [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 45/53] cifs: Replace cifs_writedata "
` [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] block: simplify bdev_del_partition()
2023-10-16 15:37 UTC (4+ messages)
[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] 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 (9+ messages)
[PATCH v3 00/25] security: Move IMA and EVM to the LSM infrastructure
2023-10-13 19:45 UTC (4+ messages)
` [PATCH v3 21/25] ima: Move to "
[PATCH v14 08/39] mm/swap: Add folio_mark_accessed()
2023-10-13 16:38 UTC (4+ 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;
as well as URLs for NNTP newsgroup(s).