Linux-api Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-28 20:28:44 to 2023-06-08 04:38:22 UTC [more...]

[RFC PATCH 00/19] hugetlb support for KVM guest_mem
 2023-06-08  4:38 UTC  (21+ messages)
` [RFC PATCH 01/19] mm: hugetlb: Expose get_hstate_idx()
` [RFC PATCH 02/19] mm: hugetlb: Move and expose hugetlbfs_zero_partial_page
` [RFC PATCH 03/19] mm: hugetlb: Expose remove_inode_hugepages
` [RFC PATCH 04/19] mm: hugetlb: Decouple hstate, subpool from inode
` [RFC PATCH 05/19] mm: hugetlb: Allow alloc_hugetlb_folio() to be parametrized by subpool and hstate
` [RFC PATCH 06/19] mm: hugetlb: Provide hugetlb_filemap_add_folio()
` [RFC PATCH 07/19] mm: hugetlb: Refactor vma_*_reservation functions
` [RFC PATCH 08/19] mm: hugetlb: Refactor restore_reserve_on_error
` [RFC PATCH 09/19] mm: hugetlb: Use restore_reserve_on_error directly in filesystems
` [RFC PATCH 10/19] mm: hugetlb: Parametrize alloc_hugetlb_folio_from_subpool() by resv_map
` [RFC PATCH 11/19] mm: hugetlb: Parametrize hugetlb functions "
` [RFC PATCH 12/19] mm: truncate: Expose preparation steps for truncate_inode_pages_final
` [RFC PATCH 13/19] KVM: guest_mem: Refactor kvm_gmem fd creation to be in layers
` [RFC PATCH 14/19] KVM: guest_mem: Refactor cleanup to separate inode and file cleanup
` [RFC PATCH 15/19] KVM: guest_mem: hugetlb: initialization and cleanup
` [RFC PATCH 16/19] KVM: guest_mem: hugetlb: allocate and truncate from hugetlb
` [RFC PATCH 17/19] KVM: selftests: Add basic selftests for hugetlbfs-backed guest_mem
` [RFC PATCH 18/19] KVM: selftests: Support various types of backing sources for private memory
` [RFC PATCH 19/19] KVM: selftests: Update test for various private memory backing source types

[PATCH v10 00/11] LSM: Three basic syscalls
 2023-06-07 23:39 UTC  (19+ messages)
  ` [PATCH v10 01/11] LSM: Identify modules by more than name
  ` [PATCH v10 02/11] LSM: Maintain a table of LSM attribute data
  ` [PATCH v10 03/11] proc: Use lsmids instead of lsm names for attrs
  ` [PATCH v10 04/11] LSM: syscalls for current process attributes
    ` [PATCH v10 4/11] "
  ` [PATCH v10 05/11] LSM: Create lsm_list_modules system call
  ` [PATCH v10 06/11] LSM: wireup Linux Security Module syscalls
  ` [PATCH v10 07/11] LSM: Helpers for attribute names and filling lsm_ctx
    ` [PATCH v10 7/11] "
  ` [PATCH v10 08/11] Smack: implement setselfattr and getselfattr hooks
  ` [PATCH v10 09/11] AppArmor: Add selfattr hooks
  ` [PATCH v10 10/11] SELinux: "
  ` [PATCH v10 11/11] LSM: selftests for Linux Security Module syscalls

[PATCH] syscalls: add sys_ni_posix_timers prototype
 2023-06-07 21:20 UTC  (2+ messages)

[PATCH 0/4] RSEQ selftests updates
 2023-06-06 13:36 UTC  (6+ messages)
` [PATCH 1/4] selftests/rseq: Fix CID_ID typo in Makefile
` [PATCH 2/4] selftests/rseq: Implement rseq_unqual_scalar_typeof
` [PATCH 3/4] selftests/rseq: Fix arm64 buggy load-acquire/store-release macros
` [PATCH 4/4] selftests/rseq: Use rseq_unqual_scalar_typeof in macros

Wyższa konwersja w e-sklepie
 2023-06-02  8:30 UTC 

[PATCH] tmpfs.5: extend with new noswap documentation
 2023-06-01 23:54 UTC  (2+ messages)

[PATCH 0/1] process attribute support for Landlock
 2023-06-01 22:08 UTC  (29+ messages)
      ` [PATCH v2] lsm: adds process attribute getter "

Słowa kluczowe do wypozycjonowania
 2023-06-01  7:30 UTC 

[RFC PATCH v2 0/4] Extend rseq with sched_state_ptr field
 2023-05-30 15:13 UTC  (10+ messages)
` [RFC PATCH v2 1/4] rseq: Add sched_state field to struct rseq
` [RFC PATCH v2 2/4] selftests/rseq: Add sched_state rseq field and getter
` [RFC PATCH v2 3/4] selftests/rseq: Implement sched state test program
` [RFC PATCH v2 4/4] selftests/rseq: Implement rseq_mutex "

[PATCHSET v25.0 00/25] xfs: atomic file updates
 2023-05-26  1:28 UTC  (26+ messages)
  ` [PATCH 01/25] xfs: add a libxfs header file for staging new ioctls
  ` [PATCH 02/25] xfs: introduce new file range exchange ioctl
  ` [PATCH 03/25] xfs: move inode lease breaking functions to xfs_inode.c
  ` [PATCH 04/25] xfs: move xfs_iops.c declarations out of xfs_inode.h
  ` [PATCH 05/25] xfs: declare xfs_file.c symbols in xfs_file.h
  ` [PATCH 06/25] xfs: create a new helper to return a file's allocation unit
  ` [PATCH 07/25] xfs: refactor non-power-of-two alignment checks
  ` [PATCH 08/25] xfs: parameterize all the incompat log feature helpers
  ` [PATCH 09/25] xfs: create a log incompat flag for atomic extent swapping
  ` [PATCH 10/25] xfs: introduce a swap-extent log intent item
  ` [PATCH 11/25] xfs: create deferred log items for extent swapping
  ` [PATCH 12/25] xfs: enable xlog users to toggle atomic "
  ` [PATCH 13/25] xfs: bind the xfs-specific extent swape code to the vfs-generic file exchange code
  ` [PATCH 14/25] xfs: add error injection to test swapext recovery
  ` [PATCH 15/25] xfs: port xfs_swap_extents_rmap to our new code
  ` [PATCH 16/25] xfs: consolidate all of the xfs_swap_extent_forks code
  ` [PATCH 17/25] xfs: port xfs_swap_extent_forks to use xfs_swapext_req
  ` [PATCH 18/25] xfs: allow xfs_swap_range to use older extent swap algorithms
  ` [PATCH 19/25] xfs: remove old swap extents implementation
  ` [PATCH 20/25] xfs: condense extended attributes after an atomic swap
  ` [PATCH 21/25] xfs: condense directories "
  ` [PATCH 22/25] xfs: condense symbolic links "
  ` [PATCH 23/25] xfs: make atomic extent swapping support realtime files
  ` [PATCH 24/25] xfs: support non-power-of-two rtextsize with exchange-range
  ` [PATCH 25/25] xfs: enable atomic swapext feature

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2023-05-25  8:54 UTC  (11+ messages)
` [PATCH v7 08/14] KVM: Rename mmu_notifier_*

[RFC PATCH 0/4] Extend rseq with sched_state field
 2023-05-23 20:10 UTC  (17+ messages)
` [RFC PATCH 1/4] rseq: Add sched_state field to struct rseq
` [RFC PATCH 2/4] selftests/rseq: Add sched_state rseq field and getter
` [RFC PATCH 3/4] selftests/rseq: Implement sched state test program
` [RFC PATCH 4/4] selftests/rseq: Implement rseq_mutex "

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-05-23 18:59 UTC  (7+ messages)
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes

Faktoring
 2023-05-19  8:06 UTC 

[PATCH v6 0/2] sched/numa: add per-process numa_balancing
 2023-05-17  9:28 UTC  (5+ messages)
    `  "

[RFC PATCH v2] fs/xattr: add *at family syscalls
 2023-05-15 14:20 UTC  (6+ messages)

[PATCH] cachestat: wire up cachestat for other architectures
 2023-05-12 21:47 UTC  (13+ messages)
` [PATCH] arm64: wire up cachestat for arm64

[PATCH v13 0/3] cachestat: a new syscall for page cache state of files
 2023-05-11 19:33 UTC  (15+ messages)
` [PATCH v13 1/3] workingset: refactor LRU refault to expose refault recency check
` [PATCH v13 2/3] cachestat: implement cachestat syscall
` [PATCH v13 3/3] selftests: Add selftests for cachestat

Pompy ciepła - nowe warunki
 2023-05-08  7:51 UTC 

[PATCH v2 0/4] Prepare for supporting more filesystems with fanotify
 2023-05-04 11:37 UTC  (8+ messages)
` [PATCH v2 1/4] exportfs: change connectable argument to bit flags
` [PATCH v2 2/4] exportfs: add explicit flag to request non-decodeable file handles
` [PATCH v2 3/4] exportfs: allow exporting non-decodeable file handles to userspace
` [PATCH v2 4/4] fanotify: support reporting non-decodeable file handles

[RFC][PATCH 0/4] Prepare for supporting more filesystems with fanotify
 2023-05-01 18:48 UTC  (5+ messages)

[PATCH v10 00/11] LSM: Three basic syscalls
 2023-04-28 20:26 UTC  (8+ messages)
` [PATCH v10 04/11] LSM: syscalls for current process attributes
` [PATCH v10 05/11] LSM: Create lsm_list_modules system call
` [PATCH v10 06/11] LSM: wireup Linux Security Module syscalls
` [PATCH v10 07/11] LSM: Helpers for attribute names and filling lsm_ctx
` [PATCH v10 08/11] Smack: implement setselfattr and getselfattr hooks
` [PATCH v10 09/11] AppArmor: Add selfattr hooks
` [PATCH v10 10/11] SELinux: "


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