linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-06 11:22:37 to 2025-04-24 09:06:22 UTC [more...]

[PATCH v4 0/3] fs: introduce getfsxattrat and setfsxattrat syscalls
 2025-04-24  9:06 UTC  (25+ messages)
` [PATCH v4 1/3] lsm: introduce new hooks for setting/getting inode fsxattr
` [PATCH v4 2/3] fs: split fileattr/fsxattr converters into helpers
` [PATCH v4 3/3] fs: introduce getfsxattrat and setfsxattrat syscalls

newlines in filenames; POSIX.1-2024
 2025-04-24  7:00 UTC  (5+ messages)

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

[PATCH v7 00/14] large atomic writes for xfs
 2025-04-23 14:53 UTC  (40+ messages)
` [PATCH v7 01/14] fs: add atomic write unit max opt to statx
` [PATCH v7 02/14] xfs: add helpers to compute log item overhead
` [PATCH v7 03/14] xfs: add helpers to compute transaction reservation for finishing intent items
` [PATCH v7 04/14] xfs: rename xfs_inode_can_atomicwrite() -> xfs_inode_can_hw_atomicwrite()
` [PATCH v7 05/14] xfs: allow block allocator to take an alignment hint
` [PATCH v7 06/14] xfs: refactor xfs_reflink_end_cow_extent()
` [PATCH v7 07/14] xfs: refine atomic write size check in xfs_file_write_iter()
` [PATCH v7 08/14] xfs: add xfs_atomic_write_cow_iomap_begin()
` [PATCH v7 09/14] xfs: add large atomic writes checks in xfs_direct_write_iomap_begin()
` [PATCH v7 10/14] xfs: commit CoW-based atomic writes atomically
` [PATCH v7 11/14] xfs: add xfs_file_dio_write_atomic()
` [PATCH v7 12/14] xfs: add xfs_compute_atomic_write_unit_max()
` [PATCH v7 13/14] xfs: update atomic write limits
` [PATCH v7 14/14] xfs: allow sysadmins to specify a maximum atomic write limit at mount time
  ` [PATCH v7.1 "

[PATCH 0/4] mm: permit guard regions for file-backed/shmem mappings
 2025-04-22 11:11 UTC  (7+ messages)
` [PATCH 3/4] tools/selftests: expand all guard region tests to file-backed

[PATCH v3 00/20] mm: MM owner tracking for large folios (!hugetlb) + CONFIG_NO_PAGE_MAPCOUNT
 2025-04-22  7:05 UTC  (9+ messages)
` [PATCH v3 13/20] mm: Copy-on-Write (COW) reuse support for PTE-mapped THP

[PATCH] man/man2/clone.2: Document CLONE_NEWPID and CLONE_NEWUSER flag
 2025-04-20 19:16 UTC 

[PATCH RFT v16 0/8] fork: Support shadow stacks in clone3()
 2025-04-15 23:31 UTC  (9+ messages)
` [PATCH RFT v16 1/8] arm64/gcs: Return a success value from gcs_alloc_thread_stack()
` [PATCH RFT v16 2/8] Documentation: userspace-api: Add shadow stack API documentation
` [PATCH RFT v16 3/8] selftests: Provide helper header for shadow stack testing
` [PATCH RFT v16 4/8] fork: Add shadow stack support to clone3()
` [PATCH RFT v16 5/8] selftests/clone3: Remove redundant flushes of output streams
` [PATCH RFT v16 6/8] selftests/clone3: Factor more of main loop into test_clone3()
` [PATCH RFT v16 7/8] selftests/clone3: Allow tests to flag if -E2BIG is a valid error code
` [PATCH RFT v16 8/8] selftests/clone3: Test shadow stack support

[PATCH RFT v15 0/8] fork: Support shadow stacks in clone3()
 2025-04-15 12:56 UTC  (11+ messages)
` [PATCH RFT v15 1/8] arm64/gcs: Return a success value from gcs_alloc_thread_stack()
` [PATCH RFT v15 2/8] Documentation: userspace-api: Add shadow stack API documentation
` [PATCH RFT v15 3/8] selftests: Provide helper header for shadow stack testing
` [PATCH RFT v15 4/8] fork: Add shadow stack support to clone3()
` [PATCH RFT v15 5/8] selftests/clone3: Remove redundant flushes of output streams
` [PATCH RFT v15 6/8] selftests/clone3: Factor more of main loop into test_clone3()
` [PATCH RFT v15 7/8] selftests/clone3: Allow tests to flag if -E2BIG is a valid error code
` [PATCH RFT v15 8/8] selftests/clone3: Test shadow stack support

[PATCH RFC] statx.2: Add stx_atomic_write_unit_max_opt
 2025-04-07  6:51 UTC  (5+ messages)

error handling recvfrom(2)
 2025-03-27 11:45 UTC 

[RFC -next 00/10] Add ZC notifications to splice and sendfile
 2025-03-21 21:28 UTC  (38+ messages)
` [RFC -next 01/10] splice: Add ubuf_info to prepare for ZC
` [RFC -next 02/10] splice: Add helper that passes through splice_desc
` [RFC -next 03/10] splice: Factor splice_socket into a helper
` [RFC -next 04/10] splice: Add SPLICE_F_ZC and attach ubuf
` [RFC -next 05/10] fs: Add splice_write_sd to file operations
` [RFC -next 06/10] fs: Extend do_sendfile to take a flags argument
` [RFC -next 07/10] fs: Add sendfile2 which accepts "
` [RFC -next 08/10] fs: Add sendfile flags for sendfile2
` [RFC -next 09/10] fs: Add sendfile2 syscall
` [RFC -next 10/10] selftests: Add sendfile zerocopy notification test

[PATCH 0/2] fs/proc/task_mmu: add guard region bit to pagemap
 2025-03-19 23:57 UTC  (8+ messages)
` [PATCH 1/2] "

[PATCH v4 0/5] implement lightweight guard pages
 2025-03-19 15:15 UTC  (6+ messages)

[RFC PATCH 5/9] Define user structure for events and responses
 2025-03-11 19:29 UTC  (3+ messages)

Add sysctl for tcp_delayed_ack
 2025-03-10  7:02 UTC  (3+ messages)

[PATCHv3 perf/core] uprobes: Harden uretprobe syscall trampoline check
 2025-03-06 11:22 UTC  (7+ messages)


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