All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-04-18 01:09:25 to 2018-04-18 02:53:28 UTC [more...]

[PATCH v4] ARM: dts: imx6q-icore-ofcap12: Switch LVDS timings from panel-simple
 2018-04-18  2:52 UTC  (3+ messages)

[patch] mm, oom: fix concurrent munlock and oom reaper unmap
 2018-04-18  2:52 UTC  (4+ messages)
    ` [patch v2] "

[PATCH] iomap: add a swapfile activation function
 2018-04-18  2:50 UTC 

[SPDK] anyone ran the SPDK ( app/iscsi_tgt/iscsi_tgt ) with VPP?
 2018-04-18  2:49 UTC 

[MODERATED] Re: GPZv4
 2018-04-18  2:48 UTC  (11+ messages)
      ` GPZv4

[PATCH 00/11] xfsprogs-4.17: xfs_repair fixes
 2018-04-18  2:47 UTC  (12+ messages)
` [PATCH 01/11] xfs_repair: examine all remote attribute blocks
` [PATCH 02/11] xfs_repair: don't leak buffer on xattr remote buf verifier error
` [PATCH 03/11] xfs_repair: validate some of the log space information
` [PATCH 04/11] xfs_repair: zap corrupt remote symlink
` [PATCH 05/11] xfs_repair: treat zero da btree pointers as corruption
` [PATCH 06/11] xfs_repair: invalidate dirty dir buffers when we zap a directory
` [PATCH 07/11] xfs_repair: only update in-core extent state after scanning full extent
` [PATCH 08/11] xfs_repair: don't crash if da btree is corrupt
` [PATCH 09/11] xfs_repair: don't assert if we run across a dir entry with null ino ptr
` [PATCH 10/11] xfs_repair: check inode nsec for obviously garbage values
` [PATCH 11/11] xfs_repair: don't assert on bad '.' entry in no-modify mode

iwlwifi 4.18rc1 SYNC TIME_QUOTA_CMD with fw 31
 2018-04-18  2:47 UTC 

[PATCH 0/9] xfsprogs-4.17: geometry refactoring
 2018-04-18  2:46 UTC  (10+ messages)
` [PATCH 1/9] libfrog: move platform specific runtime support code out of libxfs
` [PATCH 2/9] libfrog: refactor fs geometry printing function
` [PATCH 3/9] mkfs: use geometry generation / helper functions
` [PATCH 4/9] xfs_db: add a superblock info command
` [PATCH 5/9] xfs_spaceman: print a nicer message when the file path isn't on an xfs
` [PATCH 6/9] xfs_spaceman: add a superblock info command
` [PATCH 7/9] xfs_info: move to xfs_spaceman
` [PATCH 8/9] xfs_info: call xfs_db for offline filesystems
` [PATCH 9/9] xfs_growfs: refactor geometry reporting

[PATCH bpf-next] tools: bpftool: make it easier to feed hex bytes to bpftool
 2018-04-18  2:46 UTC 

[PATCH 0/9] xfs-4.18: strengthen corruption reporting
 2018-04-18  2:45 UTC  (10+ messages)
` [PATCH 1/9] xfs: strengthen btree pointer checks before use
` [PATCH 2/9] xfs: don't assert when on-disk btree pointers are garbage
` [PATCH 3/9] xfs: check directory bestfree information in the verifier
` [PATCH 4/9] xfs: don't assert when reporting on-disk corruption while loading btree
` [PATCH 5/9] xfs: remove redundant ASSERT on insufficient bestfree length in _leaf_addname
` [PATCH 6/9] xfs: xfs_alloc_get_rec should return EFSCORRUPTED for obvious bnobt corruption
` [PATCH 7/9] xfs: btree lookup shouldn't ASSERT on empty btree nodes
` [PATCH 8/9] xfs: don't ASSERT on short form btree root pointer of zero
` [PATCH 9/9] xfs: don't return garbage buffers in xfs_da3_node_read

[PATCH v15 00/24] xfs-4.18: online repair support
 2018-04-18  2:44 UTC  (25+ messages)
` [PATCH 01/24] xfs: create tracepoints for online repair
` [PATCH 02/24] xfs: implement the metadata repair ioctl flag
` [PATCH 03/24] xfs: add helpers to deal with transaction allocation and rolling
` [PATCH 04/24] xfs: add helpers to allocate and initialize fresh btree roots
` [PATCH 05/24] xfs: add helpers to collect and sift btree block pointers during repair
` [PATCH 06/24] xfs: add helpers to dispose of old btree blocks after a repair
` [PATCH 07/24] xfs: recover AG btree roots from rmap data
` [PATCH 08/24] xfs: add a repair helper to reset superblock counters
` [PATCH 09/24] xfs: add helpers to attach quotas to inodes
` [PATCH 10/24] xfs: repair superblocks
` [PATCH 11/24] xfs: repair the AGF and AGFL
` [PATCH 12/24] xfs: repair the AGI
` [PATCH 13/24] xfs: repair free space btrees
` [PATCH 14/24] xfs: repair inode btrees
` [PATCH 15/24] xfs: repair the rmapbt
` [PATCH 16/24] xfs: repair refcount btrees
` [PATCH 17/24] xfs: repair inode records
` [PATCH 18/24] xfs: zap broken inode forks
` [PATCH 19/24] xfs: repair inode block maps
` [PATCH 20/24] xfs: repair damaged symlinks
` [PATCH 21/24] xfs: repair extended attributes
` [PATCH 22/24] xfs: scrub should set preen if attr leaf has holes
` [PATCH 23/24] xfs: repair quotas
` [PATCH 24/24] xfs: implement live quotacheck as part of quota repair

[PATCH] eal: force gcc to inline rte_movX function
 2018-04-18  2:43 UTC  (4+ messages)

[PATCH v15 0/9] xfs-4.18: prep for online repair support
 2018-04-18  2:41 UTC  (10+ messages)
` [PATCH 1/9] xfs: hoist xfs_scrub_agfl_walk to libxfs as xfs_agfl_walk
` [PATCH 2/9] xfs: add helpers to calculate btree size
` [PATCH 3/9] xfs: expose various functions to repair code
` [PATCH 4/9] xfs: add repair helpers for the reverse mapping btree
` [PATCH 5/9] xfs: add repair helpers for the reference count btree
` [PATCH 6/9] xfs: add BMAPI_NORMAP flag to perform block remapping without updating rmapbt
` [PATCH 7/9] xfs: make xfs_bmapi_remapi work with attribute forks
` [PATCH 8/9] xfs: teach xfs_bmapi_remap to accept some bmapi flags
` [PATCH 9/9] xfs: halt auto-reclamation activities while rebuilding rmap

[PATCH net-next 0/5] fib rules extack support and selftest
 2018-04-18  2:41 UTC  (4+ messages)
` [PATCH net-next 3/5] ipv4: support sport, dport and ip protocol in RTM_GETROUTE

[PATCH 1/1] xfs: fix a null pointer dereference in xfs_bmap_extents_to_btree
 2018-04-18  2:41 UTC  (4+ messages)

[PATCH 00/11] xfs-4.18: online scrub fixes
 2018-04-18  2:40 UTC  (12+ messages)
` [PATCH 01/11] xfs: skip scrub xref if corruption already noted
` [PATCH 02/11] xfs: create the XFS_QMOPT_QUOTIP_LOCKED flag
` [PATCH 03/11] xfs: report failing address when dquot verifier fails
` [PATCH 04/11] xfs: refactor dquot iteration
` [PATCH 05/11] xfs: avoid ilock games in the quota scrubber
` [PATCH 06/11] xfs: quota scrub should use bmapbtd scrubber
` [PATCH 07/11] xfs: superblock scrub should use uncached buffers
` [PATCH 08/11] xfs: clean up scrub usage of KM_NOFS
` [PATCH 09/11] xfs: btree scrub should check minrecs
` [PATCH 10/11] xfs: refactor scrub transaction allocation function
` [PATCH 11/11] xfs: avoid ABBA deadlock when scrubbing parent pointers

[U-Boot] [PATCH 0/4] Add Linux-compatible syscon_to_regmap API
 2018-04-18  2:38 UTC  (5+ messages)
` [U-Boot] [PATCH 1/4] regmap: clean up regmap allocation
` [U-Boot] [PATCH 2/4] dm: ofnode: add ofnode_device_is_compatible() helper
` [U-Boot] [PATCH 3/4] regmap: change regmap_init_mem() to take ofnode instead udevice
` [U-Boot] [PATCH 4/4] syscon: add Linux-compatible syscon API

[PATCH 0/2] ath10k: support MAC address randomization in scan
 2018-04-18  2:35 UTC  (15+ messages)
` [PATCH 2/2] "

[PATCH v5 0/3] Allow rmdir(2) to delete a subvolume
 2018-04-18  2:35 UTC  (4+ messages)
` [PATCH v5 1/3] btrfs: Move may_destroy_subvol() from ioctl.c to inode.c
` [PATCH v5 2/3] btrfs: Factor out the main deletion process from btrfs_ioctl_snap_destroy()
` [PATCH v5 3/3] btrfs: Allow rmdir(2) to delete an empty subvolume

[PATCH 0/6] staging: lustre: code rearrangement
 2018-04-18  2:33 UTC  (17+ messages)
` [PATCH 3/6] staging: lustre: remove include/linux/libcfs/linux/linux-cpu.h
    ` [lustre-devel] "
` [PATCH 1/6] staging: lustre: move stack-check macros to libcfs_debug.h
    ` [lustre-devel] "
` [PATCH 2/6] staging: lustre: remove libcfs/linux/libcfs.h
    ` [lustre-devel] "

[PATCH] PCI: Add PCIe to pcie_print_link_status() messages
 2018-04-18  2:33 UTC  (3+ messages)
  ` [Intel-wired-lan] "

multipathd will not set the iscsi session tmo after iscsi sesstion recovery
 2018-04-18  2:33 UTC  (4+ messages)

[PATCH] clk: imx: Set CLK_SET_RATE_GATE for gate and divider clocks
 2018-04-18  2:32 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] mm:memcg: add __GFP_NOWARN in __memcg_schedule_kmem_cache_create
 2018-04-18  2:29 UTC 

[PATCH 1/3] nvme-pci: Fix timeouts in connecting state
 2018-04-18  2:26 UTC  (6+ messages)
` [PATCH 2/3] nvme: Sync queues on controller resets

[PATCH RFC net-next 00/11] udp gso
 2018-04-18  2:25 UTC  (6+ messages)

linux-next: Tree for Apr 18
 2018-04-18  2:23 UTC 

[PATCH] sync amdgpu scanout update event before mode setting
 2018-04-18  2:22 UTC  (2+ messages)
  ` 答复: "

[SPDK] Build questions
 2018-04-18  2:21 UTC 

[Xenomai] mmap when using in conjunction with mapper to retrieve memory mapped IO space
 2018-04-18  2:21 UTC  (3+ messages)

[PATCH 1/2] drm/amdgpu: set preferred_domain independent of fallback handling
 2018-04-18  2:19 UTC  (2+ messages)
  ` [PATCH 2/2] drm/amdgpu: handle domain mask checking v2

[PATCH] IB/uverbs: Add missing braces in anonymous union initializers
 2018-04-18  2:17 UTC  (2+ messages)

[PATCH bpf-next 00/10] introduction of bpf_xdp_adjust_tail
 2018-04-18  2:16 UTC  (5+ messages)
` [PATCH bpf-next 09/10] [bpf]: make tun compatible w/ bpf_xdp_adjust_tail
` [PATCH bpf-next 10/10] [bpf]: make virtio "

[PATCH net-next] vxlan: add ttl inherit support
 2018-04-18  2:15 UTC  (4+ messages)
` [PATCHv2 "

[PATCH v4 0/2] perf: riscv: Preliminary Perf Event Support on RISC-V
 2018-04-18  2:12 UTC  (9+ messages)
` [PATCH v4 1/2] perf: riscv: preliminary RISC-V support
` [PATCH v4 2/2] perf: riscv: Add Document for Future Porting Guide

[RFCv11 PATCH 00/29] Request API
 2018-04-18  2:06 UTC  (6+ messages)

[Patch v2] staging fbtft: Fixed lines exceeding columns limit
 2018-04-18  2:03 UTC 

[Fuego] [PATCH] LTP_one_test: Support use of runltp and ltp-pan
 2018-04-18  2:02 UTC  (2+ messages)

[PATCH ghak80 V1] audit: add syscall information to FEATURE_CHANGE records
 2018-04-18  2:01 UTC  (4+ messages)

[Qemu-devel] [PATCH v2 0/1] migration: calculate expected_downtime with ram_bytes_remaining()
 2018-04-18  0:57 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 1/1] "

[Qemu-devel] [PATCH for 2.13] spapr: Correct max associativity domains value for non-NUMA configs
 2018-04-18  1:49 UTC  (3+ messages)
` [Qemu-devel] [Qemu-ppc] "

[lkp-robot] ab5e47a2c2 [ 0.004000] WARNING: CPU: 0 PID: 0 at kernel/smp.c:416 smp_call_function_many
 2018-04-18  2:00 UTC 

[PATCH] drm/amdgpu: limit reg_write_reg_wait workaround to SRIOV
 2018-04-18  1:59 UTC  (4+ messages)

[PATCH 1/3] infiniband: i40iw: Replace GFP_ATOMIC with GFP_KERNEL in i40iw_add_mqh_4
 2018-04-18  1:58 UTC  (2+ messages)

Limiting SECCOMP audit events
 2018-04-18  1:57 UTC  (5+ messages)

reply: [disscussion] A problem about dpdk backup-mode bond switching with mlx4 VF devices
 2018-04-18  1:55 UTC 

[PATCH v6 1/4] Add notrace to lib/ucmpdi2.c
 2018-04-18  1:52 UTC  (4+ messages)
` [PATCH v6 3/4] MIPS: vmlinuz: Use generic ashldi3

[PATCH ghak46 V1] audit: normalize MAC_STATUS record
 2018-04-18  1:51 UTC  (6+ messages)

[PATCH] ethtool: Support ETHTOOL_GSTATS2 API
 2018-04-18  1:50 UTC 

[PATCH 1/3] ethtool: Support ETHTOOL_GSTATS2 command
 2018-04-18  1:49 UTC  (7+ messages)
` [PATCH 2/3] mac80211: Add support for ethtool gstats2 API
` [PATCH 3/3] ath10k: Support "

cx88 invalid video opcodes when VBI enabled
 2018-04-18  1:49 UTC  (4+ messages)

[PATCH] net/i40e: fix I40e start failing for missing JUMBO_FRAME offload
 2018-04-18  1:42 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v3 net,stable] tun: fix vlan packet truncation
 2018-04-18  1:43 UTC  (2+ messages)

[PATCH net-next 0/5] virtio-net: Add SCTP checksum offload support
 2018-04-18  1:33 UTC  (5+ messages)

[Regression] net/phy/micrel.c v4.9.94
 2018-04-18  1:34 UTC 

[PATCH for-next 00/13] IB/hfi1,core: Driver updates for 4.17
 2018-04-18  1:40 UTC  (2+ messages)

[PATCH 2/3] mm: add find_alloc_contig_pages() interface
 2018-04-18  1:39 UTC  (4+ messages)

[PATCH net] net: Fix one possible memleak in ip_setup_cork
 2018-04-18  1:33 UTC  (5+ messages)
      `  "

[SPDK] Topic from last week's community meeting
 2018-04-18  1:36 UTC 

[PATCH v2] infiniband: mlx5: fix build errors when INFINIBAND_USER_ACCESS=m
 2018-04-18  1:30 UTC  (2+ messages)

[PATCH v5 0/4] zram memory tracking
 2018-04-18  1:26 UTC  (4+ messages)
` [PATCH v5 4/4] zram: introduce "

[lkp-robot] [perf test attr] 6bb9d1772d: perf-sanity-tests.Setup_struct_perf_event_attr.fail
 2018-04-18  1:25 UTC 

[PATCH 04/10] net: ax88796: Add block_input/output hooks to ax_plat_data
 2018-04-18  1:23 UTC  (5+ messages)

[PATCH 2/2] completion: simplify ls-files filter
 2018-04-18  1:22 UTC  (6+ messages)
` [PATCH 00/11] completion: path completion improvements: speedup and quoted paths
  ` [PATCH 01/11] t9902-completion: add tests demonstrating issues with quoted pathnames

[PATCH v3] net: change the comment of dev_mc_init
 2018-04-18  1:22 UTC 

[PATCH RESEND v2] i386/kvm: add support for KVM_CAP_X86_DISABLE_EXITS
 2018-04-18  1:20 UTC  (6+ messages)
  ` [Qemu-devel] "

[RFC v2] virtio: support packed ring
 2018-04-18  1:17 UTC  (12+ messages)

[PATCH] spi: cadence: Add usleep_range() for cdns_spi_fill_tx_fifo()
 2018-04-16 20:01 UTC 

[PATCH] xfs: don't fail when converting shortform attr to long form during ATTR_REPLACE
 2018-04-18  1:11 UTC  (4+ messages)

[PATCH 0/7] ocxl: Implement Power9 as_notify/wait for OpenCAPI
 2018-04-18  1:08 UTC  (9+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/7] powerpc: Add TIDR CPU feature for Power9
  ` [PATCH v2 2/7] powerpc: Use TIDR CPU feature to control TIDR allocation
  ` [PATCH v2 3/7] powerpc: use task_pid_nr() for TID allocation
  ` [PATCH v2 4/7] ocxl: Rename pnv_ocxl_spa_remove_pe to clarify it's action
  ` [PATCH v2 5/7] ocxl: Expose the thread_id needed for wait on p9
  ` [PATCH v2 6/7] ocxl: Add an IOCTL so userspace knows what CPU features are available
  ` [PATCH v2 7/7] ocxl: Document new OCXL IOCTLs

[lkp-robot] [kvm] d5edb7f8e7: kernel_selftests.kvm.vmx_tsc_adjust_test.fail
 2018-04-18  1:09 UTC  (2+ messages)

[PATCH net-next] ipv6: frags: fix a lockdep false positive
 2018-04-18  1:11 UTC 

[lkp-robot] [mm/cma] a57a290bd3: vm-scalability.throughput -15.5% regression
 2018-04-18  1:07 UTC 


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.