linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-10-06 18:17:03 to 2015-10-15 00:52:42 UTC [more...]

[PATCH 0/2] Input: Improve handling of ff max_effects
 2015-10-15  0:52 UTC  (5+ messages)
` [PATCH 1/2] Input: Document and check on implicitly defined FF_MAX_EFFECTS
` [PATCH 2/2] Input: uinput: Sanity check on ff_effects_max and EV_FF

[PATCH] Input: input.h: Fix EVIOCSFF macro inconsistency by using _IOW()
 2015-10-15  0:25 UTC  (2+ messages)

[PATCH v5 0/9] VFS: In-kernel copy system call
 2015-10-14 19:39 UTC  (44+ messages)
` [PATCH v5 4/9] vfs: Copy should check len after file open mode
` [PATCH v5 5/9] vfs: Copy shouldn't forbid ranges inside the same file
` [PATCH v5 6/9] vfs: Copy should use file_out rather than file_in
` [PATCH v5 7/9] vfs: Remove copy_file_range mountpoint checks
` [PATCH v5 8/9] vfs: Add vfs_copy_file_range() support for pagecache copies
` [PATCH v5 9/9] btrfs: btrfs_copy_file_range() only supports reflinks

[RFC v2 00/18] kthread: Use kthread worker API more widely
 2015-10-14 17:30 UTC  (13+ messages)
` [RFC v2 07/18] kthread: Allow to cancel kthread work

[PATCH v5 0/4] PCI: Add support for PCI Enhanced Allocation "BARs"
 2015-10-14 16:26 UTC  (8+ messages)
` [PATCH v5 1/4] PCI: Add Enhanced Allocation register entries
` [PATCH v5 2/4] PCI: Add support for Enhanced Allocation devices
` [PATCH v5 3/4] PCI: Handle IORESOURCE_PCI_FIXED when sizing and assigning resources
` [PATCH v5 4/4] PCI: Handle Enhanced Allocation (EA) capability for SRIOV devices

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

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

[RFC v2 0/9] Additional kmsg devices
 2015-10-13 13:57 UTC  (12+ messages)
` [RFC v2 1/9] printk: move code regarding log message storing format
` [RFC v2 2/9] printk: add one function for storing log in proper format
` [RFC v2 3/9] kmsg: introduce additional kmsg devices support
` [RFC v2 4/9] kmsg: add additional buffers support to memory class
` [RFC v2 5/9] kmsg: add function for adding and deleting additional buffers
` [RFC v2 6/9] kmsg: add predefined _PID, _TID, _COMM keywords to kmsg* log dict
` [RFC v2 7/9] kmsg: add ioctl for adding and deleting kmsg* devices
` [RFC v2 8/9] kmsg: add ioctl for kmsg* devices operating on buffers
` [RFC v2 9/9] kmsg: selftests

[PATCH v2 net-next 0/3] bpf: unprivileged
 2015-10-13  2:22 UTC  (15+ messages)
` [PATCH v2 net-next 2/3] bpf: charge user for creation of BPF maps and programs
` [PATCH v2 net-next 3/3] bpf: add unprivileged bpf tests
  ` [PATCH v2 net-next 1/3] bpf: enable non-root eBPF programs

[RFC] simple_char: New infrastructure to simplify chardev management
 2015-10-12 20:02 UTC  (4+ messages)

[PATCH v3] scsi: ufs: add ioctl interface for query request
 2015-10-11 19:14 UTC  (4+ messages)

[PATCH v4] scsi: ufs: add ioctl interface for query request
 2015-10-11 19:13 UTC  (2+ messages)

[PATCH v6.1 1/1] Input: Add userio module
 2015-10-09 14:59 UTC  (6+ messages)
` [PATCH v7] "
      ` [PATCH v8] "

[PATCH] coresight: etm3x: adding documentation for sysFS's cpu interface
 2015-10-09 14:18 UTC 

Re: [PATCHv3] ARM64:Fix MINSIGSTKSZ and SIGSTKSZ
 2015-10-09 10:57 UTC 

[PATCHv3] ARM64:Fix MINSIGSTKSZ and SIGSTKSZ
 2015-10-09 10:52 UTC  (3+ messages)

[PATCH net-next 0/2] bpf: unprivileged
 2015-10-08 17:42 UTC  (22+ messages)
` [PATCH net-next 1/2] bpf: enable non-root eBPF programs

v6 of seccomp filter c/r
 2015-10-08 17:39 UTC  (9+ messages)
` [PATCH v6] seccomp, ptrace: add support for dumping seccomp filters

Next round: revised futex(2) man page for review
 2015-10-08 14:46 UTC  (10+ messages)

[RFC 0/3] kdbus: extend selftests
 2015-10-08 11:04 UTC  (4+ messages)
` [RFC 2/3] kdbus: selftests extended

[PATCH 0/3] sys_membarrier (x86, generic)
 2015-10-08  6:22 UTC  (4+ messages)

[PATCH v8 00/41] Richacls
 2015-10-07 15:15 UTC  (11+ messages)

[PATCH v9 00/43] Richacls
 2015-10-07 13:46 UTC  (6+ messages)

[PATCH v2] scsi: ufs: add ioctl interface for query request
 2015-10-07 12:37 UTC  (4+ messages)

[PATCH v4 0/5] PCI: Add support for PCI Enhanced Allocation "BARs"
 2015-10-06 20:58 UTC  (4+ messages)
` [PATCH v4 3/5] PCI: Handle IORESOURCE_PCI_FIXED when sizing and assigning resources

[PATCH 97/98] HACK include/uapi/linux/elfcore.h: use __kernel_pid_t and remove elf_greg_t stuff in userspace
 2015-10-06 19:56 UTC  (4+ messages)
` [PATCH 98/98] HACK include/uapi/linux/errqueue.h: include time.h "

[PATCH v3] selftests/seccomp: build and pass on arm64
 2015-10-06 19:30 UTC 

[PATCH v3 0/4] SysFS driver for QEMU fw_cfg device
 2015-10-06 18:17 UTC  (4+ messages)
` [PATCH v3 1/4] firmware: introduce sysfs driver for QEMU's "


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