messages from 2015-10-27 09:12:06 to 2015-11-03 19:46:24 UTC [more...]
[PATCH v3] Remove #ifdef CONFIG_* from all userspace headers
2015-11-03 19:46 UTC (21+ messages)
` [PATCH v4] "
` [PATCH 01/13] Remove #ifdef CONFIG_64BIT from all asm-generic/fcntl.h
` [PATCH 02/13] Use sys_ni.c instead of #ifdef to disable fork on CONFIG_NOMMU
` [PATCH 03/13] Move COMPAT_ATM_ADDPARTY to net/atm/svc.c
[PATCH] livepatch: old_name.number scheme in livepatch sysfs directory
2015-11-03 16:50 UTC (14+ messages)
` "
` [PATCH v2] "
[PATCH v13 00/51] Richacls
2015-11-03 16:30 UTC (54+ messages)
` [PATCH v13 01/51] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v13 02/51] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v13 03/51] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v13 05/51] vfs: Add permission flags for setting file attributes
` [PATCH v13 06/51] richacl: In-memory representation and helper functions
` [PATCH v13 07/51] richacl: Permission mapping functions
` [PATCH v13 08/51] richacl: Compute maximum file masks from an acl
` [PATCH v13 09/51] richacl: Permission check algorithm
` [PATCH v13 10/51] vfs: Cache base_acl objects in inodes
` [PATCH v13 11/51] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v13 12/51] vfs: Cache richacl in struct inode
` [PATCH v13 13/51] richacl: Update the file masks in chmod()
` [PATCH v13 15/51] richacl: Create-time inheritance
` [PATCH v13 16/51] richacl: Automatic Inheritance
` [PATCH v13 17/51] richacl: xattr mapping functions
` [PATCH v13 18/51] richacl: Add richacl xattr handler
` [PATCH v13 04/51] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v13 14/51] richacl: Check if an acl is equivalent to a file mode
` [PATCH v13 19/51] vfs: Add richacl permission checking
` [PATCH v13 22/51] xfs: Fix error path in xfs_get_acl
` [PATCH v13 32/51] richacl: Set the other permissions to the other mask
` [PATCH v13 36/51] nfsd: Keep list of acls to dispose of in compoundargs
` [PATCH v13 51/51] nfs: Add support for the v4.1 dacl attribute
` [PATCH v13 20/51] ext4: Add richacl support
` [PATCH v13 21/51] ext4: Add richacl feature flag
` [PATCH v13 23/51] xfs: Make xfs_set_mode non-static
` [PATCH v13 24/51] xfs: Change how listxattr generates synthetic attributes
` [PATCH v13 25/51] xfs: Add richacl support
` [PATCH v13 26/51] xfs: Plug memory leak in xfs_attrmulti_attr_set
` [PATCH v13 27/51] xfs: Fix richacl access by ioctl
` [PATCH v13 28/51] richacl: acl editing helper functions
` [PATCH v13 29/51] richacl: Move everyone@ aces down the acl
` [PATCH v13 30/51] richacl: Propagate everyone@ permissions to other aces
` [PATCH v13 31/51] richacl: Set the owner permissions to the owner mask
` [PATCH v13 33/51] richacl: Isolate the owner and group classes
` [PATCH v13 34/51] richacl: Apply the file masks to a richacl
` [PATCH v13 35/51] richacl: Create richacl from mode values
` [PATCH v13 37/51] nfsd: Use richacls as internal acl representation
` [PATCH v13 38/51] nfsd: Add richacl support
` [PATCH v13 39/51] nfsd: Add support for the v4.1 dacl attribute
` [PATCH v13 40/51] nfsd: Add support for the MAY_CREATE_{FILE,DIR} permissions
` [PATCH v13 41/51] richacl: Add support for unmapped identifiers
` [PATCH v13 42/51] nfsd: Add support for unmapped richace identifiers
` [PATCH v13 43/51] ext4: Don't allow unmapped identifiers in richacls
` [PATCH v13 44/51] xfs: "
` [PATCH v13 45/51] sunrpc: Allow to demand-allocate pages to encode into
` [PATCH v13 46/51] sunrpc: Add xdr_init_encode_pages
` [PATCH v13 47/51] nfs: Fix GETATTR bitmap verification
` [PATCH v13 48/51] nfs: Remove unused xdr page offsets in getacl/setacl arguments
` [PATCH v13 49/51] nfs: Distinguish missing users and groups from nobody
` [PATCH v13 50/51] nfs: Add richacl support
[PATCH 0/8] MADV_FREE support
2015-11-03 4:31 UTC (26+ messages)
` [PATCH 1/8] mm: support madvise(MADV_FREE)
` [PATCH 2/8] mm: define MADV_FREE for some arches
` [PATCH 3/8] arch: uapi: asm: mman.h: Let MADV_FREE have same value for all architectures
` [PATCH 4/8] mm: free swp_entry in madvise_free
` [PATCH 5/8] mm: move lazily freed pages to inactive list
` [PATCH 6/8] mm: lru_deactivate_fn should clear PG_referenced
` [PATCH 7/8] mm: clear PG_dirty to mark page freeable
` [PATCH 8/8] mm: mark stable page dirty in KSM
[PATCH 1/2] Documentation: afe4404: Add DT bindings for the AFE4404 heart monitor
2015-11-02 20:37 UTC (6+ messages)
` [PATCH 0/2] iio: Heart Rate Monitors
` [PATCH 2/2] iio: health: Add driver for the TI AFE4404 heart monitor
[PATCH v2 selftests 0/6] Fix some broken tests
2015-11-02 12:22 UTC (7+ messages)
` [PATCH v2 selftests 1/6] selftests: Add missing #include directives
` [PATCH v2 selftests 2/6] selftests: memfd: Stop unnecessary rebuilds
` [PATCH v2 selftests 3/6] selftests: kprobe: Choose an always-defined function to probe
` [PATCH v2 selftests 4/6] selftests: Make scripts executable
` [PATCH v2 selftests 5/6] selftests: vm: Try harder to allocate huge pages
` [PATCH v2 selftests 6/6] selftests: breakpoint: Actually build it
[PATCH selftests 0/6] Fix some broken tests
2015-11-02 12:15 UTC (8+ messages)
` [PATCH selftests 1/6] selftests: Add missing #include directives
` [PATCH selftests 2/6] selftests: memfd: Stop unnecessary rebuilds
` [PATCH selftests 3/6] selftests: kprobe: Choose an always-defined function to probe
` [PATCH selftests 4/6] selftests: Make scripts executable
` [PATCH selftests 5/6] selftests: vm: Try harder to allocate huge pages
` [PATCH selftests 6/6] selftests: breakpoint: Actually build it
[PATCH RFC net-next 0/2] tcp: Redundant Data Bundling (RDB)
2015-11-02 9:37 UTC (9+ messages)
` [PATCH RFC net-next 2/2] tcp: Add "
[PATCH] livepatch: old_name@old_addr scheme in livepatch sysfs directory
2015-11-02 9:08 UTC (5+ messages)
` "
CONTACT DHL OFFICE IMMEDIATELY FOR YOUR ATM MASTERCARD
2015-11-01 22:07 UTC
[PATCH v7 25/26] m68k/mac: Fix PRAM accessors
2015-11-01 10:42 UTC
[PATCH v2 0/3] TPM2: select hash algorithm for a trusted key
2015-10-30 11:35 UTC (2+ messages)
` [PATCH v2 2/3] crypto: add entry for sm3-256
[PATCH v2 0/5] crypto: add algif_akcipher user space API
2015-10-30 8:42 UTC (20+ messages)
` [PATCH v2 3/5] crypto: AF_ALG -- add setpubkey setsockopt call
[PATCH v6 0/5] PCI: Add support for PCI Enhanced Allocation "BARs"
2015-10-29 21:13 UTC (4+ messages)
` [PATCH v6 1/5] PCI: Handle IORESOURCE_PCI_FIXED when sizing resources
[PATCH v1 0/4] TPM2: select hash algorithm for a trusted key
2015-10-29 15:59 UTC (2+ messages)
` [PATCH v1 1/4] crypto: add entry for sm3-256
Persistent Reservation API V4
2015-10-28 18:48 UTC (3+ messages)
[RFC PATCH 0/3] restartable sequences v2: fast user-space percpu critical sections
2015-10-28 14:44 UTC (7+ messages)
` [RFC PATCH v2 1/3] restartable sequences: user-space per-cpu "
` [RFC PATCH v2 2/3] restartable sequences: x86 ABI
` [RFC PATCH v2 3/3] restartable sequences: basic self-tests
[PATCH v4] serial: support 16-bit register interface for console
2015-10-28 13:51 UTC (2+ messages)
[PATCH] arch: uapi: asm: mman.h: Let MADV_FREE have same value for all architectures
2015-10-28 8:45 UTC (3+ messages)
[PATCH v3] serial: support 16-bit register interface for console
2015-10-28 3:29 UTC (3+ messages)
seccomp c/r patch
2015-10-28 2:55 UTC (3+ messages)
` [PATCH net-next] seccomp, ptrace: add support for dumping seccomp filters
[PATCH v6.1 1/1] Input: Add userio module
2015-10-28 2:01 UTC (7+ messages)
` [PATCH v6.2 "
[PATCH v8 00/14] support "task_isolation" mode for nohz_full
2015-10-27 19:37 UTC (13+ messages)
` [PATCH v8 04/14] task_isolation: add initial support
` [PATCH v8 06/14] task_isolation: provide strict mode configurable signal
[PATCH v7 0/4] VFS: In-kernel copy system call
2015-10-27 16:03 UTC (9+ messages)
` [PATCH v7 1/4] vfs: add copy_file_range syscall and vfs helper
` [PATCH v7 5/4] copy_file_range.2: New page documenting copy_file_range()
[RFC v5 0/8] Additional kmsg devices
2015-10-27 10:28 UTC (9+ 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 6/8] kmsg: add ioctl for adding and deleting kmsg* devices
` [RFC v5 5/8] kmsg: add function for adding and deleting additional buffers
` [RFC v5 7/8] kmsg: add ioctl for kmsg* devices operating on buffers
` [RFC v5 8/8] kmsg: selftests
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).