messages from 2017-10-19 23:11:33 to 2017-11-01 15:36:48 UTC [more...]
[PATCH 0/18 v6] dax, ext4, xfs: Synchronous page faults
2017-11-01 15:36 UTC (20+ messages)
` [PATCH 02/18] mm: Remove VM_FAULT_HWPOISON_LARGE_MASK
` [PATCH 04/18] dax: Factor out getting of pfn out of iomap
` [PATCH 08/18] dax: Inline dax_pmd_insert_mapping() into the callsite
` [PATCH 01/18] mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags
` [PATCH 03/18] dax: Simplify arguments of dax_insert_mapping()
` [PATCH 05/18] dax: Create local variable for VMA in dax_iomap_pte_fault()
` [PATCH 06/18] dax: Create local variable for vmf->flags & FAULT_FLAG_WRITE test
` [PATCH 07/18] dax: Inline dax_insert_mapping() into the callsite
` [PATCH 09/18] dax: Fix comment describing dax_iomap_fault()
` [PATCH 10/18] dax: Allow dax_iomap_fault() to return pfn
` [PATCH 11/18] dax: Allow tuning whether dax_insert_mapping_entry() dirties entry
` [PATCH 12/18] mm: Define MAP_SYNC and VM_SYNC flags
` [PATCH 13/18] dax, iomap: Add support for synchronous faults
` [PATCH 14/18] dax: Implement dax_finish_sync_fault()
` [PATCH 15/18] ext4: Simplify error handling in ext4_dax_huge_fault()
` [PATCH 16/18] ext4: Support for synchronous DAX faults
` [PATCH 17/18] xfs: Implement xfs_filemap_pfn_mkwrite() using __xfs_filemap_fault()
` [PATCH 18/18] xfs: support for synchronous DAX faults
` [PATCH] mmap.2: Add description of MAP_SHARED_VALIDATE and MAP_SYNC
[PATCH RFC v2 0/4] some fixes and clean up for mempolicy
2017-11-01 9:37 UTC (12+ messages)
` [PATCH RFC v2 1/4] mm/mempolicy: Fix get_nodes() mask miscalculation
` [PATCH RFC v2 2/4] mm/mempolicy: remove redundant check in get_nodes
` [PATCH RFC v2 3/4] mm/mempolicy: fix the check of nodemask from user
` [PATCH RFC v2 4/4] mm/mempolicy: add nodes_empty check in SYSC_migrate_pages
[PATCH 0/17 v5] dax, ext4, xfs: Synchronous page faults
2017-11-01 3:47 UTC (33+ messages)
` [PATCH 04/17] dax: Factor out getting of pfn out of iomap
` [PATCH 11/17] dax: Allow tuning whether dax_insert_mapping_entry() dirties entry
` [PATCH 14/17] dax: Implement dax_finish_sync_fault()
` [PATCH 17/17] xfs: support for synchronous DAX faults
` [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 09/17] dax: Fix comment describing dax_iomap_fault()
` [PATCH 10/17] dax: Allow dax_iomap_fault() to return pfn
` [PATCH 12/17] mm: Define MAP_SYNC and VM_SYNC flags
` [PATCH 13/17] dax, iomap: Add support for synchronous faults
` [PATCH 15/17] ext4: Simplify error handling in ext4_dax_huge_fault()
` [PATCH 16/17] ext4: Support for synchronous DAX faults
` [PATCH] mmap.2: Add description of MAP_SHARED_VALIDATE and MAP_SYNC
[PATCH v6 0/2] staging: ion: get one device per heap
2017-10-31 19:45 UTC (7+ 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] fs: fsnotify: account fsnotify metadata to kmemcg
2017-10-31 17:01 UTC (8+ messages)
[PATCH v5 00/30] ARM Scalable Vector Extension (SVE)
2017-10-31 15:51 UTC (2+ messages)
` [PATCH v5 28/30] arm64/sve: Add documentation
[PATCH] [RFC] vm: add a syscall to map a process memory into a pipe
2017-10-30 12:47 UTC (2+ messages)
[patch v10 0/4] JTAG driver introduction
2017-10-30 12:12 UTC (5+ messages)
` [patch v10 1/4] drivers: jtag: Add JTAG core driver
` [patch v10 2/4] drivers: jtag: Add Aspeed SoC 24xx and 25xx families JTAG master driver
` [patch v10 3/4] Documentation: jtag: Add bindings for "
` [patch v10 4/4] Documentation: jtag: Add ABI documentation
[PATCH 03/14] VFS: Implement a filesystem superblock creation/configuration context [ver #6]
2017-10-30 8:44 UTC (3+ messages)
[PATCHv3 1/2] proc: mm: export PTE sizes directly in smaps
2017-10-29 14:19 UTC (18+ messages)
` [PATCH 2/2] Add /proc/PID/{smaps, numa_maps} support for DAX
` [lkp-robot] [proc] eb948c71f7: WARNING:at_mm/hugetlb.c:#hugetlb_add_hstate
[RFC PATCH 00/25] fscrypt: filesystem-level keyring and v2 policy support
2017-10-27 20:28 UTC (33+ 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
[PATCH v4 00/28] ARM Scalable Vector Extension (SVE)
2017-10-27 13:06 UTC (3+ messages)
` [PATCH v4 26/28] arm64/sve: Add documentation
[PATCH] fs: Use CAP_DAC_OVERRIDE to allow for file dedupe
2017-10-26 7:54 UTC (4+ messages)
` [kernel-hardening] "
[PATCH 1/2 v2] fdmap(2)
2017-10-26 7:53 UTC (14+ messages)
` [1/2,v2] fdmap(2)
[PATCH 1/3] [v2] vm: add a syscall to map a process memory into a pipe
2017-10-25 23:50 UTC (3+ messages)
` [PATCH 2/3] x86: Write up the process_vmsplice syscall
` [PATCH 3/3] test: add a test for "
[RFC PATCH 0/3] userfaultfd: non-cooperative: syncronous events
2017-10-25 16:23 UTC (4+ messages)
` [RFC PATCH 1/3] userfaultfd: introduce userfaultfd_init_waitqueue helper
` [RFC PATCH 2/3] userfaultfd: non-cooperative: generalize wake key structure
` [RFC PATCH 3/3] userfaultfd: non-cooperative: allow synchronous EVENT_REMOVE
[RFC PATCH 0/3] userfaultfd: non-cooperative: syncronous events
2017-10-25 16:19 UTC
[patch v9 0/4] JTAG driver introduction
2017-10-25 15:58 UTC (6+ messages)
` [patch v9 1/4] drivers: jtag: Add JTAG core driver
[RFC] mmap(MAP_CONTIG)
2017-10-24 22:49 UTC (3+ messages)
[PATCH 0/17 v4] dax, ext4, xfs: Synchronous page faults
2017-10-24 14:55 UTC (8+ messages)
` [PATCH 01/17] mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags
` [PATCH] mmap.2: Add description of MAP_SHARED_VALIDATE and MAP_SYNC
[RFC PATCH v9 for 4.15 01/14] Restartable sequences system call
2017-10-23 20:44 UTC (5+ messages)
[RFC PATCH 3/3] mm/map_contig: Add mmap(MAP_CONTIG) support
2017-10-23 15:25 UTC (12+ messages)
[PATCH v5 0/2] staging: ion: get one device per heap
2017-10-23 15:19 UTC (4+ 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] fs: check for DAC_READ_SEARCH instead of SYS_ADMIN
2017-10-22 5:25 UTC (2+ messages)
[RFC PATCH 1/2] security, capabilities: create CAP_TRUSTED
2017-10-21 19:09 UTC (5+ messages)
` [RFC PATCH 2/2] fs: Grant CAP_TRUSTED rw access to trusted xattrs
` [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] mm/mempolicy: add node_empty check in SYSC_migrate_pages
2017-10-20 6:42 UTC (4+ messages)
RFC(v2): Audit Kernel Container IDs
2017-10-20 2:25 UTC (6+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).