linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-10-20 23:04:41 to 2015-10-27 10:28:40 UTC [more...]

[RFC v5 0/8] Additional kmsg devices
 2015-10-27 10:28 UTC  (6+ messages)
` [RFC v5 1/8] printk: extract kmsg-related routines from printk.c to kmsg.c
` [RFC v5 2/8] printk: add one function for storing log in proper format
` [RFC v5 3/8] kmsg: introduce additional kmsg devices support
  ` [RFC v5 4/8] kmsg: add additional buffers support to memory class
` [RFC v5 5/8] kmsg: add function for adding and deleting additional buffers

[PATCH v2 0/5] crypto: add algif_akcipher user space API
 2015-10-27  9:19 UTC  (4+ messages)

seccomp c/r patch
 2015-10-27  3:39 UTC  (3+ messages)
` [PATCH net-next] seccomp, ptrace: add support for dumping seccomp filters

v8 of seccomp filter c/r
 2015-10-27  0:17 UTC  (17+ messages)
` [PATCH v8] seccomp, ptrace: add support for dumping seccomp filters

[PATCH v6.1 1/1] Input: Add userio module
 2015-10-26 23:26 UTC  (5+ messages)
` [PATCH v6.2 "

[PATCH RFC net-next 0/2] tcp: Redundant Data Bundling (RDB)
 2015-10-26 21:58 UTC  (11+ messages)
` [PATCH RFC net-next 1/2] tcp: Add DPIFL thin stream detection mechanism
` [PATCH RFC net-next 2/2] tcp: Add Redundant Data Bundling (RDB)

[PATCH v7 0/4] VFS: In-kernel copy system call
 2015-10-26 21:41 UTC  (14+ messages)
` [PATCH v7 3/4] btrfs: add .copy_file_range file operation
` [PATCH v7 4/4] vfs: Add vfs_copy_file_range() support for pagecache copies
  ` [PATCH v7 1/4] vfs: add copy_file_range syscall and vfs helper
  ` [PATCH v7 2/4] x86: add sys_copy_file_range to syscall tables
  ` [PATCH v7 5/4] copy_file_range.2: New page documenting copy_file_range()

[PATCH v7 00/11] support "task_isolated" mode for nohz_full
 2015-10-26 21:13 UTC  (28+ messages)
` [PATCH v8 00/14] support "task_isolation" "
  ` [PATCH v8 04/14] task_isolation: add initial support
  ` [PATCH v8 06/14] task_isolation: provide strict mode configurable signal

[BUGFIX PATCH] kselftest/ftrace: Fix the testcases for kprobes on do_fork
 2015-10-26 13:35 UTC  (2+ messages)

[PATCH v4 0/4] enhance shmem process and swap accounting
 2015-10-26 11:22 UTC  (6+ messages)
` [PATCH v4 2/4] mm, proc: account for shmem swap in /proc/pid/smaps

[PATCH v3] serial: support 16-bit register interface for console
 2015-10-26  4:11 UTC 

[PATCH v6.1 1/1] Input: Add userio module
 2015-10-24 22:26 UTC  (4+ messages)
` [PATCH v7] "

[PATCH v12 00/49] Richacls
 2015-10-23 20:03 UTC  (52+ messages)
` [PATCH v12 01/49] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v12 02/49] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v12 03/49] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v12 04/49] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v12 05/49] vfs: Add permission flags for setting file attributes
` [PATCH v12 06/49] richacl: In-memory representation and helper functions
` [PATCH v12 07/49] richacl: Permission mapping functions
` [PATCH v12 08/49] richacl: Compute maximum file masks from an acl
` [PATCH v12 09/49] richacl: Permission check algorithm
` [PATCH v12 10/49] vfs: Cache base_acl objects in inodes
` [PATCH v12 11/49] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v12 12/49] vfs: Cache richacl in struct inode
` [PATCH v12 13/49] richacl: Update the file masks in chmod()
` [PATCH v12 14/49] richacl: Check if an acl is equivalent to a file mode
` [PATCH v12 15/49] richacl: Create-time inheritance
` [PATCH v12 16/49] richacl: Automatic Inheritance
` [PATCH v12 17/49] richacl: xattr mapping functions
` [PATCH v12 18/49] richacl: Add richacl xattr handler
` [PATCH v12 19/49] vfs: Add richacl permission checking
` [PATCH v12 20/49] ext4: Add richacl support
` [PATCH v12 21/49] ext4: Add richacl feature flag
` [PATCH v12 22/49] xfs: Fix error path in xfs_get_acl
` [PATCH v12 23/49] xfs: Make xfs_set_mode non-static
  ` [PATCH v12 24/49] xfs: Change how listxattr generates synthetic attributes
  ` [PATCH v12 30/49] richacl: Set the other permissions to the other mask
  ` [PATCH v12 31/49] richacl: Isolate the owner and group classes
  ` [PATCH v12 35/49] nfsd: Use richacls as internal acl representation
  ` [PATCH v12 39/49] richacl: Add support for unmapped identifiers
` [PATCH v12 25/49] xfs: Add richacl support
` [PATCH v12 26/49] richacl: acl editing helper functions
` [PATCH v12 27/49] richacl: Move everyone@ aces down the acl
` [PATCH v12 28/49] richacl: Propagate everyone@ permissions to other aces
` [PATCH v12 29/49] richacl: Set the owner permissions to the owner mask
` [PATCH v12 32/49] richacl: Apply the file masks to a richacl
` [PATCH v12 33/49] richacl: Create richacl from mode values
` [PATCH v12 34/49] nfsd: Keep list of acls to dispose of in compoundargs
` [PATCH v12 36/49] nfsd: Add richacl support
` [PATCH v12 37/49] nfsd: Add support for the v4.1 dacl attribute
` [PATCH v12 38/49] nfsd: Add support for the MAY_CREATE_{FILE,DIR} permissions
` [PATCH v12 40/49] nfsd: Add support for unmapped richace identifiers
` [PATCH v12 41/49] ext4: Don't allow unmapped identifiers in richacls
` [PATCH v12 42/49] xfs: "
` [PATCH v12 43/49] sunrpc: Allow to demand-allocate pages to encode into
` [PATCH v12 44/49] sunrpc: Add xdr_init_encode_pages
` [PATCH v12 45/49] nfs: Fix GETATTR bitmap verification
` [PATCH v12 46/49] nfs: Remove unused xdr page offsets in getacl/setacl arguments
` [PATCH v12 47/49] nfs: Distinguish missing users and groups from nobody
` [PATCH v12 48/49] nfs: Add richacl support
` [PATCH v12 49/49] nfs: Add support for the v4.1 dacl attribute

[PATCH] glibc: Remove CPU set size checking from affinity functions [BZ #19143]
 2015-10-23 14:00 UTC  (3+ messages)

[RFC PATCH 0/3] restartable sequences benchmarks
 2015-10-22 22:10 UTC  (8+ messages)
  ` [RFC PATCH 1/3] restartable sequences: user-space per-cpu critical sections
` [RFC PATCH 2/3] restartable sequences: x86 ABI
` [RFC PATCH 3/3] restartable sequences: basic user-space self-tests

[PATCH] userns/capability: Add user namespace capability
 2015-10-22 21:44 UTC  (10+ messages)

[PATCH v7 0/6] of: overlay: kobject & sysfs'ation
 2015-10-22 20:25 UTC  (14+ messages)
` [PATCH v7 1/6] of: overlay: kobjectify overlay objects
` [PATCH v7 2/6] of: overlay: global sysfs enable attribute
  ` [PATCH v7 3/6] Documentation: ABI: overlays - global attributes
  ` [PATCH v7 6/6] Documentation: ABI: overlays - per overlay docs
` [PATCH v7 4/6] Documentation: document of_overlay_disable parameter
` [PATCH v7 5/6] of: overlay: add per overlay sysfs attributes

[PATCH v6 0/4] of: overlay: kobject & sysfs'ation
 2015-10-22 16:15 UTC  (19+ messages)
` [PATCH v6 1/4] of: overlay: kobjectify overlay objects
` [PATCH v6 2/4] of: overlay: global sysfs enable attribute
` [PATCH v6 3/4] of: overlay: add per overlay sysfs attributes

[PATCH 00/23] userfaultfd v4
 2015-10-22 15:30 UTC  (8+ messages)
` [PATCH 14/23] userfaultfd: wake pending userfaults

[PATCH] TTY, devpts: document pty count limiting
 2015-10-22 14:33 UTC  (4+ messages)

[PATCH v3 0/1] Generalize poll events from eventfd
 2015-10-22  7:47 UTC  (3+ messages)
` [PATCH v3 1/1] eventfd: implementation of EFD_MASK flag

[PATCH v4] scsi: ufs: add ioctl interface for query request
 2015-10-22  6:36 UTC  (2+ messages)

[RFC v3 0/9] Additional kmsg devices
 2015-10-22  0:32 UTC  (3+ messages)
` [RFC v3 9/9] kmsg: selftests

[PATCH v4 04/79] drm_mode.h: use __u32 and __u64 from linux/types.h
 2015-10-21 17:42 UTC  (17+ messages)
` [PATCH v4 09/79] via_drm.h: don't include non-existing via_drmclient.h
` [PATCH v4 10/79] via_drm.h: move struct via_file_private definition to drivers/gpu/drm/via/via_drv.h
` [PATCH v4 12/79] include/uapi/drm/sis_drm.h: move sis_file_private to drivers/gpu/drm/sis/sis_drv.h

[PATCH v6 0/5] PCI: Add support for PCI Enhanced Allocation "BARs"
 2015-10-21 17:29 UTC  (6+ messages)
  ` [PATCH v6 4/5] PCI: Add support for Enhanced Allocation devices
` [PATCH v6 5/5] PCI: Handle Enhanced Allocation (EA) capability for SRIOV devices

[PATCH] HID: roccat: Deprecating most Roccat sysfs attributes
 2015-10-21  9:55 UTC  (4+ messages)
  ` [PATCH] HID: roccat: Fixed resubmit: "


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