All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-05-09 15:33:03 to 2017-05-09 16:00:42 UTC [more...]

[PATCH] mm, vmalloc: fix vmalloc users tracking properly
 2017-05-09 15:59 UTC  (4+ messages)

[PATCH v10 1/3] DT add arctic to vendor prefix for ArcticSand
 2017-05-09 16:00 UTC  (4+ messages)

[GIT PULL] pwm: Changes for v4.12-rc1
 2017-05-09 15:59 UTC 

[Qemu-devel] [PATCH v2 00/24] numa: add '-numa cpu' option
 2017-05-09 15:58 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 23/24] numa: add '-numa cpu, ...' option for property based node mapping

[U-Boot] [PATCH v7] usb: gadget: avoid variable name clipping in cb_getvar
 2017-05-09 15:58 UTC  (2+ messages)

[PATCH RFC for-next 0/4] Reimpliement {compat_, }create_bounce_frame() in C
 2017-05-09 15:58 UTC  (3+ messages)
` [PATCH 2/4] x86/pv: Introduce pv_create_exception_frame()

[Qemu-devel] Strange location of the "qemu-ga Invocation" chapter in the qemu-doc
 2017-05-09 15:58 UTC  (2+ messages)

The weird re-ordering issue of the Alpha arch'
 2017-05-09 15:58 UTC  (7+ messages)

multiple cards and monitors with xrandr and opengl
 2017-05-09 15:57 UTC  (6+ messages)

dm: submit stacked requests in irq enabled context
 2017-05-09 15:55 UTC  (2+ messages)

[PATCH v6] sparse: add support for _Static_assert
 2017-05-09 15:53 UTC  (2+ messages)

[PATCH/RFC 0/4] sh: sh7722/sh7757i/sh7264/sh7269: Fix pinctrl registration
 2017-05-09 15:53 UTC  (5+ messages)

Regression: bd698d24b1b57: i2c: designware: Get selected speed mode sda-hold-time via ACPI
 2017-05-09 15:52 UTC  (3+ messages)

[U-Boot] Orphan Freescale PowerPC boards
 2017-05-09 15:52 UTC  (5+ messages)

[PATCH nft 00/10] switch l4 dependency to meta l4proto
 2017-05-09 15:51 UTC  (11+ messages)
` [PATCH nft 01/10] src: allow update of net base w. meta l4proto icmpv6
` [PATCH nft 02/10] src: ipv6: switch implicit dependencies to meta l4proto
` [PATCH nft 03/10] src: treat ip6 nexthdr as a protocol
` [PATCH nft 04/10] tests: fix up meta l4proto change for ip6 family
` [PATCH nft 05/10] tests: meta: add icmpv6 test case
` [PATCH nft 06/10] netlink_delinearize: reject: remove dependency for tcp-resets
` [PATCH nft 07/10] tests: add ip reject with tcp and check for mark too
` [PATCH nft 08/10] src: add a comment wrt. reject dependency insertion
` [PATCH nft 09/10] src: ip: switch implicit dependencies to meta l4proto too
` [PATCH nft 10/10] tests: fix up meta l4proto change for ip family

[PATCH v4 00/27] fs: introduce new writeback error reporting and convert existing API as a wrapper around it
 2017-05-09 15:49 UTC  (107+ messages)
` [Cluster-devel] "
` [PATCH v4 01/27] fs: remove unneeded forward definition of mm_struct from fs.h
  ` [Cluster-devel] "
` [PATCH v4 02/27] mm: drop "wait" parameter from write_one_page
  ` [Cluster-devel] "
` [PATCH v4 03/27] mm: fix mapping_set_error call in me_pagecache_dirty
  ` [Cluster-devel] "
` [PATCH v4 04/27] buffer: use mapping_set_error instead of setting the flag
  ` [Cluster-devel] "
` [PATCH v4 05/27] btrfs: btrfs_wait_tree_block_writeback can be void return
  ` [Cluster-devel] "
` [PATCH v4 06/27] fs: check for writeback errors after syncing out buffers in generic_file_fsync
  ` [Cluster-devel] "
` [PATCH v4 07/27] orangefs: don't call filemap_write_and_wait from fsync
  ` [Cluster-devel] "
` [PATCH v4 08/27] dax: set errors in mapping when writeback fails
  ` [Cluster-devel] "
` [PATCH v4 09/27] nilfs2: set the mapping error when calling SetPageError on writeback
  ` [Cluster-devel] "
` [PATCH v4 10/27] 9p: set mapping error when writeback fails in launder_page
  ` [Cluster-devel] "
` [PATCH v4 11/27] fuse: set mapping error in writepage_locked when it fails
  ` [Cluster-devel] "
` [PATCH v4 12/27] cifs: set mapping error when page writeback fails in writepage or launder_pages
  ` [Cluster-devel] "
` [PATCH v4 13/27] lib: add errseq_t type and infrastructure for handling it
  ` [Cluster-devel] "
` [PATCH v4 14/27] fs: new infrastructure for writeback error handling and reporting
  ` [Cluster-devel] "
` [PATCH v4 15/27] fs: retrofit old error reporting API onto new infrastructure
  ` [Cluster-devel] "
` [PATCH v4 16/27] fs: adapt sync_file_range to new reporting infrastructure
  ` [Cluster-devel] "
` [PATCH v4 17/27] mm: remove AS_EIO and AS_ENOSPC flags
  ` [Cluster-devel] "
` [PATCH v4 18/27] mm: don't TestClearPageError in __filemap_fdatawait_range
  ` [Cluster-devel] "
` [PATCH v4 19/27] buffer: set errors in mapping at the time that the error occurs
  ` [Cluster-devel] "
` [PATCH v4 20/27] cifs: cleanup writeback handling errors and comments
  ` [Cluster-devel] "
` [PATCH v4 21/27] mm: clean up error handling in write_one_page
  ` [Cluster-devel] "
` [PATCH v4 22/27] jbd2: don't reset error in journal_finish_inode_data_buffers
  ` [Cluster-devel] "
` [PATCH v4 23/27] gfs2: clean up some filemap_* calls
  ` [Cluster-devel] "
` [PATCH v4 24/27][RFC] nfs: convert to new errseq_t based error tracking for writeback errors
  ` [Cluster-devel] "
` [PATCH v4 25/27] Documentation: flesh out the section in vfs.txt on storing and reporting "
  ` [Cluster-devel] "
` [PATCH v4 26/27] mm: flesh out comments over mapping_set_error
  ` [Cluster-devel] "
` [PATCH v4 27/27] mm: clean up comments in me_pagecache_dirty
  ` [Cluster-devel] "

[RFC 0/3] Engine utilization tracking
 2017-05-09 15:51 UTC  (5+ messages)

[Qemu-devel] [Bug 1689499] [NEW] copy-storage-all/inc does not easily converge with load going on
 2017-05-09 15:44 UTC  (3+ messages)
` [Qemu-devel] [Bug 1689499] "

[PATCH] public/elfnote: document non-alignment of relocated init-P2M
 2017-05-09 15:50 UTC  (5+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: handle race condition for claims also in batadv_bla_rx
 2017-05-09 15:50 UTC  (2+ messages)

[PATCH 1/2] mkfs: unify numeric types of main variables in main()
 2017-05-09 15:49 UTC  (5+ messages)
` [PATCH 1/2 v2] "

[PATCH 0/2] net: Set maximum receive packet size on veth interfaces
 2017-05-09 15:49 UTC  (3+ messages)
  ` [Bridge] "

[PATCH v2 0/3] Extend the vTPM proxy driver to pass locality to emulator
 2017-05-09 15:49 UTC  (12+ messages)
` [PATCH v2 3/3] tpm: vtpm_proxy: Add ioctl to request locality prepended to command

[PATCH RT] futex/rtmutex: Cure RT double blocking issue
 2017-05-09 15:49 UTC  (2+ messages)

[linux-lvm] [PATCH 0/2] dmsetup: add bootformat support
 2017-05-09 15:48 UTC  (3+ messages)
` [linux-lvm] [PATCH 1/2] dmsetup: add support to output devices in bootformat style
` [linux-lvm] [PATCH 2/2] dmsetup: add support to create devices when bootformat is used

[PATCH for-4.9 0/2] x86/pv: Misc fixes
 2017-05-09 15:47 UTC  (2+ messages)

openvswitch MTU patch needed in 4.10 stable
 2017-05-09 15:46 UTC 

[RESENT PATCH] x86/mem: fix the offset overflow when read/write mem
 2017-05-09 15:46 UTC  (5+ messages)

get/put_cpu() usage in block/blk-mq.c
 2017-05-09 15:45 UTC  (7+ messages)

[Qemu-devel] [PULL 0/8] pci, virtio, vhost: fixes
 2017-05-09 15:45 UTC  (2+ messages)

Atoms for hardware monitoring
 2017-05-09 15:45 UTC 

[PATCH 0/4] vsp1 partition algorithm improvements
 2017-05-09 15:45 UTC  (4+ messages)
` [PATCH 1/4] v4l: vsp1: Implement partition algorithm restrictions

[PATCH] mmc: sdricoh_cs: remove redundant check if len is non-zero
 2017-05-09 15:45 UTC  (2+ messages)

[Qemu-devel] [PATCH] block: curl: Allow passing cookies via QCryptoSecret
 2017-05-09 15:44 UTC  (2+ messages)
` [Qemu-devel] [Qemu-block] "

[PATCH kvm-unit-tests] api: rip more TR1 prefixes
 2017-05-09 15:44 UTC 

[PATCH kvm-unit-tests] api: verify number of dirty pages
 2017-05-09 15:44 UTC 

[PATCH kvm-unit-tests] api: set up EPT identity map
 2017-05-09 15:44 UTC 

[PATCH v2] mm: fix the memory leak after collapsing the huge page fails (fwd)
 2017-05-09 15:43 UTC 

[PATCH v3] sd: Ignore sync cache failures when not supported
 2017-05-09 15:43 UTC 

[PATCH RFC net-next 0/6] net: reducing memory footprint of network devices
 2017-05-09 15:42 UTC  (4+ messages)

[PATCH] btrfs-progs: btrfs-convert: Add larger device support
 2017-05-09 15:41 UTC  (6+ messages)

[Bug 99029] VCE VAAPI segfault using ffmpeg
 2017-05-09 15:40 UTC  (2+ messages)

[PATCH 0/2] Reviewing CodeSamples/count/count_stat_eventual.c
 2017-05-09 15:40 UTC  (5+ messages)
` [PATCH 2/2] Remove unnecessary memory fence

[PATCH] xfs: remove XFS_HSIZE
 2017-05-09 15:40 UTC  (3+ messages)

Calculating the expected PGs distribution
 2017-05-09 15:38 UTC  (3+ messages)

[PATCH v2] xfs: make fatal assert failures conditional in debug mode
 2017-05-09 15:37 UTC  (6+ messages)

[PATCH nft] netlink_delink_delinearize: don't store dependency unless relop checks is eq check
 2017-05-09 15:37 UTC 

[PATCH v9 0/9] Qualcomm video decoder/encoder driver
 2017-05-09 15:36 UTC  (10+ messages)
` [PATCH v9 1/9] media: v4l2-mem2mem: extend m2m APIs for more accurate buffer management
` [PATCH v9 2/9] doc: DT: venus: binding document for Qualcomm video driver
` [PATCH v9 3/9] MAINTAINERS: Add Qualcomm Venus video accelerator driver
` [PATCH v9 4/9] media: venus: adding core part and helper functions
` [PATCH v9 5/9] media: venus: vdec: add video decoder files
` [PATCH v9 6/9] media: venus: venc: add video encoder files
` [PATCH v9 7/9] media: venus: hfi: add Host Firmware Interface (HFI)
` [PATCH v9 8/9] media: venus: hfi: add Venus HFI files
` [PATCH v9 9/9] media: venus: enable building of Venus video driver

[RFC] drm: add unref_fb ioctl
 2017-05-09 15:36 UTC 

[PATCH] gpu: drm: gma500: remove dead code
 2017-05-09 15:36 UTC 

[Buildroot] [PATCH v2 1/1] linuxptp: new package
 2017-05-09 15:34 UTC 

[Buildroot] Upgrading Erlang and ejabberd
 2017-05-09 15:34 UTC  (3+ messages)

[RFC xfstests PATCH] xfstests: add a writeback error handling test
 2017-05-09 15:33 UTC  (4+ messages)
    ` [Cluster-devel] "

[Qemu-devel] [PATCH v6 0/9] qemu-img: add measure sub-command
 2017-05-09 15:32 UTC  (4+ messages)
` [Qemu-devel] [PATCH v6 4/9] qcow2: make refcount size calculation conservative


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.