linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-07-26 15:06:59 to 2016-08-16 11:02:51 UTC [more...]

[PATCH v25 00/22] Richacls (Core and Ext4)
 2016-08-16 11:02 UTC  (11+ messages)
` [PATCH v25 01/22] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v25 02/22] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v25 03/22] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v25 04/22] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v25 05/22] vfs: Add permission flags for setting file attributes
` [PATCH v25 06/22] richacl: In-memory representation and helper functions
` [PATCH v25 07/22] richacl: Permission mapping functions
` [PATCH v25 08/22] richacl: Permission check algorithm
` [PATCH v25 09/22] richacl: Compute maximum file masks from an acl
` [PATCH v25 10/22] vfs: Cache base_acl objects in inodes

[RFC PATCH v7 0/7] Restartable sequences system call
 2016-08-15 18:06 UTC  (75+ messages)
` [RFC PATCH v7 1/7] "
        ` [RFC 1/4] rseq/param_test: Convert test_data_entry::count to intptr_t
          ` [RFC 2/4] Restartable sequences: powerpc architecture support
          ` [RFC 3/4] Restartable sequences: Wire up powerpc system call
          ` [RFC 4/4] Restartable sequences: Add self-tests for PPC
                  ` [RFC v2] "
` [RFC PATCH v7 7/7] Restartable sequences: self-tests

[PATCH v13 00/12] support "task_isolation" mode
 2016-08-15 15:03 UTC  (31+ messages)
            ` clocksource_watchdog causing scheduling of timers every second (was [v13] support "task_isolation" mode)

[PATCH v14 00/14] support "task_isolation" mode
 2016-08-15 14:59 UTC  (6+ messages)
` [PATCH v14 04/14] task_isolation: add initial support
  ` [PATCH v14 13/14] task_isolation: add user-settable notification signal

[PACTH v1] mm, proc: Implement /proc/<pid>/totmaps
 2016-08-13 12:39 UTC 

[Documentation] State of CPU controller in cgroup v2
 2016-08-13  5:08 UTC  (8+ messages)
` [PATCH 1/2] sched: Misc preps for cgroup unified hierarchy interface
` [PATCH 2/2] sched: Implement interface for cgroup unified hierarchy

[PATCH] perf_event_open.2: 4.9 PERF_EVENT_IOC_SET_DRV_CONFIGS support
 2016-08-12 20:47 UTC  (7+ messages)

[PATCH v10 00/11] kthread: Kthread worker API improvements
 2016-08-09 14:55 UTC  (12+ messages)
` [PATCH v10 01/11] kthread: Rename probe_kthread_data() to kthread_probe_data()
` [PATCH v10 02/11] kthread: Kthread worker API cleanup
` [PATCH v10 03/11] kthread/smpboot: Do not park in kthread_create_on_cpu()
` [PATCH v10 04/11] kthread: Allow to call __kthread_create_on_node() with va_list args
` [PATCH v10 05/11] kthread: Add kthread_create_worker*()
` [PATCH v10 06/11] kthread: Add kthread_destroy_worker()
` [PATCH v10 07/11] kthread: Detect when a kthread work is used by more workers
` [PATCH v10 08/11] kthread: Initial support for delayed kthread work
` [PATCH v10 09/11] kthread: Allow to cancel "
` [PATCH v10 10/11] kthread: Allow to modify delayed "
  ` [PATCH v10 11/11] kthread: Better support freezable kthread workers

add RWF_(D)SYNC flag to preadv2/pwritev2 V2
 2016-08-09  8:15 UTC  (4+ messages)
` [PATCH 09/10] fs: add RWF_DSYNC aand RWF_SYNC

[PATCH 00/10] [v6] System Calls for Memory Protection Keys
 2016-08-08 23:18 UTC  (11+ messages)
` [PATCH 01/10] x86, pkeys: add fault handling for PF_PK page fault bit
  ` [PATCH 02/10] mm: implement new pkey_mprotect() system call
` [PATCH 03/10] x86, pkeys: make mprotect_key() mask off additional vm_flags
` [PATCH 04/10] x86, pkeys: allocation/free syscalls
` [PATCH 05/10] x86: wire up protection keys system calls
` [PATCH 06/10] generic syscalls: wire up memory protection keys syscalls
` [PATCH 07/10] pkeys: add details of system call use to Documentation/
` [PATCH 08/10] x86, pkeys: default to a restrictive init PKRU
` [PATCH 09/10] x86, pkeys: allow configuration of init_pkru
` [PATCH 10/10] x86, pkeys: add self-tests

[PATCH v2 00/10] userns: sysctl limits for namespaces
 2016-08-08 21:16 UTC  (13+ messages)
  ` [PATCH v2 01/10] sysctl: Stop implicitly passing current into sysctl_table_root.lookup
    ` [PATCH v2 09/10] netns: Add a limit on the number of net namespaces

[RFCv4 0/9] vfs: hoist reflink/dedupe ioctls to the VFS
 2016-08-07 17:47 UTC  (8+ messages)
` [PATCH 8/9] vfs: hoist the btrfs deduplication ioctl to the vfs

Re:Proactive in developing global customers to seize the opportunities!
 2016-08-03  3:32 UTC 

[PATCH 00/10] [v6] System Calls for Memory Protection Keys
 2016-08-02 14:37 UTC  (19+ messages)
` [PATCH 01/10] x86, pkeys: add fault handling for PF_PK page fault bit
` [PATCH 02/10] mm: implement new pkey_mprotect() system call
` [PATCH 03/10] x86, pkeys: make mprotect_key() mask off additional vm_flags
` [PATCH 04/10] x86, pkeys: allocation/free syscalls
  ` [PATCH 05/10] x86: wire up protection keys system calls
` [PATCH 06/10] generic syscalls: wire up memory protection keys syscalls
` [PATCH 07/10] pkeys: add details of system call use to Documentation/
` [PATCH 08/10] x86, pkeys: default to a restrictive init PKRU
` [PATCH 09/10] x86, pkeys: allow configuration of init_pkru
` [PATCH 10/10] x86, pkeys: add self-tests

[PATCH] vfs: cap dedupe request structure size at PAGE_SIZE
 2016-08-02  2:35 UTC  (3+ messages)

[PATCH 0/5 RFC] Add an interface to discover relationships between namespaces
 2016-08-01 23:32 UTC  (25+ messages)

(unknown),
 2016-07-27 13:54 UTC 


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