Linux-api Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-20 13:48:36 to 2023-10-04 07:59:34 UTC [more...]

Rozszerzenie Programu Mój Prąd 5.0
 2023-10-04  7:50 UTC 

[PATCH v2] arch: Reserve map_shadow_stack() syscall number for all architectures
 2023-10-04  7:22 UTC  (6+ messages)

[PATCH 00/21] block atomic writes
 2023-10-04  3:00 UTC  (62+ messages)
` [PATCH 01/21] block: Add atomic write operations to request_queue limits
` [PATCH 02/21] block: Limit atomic writes according to bio and queue limits
` [PATCH 03/21] fs/bdev: Add atomic write support info to statx
` [PATCH 04/21] fs: Add RWF_ATOMIC and IOCB_ATOMIC flags for atomic write support
` [PATCH 05/21] block: Add REQ_ATOMIC flag
` [PATCH 06/21] block: Pass blk_queue_get_max_sectors() a request pointer
` [PATCH 07/21] block: Limit atomic write IO size according to atomic_write_max_sectors
` [PATCH 08/21] block: Error an attempt to split an atomic write bio
` [PATCH 09/21] block: Add checks to merging of atomic writes
` [PATCH 10/21] block: Add fops atomic write support
` [PATCH 11/21] fs: xfs: Don't use low-space allocator for alignment > 1
` [PATCH 12/21] fs: xfs: Introduce FORCEALIGN inode flag
` [PATCH 13/21] fs: xfs: Make file data allocations observe the 'forcealign' flag
` [PATCH 14/21] fs: xfs: Enable file data forcealign feature
` [PATCH 15/21] fs: xfs: Support atomic write for statx
` [PATCH 16/21] fs: iomap: Atomic write support
` [PATCH 17/21] fs: xfs: iomap atomic "
` [PATCH 18/21] scsi: sd: Support reading atomic properties from block limits VPD
` [PATCH 19/21] scsi: sd: Add WRITE_ATOMIC_16 support
` [PATCH 20/21] scsi: scsi_debug: Atomic write support
` [PATCH 21/21] nvme: Support atomic writes

[PATCH] uapi/auxvec: Define AT_HWCAP3 and AT_HWCAP4 aux vector, entries
 2023-10-03 22:12 UTC  (5+ messages)

[PATCH 0/4] man2: Document RWF_ATOMIC
 2023-10-03 19:25 UTC  (6+ messages)
` [PATCH 1/4] statx.2: Document STATX_WRITE_ATOMIC
` [PATCH 2/4] readv.2: Document RWF_ATOMIC flag
` [PATCH 3/4] man2/open.2: Document RWF_ATOMIC
` [PATCH 4/4] io_submit.2: "

[PATCH] syscalls: Cleanup references to sys_lookup_dcookie()
 2023-10-03 18:21 UTC  (6+ messages)
` [PATCH v2] "

[RFC v2 0/5] move_phys_pages syscall
 2023-10-03 17:58 UTC  (10+ messages)
` [RFC v2 2/5] mm/migrate: remove unused mm argument from do_move_pages_to_node
` [RFC v2 3/5] mm/migrate: refactor add_page_for_migration for code re-use
` [RFC v2 4/5] mm/migrate: Create move_phys_pages syscall
` [RFC v2 5/5] ktest: sys_move_phys_pages ktest

[PATCH v15 00/11] LSM: Three basic syscalls
 2023-10-03 14:28 UTC  (24+ messages)
` [PATCH v15 01/11] LSM: Identify modules by more than name
` [PATCH v15 04/11] LSM: syscalls for current process attributes
` [PATCH v15 05/11] LSM: Create lsm_list_modules system call
` [PATCH v15 06/11] LSM: wireup Linux Security Module syscalls
` [PATCH v15 07/11] LSM: Helpers for attribute names and filling lsm_ctx
` [PATCH v15 08/11] Smack: implement setselfattr and getselfattr hooks
` [PATCH v15 11/11] LSM: selftests for Linux Security Module syscalls

[RFC PATCH 0/2] mm: mempolicy: Multi-tier interleaving
 2023-10-03  5:07 UTC  (9+ messages)
` [PATCH 1/2] memory tier: Introduce sysfs for tier interleave weights
` [PATCH 2/2] mm: mempolicy: Interleave policy for tiered memory nodes
  ` [EXT] Re: [RFC PATCH 0/2] mm: mempolicy: Multi-tier interleaving

[RFC PATCH v2 0/4] mm/mempolicy: get/set_mempolicy2 syscalls
 2023-10-03  0:21 UTC  (5+ messages)
` [RFC PATCH v2 1/4] mm/mempolicy: refactor do_set_mempolicy for code re-use
` [RFC PATCH v2 2/4] mm/mempolicy: Implement set_mempolicy2 and
` [RFC PATCH v2 3/4] mm/mempolicy: implement a preferred-interleave
` [RFC PATCH v2 4/4] mm/mempolicy: implement a weighted-interleave

[PATCH] sched/headers: move struct sched_param out of uapi
 2023-10-02 19:12 UTC  (3+ messages)

[RFC PATCH 0/3] mm/mempolicy: set/get_mempolicy2
 2023-10-02 18:03 UTC  (10+ messages)
` [RFC PATCH 1/3] mm/mempolicy: refactor do_set_mempolicy for code re-use
` [RFC PATCH 2/3] mm/mempolicy: Implement set_mempolicy2 and get_mempolicy2 syscalls
` [RFC PATCH 3/3] mm/mempolicy: implement a partial-interleave mempolicy

[RFC PATCH v2 0/4] Extend rseq with sched_state_ptr field
 2023-10-02 17:56 UTC  (19+ messages)
` [RFC PATCH v2 1/4] rseq: Add sched_state field to struct rseq
` [RFC PATCH v2 4/4] selftests/rseq: Implement rseq_mutex test program

[PATCH v3 0/4] querying mount attributes
 2023-09-30  1:16 UTC  (8+ messages)
` [PATCH v3 1/4] add unique mount ID
` [PATCH v3 2/4] namespace: extract show_path() helper
` [PATCH v3 3/4] add statmount(2) syscall
` [PATCH v3 4/4] add listmount(2) syscall

[RFC PATCH v2 1/4] rseq: Add sched_state field to struct rseq
 2023-09-28 14:47 UTC  (9+ messages)

[PATCH v3 00/15] futex: More futex2 bits
 2023-09-28 13:40 UTC  (22+ messages)
` [PATCH v3 04/15] futex: Validate futex value against futex size
` [PATCH v3 05/15] futex: Add sys_futex_wake()
` [PATCH v3 07/15] futex: Add sys_futex_wait()
` [PATCH v3 08/15] futex: Propagate flags into get_futex_key()
` [PATCH v3 09/15] futex: Add flags2 argument to futex_requeue()
` [PATCH v3 10/15] futex: Add sys_futex_requeue()
` [PATCH v3 11/15] mm: Add vmalloc_huge_node()
` [PATCH v3 12/15] futex: Implement FUTEX2_NUMA
` [PATCH v3 13/15] futex: Propagate flags into futex_get_value_locked()
` [PATCH v3 14/15] futex: Enable FUTEX2_{8,16}
` [PATCH v3 15/15] futex,selftests: Extend the futex selftests
  ` [PATCH v3 06/15] futex: FLAGS_STRICT
` futex2 numa stuff
  ` [PATCH 15/15] futex,selftests: Extend the futex selftests
  ` [PATCH 16/15] futex,selftests: Extend the futex selftests for NUMA
  ` [PATCH 17/15] [HACK] futex: Force futex hash collision

[RFC PATCH 0/3] quering mount attributes
 2023-09-28 10:07 UTC  (41+ messages)
` [RFC PATCH 2/3] add statmnt(2) syscall
` [RFC PATCH 3/3] add listmnt(2) syscall

[PATCH] man2/splice.2: document SPLICE_F_NOWAIT
 2023-09-27 11:29 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH v2] tmpfs.5: extend with new noswap documentation
 2023-09-26  0:20 UTC  (2+ messages)

[RFC][PATCH] fanotify: Enable FAN_REPORT_FID on more filesystem types
 2023-09-20 16:36 UTC  (10+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).