messages from 2016-11-17 00:16:29 to 2016-11-19 09:33:26 UTC [more...]
[REVIEW][PATCH] mm: Add a user_ns owner to mm_struct and fix ptrace_may_access
2016-11-19 9:33 UTC (38+ messages)
` [REVIEW][PATCH] exec: Don't exec files the userns root can not read
` [REVIEW][PATCH 0/3] Fixing ptrace vs exec vs userns interactions
` [REVIEW][PATCH 1/3] ptrace: Capture the ptracer's creds not PT_PTRACE_CAP
` [REVIEW][PATCH 2/3] exec: Don't allow ptracing an exec of an unreadable file
` [REVIEW][PATCH 2/3] ptrace: Don't allow accessing an undumpable mm
` [REVIEW][PATCH 3/3] exec: Ensure mm->user_ns contains the execed files
[RFC][PATCH 0/4] Enhanced file stat system call
2016-11-18 22:54 UTC (40+ messages)
` [PATCH 1/4] statx: Add a system call to make enhanced file info available
` [PATCH 2/4] statx: Ext4: Return enhanced file attributes
` [PATCH 3/4] statx: NFS: "
` [PATCH 4/4] statx: AFS: "
[PATCH 00/29] Improve radix tree for 4.10
2016-11-18 20:23 UTC (66+ messages)
` [PATCH 04/29] radix tree test suite: Free preallocated nodes
` [PATCH 05/29] radix tree test suite: Make runs more reproducible
` [PATCH 06/29] radix tree test suite: benchmark for iterator
` [PATCH 07/29] radix tree test suite: Use rcu_barrier
` [PATCH 08/29] tools: Add more bitmap functions
` [PATCH 09/29] radix tree test suite: Use common find-bit code
` [PATCH 10/29] radix-tree: Add radix_tree_join
` [PATCH 11/29] radix-tree: Add radix_tree_split
` [PATCH 12/29] radix-tree: Add radix_tree_split_preload()
` [PATCH 13/29] radix-tree: Fix typo
` [PATCH 14/29] radix-tree: Move rcu_head into a union with private_list
` [PATCH 16/29] radix-tree: Make radix_tree_find_next_bit more useful
` [PATCH 17/29] radix-tree: Improve dump output
` [PATCH 18/29] btrfs: Fix race in btrfs_free_dummy_fs_info()
` [PATCH 19/29] radix tree test suite: iteration test misuses RCU
` [PATCH 20/29] radix tree: Improve multiorder iterators
` [PATCH 21/29] radix-tree: Delete radix_tree_locate_item()
` [PATCH 22/29] radix-tree: Delete radix_tree_range_tag_if_tagged()
` [PATCH 23/29] idr: Add ida_is_empty
` [PATCH 24/29] tpm: Use idr_find(), not idr_find_slowpath()
` [PATCH 25/29] rxrpc: Abstract away knowledge of IDR internals
` [PATCH 26/29] idr: Reduce the number of bits per level from 8 to 6
` [PATCH 28/29] radix-tree: Create all_tag_set
` [PATCH 29/29] Reimplement IDR and IDA using the radix tree
` [PATCH 01/29] tools: Add WARN_ON_ONCE
` [PATCH 02/29] radix tree test suite: Allow GFP_ATOMIC allocations to fail
` [PATCH 03/29] radix tree test suite: Track preempt_count
` [PATCH 15/29] radix-tree: Create node_tag_set()
` [PATCH 27/29] radix tree test suite: Add some more functionality
` [PATCH 28/28] Reimplement IDR and IDA using the radix tree
[GIT PULL] another nfsd bugfix for 4.9
2016-11-18 20:22 UTC (2+ messages)
logfs: GPF in logfs_alloc_inode
2016-11-18 18:54 UTC (3+ messages)
[RFC][PATCH 0/4] Enhanced file stat system call [ver #2]
2016-11-18 18:02 UTC (7+ messages)
` [PATCH 1/4] statx: Add a system call to make enhanced file info available "
` [PATCH 2/4] statx: Ext4: Return enhanced file attributes "
` [PATCH 3/4] statx: NFS: "
` [PATCH 4/4] statx: AFS: "
[PATCH v12 0/7] x86/arch_prctl Add ARCH_[GET|SET]_CPUID for controlling the CPUID instruction
2016-11-18 17:32 UTC (19+ messages)
` [PATCH v12 1/7] x86/arch_prctl/64: Use SYSCALL_DEFINE2 to define sys_arch_prctl
` [PATCH v12 2/7] x86/arch_prctl/64: Rename do_arch_prctl to do_arch_prctl_64
` [PATCH v12 3/7] x86/arch_prctl: Add do_arch_prctl_common
` [PATCH v12 4/7] x86/syscalls/32: Wire up arch_prctl on x86-32
` [PATCH v12 5/7] x86/cpufeature: Detect CPUID faulting support
` [PATCH v12 6/7] x86/arch_prctl: Add ARCH_[GET|SET]_CPUID
` [PATCH v12 7/7] KVM: x86: virtualize cpuid faulting
[PATCH 0/3] overlayfs: allow moving directory trees
2016-11-18 15:37 UTC (13+ messages)
` [PATCH 3/3] ovl: redirect on rename-dir
[PATCH 0/20 v5] dax: Clear dirty bits after flushing caches
2016-11-18 10:23 UTC (24+ messages)
` [PATCH 01/20] mm: Join struct fault_env and vm_fault
` [PATCH 02/20] mm: Use vmf->address instead of of vmf->virtual_address
` [PATCH 03/20] mm: Use pgoff in struct vm_fault instead of passing it separately
` [PATCH 04/20] mm: Use passed vm_fault structure in __do_fault()
` [PATCH 05/20] mm: Trim __do_fault() arguments
` [PATCH 06/20] mm: Use passed vm_fault structure for in wp_pfn_shared()
` [PATCH 07/20] mm: Add orig_pte field into vm_fault
` [PATCH 08/20] mm: Allow full handling of COW faults in ->fault handlers
` [PATCH 09/20] mm: Factor out functionality to finish page faults
` [PATCH 10/20] mm: Move handling of COW faults into DAX code
` [PATCH 11/20] mm: Factor out common parts of write fault handling
` [PATCH 12/20] mm: Pass vm_fault structure into do_page_mkwrite()
` [PATCH 13/20] mm: Use vmf->page during WP faults
` [PATCH 14/20] mm: Move part of wp_page_reuse() into the single call site
` [PATCH 15/20] mm: Provide helper for finishing mkwrite faults
` [PATCH 16/20] mm: Change return values of finish_mkwrite_fault()
` [PATCH 17/20] mm: Export follow_pte()
` [PATCH 18/20] dax: Make cache flushing protected by entry lock
` [PATCH 19/20] dax: Protect PTE modification on WP fault by radix tree "
` [PATCH 20/20] dax: Clear dirty entry tags on cache flush
[PATCH 1/2] f2fs: do not recover i_size if it's valid
2016-11-17 23:29 UTC (2+ messages)
` [PATCH 2/2] f2fs: fix wrong AUTO_RECOVER condition
[PATCH] Make file struct available to fchmod FS handlers
2016-11-17 23:03 UTC (8+ messages)
` [fuse-devel] "
[GIT PULL] Orangefs update for 4.9 rc5
2016-11-17 19:15 UTC
[PATCH v2] Add a "nosymlinks" mount option
2016-11-17 13:11 UTC (5+ messages)
[PATCH v3] Add a "nosymfollow" mount option
2016-11-17 15:14 UTC
[PATCH 0/11 v2] ext4: Convert ext4 DAX IO to iomap framework
2016-11-17 9:45 UTC (7+ messages)
` [PATCH 09/11] ext4: Rip out DAX handling from direct IO path
` [PATCH 11/11] dax: Rip out get_block based IO support
[PATCH 0/21 v4 RESEND] dax: Clear dirty bits after flushing caches
2016-11-17 9:36 UTC (10+ messages)
` [PATCH 01/21] mm: Join struct fault_env and vm_fault
` [PATCH 10/21] mm: Move handling of COW faults into DAX code
fuse: max_background and congestion_threshold settings
2016-11-16 19:56 UTC (4+ messages)
` [fuse-devel] "
[git pull] vfs.git
2016-11-17 5:55 UTC
[PATCH v11 0/7] x86/arch_prctl Add ARCH_[GET|SET]_CPUID for controlling the CPUID instruction
2016-11-17 1:59 UTC (6+ messages)
` [PATCH v11 7/7] KVM: x86: virtualize cpuid faulting
commit 0b5da8d: fuse: add support for SEEK_HOLE and SEEK_DATA in lseek
2016-11-17 1:34 UTC (2+ 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).