messages from 2019-02-07 16:35:19 to 2019-02-12 14:01:14 UTC [more...]
[PATCH] mm/mincore: allow for making sys_mincore() privileged
2019-02-12 14:01 UTC (9+ messages)
` [PATCH 0/3] mincore() and IOCB_NOWAIT adjustments
` [PATCH 3/3] mm/mincore: provide mapped status when cached status is not allowed
[PATCHSET v12] io_uring IO interface
2019-02-12 12:29 UTC (32+ messages)
` [PATCH 01/18] fs: add an iopoll method to struct file_operations
` [PATCH 02/18] block: wire up block device iopoll method
` [PATCH 03/18] block: add bio_set_polled() helper
` [PATCH 04/18] iomap: wire up the iopoll method
` [PATCH 05/18] Add io_uring IO interface
` [PATCH 06/18] io_uring: add fsync support
` [PATCH 07/18] io_uring: support for IO polling
` [PATCH 08/18] fs: add fget_many() and fput_many()
` [PATCH 09/18] io_uring: use fget/fput_many() for file references
` [PATCH 10/18] io_uring: batch io_kiocb allocation
` [PATCH 11/18] block: implement bio helper to add iter bvec pages to bio
` [PATCH 12/18] io_uring: add support for pre-mapped user IO buffers
` [PATCH 13/18] io_uring: add file set registration
` [PATCH 14/18] io_uring: add submission polling
` [PATCH 15/18] io_uring: add io_kiocb ref count
` [PATCH 16/18] io_uring: add support for IORING_OP_POLL
` [PATCH 17/18] io_uring: allow workqueue item to handle multiple buffered requests
` [PATCH 18/18] io_uring: add io_uring_event cache hit information
[PATCH] mmap.2: describe the 5level paging hack
2019-02-12 9:41 UTC (2+ messages)
[RFC PATCH v2 00/20] fscrypt: key management improvements
2019-02-12 0:03 UTC (24+ messages)
` [RFC PATCH v2 01/20] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>
` [RFC PATCH v2 02/20] fscrypt: use FSCRYPT_ prefix for uapi constants
` [RFC PATCH v2 03/20] fscrypt: use FSCRYPT_* definitions, not FS_*
` [RFC PATCH v2 04/20] fs: add ->s_master_keys to struct super_block
` [RFC PATCH v2 05/20] fscrypt: add ->ci_inode to fscrypt_info
` [RFC PATCH v2 06/20] fscrypt: refactor v1 policy key setup into keysetup_legacy.c
` [RFC PATCH v2 07/20] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
` [RFC PATCH v2 08/20] fs/inode.c: export inode_lru_list_del()
` [RFC PATCH v2 09/20] fs/inode.c: rename and export dispose_list()
` [RFC PATCH v2 10/20] fs/dcache.c: add shrink_dcache_inode()
` [RFC PATCH v2 11/20] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
` [RFC PATCH v2 12/20] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl
` [RFC PATCH v2 13/20] fscrypt: add an HKDF-SHA512 implementation
` [RFC PATCH v2 14/20] fscrypt: v2 encryption policy support
` [RFC PATCH v2 15/20] fscrypt: allow unprivileged users to add/remove keys for v2 policies
` [RFC PATCH v2 16/20] fscrypt: require that key be added when setting a v2 encryption policy
` [RFC PATCH v2 17/20] ext4: wire up new fscrypt ioctls
` [RFC PATCH v2 18/20] f2fs: "
` [RFC PATCH v2 19/20] ubifs: "
` [RFC PATCH v2 20/20] fscrypt: document the new ioctls and policy version
+ sysctl-return-einval-if-val-violates-minmax.patch added to -mm tree
2019-02-11 21:41 UTC (3+ messages)
[PATCHSET v9] io_uring IO interface
2019-02-11 20:33 UTC (30+ messages)
` [PATCH 13/18] io_uring: add file set registration
[PATCH v4 0/3] sysctl: handle overflow for file-max
2019-02-11 19:50 UTC (5+ messages)
` [PATCH v4 1/3] sysctl: handle overflow in proc_get_long
` [PATCH v4 2/3] sysctl: handle overflow for file-max
` [RFC PATCH v4 3/3] sysctl: return -EINVAL if val violates minmax
[PATCHSET v15] io_uring IO interface
2019-02-11 19:00 UTC (21+ messages)
` [PATCH 01/19] fs: add an iopoll method to struct file_operations
` [PATCH] io_uring: add io_uring_event cache hit information
` [PATCH 02/19] block: wire up block device iopoll method
` [PATCH 03/19] block: add bio_set_polled() helper
` [PATCH 04/19] iomap: wire up the iopoll method
` [PATCH 05/19] Add io_uring IO interface
` [PATCH 06/19] io_uring: add fsync support
` [PATCH 07/19] io_uring: support for IO polling
` [PATCH 08/19] fs: add fget_many() and fput_many()
` [PATCH 09/19] io_uring: use fget/fput_many() for file references
` [PATCH 10/19] io_uring: batch io_kiocb allocation
` [PATCH 11/19] block: implement bio helper to add iter bvec pages to bio
` [PATCH 12/19] io_uring: add support for pre-mapped user IO buffers
` [PATCH 13/19] net: split out functions related to registering inflight socket files
` [PATCH 14/19] io_uring: add file set registration
` [PATCH 15/19] io_uring: add submission polling
` [PATCH 16/19] io_uring: add io_kiocb ref count
` [PATCH 17/19] io_uring: add support for IORING_OP_POLL
` [PATCH 18/19] io_uring: allow workqueue item to handle multiple buffered requests
` [PATCH 19/19] io_uring: add io_uring_event cache hit information
[PATCHSET v14] io_uring IO interface
2019-02-10 19:55 UTC (33+ messages)
` [PATCH 01/19] fs: add an iopoll method to struct file_operations
` [PATCH 02/19] block: wire up block device iopoll method
` [PATCH 03/19] block: add bio_set_polled() helper
` [PATCH 04/19] iomap: wire up the iopoll method
` [PATCH 05/19] Add io_uring IO interface
` [PATCH 06/19] io_uring: add fsync support
` [PATCH 07/19] io_uring: support for IO polling
` [PATCH 08/19] fs: add fget_many() and fput_many()
` [PATCH 09/19] io_uring: use fget/fput_many() for file references
` [PATCH 10/19] io_uring: batch io_kiocb allocation
` [PATCH 11/19] block: implement bio helper to add iter bvec pages to bio
` [PATCH 12/19] io_uring: add support for pre-mapped user IO buffers
` [PATCH 13/19] net: split out functions related to registering inflight socket files
` [PATCH 14/19] io_uring: add file set registration
` [PATCH 15/19] io_uring: add submission polling
` [PATCH 16/19] io_uring: add io_kiocb ref count
` [PATCH 17/19] io_uring: add support for IORING_OP_POLL
` [PATCH 18/19] io_uring: allow workqueue item to handle multiple buffered requests
` [PATCH 19/19] io_uring: add io_uring_event cache hit information
[PATCHSET v13] io_uring IO interface
2019-02-09 16:50 UTC (46+ messages)
` [PATCH 01/19] fs: add an iopoll method to struct file_operations
` [PATCH 02/19] block: wire up block device iopoll method
` [PATCH 03/19] block: add bio_set_polled() helper
` [PATCH 04/19] iomap: wire up the iopoll method
` [PATCH 05/19] Add io_uring IO interface
` [PATCH 06/19] io_uring: add fsync support
` [PATCH 07/19] io_uring: support for IO polling
` [PATCH 08/19] fs: add fget_many() and fput_many()
` [PATCH 09/19] io_uring: use fget/fput_many() for file references
` [PATCH 10/19] io_uring: batch io_kiocb allocation
` [PATCH 11/19] block: implement bio helper to add iter bvec pages to bio
` [PATCH 12/19] io_uring: add support for pre-mapped user IO buffers
` [PATCH 13/19] net: split out functions related to registering inflight socket files
` [PATCH 14/19] io_uring: add file set registration
` [PATCH 15/19] io_uring: add submission polling
` [PATCH 16/19] io_uring: add io_kiocb ref count
` [PATCH 17/19] io_uring: add support for IORING_OP_POLL
` [PATCH 18/19] io_uring: allow workqueue item to handle multiple buffered requests
` [PATCH 19/19] io_uring: add io_uring_event cache hit information
[PATCH 00/32] kernel: Introduce Time Namespace
2019-02-08 15:18 UTC (11+ messages)
` [PATCH 03/32] timens: Introduce CLOCK_MONOTONIC offsets
` [PATCH 07/32] timens/kernel: Take into account timens clock offsets in clock_nanosleep
` [PATCH 16/32] x86/vdso: Generate vdso{,32}-timens.lds
[PATCH v7 00/15] Add utilization clamping support
2019-02-08 10:05 UTC (16+ messages)
` [PATCH v7 01/15] sched/core: uclamp: Add CPU's clamp buckets refcounting
` [PATCH v7 02/15] sched/core: uclamp: Enforce last task UCLAMP_MAX
` [PATCH v7 03/15] sched/core: uclamp: Add system default clamps
` [PATCH v7 04/15] sched/core: Allow sched_setattr() to use the current policy
` [PATCH v7 05/15] sched/core: uclamp: Extend sched_setattr() to support utilization clamping
` [PATCH v7 06/15] sched/core: uclamp: Reset uclamp values on RESET_ON_FORK
` [PATCH v7 07/15] sched/core: uclamp: Set default clamps for RT tasks
` [PATCH v7 08/15] sched/cpufreq: uclamp: Add clamps for FAIR and "
` [PATCH v7 09/15] sched/core: uclamp: Add uclamp_util_with()
` [PATCH v7 10/15] sched/fair: uclamp: Add uclamp support to energy_compute()
` [PATCH v7 11/15] sched/core: uclamp: Extend CPU's cgroup controller
` [PATCH v7 12/15] sched/core: uclamp: Propagate parent clamps
` [PATCH v7 13/15] sched/core: uclamp: Propagate system defaults to root group
` [PATCH v7 14/15] sched/core: uclamp: Use TG's clamps to restrict TASK's clamps
` [PATCH v7 15/15] sched/core: uclamp: Update CPU's refcount on TG's clamp changes
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).