Linux API
[Prev Page][Next Page]
- [PATCH v18 6/8] selftests/clone3: Factor more of main loop into test_clone3(), (continued)
- [no subject], Unknown
- [PATCH v4 0/3] lsm: introduce lsm_config_self_policy() and lsm_config_system_policy() syscalls,
Maxime Bélair
- [PATCH v6 0/6] fs: introduce file_getattr and file_setattr syscalls,
Andrey Albershteyn
- [PATCH v5 0/7] futex: Create set_robust_list2,
André Almeida
- [PATCH] fixup! mm: shmem: use SHMEM_F_* flags instead of VM_* flags, Pratyush Yadav
- [PATCH v1 00/32] Live Update Orchestrator,
Pasha Tatashin
- [PATCH v1 01/32] kho: init new_physxa->phys_bits to fix lockdep, Pasha Tatashin
- [PATCH v1 04/32] kho: allow to drive kho from within kernel, Pasha Tatashin
- [PATCH v1 02/32] kho: mm: Don't allow deferred struct page with KHO, Pasha Tatashin
- [PATCH v1 03/32] kho: warn if KHO is disabled due to an error, Pasha Tatashin
- [PATCH v1 07/32] kho: add interfaces to unpreserve folios and physical memory ranges, Pasha Tatashin
- [PATCH v1 05/32] kho: make debugfs interface optional, Pasha Tatashin
- [PATCH v1 08/32] kho: don't unpreserve memory during abort, Pasha Tatashin
- [PATCH v1 10/32] liveupdate: luo_core: Live Update Orchestrator, Pasha Tatashin
- [PATCH v1 11/32] liveupdate: luo_core: integrate with KHO, Pasha Tatashin
- [PATCH v1 14/32] liveupdate: luo_files: add infrastructure for FDs, Pasha Tatashin
- [PATCH v1 15/32] liveupdate: luo_files: implement file systems callbacks, Pasha Tatashin
- [PATCH v1 13/32] liveupdate: luo_subsystems: implement subsystem callbacks, Pasha Tatashin
- [PATCH v1 06/32] kho: drop notifiers, Pasha Tatashin
- [PATCH v1 17/32] liveupdate: luo_sysfs: add sysfs state monitoring, Pasha Tatashin
- [PATCH v1 09/32] liveupdate: kho: move to kernel/liveupdate, Pasha Tatashin
- [PATCH v1 18/32] reboot: call liveupdate_reboot() before kexec, Pasha Tatashin
- [PATCH v1 16/32] liveupdate: luo_ioctl: add ioctl interface, Pasha Tatashin
- [PATCH v1 12/32] liveupdate: luo_subsystems: add subsystem registration, Pasha Tatashin
- [PATCH v1 19/32] liveupdate: luo_files: luo_ioctl: session-based file descriptor tracking, Pasha Tatashin
- [PATCH v1 21/32] liveupdate: add selftests for subsystems un/registration, Pasha Tatashin
- [PATCH v1 20/32] kho: move kho debugfs directory to liveupdate, Pasha Tatashin
- [PATCH v1 22/32] selftests/liveupdate: add subsystem/state tests, Pasha Tatashin
- [PATCH v1 23/32] docs: add luo documentation, Pasha Tatashin
- [PATCH v1 24/32] MAINTAINERS: add liveupdate entry, Pasha Tatashin
- [PATCH v1 25/32] mm: shmem: use SHMEM_F_* flags instead of VM_* flags, Pasha Tatashin
- [PATCH v1 26/32] mm: shmem: allow freezing inode mapping, Pasha Tatashin
- [PATCH v1 28/32] luo: allow preserving memfd, Pasha Tatashin
- [RFC v1 31/32] libluo: introduce luoctl, Pasha Tatashin
- [PATCH v1 29/32] docs: add documentation for memfd preservation via LUO, Pasha Tatashin
- [PATCH v1 27/32] mm: shmem: export some functions to internal.h, Pasha Tatashin
- [RFC v1 30/32] tools: introduce libluo, Pasha Tatashin
- [RFC v1 32/32] libluo: add tests, Pasha Tatashin
- Re: [PATCH v1 00/32] Live Update Orchestrator, Benjamin LaHaise
- [RFC v2 00/22] Kernel API specification framework,
Sasha Levin
- [RFC v2 01/22] kernel/api: introduce kernel API specification framework, Sasha Levin
- [RFC v2 02/22] eventpoll: add API specification for epoll_create1, Sasha Levin
- [RFC v2 03/22] eventpoll: add API specification for epoll_create, Sasha Levin
- [RFC v2 05/22] eventpoll: add API specification for epoll_wait, Sasha Levin
- [RFC v2 04/22] eventpoll: add API specification for epoll_ctl, Sasha Levin
- [RFC v2 06/22] eventpoll: add API specification for epoll_pwait, Sasha Levin
- [RFC v2 07/22] eventpoll: add API specification for epoll_pwait2, Sasha Levin
- [RFC v2 08/22] exec: add API specification for execve, Sasha Levin
- [RFC v2 10/22] mm/mlock: add API specification for mlock, Sasha Levin
- [RFC v2 09/22] exec: add API specification for execveat, Sasha Levin
- [RFC v2 11/22] mm/mlock: add API specification for mlock2, Sasha Levin
- [RFC v2 12/22] mm/mlock: add API specification for mlockall, Sasha Levin
- [RFC v2 16/22] kernel/api: add IOCTL specification infrastructure, Sasha Levin
- [RFC v2 13/22] mm/mlock: add API specification for munlock, Sasha Levin
- [RFC v2 17/22] fwctl: add detailed IOCTL API specifications, Sasha Levin
- [RFC v2 14/22] mm/mlock: add API specification for munlockall, Sasha Levin
- [RFC v2 19/22] kernel/api: Add sysfs validation support to kernel API specification framework, Sasha Levin
- [RFC v2 15/22] kernel/api: add debugfs interface for kernel API specifications, Sasha Levin
- [RFC v2 21/22] net/socket: add API specification for socket(), Sasha Levin
- [RFC v2 18/22] binder: add detailed IOCTL API specifications, Sasha Levin
- [RFC v2 20/22] block: sysfs API specifications, Sasha Levin
- [RFC v2 22/22] tools/kapi: Add kernel API specification extraction tool, Sasha Levin
- Re: [RFC v2 00/22] Kernel API specification framework, Jake Edge
- [PATCH v3 0/3] lsm: introduce lsm_config_self_policy() and lsm_config_system_policy() syscalls,
Maxime Bélair
- [PATCH v2 0/3] lsm: introduce lsm_config_self_policy() and lsm_config_system_policy() syscalls,
Maxime Bélair
- [PATCH RESEND v4 0/7] futex: Create set_robust_list2,
André Almeida
- [RFC 00/19] Kernel API Specification Framework,
Sasha Levin
- [RFC 01/19] kernel/api: introduce kernel API specification framework, Sasha Levin
- [RFC 02/19] eventpoll: add API specification for epoll_create1, Sasha Levin
- [RFC 05/19] eventpoll: add API specification for epoll_wait, Sasha Levin
- [RFC 04/19] eventpoll: add API specification for epoll_ctl, Sasha Levin
- [RFC 03/19] eventpoll: add API specification for epoll_create, Sasha Levin
- [RFC 06/19] eventpoll: add API specification for epoll_pwait, Sasha Levin
- [RFC 07/19] eventpoll: add API specification for epoll_pwait2, Sasha Levin
- [RFC 08/19] exec: add API specification for execve, Sasha Levin
- [RFC 10/19] mm/mlock: add API specification for mlock, Sasha Levin
- [RFC 09/19] exec: add API specification for execveat, Sasha Levin
- [RFC 11/19] mm/mlock: add API specification for mlock2, Sasha Levin
- [RFC 12/19] mm/mlock: add API specification for mlockall, Sasha Levin
- [RFC 13/19] mm/mlock: add API specification for munlock, Sasha Levin
- [RFC 14/19] mm/mlock: add API specification for munlockall, Sasha Levin
- [RFC 15/19] kernel/api: add debugfs interface for kernel API specifications, Sasha Levin
- [RFC 17/19] fwctl: add detailed IOCTL API specifications, Sasha Levin
- [RFC 16/19] kernel/api: add IOCTL specification infrastructure, Sasha Levin
- [RFC 19/19] tools/kapi: Add kernel API specification extraction tool, Sasha Levin
- [RFC 18/19] binder: add detailed IOCTL API specifications, Sasha Levin
- Re: [RFC 00/19] Kernel API Specification Framework, David Laight
- Re: [RFC 00/19] Kernel API Specification Framework, Kees Cook
- Re: [PATCH] man/man2/memfd_secret.2: Correct the flags, Alejandro Colomar
- Re: [PATCH 07/10] fs: introduce FALLOC_FL_WRITE_ZEROES to fallocate,
Darrick J. Wong
- [PATCH net-next v3 0/6] tcp: support preloading data on a listening socket,
Jeremy Harris
- [PATCH RFT v17 0/8] fork: Support shadow stacks in clone3(),
Mark Brown
- [PATCH 5.4 193/204] pidfd: check pid has attached task in fdinfo, Greg Kroah-Hartman
- [DISCUSSION] proposed mctl() API,
Lorenzo Stoakes
- Re: [RFC v2 00/16] Live Update Orchestrator, Mike Rapoport
- Re: [RFC PATCH 0/5] add process_madvise() flags to modify behaviour, Mike Rapoport
- Re: [PATCH v3 0/7] prctl: introduce PR_SET/GET_THP_POLICY, Mike Rapoport
- [PATCH net-next v2 0/6] tcp: support preloading data on a listening socket,
Jeremy Harris
- [PATCH v4 0/7] futex: Create set_robust_list2,
André Almeida
- Extending clone_args for clone3(),
Yury Khrustalev
- Re: mlock ulimits for SHM_HUGETLB,
Bharat Agrawal
<Possible follow-ups>
Re: mlock ulimits for SHM_HUGETLB, Michal Hocko
[PATCH 0/6] tcp: support preloading data on a listening socket,
Jeremy Harris
close(2) with EINTR has been changed by POSIX.1-2024,
Alejandro Colomar
[PATCH v5 5/7] fs: make vfs_fileattr_[get|set] return -EOPNOSUPP,
Andrey Albershteyn
[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls,
Andrey Albershteyn
[no subject], Unknown
[PATCH 0/3] lsm: introduce lsm_manage_policy() syscall,
Maxime Bélair
[PATCH v12 00/17] large atomic writes for xfs,
John Garry
- [PATCH v12 03/17] xfs: rename xfs_inode_can_atomicwrite() -> xfs_inode_can_hw_atomic_write(), John Garry
- [PATCH v12 02/17] xfs: only call xfs_setsize_buftarg once per buffer target, John Garry
- [PATCH v12 04/17] xfs: separate out setting buftarg atomic writes limits, John Garry
- [PATCH v12 01/17] fs: add atomic write unit max opt to statx, John Garry
- [PATCH v12 08/17] xfs: allow block allocator to take an alignment hint, John Garry
- [PATCH v12 10/17] xfs: refine atomic write size check in xfs_file_write_iter(), John Garry
- [PATCH v12 06/17] xfs: add helpers to compute transaction reservation for finishing intent items, John Garry
- [PATCH v12 05/17] xfs: add helpers to compute log item overhead, John Garry
- [PATCH v12 11/17] xfs: add xfs_atomic_write_cow_iomap_begin(), John Garry
- [PATCH v12 07/17] xfs: ignore HW which cannot atomic write a single block, John Garry
- [PATCH v12 09/17] xfs: refactor xfs_reflink_end_cow_extent(), John Garry
- [PATCH v12 12/17] xfs: add large atomic writes checks in xfs_direct_write_iomap_begin(), John Garry
- [PATCH v12 17/17] xfs: allow sysadmins to specify a maximum atomic write limit at mount time, John Garry
- [PATCH v12 13/17] xfs: commit CoW-based atomic writes atomically, John Garry
- [PATCH v12 14/17] xfs: add xfs_file_dio_write_atomic(), John Garry
- [PATCH v12 15/17] xfs: add xfs_calc_atomic_write_unit_max(), John Garry
- [PATCH v12 16/17] xfs: update atomic write limits, John Garry
Re: [PATCH v1 bpf-next 4/5] bpf: Add kfunc to scrub SCM_RIGHTS at security_unix_may_send()., Mickaël Salaün
[PATCH v11 00/16] large atomic writes for xfs,
John Garry
- [PATCH v11 02/16] xfs: only call xfs_setsize_buftarg once per buffer target, John Garry
- [PATCH v11 01/16] fs: add atomic write unit max opt to statx, John Garry
- [PATCH v11 03/16] xfs: add helpers to compute log item overhead, John Garry
- [PATCH v11 08/16] xfs: refactor xfs_reflink_end_cow_extent(), John Garry
- [PATCH v11 04/16] xfs: add helpers to compute transaction reservation for finishing intent items, John Garry
- [PATCH v11 12/16] xfs: commit CoW-based atomic writes atomically, John Garry
- [PATCH v11 16/16] xfs: allow sysadmins to specify a maximum atomic write limit at mount time, John Garry
- [PATCH v11 11/16] xfs: add large atomic writes checks in xfs_direct_write_iomap_begin(), John Garry
- [PATCH v11 10/16] xfs: add xfs_atomic_write_cow_iomap_begin(), John Garry
- [PATCH v11 14/16] xfs: add xfs_calc_atomic_write_unit_max(), John Garry
- [PATCH v11 09/16] xfs: refine atomic write size check in xfs_file_write_iter(), John Garry
- [PATCH v11 07/16] xfs: allow block allocator to take an alignment hint, John Garry
- [PATCH v11 05/16] xfs: rename xfs_inode_can_atomicwrite() -> xfs_inode_can_hw_atomic_write(), John Garry
- [PATCH v11 13/16] xfs: add xfs_file_dio_write_atomic(), John Garry
- [PATCH v11 15/16] xfs: update atomic write limits, John Garry
- [PATCH v11 06/16] xfs: ignore HW which cannot atomic write a single block, John Garry
[PATCH v10 00/15] large atomic writes for xfs,
John Garry
- [PATCH v10 01/15] fs: add atomic write unit max opt to statx, John Garry
- [PATCH v10 02/15] xfs: add helpers to compute log item overhead, John Garry
- [PATCH v10 05/15] xfs: ignore HW which cannot atomic write a single block, John Garry
- [PATCH v10 04/15] xfs: rename xfs_inode_can_atomicwrite() -> xfs_inode_can_hw_atomic_write(), John Garry
- [PATCH v10 10/15] xfs: add large atomic writes checks in xfs_direct_write_iomap_begin(), John Garry
- [PATCH v10 12/15] xfs: add xfs_file_dio_write_atomic(), John Garry
- [PATCH v10 13/15] xfs: add xfs_calc_atomic_write_unit_max(), John Garry
- [PATCH v10 08/15] xfs: refine atomic write size check in xfs_file_write_iter(), John Garry
- [PATCH v10 03/15] xfs: add helpers to compute transaction reservation for finishing intent items, John Garry
- [PATCH v10 09/15] xfs: add xfs_atomic_write_cow_iomap_begin(), John Garry
- [PATCH v10 15/15] xfs: allow sysadmins to specify a maximum atomic write limit at mount time, John Garry
- [PATCH v10 06/15] xfs: allow block allocator to take an alignment hint, John Garry
- [PATCH v10 14/15] xfs: update atomic write limits, John Garry
- [PATCH v10 11/15] xfs: commit CoW-based atomic writes atomically, John Garry
- [PATCH v10 07/15] xfs: refactor xfs_reflink_end_cow_extent(), John Garry
- [PATCH 16/15] xfs: only call xfs_setsize_buftarg once per buffer target, Darrick J. Wong
- [PATCH 17/15] xfs: move buftarg atomic write geometry config to setsize_buftarg, Darrick J. Wong
[PATCH v9 00/15] large atomic writes for xfs,
John Garry
- [PATCH v9 01/15] fs: add atomic write unit max opt to statx, John Garry
- [PATCH v9 05/15] xfs: ignore HW which cannot atomic write a single block, John Garry
- [PATCH v9 03/15] xfs: add helpers to compute transaction reservation for finishing intent items, John Garry
- [PATCH v9 11/15] xfs: commit CoW-based atomic writes atomically, John Garry
- [PATCH v9 15/15] xfs: allow sysadmins to specify a maximum atomic write limit at mount time, John Garry
- [PATCH v9 12/15] xfs: add xfs_file_dio_write_atomic(), John Garry
- [PATCH v9 14/15] xfs: update atomic write limits, John Garry
- [PATCH v9 10/15] xfs: add large atomic writes checks in xfs_direct_write_iomap_begin(), John Garry
- [PATCH v9 04/15] xfs: rename xfs_inode_can_atomicwrite() -> xfs_inode_can_hw_atomic_write(), John Garry
- [PATCH v9 08/15] xfs: refine atomic write size check in xfs_file_write_iter(), John Garry
- [PATCH v9 07/15] xfs: refactor xfs_reflink_end_cow_extent(), John Garry
- [PATCH v9 06/15] xfs: allow block allocator to take an alignment hint, John Garry
- [PATCH v9 09/15] xfs: add xfs_atomic_write_cow_iomap_begin(), John Garry
- [PATCH v9 13/15] xfs: add xfs_compute_atomic_write_unit_max(), John Garry
- [PATCH v9 02/15] xfs: add helpers to compute log item overhead, John Garry
- Re: [PATCH v9 00/15] large atomic writes for xfs, John Garry
[PATCH] fs: push retrieval of fileattr down to filesystems, Andrey Albershteyn
[PATCH v8 00/15] large atomic writes for xfs,
John Garry
- [PATCH v8 01/15] fs: add atomic write unit max opt to statx, John Garry
- [PATCH v8 02/15] xfs: add helpers to compute log item overhead, John Garry
- [PATCH v8 03/15] xfs: add helpers to compute transaction reservation for finishing intent items, John Garry
- [PATCH v8 05/15] xfs: ignore HW which cannot atomic write a single block, John Garry
- [PATCH v8 04/15] xfs: rename xfs_inode_can_atomicwrite() -> xfs_inode_can_hw_atomicwrite(), John Garry
- [PATCH v8 07/15] xfs: refactor xfs_reflink_end_cow_extent(), John Garry
- [PATCH v8 06/15] xfs: allow block allocator to take an alignment hint, John Garry
- [PATCH v8 09/15] xfs: add xfs_atomic_write_cow_iomap_begin(), John Garry
- [PATCH v8 11/15] xfs: commit CoW-based atomic writes atomically, John Garry
- [PATCH v8 14/15] xfs: update atomic write limits, John Garry
- [PATCH v8 13/15] xfs: add xfs_compute_atomic_write_unit_max(), John Garry
- [PATCH v8 15/15] xfs: allow sysadmins to specify a maximum atomic write limit at mount time, John Garry
- [PATCH v8 10/15] xfs: add large atomic writes checks in xfs_direct_write_iomap_begin(), John Garry
- [PATCH v8 08/15] xfs: refine atomic write size check in xfs_file_write_iter(), John Garry
- [PATCH v8 12/15] xfs: add xfs_file_dio_write_atomic(), John Garry
[PATCH] man/man2/clone.2: Document CLONE_NEWPID and CLONE_NEWUSER flag,
devhoodit
newlines in filenames; POSIX.1-2024,
Alejandro Colomar
[PATCH RFT v16 0/8] fork: Support shadow stacks in clone3(),
Mark Brown
[PATCH v7 00/14] large atomic writes for xfs,
John Garry
- [PATCH v7 01/14] fs: add atomic write unit max opt to statx, John Garry
- [PATCH v7 02/14] xfs: add helpers to compute log item overhead, John Garry
- [PATCH v7 04/14] xfs: rename xfs_inode_can_atomicwrite() -> xfs_inode_can_hw_atomicwrite(), John Garry
- [PATCH v7 06/14] xfs: refactor xfs_reflink_end_cow_extent(), John Garry
- [PATCH v7 05/14] xfs: allow block allocator to take an alignment hint, John Garry
- [PATCH v7 07/14] xfs: refine atomic write size check in xfs_file_write_iter(), John Garry
- [PATCH v7 09/14] xfs: add large atomic writes checks in xfs_direct_write_iomap_begin(), John Garry
- [PATCH v7 08/14] xfs: add xfs_atomic_write_cow_iomap_begin(), John Garry
- [PATCH v7 03/14] xfs: add helpers to compute transaction reservation for finishing intent items, John Garry
- [PATCH v7 10/14] xfs: commit CoW-based atomic writes atomically, John Garry
- [PATCH v7 11/14] xfs: add xfs_file_dio_write_atomic(), John Garry
- [PATCH v7 12/14] xfs: add xfs_compute_atomic_write_unit_max(), John Garry
- [PATCH v7 13/14] xfs: update atomic write limits, John Garry
- [PATCH v7 14/14] xfs: allow sysadmins to specify a maximum atomic write limit at mount time, John Garry
[PATCH RFT v15 0/8] fork: Support shadow stacks in clone3(),
Mark Brown
error handling recvfrom(2), Peter Radisson
Re: [PATCH RFC] statx.2: Add stx_atomic_write_unit_max_opt,
Christoph Hellwig
[PATCH v4 0/3] fs: introduce getfsxattrat and setfsxattrat syscalls,
Andrey Albershteyn
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Linux SCSI]
[Yosemite Forum]