linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-01 17:00:48 to 2025-05-21 10:06:49 UTC [more...]

[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
 2025-05-21 10:06 UTC  (20+ messages)
` [PATCH v5 1/7] fs: split fileattr related helpers into separate file
` [PATCH v5 2/7] lsm: introduce new hooks for setting/getting inode fsxattr
` [PATCH v5 3/7] selinux: implement inode_file_[g|s]etattr hooks
` [PATCH v5 4/7] fs: split fileattr/fsxattr converters into helpers
` [PATCH v5 5/7] fs: make vfs_fileattr_[get|set] return -EOPNOSUPP
` [PATCH v5 6/7] fs: prepare for extending file_get/setattr()
` [PATCH v5 7/7] fs: introduce file_getattr and file_setattr syscalls

close(2) with EINTR has been changed by POSIX.1-2024
 2025-05-20 23:16 UTC  (22+ messages)
    ` [RFC v1] man/man2/close.2: CAVEATS: Document divergence from POSIX.1-2024

[PATCH v4 0/7] futex: Create set_robust_list2
 2025-05-20 20:48 UTC  (8+ messages)
` [PATCH v4 1/7] selftests/futex: Add ASSERT_ macros
` [PATCH v4 2/7] selftests/futex: Create test for robust list
` [PATCH v4 3/7] futex: Use explicit sizes for compat_exit_robust_list
` [PATCH v4 4/7] futex: Create set_robust_list2
` [PATCH v4 5/7] futex: Wire up set_robust_list2 syscall
` [PATCH v4 6/7] futex: Remove the limit of elements for sys_set_robust_list2 lists
` [PATCH v4 7/7] selftests: futex: Expand robust list test for the new interface

Extending clone_args for clone3()
 2025-05-19 14:06 UTC 

mlock ulimits for SHM_HUGETLB
 2025-05-19 14:02 UTC  (6+ messages)

[PATCH 0/3] lsm: introduce lsm_manage_policy() syscall
 2025-05-17  7:59 UTC  (36+ messages)
` [PATCH 1/3] Wire up the lsm_manage_policy syscall
` [PATCH 2/3] lsm: introduce security_lsm_manage_policy hook
` [PATCH 3/3] AppArmor: add support for lsm_manage_policy

[PATCH 0/6] tcp: support preloading data on a listening socket
 2025-05-16 20:11 UTC  (12+ messages)
` [PATCH 1/6] tcp: support writing to a socket in listening state
` [PATCH 2/6] tcp: copy write-data from listen socket to accept child socket
` [PATCH 3/6] tcp: fastopen: add write-data to fastopen synack packet
` [PATCH 4/6] tcp: transmit any pending data on receipt of 3rd-ack
` [PATCH 5/6] tcp: fastopen: retransmit data when only the SYN of a synack-with-data is acked
` [PATCH 6/6] tcp: fastopen: extend retransmit-queue trimming to handle linear sk_buff

[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
 2025-05-15  7:50 UTC  (8+ messages)
` [PATCH v5 1/7] fs: split fileattr related helpers into separate file
` [PATCH v5 2/7] lsm: introduce new hooks for setting/getting inode fsxattr

[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
 2025-05-13  8:24 UTC  (7+ messages)
` [PATCH v5 1/7] fs: split fileattr related helpers into separate file
` [PATCH v5 2/7] lsm: introduce new hooks for setting/getting inode fsxattr
` [PATCH v5 3/7] selinux: implement inode_file_[g|s]etattr hooks
` [PATCH v5 4/7] fs: split fileattr/fsxattr converters into helpers

[PATCH v5 5/7] fs: make vfs_fileattr_[get|set] return -EOPNOSUPP
 2025-05-12 13:28 UTC  (2+ messages)

[PATCH v3 0/3] introduce PIDFD_SELF* sentinels
 2025-05-08 15:06 UTC  (19+ messages)
` [PATCH v3 3/3] selftests: pidfd: add tests for PIDFD_SELF_*
    ` The "make headers" requirement, revisited: "

[PATCH v12 00/17] large atomic writes for xfs
 2025-05-07 15:14 UTC  (20+ messages)
` [PATCH v12 01/17] fs: add atomic write unit max opt to statx
` [PATCH v12 02/17] xfs: only call xfs_setsize_buftarg once per buffer target
` [PATCH v12 03/17] xfs: rename xfs_inode_can_atomicwrite() -> xfs_inode_can_hw_atomic_write()
` [PATCH v12 04/17] xfs: separate out setting buftarg atomic writes limits
` [PATCH v12 05/17] xfs: add helpers to compute log item overhead
` [PATCH v12 06/17] xfs: add helpers to compute transaction reservation for finishing intent items
` [PATCH v12 07/17] xfs: ignore HW which cannot atomic write a single block
` [PATCH v12 08/17] xfs: allow block allocator to take an alignment hint
` [PATCH v12 09/17] xfs: refactor xfs_reflink_end_cow_extent()
` [PATCH v12 10/17] xfs: refine atomic write size check in xfs_file_write_iter()
` [PATCH v12 11/17] xfs: add xfs_atomic_write_cow_iomap_begin()
` [PATCH v12 12/17] xfs: add large atomic writes checks in xfs_direct_write_iomap_begin()
` [PATCH v12 13/17] xfs: commit CoW-based atomic writes atomically
` [PATCH v12 14/17] xfs: add xfs_file_dio_write_atomic()
` [PATCH v12 15/17] xfs: add xfs_calc_atomic_write_unit_max()
` [PATCH v12 16/17] xfs: update atomic write limits
` [PATCH v12 17/17] xfs: allow sysadmins to specify a maximum atomic write limit at mount time

[PATCH v1 bpf-next 4/5] bpf: Add kfunc to scrub SCM_RIGHTS at security_unix_may_send()
 2025-05-06  8:25 UTC 

[PATCH v11 00/16] large atomic writes for xfs
 2025-05-06  6:57 UTC  (35+ messages)
` [PATCH v11 01/16] fs: add atomic write unit max opt to statx
` [PATCH v11 02/16] xfs: only call xfs_setsize_buftarg once per buffer target
` [PATCH v11 03/16] xfs: add helpers to compute log item overhead
` [PATCH v11 04/16] xfs: add helpers to compute transaction reservation for finishing intent items
` [PATCH v11 05/16] xfs: rename xfs_inode_can_atomicwrite() -> xfs_inode_can_hw_atomic_write()
` [PATCH v11 06/16] xfs: ignore HW which cannot atomic write a single block
` [PATCH v11 07/16] xfs: allow block allocator to take an alignment hint
` [PATCH v11 08/16] xfs: refactor xfs_reflink_end_cow_extent()
` [PATCH v11 09/16] xfs: refine atomic write size check in xfs_file_write_iter()
` [PATCH v11 10/16] xfs: add xfs_atomic_write_cow_iomap_begin()
` [PATCH v11 11/16] xfs: add large atomic writes checks in xfs_direct_write_iomap_begin()
` [PATCH v11 12/16] xfs: commit CoW-based atomic writes atomically
` [PATCH v11 13/16] xfs: add xfs_file_dio_write_atomic()
` [PATCH v11 14/16] xfs: add xfs_calc_atomic_write_unit_max()
` [PATCH v11 15/16] xfs: update atomic write limits
` [PATCH v11 16/16] xfs: allow sysadmins to specify a maximum atomic write limit at mount time

[PATCH v10 00/15] large atomic writes for xfs
 2025-05-05  5:22 UTC  (13+ messages)
` [PATCH v10 05/15] xfs: ignore HW which cannot atomic write a single block
  ` [PATCH v10.1 "
` [PATCH v10 07/15] xfs: refactor xfs_reflink_end_cow_extent()
` [PATCH v10 11/15] xfs: commit CoW-based atomic writes atomically
` [PATCH v10 13/15] xfs: add xfs_calc_atomic_write_unit_max()
` [PATCH v10 14/15] xfs: update atomic write limits
` [PATCH 16/15] xfs: only call xfs_setsize_buftarg once per buffer target
` [PATCH 17/15] xfs: move buftarg atomic write geometry config to setsize_buftarg

[PATCH v10 01/15] fs: add atomic write unit max opt to statx
 2025-05-02 20:12 UTC  (2+ messages)
` [PATCH v10.1 1.1/15] xfs: only call xfs_setsize_buftarg once per buffer target

[PATCH] man/man2/clone.2: Document CLONE_NEWPID and CLONE_NEWUSER flag
 2025-05-01 21:30 UTC  (2+ messages)

[PATCH v9 00/15] large atomic writes for xfs
 2025-05-01 19:53 UTC  (7+ messages)
` [PATCH v9 05/15] xfs: ignore HW which cannot atomic write a single block


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).