linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-16 16:24:36 to 2017-10-24 15:24:05 UTC [more...]

[PATCH 0/17 v5] dax, ext4, xfs: Synchronous page faults
 2017-10-24 15:24 UTC  (9+ messages)
  ` [PATCH 01/17] mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags
  ` [PATCH 02/17] mm: Remove VM_FAULT_HWPOISON_LARGE_MASK
  ` [PATCH 03/17] dax: Simplify arguments of dax_insert_mapping()
  ` [PATCH 05/17] dax: Create local variable for VMA in dax_iomap_pte_fault()
  ` [PATCH 06/17] dax: Create local variable for vmf->flags & FAULT_FLAG_WRITE test
  ` [PATCH 07/17] dax: Inline dax_insert_mapping() into the callsite
  ` [PATCH 08/17] dax: Inline dax_pmd_insert_mapping() "
` [PATCH 04/17] dax: Factor out getting of pfn out of iomap

[PATCH 0/17 v4] dax, ext4, xfs: Synchronous page faults
 2017-10-24 14:55 UTC  (26+ messages)
` [PATCH 12/17] mm: Define MAP_SYNC and VM_SYNC flags
  ` [PATCH 01/17] mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags
  ` [PATCH 02/17] mm: Remove VM_FAULT_HWPOISON_LARGE_MASK
  ` [PATCH 03/17] dax: Simplify arguments of dax_insert_mapping()
  ` [PATCH 04/17] dax: Factor out getting of pfn out of iomap
  ` [PATCH 05/17] dax: Create local variable for VMA in dax_iomap_pte_fault()
  ` [PATCH 06/17] dax: Create local variable for vmf->flags & FAULT_FLAG_WRITE test
  ` [PATCH 07/17] dax: Inline dax_insert_mapping() into the callsite
  ` [PATCH 08/17] dax: Inline dax_pmd_insert_mapping() "
  ` [PATCH 09/17] dax: Fix comment describing dax_iomap_fault()
  ` [PATCH 10/17] dax: Allow dax_iomap_fault() to return pfn
  ` [PATCH 11/17] dax: Allow tuning whether dax_insert_mapping_entry() dirties entry
  ` [PATCH 13/17] dax, iomap: Add support for synchronous faults
  ` [PATCH 14/17] dax: Implement dax_finish_sync_fault()
  ` [PATCH 15/17] ext4: Simplify error handling in ext4_dax_huge_fault()
  ` [PATCH 16/17] ext4: Support for synchronous DAX faults
  ` [PATCH 17/17] xfs: support "
  ` [PATCH] mmap.2: Add description of MAP_SHARED_VALIDATE and MAP_SYNC

[RFC PATCH] fs: fsnotify: account fsnotify metadata to kmemcg
 2017-10-24  5:42 UTC  (3+ messages)

[RFC] mmap(MAP_CONTIG)
 2017-10-23 22:10 UTC  (2+ messages)

[RFC PATCH 00/25] fscrypt: filesystem-level keyring and v2 policy support
 2017-10-23 21:40 UTC  (26+ messages)
` [RFC PATCH 01/25] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>
` [RFC PATCH 02/25] fscrypt: use FSCRYPT_ prefix for uapi constants
` [RFC PATCH 04/25] fscrypt: refactor finding and deriving key
` [RFC PATCH 05/25] fs: add ->s_master_keys to struct super_block
` [RFC PATCH 06/25] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
` [RFC PATCH 07/25] fs/inode.c: export inode_lru_list_del()
` [RFC PATCH 08/25] fs/inode.c: rename and export dispose_list()
` [RFC PATCH 09/25] fs/dcache.c: add shrink_dcache_inode()
` [RFC PATCH 10/25] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
  ` [RFC PATCH 03/25] fscrypt: use FSCRYPT_* definitions, not FS_*
  ` [RFC PATCH 11/25] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl
` [RFC PATCH 12/25] ext4 crypto: wire up new ioctls for managing encryption keys
` [RFC PATCH 13/25] f2fs "
` [RFC PATCH 14/25] ubifs "
` [RFC PATCH 15/25] fscrypt: add UAPI definitions to get/set v2 encryption policies
` [RFC PATCH 16/25] fscrypt: implement basic handling of "
` [RFC PATCH 17/25] fscrypt: add an HKDF-SHA512 implementation
` [RFC PATCH 18/25] fscrypt: allow adding and removing keys for v2 encryption policies
` [RFC PATCH 19/25] fscrypt: use HKDF-SHA512 to derive the per-file keys for v2 policies
` [RFC PATCH 20/25] fscrypt: allow unprivileged users to add/remove "
` [RFC PATCH 21/25] fscrypt: require that key be added when setting a v2 encryption policy
` [RFC PATCH 22/25] ext4 crypto: wire up FS_IOC_GET_ENCRYPTION_POLICY_EX
` [RFC PATCH 23/25] f2fs "
` [RFC PATCH 24/25] ubifs "
` [RFC PATCH 25/25] fscrypt: document the new ioctls and policy version

[RFC PATCH v9 for 4.15 01/14] Restartable sequences system call
 2017-10-23 20:44 UTC  (31+ messages)
` [RFC PATCH for 4.15 14/14] Restartable sequences: Provide self-tests

[PATCH v6 0/2] staging: ion: get one device per heap
 2017-10-23 15:55 UTC  (3+ messages)
` [PATCH v6 1/2] staging: ion: simplify ioctl args checking function
` [PATCH v6 2/2] staging: ion: create one device entry per heap

[RFC PATCH 0/3] Add mmap(MAP_CONTIG) support
 2017-10-23 15:25 UTC  (41+ messages)
` [RFC PATCH 3/3] mm/map_contig: "

[PATCH v5 0/2] staging: ion: get one device per heap
 2017-10-23 15:19 UTC  (16+ messages)
` [PATCH v5 2/2] staging: ion: create one device entry "

[RFC PATCH 1/2] security, capabilities: Add CAP_SYS_MOUNT
 2017-10-23 12:57 UTC  (6+ messages)
` [RFC PATCH 2/2] fs: add the possibility to use CAP_SYS_MOUNT to (u)mount a fs
    ` [kernel-hardening] [RFC PATCH 1/2] security, capabilities: Add CAP_SYS_MOUNT

[PATCH 1/2 v2] fdmap(2)
 2017-10-23  9:29 UTC  (10+ messages)
` [1/2,v2] fdmap(2)

[PATCH] fs: check for DAC_READ_SEARCH instead of SYS_ADMIN
 2017-10-22  5:25 UTC  (2+ messages)

[PATCH] fs: Use CAP_DAC_OVERRIDE to allow for file dedupe
 2017-10-21 19:40 UTC  (3+ messages)
  ` [kernel-hardening] "

[RFC PATCH 2/2] fs: Grant CAP_TRUSTED rw access to trusted xattrs
 2017-10-21 19:09 UTC  (5+ messages)
  ` [kernel-hardening] [RFC PATCH 1/2] security, capabilities: create CAP_TRUSTED
`  "

[RFC PATCH 1/2] security, capabilities: create CAP_TRUSTED
 2017-10-21 13:45 UTC 

[PATCH] fs: check for CAP_SYS_RESOURCE instead of CAP_SYS_ADMIN
 2017-10-21 13:36 UTC 

[PATCH 1/3] printk: Introduce per-console loglevel setting
 2017-10-20 17:33 UTC  (4+ messages)

[patch v9 0/4] JTAG driver introduction
 2017-10-20 14:54 UTC  (5+ messages)
` [patch v9 1/4] drivers: jtag: Add JTAG core driver

[PATCH] mm/mempolicy: add node_empty check in SYSC_migrate_pages
 2017-10-20  6:42 UTC  (5+ messages)

RFC(v2): Audit Kernel Container IDs
 2017-10-20  2:25 UTC  (29+ messages)

[PATCH 0/2] capability controlled user-namespaces
 2017-10-19 16:15 UTC  (4+ messages)
` [kernel-hardening] "

[PATCH v5] mm, sysctl: make NUMA stats configurable
 2017-10-19  7:51 UTC  (3+ messages)

[PATCH v9 0/6] MAP_DIRECT for DAX userspace flush
 2017-10-19  6:02 UTC  (16+ messages)

[PATCH v3 00/28] ARM Scalable Vector Extension (SVE)
 2017-10-18  9:32 UTC  (5+ messages)
` [PATCH v3 26/28] arm64/sve: Add documentation

[PATCH v2] Userfaultfd: Add description for UFFD_FEATURE_SIGBUS
 2017-10-18  8:42 UTC  (2+ messages)

[PATCH 0/2] Add V4L2_BUF_TYPE_META_OUTPUT buffer type
 2017-10-17 23:04 UTC  (2+ messages)

[PATCH v4] pidns: introduce syscall translate_pid
 2017-10-17 22:53 UTC  (16+ messages)

[ANNOUNCE] New linux-rseq tree on kernel.org
 2017-10-17 19:25 UTC 

[PATCH v4] mm, sysctl: make NUMA stats configurable
 2017-10-17  8:14 UTC  (4+ 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).