messages from 2023-02-10 23:35:02 to 2023-02-15 10:36:52 UTC [more...]
[PATCH 0/4] io_uring: add IORING_OP_READ[WRITE]_SPLICE_BUF
2023-02-15 10:36 UTC (27+ messages)
` [PATCH 1/4] fs/splice: enhance direct pipe & splice for moving pages in kernel
` [PATCH 3/4] io_uring: add IORING_OP_READ[WRITE]_SPLICE_BUF
[PATCH v10 0/6] Implement IOCTL to get and/or the clear info about PTEs
2023-02-15 10:03 UTC (13+ messages)
` [PATCH v10 3/6] fs/proc/task_mmu: "
` [PATCH v10 5/6] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
[PATCH v14 00/17] iov_iter: Improve page extraction (pin or just list)
2023-02-15 8:20 UTC (24+ messages)
` [PATCH v14 01/17] mm: Pass info, not iter, into filemap_get_pages()
` [PATCH v14 02/17] splice: Add a func to do a splice from a buffered file without ITER_PIPE
` [PATCH v14 03/17] splice: Add a func to do a splice from an O_DIRECT "
` [PATCH v14 04/17] shmem: Implement splice-read
` [PATCH v14 05/17] overlayfs: "
` [PATCH v14 06/17] coda: "
` [PATCH v14 07/17] tty, proc, kernfs, random: Use direct_splice_read()
` [PATCH v14 08/17] splice: Do splice read from a file without using ITER_PIPE
` [PATCH v14 09/17] iov_iter: Kill ITER_PIPE
` [PATCH v14 10/17] iov_iter: Define flags to qualify page extraction
` [PATCH v14 11/17] iov_iter: Add a function to extract a page list from an iterator
` [PATCH v14 12/17] iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing
` [PATCH v14 13/17] block: Fix bio_flagged() so that gcc can better optimise it
` [PATCH v14 14/17] block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
` [PATCH v14 15/17] block: Add BIO_PAGE_PINNED and associated infrastructure
` [PATCH v14 16/17] block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages
` [PATCH v14 17/17] block: convert bio_map_user_iov "
[PATCH] mm: userfaultfd: add UFFDIO_CONTINUE_MODE_WP to install WP PTEs
2023-02-15 6:37 UTC (5+ messages)
[PATCH RFC 0/5] Writeback handling of pinned pages
2023-02-15 6:24 UTC (14+ messages)
` [PATCH 1/5] mm: Do not reclaim private data from pinned page
` [PATCH 4/5] block: Add support for bouncing pinned pages
[PATCH 0/3] xfs, iomap: fix writeback failure handling
2023-02-15 1:26 UTC (12+ messages)
` [PATCH 1/3] xfs: report block map corruption errors to the health tracking system
` [PATCH 2/3] xfs: failed delalloc conversion results in bad extent lists
` [PATCH 3/3] xfs, iomap: ->discard_folio() is broken so remove it
[PATCH] selftests/mount_setattr: fix redefine struct mount_attr build error
2023-02-14 23:37 UTC (5+ messages)
[LSF/MM/BPF TOPIC]: File system data placement for zoned block devices
2023-02-14 21:08 UTC (5+ messages)
[PATCH v4 00/14] Introduce Copy-On-Write to Page Table
2023-02-14 19:17 UTC (22+ messages)
[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
2023-02-14 18:07 UTC (27+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes
[RFC PATCH v2 00/21] FUSE BPF: A Stacked Filesystem Extension for FUSE
2023-02-14 18:04 UTC (12+ messages)
` Attending LFS (was: [RFC PATCH v2 00/21] FUSE BPF: A Stacked Filesystem Extension for FUSE)
[PATCH v3 0/5] iov_iter: Adjust styling/location of new splice functions
2023-02-14 15:49 UTC (12+ messages)
` [PATCH v3 1/5] splice: Rename "
` [PATCH v3 2/5] splice: Provide pipe_head_buf() helper
` [PATCH v3 3/5] splice: Use init_sync_kiocb() in filemap_splice_read()
` [PATCH v3 4/5] splice: Move filemap_read_splice() to mm/filemap.c
` [PATCH v3 5/5] shmem, overlayfs, coda, tty, proc, kernfs, random: Fix splice-read
[PATCH v3 0/2] docs: actualize file_system_type and super_operations descriptions
2023-02-14 13:02 UTC (3+ messages)
` [PATCH v3 1/2] docs: filesystems: vfs: actualize struct file_system_type description
` [PATCH v3 2/2] docs: filesystems: vfs: actualize struct super_operations description
Panele fotowaltaiczne
2023-02-14 9:16 UTC
[PATCH v3 7/8] ext4: Use rbtrees to manage PAs instead of inode i_prealloc_list
2023-02-14 8:50 UTC (12+ messages)
regression in next-20230213: "splice: Do splice read from a buffered file without using ITER_PIPE"
2023-02-14 8:33 UTC (4+ messages)
copy on write for splice() from file to pipe?
2023-02-14 1:22 UTC (4+ messages)
[PATCH v13 01/12] splice: Fix O_DIRECT file read splice to avoid reversion of ITER_PIPE
2023-02-13 23:25 UTC (20+ messages)
` [PATCH v13 00/12] iov_iter: Improve page extraction (pin or just list)
` [PATCH v14 01/12] splice: Fix O_DIRECT file read splice to avoid reversion of ITER_PIPE
` [PATCH v13 02/12] mm: Pass info, not iter, into filemap_get_pages() and unstatic it
` [PATCH v13 03/12] splice: Do splice read from a buffered file without using ITER_PIPE
` [PATCH v13 04/12] iov_iter: Kill ITER_PIPE
[PATCH] selftests/mount_setattr: fix to make run_tests failure
2023-02-13 22:30 UTC
[PATCH v2 0/7] task comm cleanups
2023-02-13 17:46 UTC (18+ messages)
` [PATCH v2 7/7] tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LEN
[PATCH v2 0/4] iov_iter: Adjust styling/location of new splice functions
2023-02-13 17:04 UTC (10+ messages)
` [PATCH v2 1/4] splice: Rename "
` [PATCH v2 2/4] splice: Provide pipe_head_buf() helper
` [PATCH v2 3/4] splice: Use init_sync_kiocb() in filemap_splice_read()
` [PATCH v2 4/4] splice: Move filemap_read_splice() to mm/filemap.c
[PATCH 0/4] iov_iter: Adjust styling/location of new splice functions
2023-02-13 15:24 UTC (10+ messages)
` [PATCH 1/4] splice: Rename "
` [PATCH 2/4] splice: Provide pipe_head_buf() helper
` [PATCH 3/4] splice: Use init_sync_kiocb() in filemap_splice_read()
` [PATCH 4/4] splice: Move filemap_read_splice() to mm/filemap.c
copy on write for splice() from file to pipe?
2023-02-13 9:28 UTC (2+ messages)
copy on write for splice() from file to pipe?
2023-02-13 9:30 UTC (2+ messages)
copy on write for splice() from file to pipe?
2023-02-13 9:07 UTC (2+ messages)
[PATCH v1 RFC Zisslpcfi 07/20] elf: ELF header parsing in GNU property for cfi state
2023-02-13 4:53 UTC
[PATCH 00/11] smb3: Use iov_iters down to the network transport and fix DIO page pinning
2023-02-12 23:39 UTC (5+ messages)
` [PATCH 09/11] cifs: Remove unused code
` [PATCH 10/11] cifs: DIO to/from KVEC-type iterators should now work
` [PATCH 11/11] cifs: Fix problem with encrypted RDMA data read
[PATCH] zonefs: make kobj_type structure constant
2023-02-12 23:09 UTC (2+ messages)
[PATCH 5.10 0/2] Backport two overlayfs fixed to 5.10.y
2023-02-12 9:02 UTC (3+ messages)
` [PATCH 5.10 1/2] ovl: remove privs in ovl_copyfile()
` [PATCH 5.10 2/2] ovl: remove privs in ovl_fallocate()
copy on write for splice() from file to pipe?
2023-02-12 2:46 UTC (17+ messages)
[BUG REPORT] Coredump allocates and maps, unallocated sectors of shared memory regions, in a program, during program termination
2023-02-11 5:10 UTC
[PATCH 1/2] proc: fix to check name length in proc_lookup_de()
2023-02-11 1:22 UTC (6+ 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).