messages from 2016-05-02 16:32:56 to 2016-05-31 11:50:43 UTC [more...]
[PATCH v22 00/22] Richacls (Core and Ext4)
2016-05-31 11:50 UTC (12+ messages)
` [PATCH v22 01/22] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v22 02/22] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v22 03/22] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v22 04/22] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v22 05/22] vfs: Add permission flags for setting file attributes
` [PATCH v22 06/22] richacl: In-memory representation and helper functions
` [PATCH v22 07/22] richacl: Permission mapping functions
` [PATCH v22 08/22] richacl: Compute maximum file masks from an acl
` [PATCH v22 09/22] richacl: Permission check algorithm
` [PATCH v22 10/22] posix_acl: Improve xattr fixup code
` [PATCH v22 11/22] vfs: Cache base_acl objects in inodes
[PATCH] Add virtio gpu driver
2016-05-31 7:00 UTC (13+ messages)
[PATCH v7 00/10] kthread: Kthread worker API improvements
2016-05-30 14:59 UTC (11+ messages)
` [PATCH v7 01/10] kthread/smpboot: Do not park in kthread_create_on_cpu()
` [PATCH v7 02/10] kthread: Allow to call __kthread_create_on_node() with va_list args
` [PATCH v7 03/10] kthread: Add create_kthread_worker*()
` [PATCH v7 04/10] kthread: Add drain_kthread_worker()
` [PATCH v7 05/10] kthread: Add destroy_kthread_worker()
` [PATCH v7 06/10] kthread: Detect when a kthread work is used by more workers
` [PATCH v7 07/10] kthread: Initial support for delayed kthread work
` [PATCH v7 08/10] kthread: Allow to cancel "
` [PATCH v7 09/10] kthread: Allow to modify delayed "
` [PATCH v7 10/10] kthread: Better support freezable kthread workers
[PATCH] user-namespaced file capabilities - now with even more magic
2016-05-27 21:27 UTC (5+ messages)
[PATCH v9 04/13] task_isolation: add initial support
2016-05-26 1:07 UTC (11+ messages)
[PATCH RESEND v5 0/6] crypto: algif - add akcipher
2016-05-26 0:45 UTC (22+ messages)
` [PATCH RESEND v5 1/6] crypto: AF_ALG -- add sign/verify API
` [PATCH RESEND v5 2/6] crypto: AF_ALG -- add setpubkey setsockopt call
` [PATCH RESEND v5 3/6] crypto: AF_ALG -- add asymmetric cipher interface
` [PATCH RESEND v5 4/6] crypto: algif_akcipher - enable compilation
` [PATCH RESEND v5 5/6] crypto: algif_akcipher - add ops_nokey
` [PATCH RESEND v5 6/6] crypto: AF_ALG - add support for key_id
` [PATCH v6 0/6] crypto: algif - add akcipher
` [PATCH v6 1/6] crypto: AF_ALG -- add sign/verify API
` [PATCH v6 2/6] crypto: AF_ALG -- add setpubkey setsockopt call
` [PATCH v6 3/6] crypto: AF_ALG -- add asymmetric cipher interface
` [PATCH v6 4/6] crypto: algif_akcipher - enable compilation
` [PATCH v6 5/6] crypto: algif_akcipher - add ops_nokey
` [PATCH v6 6/6] crypto: AF_ALG - add support for key_id
[PATCH v6 00/20] kthread: Use kthread worker API more widely
2016-05-25 20:42 UTC (6+ messages)
` [PATCH v6 16/20] IB/fmr_pool: Convert the cleanup thread into kthread worker API
[PATCH v21 00/22] Richacls
2016-05-23 1:20 UTC
[RFC v1 00/17] seccomp-object: From attack surface reduction to sandboxing
2016-05-22 21:30 UTC (7+ messages)
THIS IS FROM MRS. LIRA MANDOZA
2016-05-22 19:11 UTC
namespaced file capabilities
2016-05-20 23:32 UTC (31+ messages)
` [PATCH 1/1] simplified security.nscapability xattr
` [PATCH RFC] user-namespaced file capabilities - now with more magic
[RESEND PATCH 0/3] RFKill airplane-mode indicator
2016-05-19 7:16 UTC (5+ messages)
` [RESEND PATCH 1/3] rfkill: Create "rfkill-airplane-mode" LED trigger
[PATCH v12 00/13] support "task_isolation" mode
2016-05-18 17:09 UTC (9+ messages)
` [PATCH v12 04/13] task_isolation: add initial support
` [PATCH v12 06/13] task_isolation: support PR_TASK_ISOLATION_STRICT mode
(unknown),
2016-05-14 17:34 UTC
[PATCH 1/4] signals/sigaltstack: If SS_AUTODISARM, bypass on_sig_stack
2016-05-14 16:35 UTC (16+ messages)
` [PATCH 2/4] selftests/sigaltstack: Fix the sas test on old kernels
` [PATCH 3/4] signals/sigaltstack: Report current flag bits in sigaltstack()
` [PATCH 4/4] signals/sigaltstack: Change SS_AUTODISARM to (1U << 31)
[PATCH 0/2] man-pages: clarify MAP_LOCKED semantic
2016-05-11 11:32 UTC (5+ messages)
` [PATCH 1/2] mmap.2: "
generic RDMA READ/WRITE API V2
2016-05-11 8:55 UTC (11+ messages)
` [PATCH 2/6] vfs: vfs: Define new syscalls preadv2,pwritev2
` [PATCH 4/6] vfs: add the RWF_HIPRI flag for preadv2/pwritev2
[PATCH v21 00/22] Richacls
2016-05-10 15:55 UTC (27+ messages)
` [PATCH v21 01/22] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v21 02/22] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v21 03/22] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v21 04/22] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v21 05/22] vfs: Add permission flags for setting file attributes
` [PATCH v21 06/22] richacl: In-memory representation and helper functions
` [PATCH v21 07/22] richacl: Permission mapping functions
` [PATCH v21 08/22] richacl: Compute maximum file masks from an acl
` [PATCH v21 09/22] richacl: Permission check algorithm
` [PATCH v21 10/22] posix_acl: Improve xattr fixup code
` [PATCH v21 11/22] vfs: Cache base_acl objects in inodes
` [PATCH v21 12/22] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v21 13/22] vfs: Cache richacl in struct inode
` [PATCH v21 14/22] richacl: Update the file masks in chmod()
` [PATCH v21 15/22] richacl: Check if an acl is equivalent to a file mode
` [PATCH v21 16/22] richacl: Create-time inheritance
` [PATCH v21 17/22] richacl: Automatic Inheritance
` [PATCH v21 18/22] richacl: xattr mapping functions
` [PATCH v21 19/22] richacl: Add richacl xattr handler
` [PATCH v21 20/22] vfs: Add richacl permission checking
` [PATCH v21 21/22] ext4: Add richacl support
` [PATCH v21 22/22] ext4: Add richacl feature flag
[PATCH] mountinfo: implement show_path for kernfs and cgroup
2016-05-09 16:19 UTC (2+ messages)
[PATCH v8 0/6] of: overlay: kobject & sysfs'ation
2016-05-09 13:10 UTC (7+ messages)
` [PATCH v8 1/6] of: overlay: kobjectify overlay objects
` [PATCH v8 2/6] of: overlay: global sysfs enable attribute
` [PATCH v8 3/6] Documentation: ABI: overlays - global attributes
` [PATCH v8 4/6] Documentation: document of_overlay_disable parameter
` [PATCH v8 5/6] of: overlay: add per overlay sysfs attributes
` [PATCH v8 6/6] Documentation: ABI: overlays - per overlay docs
[PATCH] Use pid_t instead of int
2016-05-09 6:36 UTC (4+ messages)
[PATCH] mountinfo: implement show_path for kernfs and cgroup
2016-05-06 19:32 UTC (6+ messages)
[RFC 0/3] getfsmapx ioctl
2016-05-05 19:52 UTC (4+ messages)
` [PATCH 1/3] document the XFS_IOC_GETFSMAPX ioctl
` [PATCH 2/3] xfs: introduce "
` [PATCH 3/3] xfs_io: support the new getfsmap ioctl
[PATCH 00/13] Rework for AFE440x drivers to prepare for AFE4405
2016-05-04 18:33 UTC (32+ messages)
` [PATCH 01/13] iio: health/afe440x: Fix kernel-doc format
` [PATCH 02/13] iio: health/afe440x: Remove of_match_ptr and ifdefs
` [PATCH 03/13] iio: health/afe440x: Remove unneeded initializers
` [PATCH 04/13] iio: health/afe440x: Always use separate gain values
` [PATCH 05/13] iio: health/afe440x: Fix scan_index assignment
` [PATCH 06/13] iio: health/afe440x: Remove unneeded offset handling
` [PATCH 07/13] iio: health/afe4404: Remove LED3 input channel
` [PATCH 08/13] iio: health/afe440x: Remove channel names
` [PATCH 09/13] iio: health/afe440x: Use regmap fields
` [PATCH 10/13] iio: health/afe440x: Make gain settings a modifier for the stages
` [PATCH 11/13] iio: health/afe440x: Match LED currents to stages
` [PATCH 12/13] iio: health/afe440x: Remove unused definitions
` [PATCH 13/13] iio: health/afe4404: ENSEPGAIN is part of CONTROL2 register
Show virtualized dentry root in mountinfo for cgroupfs
2016-05-03 14:26 UTC (19+ messages)
` [PATCH 1/2] kernfs_path_from_node_locked: don't overwrite nlen
` [PATCH 2/2] mountinfo: implement show_path for kernfs and cgroup
` [PATCH 3/2] cgroup_show_path: use a new helper to get current cgns css_set
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).