messages from 2015-08-26 16:56:53 to 2015-09-05 10:27:29 UTC [more...]
[RFC v7 00/41] Richacls
2015-09-05 10:27 UTC (35+ messages)
` [RFC v7 04/41] vfs: Make the inode passed to inode_change_ok non-const
` [RFC v7 05/41] vfs: Add permission flags for setting file attributes
` [RFC v7 06/41] richacl: In-memory representation and helper functions
` [RFC v7 07/41] richacl: Permission mapping functions
` [RFC v7 12/41] vfs: Cache richacl in struct inode
` [RFC v7 01/41] vfs: Add IS_ACL() and IS_RICHACL() tests
` [RFC v7 02/41] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [RFC v7 03/41] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [RFC v7 08/41] richacl: Compute maximum file masks from an acl
` [RFC v7 09/41] richacl: Update the file masks in chmod()
` [RFC v7 10/41] richacl: Permission check algorithm
` [RFC v7 11/41] vfs: Cache base_acl objects in inodes
` [RFC v7 13/41] richacl: Check if an acl is equivalent to a file mode
` [RFC v7 14/41] richacl: Create-time inheritance
` [RFC v7 17/41] vfs: Add richacl permission checking
` [RFC v7 19/41] ext4: Add richacl feature flag
` [RFC v7 20/41] richacl: acl editing helper functions
` [RFC v7 22/41] richacl: Propagate everyone@ permissions to other aces
` [RFC v7 24/41] richacl: Set the other permissions to the other mask
` [RFC v7 25/41] richacl: Isolate the owner and group classes
` [RFC v7 26/41] richacl: Apply the file masks to a richacl
` [RFC v7 27/41] richacl: Create richacl from mode values
` [RFC v7 28/41] nfsd: Keep list of acls to dispose of in compoundargs
` [RFC v7 29/41] nfsd: Use richacls as internal acl representation
` [RFC v7 30/41] nfsd: Add richacl support
` [RFC v7 31/41] nfsd: Add support for the v4.1 dacl attribute
` [RFC v7 32/41] nfsd: Add support for the MAY_CREATE_{FILE,DIR} permissions
` [RFC v7 33/41] richacl: Add support for unmapped identifiers
` [RFC v7 15/41] richacl: Automatic Inheritance
` [RFC v7 16/41] richacl: xattr mapping functions
` [RFC v7 18/41] ext4: Add richacl support
` [RFC v7 21/41] richacl: Move everyone@ aces down the acl
` [RFC v7 23/41] richacl: Set the owner permissions to the owner mask
` [RFC v7 34/41] ext4: Don't allow unmapped identifiers in richacls
[PATCH v1 0/8] VFS: In-kernel copy system call
2015-09-05 8:33 UTC (17+ messages)
` [PATCH v1 2/8] x86: add sys_copy_file_range to syscall tables
` [PATCH v1 3/8] btrfs: add .copy_file_range file operation
` [PATCH v1 1/9] vfs: add copy_file_range syscall and vfs helper
` [PATCH v1 4/8] btrfs: Add mountpoint checking during btrfs_copy_file_range
` [PATCH v1 5/8] vfs: Remove copy_file_range mountpoint checks
` [PATCH v1 6/8] vfs: Copy should check len after file open mode
` [PATCH v1 8/8] vfs: Fall back on splice if no copy function defined
` [PATCH v1 9/8] copy_file_range.2: New page documenting copy_file_range()
` [PATCH v1 7/8] vfs: Copy should use file_out rather than file_in
[PATCH 5/6] seccomp: add a way to attach a filter via eBPF fd
2015-09-05 7:13 UTC (2+ messages)
[PATCH 1/1] Corsair Vengeance K90 driver
2015-09-04 15:18 UTC (3+ messages)
[RFC PATCH 00/14] kthread: Use kthread worker API more widely
2015-09-04 13:15 UTC (8+ messages)
` [RFC PATCH 09/14] ring_buffer: Initialize completions statically in the benchmark
` [RFC PATCH 10/14] ring_buffer: Fix more races when terminating the producer "
[PATCH 0/3] Introduce inotify_update_watch(2)
2015-09-04 6:42 UTC (5+ messages)
` [PATCH 1/3] inotify: move wd lookup out of update_existing_watch()
` [PATCH 2/3] inotify: add inotify_update_watch() syscall
` [PATCH 3/3] kselftest/inotify: add inotify_update_watch(2) test-cases
[PATCH 0/3] sys_membarrier (x86, generic)
2015-09-04 3:36 UTC (9+ messages)
` [PATCH 2/3] selftests: add membarrier syscall test
[PATCH 0/2] PCI: Add support for PCI Enhanced Allocation "BARs"
2015-09-03 18:23 UTC (10+ messages)
` [PATCH 2/2] PCI: Add support for Enhanced Allocation devices
[RFC PATCH v3 1/3] vfio: platform: add device properties skeleton and user API
2015-09-03 16:48 UTC (2+ messages)
[RFC PATCH 0/9] allocate sys_membarrier system call number on major archs
2015-09-03 15:41 UTC (25+ messages)
` [RFC PATCH 1/9] powerpc: allocate sys_membarrier system call number
` [RFC PATCH 2/9] arm: "
` [RFC PATCH 3/9] arm64: "
` [RFC PATCH 4/9] mips: "
` [RFC PATCH 5/9] s390/s390x: "
` [RFC PATCH 6/9] sparc/sparc64: "
` [RFC PATCH 7/9] alpha: "
` [RFC PATCH v2] "
` [RFC PATCH 8/9] ia64: "
` [RFC PATCH 9/9] parisc: "
[PATCH V3 2/2] watchdog: Read device status through sysfs attributes
2015-09-03 3:22 UTC
[RFC v6 00/40] Richacls
2015-09-02 20:38 UTC (26+ messages)
` [RFC v6 01/40] vfs: Add IS_ACL() and IS_RICHACL() tests
` [RFC v6 02/40] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [RFC v6 03/40] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [RFC v6 08/40] richacl: Compute maximum file masks from an acl
` [RFC v6 09/40] richacl: Update the file masks in chmod()
` [RFC v6 10/40] richacl: Permission check algorithm
[PATCH 03/98] drm.h: use __kernel_size_t instead of size_t
2015-09-02 19:17 UTC (6+ messages)
` [PATCH 10/98] via_drm.h: hide struct via_file_private in userspace
[PATCH v6 0/6] support "task_isolated" mode for nohz_full
2015-09-02 18:38 UTC (9+ messages)
` [PATCH v6 3/6] task_isolation: support PR_TASK_ISOLATION_STRICT mode
` [PATCH v6.1 "
` [PATCH v6 4/6] task_isolation: provide strict mode configurable signal
` [PATCH v6.2 3/6] task_isolation: support PR_TASK_ISOLATION_STRICT mode
[PATCH v4 0/4] of: overlay: kobject & sysfs'ation
2015-09-02 2:43 UTC (5+ messages)
` [PATCH v4 2/4] of: overlay: global sysfs enable attribute
` [PATCH v4 3/4] of: overlay: add per overlay sysfs attributes
[PATCH] Remove #ifdef CONFIG_64BIT from all asm-generic/fcntl.h
2015-09-02 0:10 UTC
[PATCH v2 0/3] SysFS driver for QEMU fw_cfg device
2015-09-01 16:11 UTC (5+ messages)
[PATCH v8 0/6] Allow user to request memory to be locked on page fault
2015-09-01 12:51 UTC (13+ messages)
` [PATCH v8 2/6] mm: mlock: Add new mlock system call
` [PATCH v8 3/6] mm: Introduce VM_LOCKONFAULT
` [PATCH v8 4/6] mm: mlock: Add mlock flags to enable VM_LOCKONFAULT usage
` [PATCH v8 5/6] selftests: vm: Add tests for lock on fault
` [PATCH v8 6/6] mips: Add entry for new mlock2 syscall
Confidential Business Negotiation!!
2015-08-31 21:54 UTC
[PATCH v8 00/55] MC next generation patches
2015-08-31 13:35 UTC (16+ messages)
` [PATCH v8 13/55] [media] uapi/media.h: Declare interface types for V4L2 and DVB
` [PATCH v8 15/55] [media] uapi/media.h: Declare interface types for ALSA
` [PATCH v8 28/55] [media] uapi/media.h: Fix entity namespace
` [PATCH v8 38/55] [media] v4l2-subdev: use MEDIA_ENT_T_UNKNOWN for new subdevs
` [PATCH v8 39/55] [media] media controller: get rid of entity subtype on Kernel
` [PATCH v8 40/55] [media] media.h: don't use legacy entity macros at Kernel
` [PATCH v8 44/55] [media] uapi/media.h: Add MEDIA_IOC_G_TOPOLOGY ioctl
[PATCH v2 net-next 0/3] ipv4: Hash-based multipath routing
2015-08-31 9:02 UTC (13+ messages)
` [PATCH v2 net-next 1/3] ipv4: Lock-less per-packet multipath
` [PATCH v2 net-next 2/3] ipv4: L3 and L4 hash-based multipath routing
` [PATCH v2 net-next 3/3] ipv4: ICMP packet inspection for L3 multipath
[PATCH V2] watchdog: Add watchdog device control through sysfs attributes
2015-08-31 6:34 UTC
[PATCH RFC] watchdog: Add watchdog device control through sysfs attributes
2015-08-31 3:11 UTC (4+ messages)
` [RFC] "
[PATCH 0/1] Corsair Vengeance K90 driver
2015-08-29 14:03 UTC
Persistent Reservation API V3
2015-08-29 13:52 UTC (5+ messages)
` [PATCH 4/5] dm: refactor ioctl handling
` [PATCH 5/5] dm: add support for passing through persistent reservations
Best regards, TO NEXT OF KIN
2015-08-27 18:32 UTC
[PATCH 0/5] coresight: Support context-ID tracing when PID namespace is enabled
2015-08-27 15:54 UTC (6+ messages)
` [PATCH 2/5] coresight-etm4x: Change the name of the ctxid_val to ctxid_pid
[PATCH v3 0/4] enhance shmem process and swap accounting
2015-08-27 7:22 UTC (4+ messages)
` [PATCH v3 4/4] mm, procfs: Display VmAnon, VmFile and VmShm in /proc/pid/status
[PATCH 1/3] hpsa: convert show method snprintf usage to scnprintf
2015-08-27 6:56 UTC (3+ messages)
Allocating sys_membarrier syscall number on other archs
2015-08-27 4:15 UTC (2+ messages)
Pls provide the following details
2015-08-27 4:11 UTC
hello
2015-08-26 18:02 UTC
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).