messages from 2023-12-13 15:24:21 to 2023-12-14 18:02:17 UTC [more...]
[PATCH v2 00/10] IOMMU memory observability
2023-12-14 18:02 UTC (7+ messages)
` [PATCH v2 01/10] iommu/vt-d: add wrapper functions for page allocations
` [PATCH v2 09/10] iommu: observability of the IOMMU allocations
` [PATCH v2 10/10] iommu: account IOMMU allocated memory
[PATCH 00/11] splice(file<>pipe) I/O on file as-if O_NONBLOCK
2023-12-14 17:38 UTC (5+ messages)
` [PATCH RESEND 06/11] net/smc: smc_splice_read: always request MSG_DONTWAIT
[PATCH v3 00/11] mempolicy2, mbind2, and weighted interleave
2023-12-14 17:24 UTC (14+ messages)
` [PATCH v3 01/11] mm/mempolicy: implement the sysfs-based weighted_interleave interface
` [PATCH v3 02/11] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving
` [PATCH v3 03/11] mm/mempolicy: refactor sanitize_mpol_flags for reuse
` [PATCH v3 04/11] mm/mempolicy: create struct mempolicy_args for creating new mempolicies
` [PATCH v3 05/11] mm/mempolicy: refactor kernel_get_mempolicy for code re-use
` [PATCH v3 06/11] mm/mempolicy: allow home_node to be set by mpol_new
` [PATCH v3 07/11] mm/mempolicy: add userland mempolicy arg structure
` [PATCH v3 08/11] mm/mempolicy: add set_mempolicy2 syscall
` [PATCH v3 09/11] mm/mempolicy: add get_mempolicy2 syscall
` [PATCH v3 10/11] mm/mempolicy: add the mbind2 syscall
` [PATCH v3 11/11] mm/mempolicy: extend set_mempolicy2 and mbind2 to support weighted interleave
[PATCH v8 00/24] security: Move IMA and EVM to the LSM infrastructure
2023-12-14 17:08 UTC (25+ messages)
` [PATCH v8 01/24] ima: Align ima_inode_post_setattr() definition with "
` [PATCH v8 02/24] ima: Align ima_file_mprotect() "
` [PATCH v8 03/24] ima: Align ima_inode_setxattr() "
` [PATCH v8 04/24] ima: Align ima_inode_removexattr() "
` [PATCH v8 05/24] ima: Align ima_post_read_file() "
` [PATCH v8 06/24] evm: Align evm_inode_post_setattr() "
` [PATCH v8 07/24] evm: Align evm_inode_setxattr() "
` [PATCH v8 08/24] evm: Align evm_inode_post_setxattr() "
` [PATCH v8 09/24] security: Align inode_setattr hook definition with EVM
` [PATCH v8 10/24] security: Introduce inode_post_setattr hook
` [PATCH v8 11/24] security: Introduce inode_post_removexattr hook
` [PATCH v8 12/24] security: Introduce file_post_open hook
` [PATCH v8 13/24] security: Introduce file_release hook
` [PATCH v8 14/24] security: Introduce path_post_mknod hook
` [PATCH v8 15/24] security: Introduce inode_post_create_tmpfile hook
` [PATCH v8 16/24] security: Introduce inode_post_set_acl hook
` [PATCH v8 17/24] security: Introduce inode_post_remove_acl hook
` [PATCH v8 18/24] security: Introduce key_post_create_or_update hook
` [PATCH v8 19/24] ima: Move to LSM infrastructure
` [PATCH v8 20/24] ima: Move IMA-Appraisal "
` [PATCH v8 21/24] evm: Move "
` [PATCH v8 22/24] evm: Make it independent from 'integrity' LSM
` [PATCH v8 23/24] ima: "
` [PATCH v8 24/24] integrity: Remove LSM
[PATCH v2 00/16] block atomic writes
2023-12-14 16:12 UTC (23+ messages)
` [PATCH v2 01/16] block: Add atomic write operations to request_queue limits
` [PATCH v2 04/16] fs: Increase fmode_t size
` [PATCH v2 05/16] fs: Add RWF_ATOMIC and IOCB_ATOMIC flags for atomic write support
[RFC][PATCH] overlayfs: Redirect xattr ops on security.evm to security.evm_overlayfs
2023-12-14 16:09 UTC (12+ messages)
[PATCH RFC v2 00/27] Add support for arm64 MTE dynamic tag storage reuse
2023-12-14 15:45 UTC (12+ messages)
` [PATCH RFC v2 11/27] arm64: mte: Reserve tag storage memory
[PATCH 0/8] Revert setting casefolding dentry operations through s_d_op
2023-12-14 15:01 UTC (12+ messages)
` [PATCH 1/8] dcache: Add helper to disable d_revalidate for a specific dentry
` [PATCH 2/8] fscrypt: Drop d_revalidate if key is available
` [PATCH 3/8] libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops
` [PATCH 4/8] libfs: Expose generic_ci_dentry_ops outside of libfs
` [PATCH 5/8] ext4: Set the case-insensitive dentry operations through ->s_d_op
` [PATCH 6/8] f2fs: "
` [PATCH 7/8] libfs: Don't support setting casefold operations during lookup
` [PATCH 8/8] fscrypt: Move d_revalidate configuration back into fscrypt
[PATCH v8 0/9] Landlock: IOCTL support
2023-12-14 14:28 UTC (5+ messages)
` [PATCH v8 4/9] landlock: Add IOCTL access right
[PATCH v4 00/39] netfs, afs, 9p: Delegate high-level I/O to netfslib
2023-12-14 14:11 UTC (47+ messages)
` [PATCH v4 05/39] netfs: Move pinning-for-writeback from fscache to netfs
` [PATCH v4 06/39] netfs: Add a procfile to list in-progress requests
` [PATCH v4 07/39] netfs: Allow the netfs to make the io (sub)request alloc larger
` [PATCH v4 08/39] netfs: Add a ->free_subrequest() op
` [PATCH v4 09/39] afs: Don't use folio->private to record partial modification
` [PATCH v4 10/39] netfs: Provide invalidate_folio and release_folio calls
` [PATCH v4 11/39] netfs: Implement unbuffered/DIO vs buffered I/O locking
` [PATCH v4 12/39] netfs: Add iov_iters to (sub)requests to describe various buffers
` [PATCH v4 13/39] netfs: Add support for DIO buffering
` [PATCH v4 14/39] netfs: Provide tools to create a buffer in an xarray
` [PATCH v4 15/39] netfs: Add bounce buffering support
` [PATCH v4 16/39] netfs: Add func to calculate pagecount/size-limited span of an iterator
` [PATCH v4 17/39] netfs: Limit subrequest by size or number of segments
` [PATCH v4 18/39] netfs: Export netfs_put_subrequest() and some tracepoints
` [PATCH v4 19/39] netfs: Extend the netfs_io_*request structs to handle writes
` [PATCH v4 20/39] netfs: Add a hook to allow tell the netfs to update its i_size
` [PATCH v4 21/39] netfs: Make netfs_put_request() handle a NULL pointer
` [PATCH v4 22/39] netfs: Make the refcounting of netfs_begin_read() easier to use
` [PATCH v4 23/39] netfs: Prep to use folio->private for write grouping and streaming write
` [PATCH v4 24/39] netfs: Dispatch write requests to process a writeback slice
` [PATCH v4 25/39] netfs: Provide func to copy data to pagecache for buffered write
` [PATCH v4 26/39] netfs: Make netfs_read_folio() handle streaming-write pages
` [PATCH v4 27/39] netfs: Allocate multipage folios in the writepath
` [PATCH v4 28/39] netfs: Implement support for unbuffered/DIO read
` [PATCH v4 29/39] netfs: Implement unbuffered/DIO write support
` [PATCH v4 30/39] netfs: Implement buffered write API
` [PATCH v4 31/39] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite()
` [PATCH v4 32/39] netfs: Provide netfs_file_read_iter()
` [PATCH v4 33/39] netfs, cachefiles: Pass upper bound length to allow expansion
` [PATCH v4 34/39] netfs: Provide a writepages implementation
` [PATCH v4 35/39] netfs: Provide a launder_folio implementation
` [PATCH v4 36/39] netfs: Implement a write-through caching option
` [PATCH v4 37/39] netfs: Optimise away reads above the point at which there can be no data
` [PATCH v4 38/39] afs: Use the netfs write helpers
` [PATCH v4 39/39] 9p: Use netfslib read/write_iter
[PATCH v3 00/25] Permission Overlay Extension
2023-12-14 13:47 UTC (4+ messages)
` [PATCH v3 14/25] arm64: implement PKEYS support
Convert write_cache_pages() to an iterator v2
2023-12-14 13:25 UTC (12+ messages)
` [PATCH 01/11] writeback: Factor out writeback_finish()
` [PATCH 02/11] writeback: Factor writeback_get_batch() out of write_cache_pages()
` [PATCH 03/11] writeback: Factor should_writeback_folio() "
` [PATCH 04/11] writeback: Simplify the loops in write_cache_pages()
` [PATCH 05/11] pagevec: Add ability to iterate a queue
` [PATCH 06/11] writeback: Use the folio_batch queue iterator
` [PATCH 07/11] writeback: Factor writeback_iter_init() out of write_cache_pages()
` [PATCH 08/11] writeback: Factor writeback_get_folio() "
` [PATCH 09/11] writeback: Factor writeback_iter_next() "
` [PATCH 10/11] writeback: Add for_each_writeback_folio()
` [PATCH 11/11] writeback: Remove a use of write_cache_pages() from do_writepages()
[minixfs] conversion to kmap_local_page()
2023-12-14 12:06 UTC (9+ messages)
` [PATCH 1/4] minixfs: use offset_in_page()
` [PATCH 2/4] minixfs: change the signature of dir_get_page()
` [PATCH 3/4] minixfs: Use dir_put_page() in minix_unlink() and minix_rename()
` [PATCH 4/4] minixfs: switch to kmap_local_page()
[PATCH 0/2] fuse: Rename DIRECT_IO_{RELAX -> ALLOW_MMAP}
2023-12-14 11:50 UTC (16+ messages)
[PATCH] add selftest for statmount/listmount
2023-12-14 11:40 UTC (2+ messages)
[PATCH 1/2 v2] fs/proc: show correct device and inode numbers in /proc/pid/maps
2023-12-14 10:55 UTC (5+ messages)
` [PATCH 2/2] selftests/overlayfs: verify "
[viro-vfs:headers.unaligned 2/2] drivers/cxl/core/trace.h:11:10: fatal error: asm-generic/unaligned.h: No such file or directory
2023-12-14 9:14 UTC (2+ messages)
[PATCH v6 5/5] selftests/mm: add UFFDIO_MOVE ioctl test
2023-12-14 9:02 UTC (18+ messages)
[RFC PATCH v3 0/3] devguard: guard mknod for non-initial user namespace
2023-12-14 8:17 UTC (6+ messages)
` [RFC PATCH v3 1/3] bpf: cgroup: Introduce helper cgroup_bpf_current_enabled()
` [RFC PATCH v3 3/3] devguard: added device guard for mknod in non-initial userns
[viro-vfs:headers.unaligned 2/2] drivers/hid/hid-kye.c:11:10: fatal error: asm-generic/unaligned.h: No such file or directory
2023-12-14 8:08 UTC
[viro-vfs:headers.unaligned 2/2] include/linux/unaligned.h:119:16: sparse: sparse: cast truncates bits from constant value (aa01a0 becomes a0)
2023-12-14 1:59 UTC (2+ messages)
[PATCH v18 00/12] Implement copy offload support
2023-12-14 1:11 UTC (3+ messages)
` [PATCH v18 02/12] Add infrastructure for copy offload in block and request layer
[PATCH] [v2] statmount: reduce runtime stack usage
2023-12-14 0:11 UTC (2+ messages)
file handle in statx (was: Re: How to cope with subvolumes and snapshots on muti-user systems?)
2023-12-13 23:24 UTC (7+ messages)
[PATCH 0/3] Move fscrypt keyring destruction to after ->put_super
2023-12-13 20:54 UTC (4+ messages)
` [PATCH 3/3] fs: move "
[PATCH v7 00/39] arm64/gcs: Provide support for GCS in userspace
2023-12-13 20:02 UTC (11+ messages)
` [PATCH v7 02/39] prctl: arch-agnostic prctl for shadow stack
` [PATCH v7 20/39] arm64/gcs: Context switch GCS state for EL0
[git pull] ufs fix
2023-12-13 19:32 UTC (2+ messages)
[syzbot] [btrfs?] kernel BUG in __extent_writepage_io
2023-12-13 19:15 UTC (2+ messages)
[RFC][PATCH] fanotify: allow to set errno in FAN_DENY permission response
2023-12-13 19:09 UTC (3+ messages)
[PATCH] kernel: Introduce a write lock/unlock wrapper for tasklist_lock
2023-12-13 18:27 UTC (3+ messages)
[PATCH v2 00/18] sysctl: constify sysctl ctl_tables
2023-12-13 18:18 UTC (7+ messages)
[PATCH v5 23/23] integrity: Switch from rbtree to LSM-managed blob for integrity_iint_cache
2023-12-13 18:08 UTC (4+ messages)
[PATCH RFC bpf-next 0/3] BPF FS mount options parsing follow ups
2023-12-13 17:26 UTC (7+ messages)
` [PATCH RFC bpf-next 1/3] bpf: add mapper macro for bpf_cmd enum
[PATCH 1/2] fs/proc: show correct device and inode numbers in /proc/pid/maps
2023-12-13 17:05 UTC (3+ messages)
[PATCH v2 0/7] File abstractions needed by Rust Binder
2023-12-13 17:05 UTC (8+ messages)
` [PATCH v2 7/7] rust: file: add abstraction for `poll_table`
[PATCH] fuse: Fix VM_MAYSHARE and direct_io_allow_mmap
2023-12-13 16:51 UTC (2+ messages)
[PATCH v4 00/13] netfs, cifs: Delegate high-level I/O to netfslib
2023-12-13 15:41 UTC (14+ messages)
` [PATCH v4 01/13] netfs: Rearrange netfs_io_subrequest to put request pointer first
` [PATCH v4 02/13] cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest
` [PATCH v4 03/13] cifs: Share server EOF pos with netfslib
` [PATCH v4 04/13] cifs: Set zero_point in the copy_file_range() and remap_file_range()
` [PATCH v4 05/13] cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest
` [PATCH v4 06/13] cifs: Use more fields from netfs_io_subrequest
` [PATCH v4 07/13] cifs: Make wait_mtu_credits take size_t args
` [PATCH v4 08/13] cifs: Implement netfslib hooks
` [PATCH v4 09/13] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c
` [PATCH v4 10/13] cifs: Cut over to using netfslib
` [PATCH v4 11/13] cifs: Remove some code that's no longer used, part 1
` [PATCH v4 12/13] cifs: Remove some code that's no longer used, part 2
` [PATCH v4 13/13] cifs: Remove some code that's no longer used, part 3
[PATCH v3 00/59] netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib
2023-12-13 15:32 UTC (4+ messages)
` [PATCH v3 04/59] netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlink
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).