messages from 2018-05-02 02:50:03 to 2018-05-11 11:07:48 UTC [more...]
aio poll and a new in-kernel poll API V10
2018-05-11 11:07 UTC (18+ messages)
` [PATCH 01/32] fs: unexport poll_schedule_timeout
` [PATCH 02/32] fs: cleanup do_pollfd
` [PATCH 03/32] fs: update documentation to mention __poll_t and match the code
` [PATCH 04/32] fs: add new vfs_poll and file_can_poll helpers
` [PATCH 05/32] fs: introduce new ->get_poll_head and ->poll_mask methods
` [PATCH 06/32] aio: simplify KIOCB_KEY handling
` [PATCH 07/32] aio: simplify cancellation
` [PATCH 08/32] aio: replace kiocb_set_cancel_fn with a cancel_kiocb file operation
` [PATCH 09/32] aio: add delayed cancel support
` [PATCH 10/32] aio: implement IOCB_CMD_POLL
` [PATCH 11/32] net: refactor socket_poll
` [PATCH 12/32] net: add support for ->poll_mask in proto_ops
` [PATCH 13/32] net: remove sock_no_poll
` [PATCH 14/32] net/tcp: convert to ->poll_mask
` [PATCH 15/32] net/unix: "
` [PATCH 16/32] net: convert datagram_poll users tp ->poll_mask
` [PATCH 17/32] net/dccp: convert to ->poll_mask
[PATCH v5 7/7] proc: add option to mount only a pids subset
2018-05-11 9:37 UTC
[PATCH v5 6/7] proc: flush task dcache entries from all procfs instances
2018-05-11 9:36 UTC
[PATCH v5 5/7] proc: instantiate only pids that we can ptrace on 'limit_pids=1' mount option
2018-05-11 9:36 UTC
[PATCH v5 4/7] proc: support mounting private procfs instances inside same pid namespace
2018-05-11 9:35 UTC
[PATCH v5 3/7] proc: add helpers to set and get proc hidepid and gid mount options
2018-05-11 9:35 UTC
[PATCH v5 2/7] proc: move /proc/{self|thread-self} dentries to proc_fs_info
2018-05-11 9:35 UTC
[PATCH v5 1/7] proc: add proc_fs_info struct to store proc information
2018-05-11 9:34 UTC
[PATCH v5 0/7] proc: modernize proc to support multiple private instances
2018-05-11 9:32 UTC
[RFC PATCH] Add /proc/<pid>/numa_vamaps for numa node information
2018-05-11 6:39 UTC (27+ messages)
[RFC] vfs: skip extra attributes check on removal for symlinks
2018-05-11 2:42 UTC (11+ messages)
[RFC v2 0/4] vfs: detect symlink corruption with attributes
2018-05-11 2:20 UTC (6+ messages)
` [RFC v2 1/4] vfs: skip extra attributes check on removal for symlinks
` [RFC v2 2/4] xfs: add verifier check for symlink with append/immutable flags
` [RFC v2 3/4] ext4: "
` [RFC v2 4/4] btrfs: verify symlinks "
[PATCH 0/2] hoist btrfs' label set/get ioctls to vfs, and document
2018-05-10 19:16 UTC (14+ messages)
` [PATCH 1/2] fs: hoist BTRFS_IOC_[SG]ET_FSLABEL to vfs
` [PATCH 1/2 V2] "
` [PATCH 2/2] man2: New page documenting filesystem get/set label ioctls
` [PATCH 2/2 V2] "
io_pgetevents & aio fsync V4
2018-05-10 18:05 UTC (10+ messages)
` [PATCH 1/7] aio: don't print the page size at boot time
` [PATCH 2/7] aio: remove an outdated BUG_ON and comment in aio_complete
` [PATCH 3/7] aio: sanitize ki_list handling
` [PATCH 4/7] aio: remove the extra get_file/fput pair in io_submit_one
` [PATCH 5/7] aio: refactor read/write iocb setup
` [PATCH 6/7] aio: implement IOCB_CMD_FSYNC and IOCB_CMD_FDSYNC
` [PATCH 7/7] aio: implement io_pgetevents
[patch v19 0/4] JTAG driver introduction
2018-05-10 17:24 UTC (7+ messages)
` [patch v19 1/4] drivers: jtag: Add JTAG core driver
` [patch v19 2/4] drivers: jtag: Add Aspeed SoC 24xx and 25xx families JTAG master driver
` [patch v19 3/4] Documentation: jtag: Add bindings for "
` [patch v19 4/4] Documentation: jtag: Add ABI documentation
[patch v18 0/4] JTAG driver introduction
2018-05-10 15:13 UTC (3+ messages)
[PATCH 24/24] debugfs: Restrict debugfs when the kernel is locked down
2018-05-10 11:01 UTC (5+ messages)
` [PATCH 00/24] security: Add kernel lockdown
[PATCH v3 0/3] AIO add per-command iopriority
2018-05-09 15:29 UTC (9+ messages)
` [PATCH v3 1/3] block: add ioprio_check_cap function
` [PATCH v3 2/3] fs: Convert kiocb rw_hint from enum to u16
` [PATCH v3 3/3] fs: Add aio iopriority support for block_dev
[PATCH] pkeys: Introduce PKEY_ALLOC_SIGNALINHERIT and change signal semantics
2018-05-09 14:41 UTC (5+ messages)
[PATCH v5 00/28] FPGA Device Feature List (DFL) Device Drivers
2018-05-07 21:12 UTC (35+ messages)
` [PATCH v5 01/28] docs: fpga: add a document for FPGA Device Feature List (DFL) Framework Overview
` [PATCH v5 02/28] fpga: mgr: add region_id to fpga_image_info
` [PATCH v5 03/28] fpga: mgr: add status for fpga-manager
` [PATCH v5 04/28] fpga: mgr: add compat_id support
` [PATCH v5 05/28] fpga: region: "
` [PATCH v5 06/28] fpga: add device feature list support
` [PATCH v5 07/28] fpga: dfl: add chardev support for feature devices
` [PATCH v5 08/28] fpga: dfl: add dfl_fpga_cdev_find_port
` [PATCH v5 09/28] fpga: dfl: add feature device infrastructure
` [PATCH v5 10/28] fpga: dfl: add dfl_fpga_port_ops support
` [PATCH v5 11/28] fpga: dfl: add dfl_fpga_check_port_id function
` [PATCH v5 12/28] fpga: add FPGA DFL PCIe device driver
` [PATCH v5 13/28] fpga: dfl-pci: add enumeration for feature devices
` [PATCH v5 14/28] fpga: dfl: add FPGA Management Engine driver basic framework
` [PATCH v5 15/28] fpga: dfl: fme: add header sub feature support
` [PATCH v5 16/28] fpga: dfl: fme: add DFL_FPGA_GET_API_VERSION/CHECK_EXTENSION ioctls support
` [PATCH v5 17/28] fpga: dfl: fme: add partial reconfiguration sub feature support
` [PATCH v5 18/28] fpga: dfl: add fpga manager platform driver for FME
` [PATCH v5 19/28] fpga: dfl: fme-mgr: add compat_id support
` [PATCH v5 20/28] fpga: dfl: add fpga bridge platform driver for FME
` [PATCH v5 21/28] fpga: dfl: add fpga region "
` [PATCH v5 22/28] fpga: dfl: fme-region: add support for compat_id
` [PATCH v5 23/28] fpga: dfl: add FPGA Accelerated Function Unit driver basic framework
` [PATCH v5 24/28] fpga: dfl: afu: add port ops support
` [PATCH v5 25/28] fpga: dfl: afu: add header sub feature support
` [PATCH v5 26/28] fpga: dfl: afu: add DFL_FPGA_GET_API_VERSION/CHECK_EXTENSION ioctls support
` [PATCH v5 27/28] fpga: dfl: afu: add afu sub feature support
` [PATCH v5 28/28] fpga: dfl: afu: add DFL_FPGA_PORT_DMA_MAP/UNMAP ioctls support
[PATCH 0/6 v1] statfs: handle mount propagation
2018-05-06 22:47 UTC (7+ messages)
` [PATCH 1/6 v1] fs: use << for MS_* flags
` [PATCH 2/6 v1] statfs: use << to align with fs header
` [PATCH 3/6 v1] statfs: add ST_UNBINDABLE
` [PATCH 4/6 v1] statfs: add ST_SHARED
` [PATCH 5/6 v1] statfs: add ST_SLAVE
` [PATCH 6/6 v1] statfs: add ST_PRIVATE
[RFC PATCH ghak32 V2 00/13] audit: implement container id
2018-05-06 16:51 UTC (4+ messages)
` [RFC PATCH ghak32 V2 01/13] audit: add "
[RFC PATCH for 4.18 00/14] Restartable Sequences
2018-05-06 10:03 UTC (21+ messages)
[RFC PATCH for 4.18 00/23] Restartable sequences and CPU op vector
2018-05-04 14:32 UTC (9+ messages)
` [RFC PATCH for 4.18 12/23] cpu_opv: Provide cpu_opv system call (v7)
[PATCH v2 0/4] Interface for higher order contiguous allocations
2018-05-03 23:29 UTC (5+ messages)
` [PATCH v2 1/4] mm: change type of free_contig_range(nr_pages) to unsigned long
` [PATCH v2 2/4] mm: check for proper migrate type during isolation
` [PATCH v2 3/4] mm: add find_alloc_contig_pages() interface
` [PATCH v2 4/4] mm/hugetlb: use find_alloc_contig_pages() to allocate gigantic pages
[PATCH v2] fs: Add aio iopriority support for block_dev
2018-05-03 22:53 UTC (10+ messages)
[PATCH 0/6 resend] statfs: handle mount propagation
2018-05-03 13:57 UTC (4+ messages)
[PATCH 0/3] Interface for higher order contiguous allocations
2018-05-02 21:13 UTC (4+ messages)
` [PATCH 2/3] mm: add find_alloc_contig_pages() interface
[PATCH] mmap.2: MAP_FIXED is okay if the address range has been reserved
2018-05-02 13:06 UTC (12+ messages)
[PATCH net-next] modules: allow modprobe load regular elf binaries
2018-05-02 9:12 UTC (4+ messages)
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).