All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-05-30 09:33:15 to 2018-05-30 10:10:03 UTC [more...]

buffered I/O without buffer heads in xfs and iomap v3
 2018-05-30 10:10 UTC  (12+ messages)
` [PATCH 11/34] iomap: move IOMAP_F_BOUNDARY to gfs2
    ` [Cluster-devel] "

[PATCH] KVM: PPC: Book3S PR: Allow KVM_PPC_CONFIGURE_V3_MMU to succeed
 2018-05-30 10:09 UTC 

[Qemu-devel] [PATCH v2 00/16] block: Make blockdev-create a job and stable API
 2018-05-30 10:09 UTC  (13+ messages)
` [Qemu-devel] [PATCH v2 03/16] job: Add error message for failing jobs
` [Qemu-devel] [PATCH v2 06/16] qemu-iotests: Add VM.qmp_log()
` [Qemu-devel] [PATCH v2 07/16] qemu-iotests: Add iotests.img_info_log()
` [Qemu-devel] [PATCH v2 08/16] qemu-iotests: Add VM.run_job()
` [Qemu-devel] [PATCH v2 09/16] qemu-iotests: iotests.py helper for non-file protocols
` [Qemu-devel] [PATCH v2 10/16] qemu-iotests: Rewrite 206 for blockdev-create job

[PATCH] OPP: Allow same OPP table to be used for multiple genpd
 2018-05-30 10:09 UTC 

[Qemu-devel] [PATCH v2] pnv: add a physical mapping array describing MMIO ranges in each chip
 2018-05-30 10:07 UTC 

[PATCH v2 0/6] Add powerdomain driver for corners on msm8996/sdm845
 2018-05-30 10:07 UTC  (7+ messages)
` [PATCH v2 5/6] soc: qcom: rpmh powerdomain driver

[U-Boot] [PATCH v2 1/2] buildman: Extract environment as part of each build
 2018-05-30 10:07 UTC  (2+ messages)

[PATCH V4] Add support for BTRFS raid5/6 to GRUB
 2018-05-30 10:07 UTC  (3+ messages)
` [PATCH 1/9] btrfs: add support for reading a filesystem with a RAID 5 or RAID 6 profile

[PATCH 0/3] Fix double address byte issue
 2018-05-30 10:07 UTC  (4+ messages)
` [PATCH 1/3] i2c: rcar: don't issue stop when HW does it automatically
` [PATCH 2/3] i2c: rcar: check master irqs before slave irqs
` [PATCH 3/3] i2c: rcar: revoke START request early

[PATCH v5 00/10] track CPU utilization
 2018-05-30 10:06 UTC  (9+ messages)
` [PATCH v5 02/10] sched/rt: add rt_rq utilization tracking
` [PATCH v5 03/10] cpufreq/schedutil: add rt "

[PATCH v2 00/25] staging: lustre: libcfs: SMP rework
 2018-05-30 10:05 UTC  (4+ messages)
` [PATCH v2 01/25] staging: lustre: libcfs: restore UMP handling
  ` [lustre-devel] "

[PATCH 1/3] brcmfmac: allow specifying features per firmware version
 2018-05-30 10:05 UTC  (5+ messages)
` [PATCH 2/3] brcmfmac: handle monitor mode marked msgbuf packets

[PATCH v8 0/8] drm/i915: per context slice/subslice powergating
 2018-05-30 10:05 UTC  (6+ messages)
` [PATCH v8 6/8] drm/i915: create context image vma in kernel context

KVM OS update induced thrashing
 2018-05-30 10:04 UTC 

[RESEND] TCMUser: add read length support
 2018-05-30 10:04 UTC  (2+ messages)

[PATCH for 4.9 and older] x86: don't enable XPTI on idle domain
 2018-05-30 10:04 UTC  (2+ messages)

Feature Request : iface may be allowed as datatype in all ipset
 2018-05-30 10:03 UTC 

[PATCH v11 0/4] iommu/arm-smmu: Add runtime pm/sleep support
 2018-05-30 10:02 UTC  (4+ messages)

[ath6kl:pending 88/88] drivers/net/wireless/ath/wcn36xx/main.c:554 wcn36xx_set_key() error: we previously assumed 'sta' could be null (see line 496)
 2018-05-30 10:02 UTC 

[PATCH bpf 2/2] bpf: enforce usage of __aligned_u64 in the UAPI header
 2018-05-30 10:03 UTC  (3+ messages)

iomap SEEK_HOLE / SEEK_DATA cleanups and generalization
 2018-05-30 10:02 UTC  (4+ messages)
` [PATCH 1/3] fs: move page_cache_seek_hole_data to iomap.c
` [PATCH 2/3] fs: remove the buffer_unwritten check in page_seek_hole_data
` [PATCH 3/3] fs: use ->is_partially_uptodate in page_cache_seek_hole_data

Give others users than "root" access to GPIO (or commands)
 2018-05-30 10:01 UTC  (3+ messages)

buffered writes without buffer heads in xfs and iomap v4
 2018-05-30 10:00 UTC  (19+ messages)
` [PATCH 01/18] fs: factor out a __generic_write_end helper
` [PATCH 02/18] iomap: add initial support for writes without buffer heads
` [PATCH 03/18] xfs: simplify xfs_bmap_punch_delalloc_range
` [PATCH 04/18] xfs: simplify xfs_aops_discard_page
` [PATCH 05/18] xfs: move locking into xfs_bmap_punch_delalloc_range
` [PATCH 06/18] xfs: make xfs_writepage_map extent map centric
` [PATCH 07/18] xfs: remove the now unused XFS_BMAPI_IGSTATE flag
` [PATCH 08/18] xfs: remove xfs_reflink_find_cow_mapping
` [PATCH 09/18] xfs: remove xfs_reflink_trim_irec_to_next_cow
` [PATCH 10/18] xfs: simplify xfs_map_blocks by using xfs_iext_lookup_extent directly
` [PATCH 11/18] xfs: don't clear imap_valid for a non-uptodate buffers
` [PATCH 12/18] xfs: remove the imap_valid flag
` [PATCH 13/18] xfs: don't look at buffer heads in xfs_add_to_ioend
` [PATCH 14/18] xfs: move all writeback buffer_head manipulation into xfs_map_at_offset
` [PATCH 15/18] xfs: remove xfs_start_page_writeback
` [PATCH 16/18] xfs: refactor the tail of xfs_writepage_map
` [PATCH 17/18] xfs: do not set the page uptodate in xfs_writepage_map
` [PATCH 18/18] xfs: allow writeback on pages without buffer heads

[PATCH] printk: drop in_nmi check from printk_safe_flush_on_panic()
 2018-05-30 10:00 UTC  (6+ messages)

Patches for -stable to improve support for recent gcc versions
 2018-05-30 10:00 UTC  (5+ messages)

[U-Boot] [GIT] Pull request: u-boot-dfu (30.05.2018)
 2018-05-30  9:59 UTC  (2+ messages)

[PATCH 00/12] Add TOSHIBA TC358764 DSI/LVDS bridge driver
 2018-05-30  9:59 UTC  (5+ messages)
  ` [PATCH 07/12] dt-bindings: tc358754: add DT bindings

[PATCH v3 0/2] drm/nouveau: tegra: Detach from ARM DMA/IOMMU mapping
 2018-05-30  9:59 UTC  (4+ messages)
` [PATCH v3 1/2] ARM: dma-mapping: Implement arm_dma_iommu_detach_device()

[Bug 106709] Requesting new account for IGT
 2018-05-30  9:58 UTC  (3+ messages)

iomap based buffered reads & iomap cleanups v4
 2018-05-30  9:58 UTC  (14+ messages)
` [PATCH 01/13] block: add a lower-level bio_add_page interface
` [PATCH 02/13] mm: give the 'ret' variable a better name __do_page_cache_readahead
` [PATCH 03/13] mm: return an unsigned int from __do_page_cache_readahead
` [PATCH 04/13] mm: split ->readpages calls to avoid non-contiguous pages lists
` [PATCH 05/13] iomap: inline data should be an iomap type, not a flag
` [PATCH 06/13] iomap: fix the comment describing IOMAP_NOWAIT
` [PATCH 07/13] iomap: move IOMAP_F_BOUNDARY to gfs2
` [PATCH 08/13] iomap: use __bio_add_page in iomap_dio_zero
` [PATCH 09/13] iomap: add a iomap_sector helper
` [PATCH 10/13] iomap: add an iomap-based bmap implementation
` [PATCH 11/13] iomap: add an iomap-based readpage and readpages implementation
` [PATCH 12/13] xfs: use iomap_bmap
` [PATCH 13/13] xfs: use iomap for blocksize == PAGE_SIZE readpage and readpages

[PATCH] drm/i915/gvt: fix spelling mistake: "registeration" -> "registration"
 2018-05-30  9:57 UTC  (3+ messages)
` [PATCH] drm/i915/gvt: fix spelling mistake: "resseting" -> "resetting"

[xen-unstable-coverity test] 123402: all pass - PUSHED
 2018-05-30  9:57 UTC 

[Cluster-devel] [PATCH v5 00/14] gfs2 iomap write support
 2018-05-30  9:57 UTC  (32+ messages)
`  "
` [Cluster-devel] [PATCH v5 01/14] gfs2: Update find_metapath comment
  `  "
` [Cluster-devel] [PATCH v5 02/14] gfs2: hole_size improvement
  `  "
` [Cluster-devel] [PATCH v5 03/14] gfs2: gfs2_stuffed_write_end cleanup
  `  "
` [Cluster-devel] [PATCH v5 04/14] gfs2: Remove ordered write mode handling from gfs2_trans_add_data
  `  "
` [Cluster-devel] [PATCH v5 05/14] gfs2: Iomap cleanups and improvements
  `  "
` [Cluster-devel] [PATCH v5 06/14] iomap: Add write_{begin, end} iomap operations
  ` [PATCH v5 06/14] iomap: Add write_{begin,end} "
` [Cluster-devel] [PATCH v5 07/14] iomap: Mark newly allocated buffer heads as new
  `  "
` [Cluster-devel] [PATCH v5 08/14] gfs2: iomap buffered write support
  `  "
` [Cluster-devel] [PATCH v5 09/14] gfs2: gfs2_extent_length cleanup
  `  "
` [Cluster-devel] [PATCH v5 10/14] iomap: Complete partial direct I/O writes synchronously
  `  "
` [Cluster-devel] [PATCH v5 11/14] gfs2: iomap direct I/O support
  `  "
` [Cluster-devel] [PATCH v5 12/14] gfs2: Remove gfs2_write_{begin, end}
  ` [PATCH v5 12/14] gfs2: Remove gfs2_write_{begin,end}
` [Cluster-devel] [PATCH v5 13/14] iomap: inline data should be an iomap type, not a flag
  `  "
` [Cluster-devel] [PATCH v5 14/14] gfs2: Handle stuffed files in iomap_{begin, end}
  ` [PATCH v5 14/14] gfs2: Handle stuffed files in iomap_{begin,end}

[PATCH staging-4.10 v1] tools: set DEBUG_DIR from configure
 2018-05-30  9:57 UTC 

[PATCH 1/1] device core: Add flag to autoremove device link on supplier unbind
 2018-05-30  9:57 UTC 

[U-Boot] [PATCH] sf: ensure flash device is in 3-byte address mode
 2018-05-30  9:56 UTC  (10+ messages)

Stable ABI status of rte_meter_[t|s]rtcm_profile_config
 2018-05-30  9:55 UTC  (3+ messages)

[xen-4.7-testing test] 123347: regressions - FAIL
 2018-05-30  9:54 UTC 

[PATCH v2] net/i40e: fix link status update
 2018-05-30  9:54 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] sequencer: ensure labels that are object IDs are rewritten
 2018-05-30  9:54 UTC  (2+ messages)

[PATCH v3 0/5] Reintroduce i.MX EPIT Timer
 2018-05-30  9:53 UTC  (6+ messages)
` [PATCH v3 4/5] clocksource: add driver for i.MX EPIT timer

[PATCH] arm64: mm: mark tramp_pg_dir read-only
 2018-05-30  9:53 UTC  (4+ messages)

[PATCH v4 00/10] xen/arm64: Suspend preconditions and CPU hotplug fixes
 2018-05-30  9:53 UTC  (5+ messages)
` [PATCH v4 01/10] xen/arm64: Added handling of the trapped access to OSLSR register

[PATCH] netfilter: nfnetlink: Remove VLA usage
 2018-05-30  9:52 UTC  (2+ messages)

[v2] dwc2: gadget: Fix ISOC IN DDMA PID bitfield value calculation
 2018-05-30  9:52 UTC 

[LTP] [PATCH] pty: using tcgetattr() to get attributes before re-setting it
 2018-05-30  9:52 UTC  (3+ messages)

[PATCH v1 1/2] x86/mm: Add mem access rights to NPT
 2018-05-30  9:52 UTC  (8+ messages)

[PATCH] nvme-fabrics: allow internal passthrough command on deleting controllers
 2018-05-30  9:51 UTC  (2+ messages)

[PATCH 0/3] ASoC: make simple-card a bit more versatile
 2018-05-30  9:49 UTC  (5+ messages)
` [PATCH 2/3] ASoC: simple-card: make sysclk index configurable

[Bug 106718] On Ubuntu Bionic with kernels 4.15 and above, RX480 Displayport outputs don't work (dmesg reports "not connected)
 2018-05-30  9:48 UTC  (2+ messages)
` [Bug 106718] On Ubuntu Bionic with kernels 4.15 and above, RX480 Displayport outputs don't work (dmesg reports "not connected")

[xlnx:xlnx_rebase_v4.14 471/940] drivers/usb/dwc3/core.h:1242: multiple definition of `dwc3_set_usb_core_power'
 2018-05-30  9:48 UTC 

[PATCH 0/2] mmc: meson-gx: add device reset
 2018-05-30  9:47 UTC  (5+ messages)
` [PATCH 2/2] "

Remove clkdiv and pll setters from pxa dais
 2018-05-30  9:47 UTC  (3+ messages)

[PATCH] xen: fix pv domain on amd in 4.9 stable branch
 2018-05-30  9:46 UTC  (6+ messages)

[PATCH 0/4] arm64/mm: migrate swapper_pg_dir
 2018-05-30  9:46 UTC  (4+ messages)
` [PATCH 1/4] "

[RFT v3 0/4] Perf script: Add python script for CoreSight trace disassembler
 2018-05-30  9:45 UTC  (6+ messages)
` [RFT v3 1/4] perf cs-etm: Generate branch sample for missed packets

[PATCH] block: kyber: make kyber more friendly with merging
 2018-05-30  9:44 UTC  (8+ messages)

[Qemu-devel] [PATCH v4 00/12] Enable postcopy RDMA live migration
 2018-05-30  9:43 UTC  (13+ messages)
` [Qemu-devel] [PATCH v4 01/12] migration: disable RDMA WRITE after postcopy started
` [Qemu-devel] [PATCH v4 02/12] migration: create a dedicated connection for rdma return path
` [Qemu-devel] [PATCH v4 03/12] migration: remove unnecessary variables len in QIOChannelRDMA
` [Qemu-devel] [PATCH v4 04/12] migration: avoid concurrent invoke channel_close by different threads
` [Qemu-devel] [PATCH v4 05/12] migration: implement bi-directional RDMA QIOChannel
` [Qemu-devel] [PATCH v4 06/12] migration: Stop rdma yielding during incoming postcopy
` [Qemu-devel] [PATCH v4 07/12] migration: not wait RDMA_CM_EVENT_DISCONNECTED event after rdma_disconnect
` [Qemu-devel] [PATCH v4 08/12] migration: implement io_set_aio_fd_handler function for RDMA QIOChannel
` [Qemu-devel] [PATCH v4 09/12] migration: invoke qio_channel_yield only when qemu_in_coroutine()
` [Qemu-devel] [PATCH v4 10/12] migration: create a dedicated thread to release rdma resource
` [Qemu-devel] [PATCH v4 11/12] migration: poll the cm event while wait RDMA work request completion
` [Qemu-devel] [PATCH v4 12/12] migration: implement the shutdown for RDMA QIOChannel

[PATCH] drm/bridge/synopsys: dw-hdmi: fix dw_hdmi_setup_rx_sense
 2018-05-30  9:43 UTC  (3+ messages)

[PATCH v4 9/9] drm/mediatek: Add support for mediatek SOC MT2712
 2018-05-30  9:42 UTC  (4+ messages)

[PATCH v5] Input: add bu21029 touch driver
 2018-05-30  9:42 UTC 

[PATCH] net/sfc: add missing Rx descriptor status callback
 2018-05-30  9:42 UTC  (3+ messages)

Build QT5 SDK statically for yocto krogoth for IMX6
 2018-05-30  9:26 UTC 

[dpdk-stable] [PATCH v5 1/2] mk: fix cross build errors
 2018-05-30  9:41 UTC  (3+ messages)

[PATCH] RDMA/qedr: fix spelling mistake: "adrresses" -> "addresses"
 2018-05-30  9:40 UTC  (2+ messages)

Build QT5 SDK statically for yocto krogoth for IMX6
 2018-05-30  9:25 UTC 

[PATCH v7 0/5] mtd: cfi_cmdset_0002: Change write and erase functions
 2018-05-30  9:39 UTC  (6+ messages)
` [PATCH v7 5/5] mtd: cfi_cmdset_0002: Change erase one block to enable XIP once

[PATCH net] net/sonic: Use dma_mapping_error()
 2018-05-30  9:01 UTC  (2+ messages)

[PATCH] qemuwrapper-cross: fix postinst failed warning
 2018-05-30  9:37 UTC  (4+ messages)

Build failure for Linux 4.14.45
 2018-05-30  9:37 UTC  (3+ messages)

[PATCH v3 1/2] regulator: dt-bindings: add QCOM RPMh regulator bindings
 2018-05-30  9:37 UTC  (12+ messages)

[PATCH v3 0/2] Add R8A77980/Condor I2C support
 2018-05-30  9:35 UTC  (7+ messages)
` [PATCH 2/2] arm64: dts: renesas: condor: add I2C0 support

[PATCH 00/13] xen/arm: SSBD (aka Spectre-v4) mitigation (XSA-263)
 2018-05-30  9:35 UTC  (8+ messages)
` [PATCH 04/13] xen/arm: Add ARCH_WORKAROUND_2 probing

WARNING: CPU: 0 PID: 21 at ../mm/page_alloc.c:4258 __alloc_pages_nodemask+0xa88/0xfec
 2018-05-30  9:35 UTC  (8+ messages)
  ` [PATCH] kmemleak: don't use __GFP_NOFAIL

[PATCH v8 0/5] mtd: cfi_cmdset_0002: Change write and erase functions
 2018-05-30  9:32 UTC  (3+ messages)
` [PATCH v8 4/5] mtd: cfi_cmdset_0002: Change erase functions to check chip good only
` [PATCH v8 5/5] mtd: cfi_cmdset_0002: Change erase one block to enable XIP once


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.