All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-12-31 21:35:16 to 2020-01-01 01:09:49 UTC [more...]

[PATCH v2 00/10] xfs: deferred inode inactivation
 2020-01-01  1:09 UTC  (11+ messages)
` [PATCH 01/10] xfs: decide if inode needs inactivation
` [PATCH 02/10] xfs: track unlinked inactive inode fs summary counters
` [PATCH 03/10] xfs: track unlinked inactive inode quota counters
` [PATCH 04/10] xfs: pass per-ag structure to the xfs_ici_walk execute function
` [PATCH 05/10] xfs: pass around xfs_inode_ag_walk iget/irele helper functions
` [PATCH 06/10] xfs: deferred inode inactivation
` [PATCH 07/10] xfs: force inode inactivation and retry fs writes when there isn't space
` [PATCH 08/10] xfs: force inactivation before fallocate when space is low
` [PATCH 09/10] xfs: parallelize inode inactivation
` [PATCH 10/10] xfs: create a polled function to force "

[PATCH v2 00/11] xfs: refactor incore inode walking
 2020-01-01  1:07 UTC  (12+ messages)
` [PATCH 01/11] xfs: move eofblocks conversion function to xfs_ioctl.c
` [PATCH 02/11] xfs: replace open-coded XFS_ICI_NO_TAG
` [PATCH 03/11] xfs: remove unused xfs_inode_ag_iterator function
` [PATCH 04/11] xfs: remove xfs_inode_ag_iterator_flags
` [PATCH 05/11] xfs: remove flags argument from xfs_inode_ag_walk
` [PATCH 06/11] xfs: remove __xfs_icache_free_eofblocks
` [PATCH 07/11] xfs: refactor eofb matching into a single helper
` [PATCH 08/11] xfs: fix inode ag walk predicate function return values
` [PATCH 09/11] xfs: use bool for done in xfs_inode_ag_walk
` [PATCH 10/11] xfs: move xfs_inode_ag_iterator to be closer to the perag walking code
` [PATCH 11/11] xfs: hide most of the incore inode walk interface

[PATCH 0/6] xfs: consolidate posteof and cowblocks cleanup
 2020-01-01  1:08 UTC  (7+ messages)
` [PATCH 1/6] xfs: refactor the predicate part of xfs_free_eofblocks
` [PATCH 2/6] xfs: consolidate incore inode radix tree posteof/cowblocks tags
` [PATCH 3/6] xfs: remove the separate cowblocks worker
` [PATCH 4/6] xfs: only walk the incore inode tree once per blockgc scan
` [PATCH 5/6] xfs: rename block gc start and stop functions
` [PATCH 6/6] xfs: parallelize block preallocation garbage collection

[PATCH v2 0/6] xfs: try harder to reclaim space when we run out
 2020-01-01  1:07 UTC  (7+ messages)
` [PATCH 1/6] xfs: refactor messy xfs_inode_free_quota_* functions
` [PATCH 2/6] xfs: don't stall cowblocks scan if we can't take locks
` [PATCH 3/6] xfs: move inode flush to a workqueue
` [PATCH 4/6] xfs: xfs_inode_free_quota_blocks should scan project quota
` [PATCH 5/6] xfs: flush speculative space allocations when we run out of quota
` [PATCH 6/6] xfs: flush speculative space allocations when we run out of space

[PATCH 00/10] xfs: report corruption to the health trackers
 2020-01-01  1:05 UTC  (11+ messages)
` [PATCH 01/10] xfs: separate the marking of sick and checked metadata
` [PATCH 02/10] xfs: report ag header corruption errors to the health tracking system
` [PATCH 03/10] xfs: report block map "
` [PATCH 04/10] xfs: report btree block corruption errors to the health system
` [PATCH 05/10] xfs: report dir/attr "
` [PATCH 06/10] xfs: report symlink "
` [PATCH 07/10] xfs: report inode "
` [PATCH 08/10] xfs: report quota block "
` [PATCH 09/10] xfs: report realtime metadata "
` [PATCH 10/10] xfs: report XFS_CORRUPT_ON "

[PATCH v22 0/1] xfs: online repair of quota
 2020-01-01  1:04 UTC  (2+ messages)
` [PATCH 1/1] xfs: repair quotas

[PATCH v22 0/6] xfs: online repair of inode data
 2020-01-01  1:04 UTC  (7+ messages)
` [PATCH 1/6] xfs: create a blob array data structure
` [PATCH 2/6] xfs: convert xfs_itruncate_extents_flags to use __xfs_bunmapi
` [PATCH 3/6] xfs: remove unnecessary inode-transaction roll
` [PATCH 4/6] xfs: create a new inode fork block unmap helper
` [PATCH 5/6] xfs: repair extended attributes
` [PATCH 6/6] xfs: scrub should set preen if attr leaf has holes

[PATCH v22 0/4] xfs: online repair of inodes and extent maps
 2020-01-01  1:03 UTC  (5+ messages)
` [PATCH 1/4] xfs: repair inode records
` [PATCH 2/4] xfs: zap broken inode forks
` [PATCH 3/4] xfs: repair inode block maps
` [PATCH 4/4] xfs: repair damaged symlinks

[PATCH v22 0/5] xfs: online repair of AG btrees
 2020-01-01  1:03 UTC  (6+ messages)
` [PATCH 1/5] xfs: always rescan allegedly healthy per-ag metadata after repair
` [PATCH 2/5] xfs: create a big array data structure
` [PATCH 3/5] xfs: repair free space btrees
` [PATCH 4/5] xfs: repair inode btrees
` [PATCH 5/5] xfs: repair refcount btrees

[PATCH v2 0/4] xfs: btree bulk loading
 2020-01-01  1:01 UTC  (5+ messages)
` [PATCH 1/4] xfs: introduce fake roots for ag-rooted btrees
` [PATCH 2/4] xfs: introduce fake roots for inode-rooted btrees
` [PATCH 3/4] xfs: support bulk loading of staged btrees
` [PATCH 4/4] xfs: support staging cursors for per-AG btree types

[PATCH v2 0/3] xfs: prepare repair for bulk loading
 2020-01-01  1:02 UTC  (4+ messages)
` [PATCH 1/3] xfs: implement block reservation accounting for btrees we're staging
` [PATCH 2/3] xfs: add debug knobs to control btree bulk load slack factors
` [PATCH 3/3] xfs: log EFIs for all btree blocks being used to stage a btree

[PATCH v2 0/5] xfs: rework online repair incore bitmap
 2020-01-01  1:02 UTC  (6+ messages)
` [PATCH 1/5] xfs: rename xfs_bitmap to xbitmap
` [PATCH 2/5] xfs: replace open-coded bitmap weight logic
` [PATCH 3/5] xfs: remove the for_each_xbitmap_ helpers
` [PATCH 4/5] xfs: drop the _safe behavior from the xbitmap foreach macro
` [PATCH 5/5] xfs: convert xbitmap to interval tree

[PATCH v2 0/3] xfs: fix online repair block reaping
 2020-01-01  1:01 UTC  (4+ messages)
` [PATCH 1/3] xfs: xrep_reap_extents should not destroy the bitmap
` [PATCH 2/3] xfs: only invalidate blocks if we're going to free them
` [PATCH 3/3] xfs: use deferred frees to reap old btree blocks

PROBLEM: Wireless networking goes down on Acer C720P Chromebook (bisected)
 2020-01-01  0:49 UTC 

[PATCH V2] rwmem: Update to latest to Include <stdexcept> fix
 2020-01-01  0:55 UTC 

[PATCH RFC 0/1] mount: universally disallow mounting over symlinks
 2020-01-01  0:54 UTC  (6+ messages)

[Intel-gfx] [PATCH 0/7] drm/i915/tgl: Media decompression support
 2020-01-01  0:52 UTC  (12+ messages)
` [Intel-gfx] [PATCH 1/7] drm/i915: Add support for non-power-of-2 FB plane alignment
` [Intel-gfx] [PATCH 2/7] drm/i915/tgl: Make sure a semiplanar UV plane is tile row size aligned
` [Intel-gfx] [PATCH 3/7] drm/i915: Add debug message for FB plane[0].offset!=0 error
` [Intel-gfx] [PATCH 4/7] drm/i915: Make sure plane dims are correct for UV CCS planes
` [Intel-gfx] [PATCH 5/7] drm/framebuffer: Format modifier for Intel Gen-12 media compression
  `  "
` [PATCH 6/7] drm/fb: Extend format_info member arrays to handle four planes
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 7/7] drm/i915/tgl: Gen-12 display can decompress surfaces compressed by the media engine
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/tgl: Media decompression support
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-wired-lan] [jkirsher-net-queue:dev-queue] BUILD REGRESSION 80581c1fc655e67c755c0e83bd958acfa4e66c77
 2020-01-01  0:38 UTC 

[PATCH] early init: open /dev/console with O_LARGEFILE
 2020-01-01  0:30 UTC  (2+ messages)

[Xen-devel] [xen-unstable test] 145431: regressions - FAIL
 2020-01-01  0:21 UTC 

[Intel-gfx] [PATCH] drm/i915/gt: Restore coarse power gating
 2020-01-01  0:15 UTC  (2+ messages)

[Intel-gfx] [CI 1/2] drm/i915/gem: Extend mmap support for lmem
 2020-01-01  0:14 UTC  (4+ messages)
` [Intel-gfx] [CI 2/2] drm/i915/selftests: Add selftest for memory region PF handling
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/2] drm/i915/gem: Extend mmap support for lmem
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

repeated enospc errors during balance on a filesystem with spare room - pls advise
 2020-01-01  0:13 UTC  (4+ messages)

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD SUCCESS 2e80c9b83c99d581b269f4eb9e90d83ff5d3ab20
 2019-12-31 23:59 UTC 

[PATCH v8 00/13] add the latest exfat driver
 2019-12-31 23:56 UTC  (3+ messages)

[PATCH] drm/nouveau: declare constants as unsigned long
 2019-12-31 23:53 UTC  (4+ messages)

[PATCH] batman-adv: Disable CONFIG_BATMAN_ADV_SYSFS by default
 2019-12-31 23:55 UTC 

[Intel-gfx] [PATCH 0/3] dumb buffer patches
 2019-12-31 23:50 UTC  (3+ messages)
` [Intel-gfx] [PATCH 3/3] drm/i915/dumb: return the allocated memory size

[Buildroot] [PATCH] package/libnss: fix build failure due to HW PPC Crypto bug
 2019-12-31 23:44 UTC  (6+ messages)

[PATCH 0/3] Improve autodate.sh
 2019-12-31 23:36 UTC  (3+ messages)

Reduction in blanks in `git status` makes output pretty cramped
 2019-12-31 23:18 UTC 

[RFC] memcg: Add swappiness to cgroup2
 2019-12-31 23:16 UTC  (2+ messages)

+ ocfs2-fix-the-crash-due-to-call-ocfs2_get_dlm_debug-once-less.patch added to -mm tree
 2019-12-31 23:12 UTC 

[PATCH] block: make sure last_lookup set as NULL after part deleted
 2019-12-31 23:11 UTC  (3+ messages)

stable-rc/linux-4.14.y build: 201 builds: 0 failed, 201 passed, 104 warnings (v4.14.161)
 2019-12-31 23:10 UTC 

[PATCH v7 00/10] per lruvec lru_lock for memcg
 2019-12-31 23:05 UTC  (2+ messages)

[PATCH v2 00/21] efi/x86: confine type unsafe casting to mixed mode
 2019-12-31 23:04 UTC  (3+ messages)
` [PATCH v2 13/21] efi/libstub/x86: drop __efi_early() export of efi_config struct

[PATCH 1/2] proc: decouple proc from VFS with "struct proc_ops"
 2019-12-31 23:01 UTC  (3+ messages)
` [PATCH 2/2] proc: convert everything to "

[PATCH 1/3] alfred: Update copyright years for 2020
 2019-12-31 23:01 UTC  (3+ messages)
` [PATCH 2/3] batctl: "
` [PATCH 3/3] batman-adv: "

[PATCH] zswap: add allocation hysteresis if pool limit is hit
 2019-12-31 22:57 UTC  (2+ messages)

FS_IOC_GETFSLABEL and FS_IOC_SETFSLABEL
 2019-12-31 22:54 UTC  (2+ messages)

[PATCH 0/1] Disallow writing, but not fetching commits with file names containing backslashes
 2019-12-31 22:53 UTC  (10+ messages)
` [PATCH 1/1] mingw: only test index entries for backslashes, not tree entries
` [PATCH v2 0/1] Disallow writing, but not fetching commits with file names containing backslashes
  ` [PATCH v2 1/1] mingw: only test index entries for backslashes, not tree entries

[RFC PATCH] efi/x86: limit EFI old memory map to SGI UV1 machines
 2019-12-31 22:28 UTC  (3+ messages)

[PATCH 00/11] riscv: Add Sipeed Maix support
 2019-12-31 22:51 UTC  (12+ messages)
` [PATCH 01/11] clk: Always use the supplied struct clk
` [PATCH 02/11] clk: Check that ops of composite clock components exist, before calling
` [PATCH 03/11] riscv: Add headers for asm/global_data.h
` [PATCH 04/11] riscv: Add an option to default to RV64I
` [PATCH 05/11] riscv: Enable SiFive UART support pre-relocation
` [PATCH 06/11] riscv: Add initial Sipeed Maix support
` [PATCH 07/11] riscv: Add device tree for K210
` [PATCH 08/11] riscv: Add K210 sysctl support
` [PATCH 09/11] riscv: Add K210 pll support
` [PATCH 10/11] riscv: Add K210 clock support
` [PATCH 11/11] riscv: Add option to disable writes to mcounteren

[Xen-devel] REGRESSION: Xen 4.13 RC5 fails to bootstrap Dom0 on ARM
 2019-12-31 22:48 UTC  (18+ messages)

[RFC PATCH 1/2] efi/x86: Check number of arguments to variadic functions
 2019-12-31 22:47 UTC  (3+ messages)
` [PATCH "
  ` [PATCH 2/2] efi/x86: Allow translating 64-bit arguments for mixed mode calls

[PATCH] ocfs2: make local header paths relative to C files
 2019-12-31 22:33 UTC  (3+ messages)
  ` [Ocfs2-devel] "

[PATCH] mm, memcg: reduce size of struct mem_cgroup by using bit field
 2019-12-31 22:31 UTC  (2+ messages)

[net-next 00/11][pull request] 1GbE Intel Wired LAN Driver Updates 2019-12-31
 2019-12-31 22:27 UTC  (12+ messages)
` [net-next 01/11] igb: dont drop packets if rx flow control is enabled
` [net-next 02/11] igc: Add scatter gather support
` [net-next 03/11] igc: Improve the DMA mapping flow
` [net-next 04/11] igc: Prefer to use the pci_release_mem_regions method
` [net-next 05/11] igc: Remove excess parameter description from igc_is_non_eop
` [net-next 06/11] igc: Fix the parameter description for igc_alloc_rx_buffers
` [net-next 07/11] igc: Fix parameter descriptions for a several functions
` [net-next 08/11] igc: Add 64 bit DMA access support
` [net-next 09/11] igc: Add legacy power management support
` [net-next 10/11] e1000e: Use netdev_info instead of pr_info for link messages
` [net-next 11/11] igc: Remove serdes comments from a description of methods

[PATCH v10 07/10] mmu: spp: Enable Lazy mode SPP protection
 2019-12-31 22:26 UTC  (5+ messages)
` [RFC PATCH] mmu: spp: is_spp_protected() can be static

[PATCH] efi: Fix handling of multiple contiguous efi_fake_mem= entries
 2019-12-31 22:21 UTC  (5+ messages)

[PATCH v2 0/4] efi: Fix handling of multiple efi_fake_mem= entries
 2019-12-31 22:04 UTC  (10+ messages)
` [PATCH v2 1/4] efi: Add a flags parameter to efi_memory_map
` [PATCH v2 2/4] efi: Add tracking for dynamically allocated memmaps
` [PATCH v2 3/4] efi: Fix efi_memmap_alloc() leaks
` [PATCH v2 4/4] efi: Fix handling of multiple efi_fake_mem= entries

[dpdk-dev] Question about using virtio_user in OVS-DPDK
 2019-12-31 22:19 UTC 

[Xen-devel] Where's Xen VGA console kbd driver?
 2019-12-31 22:17 UTC 

[PATCH V3,net-next, 0/3] Add vmbus dev_num and allow netvsc probe options
 2019-12-31 22:13 UTC  (4+ messages)
` [PATCH V3,net-next, 1/3] Drivers: hv: vmbus: Add a dev_num variable based on channel offer sequence
` [PATCH V3,net-next, 2/3] Drivers: hv: vmbus: Add dev_num to sysfs
` [PATCH V3,net-next, 3/3] hv_netvsc: Set probe_type to PROBE_DEFAULT_STRATEGY

[block:for-5.6/block-test 6/7] lib/sbitmap.c:165:5: sparse: sparse: symbol 'sbitmap_get_batch' was not declared. Should it be static?
 2019-12-31 22:10 UTC  (2+ messages)
` [RFC PATCH block] sbitmap: sbitmap_get_batch() can be static

Inconsistent use of string/non_strings in mmp_struct
 2019-12-31 22:07 UTC 

[PATCH v4 1/3] PCI: pciehp: Add support for disabling in-band presence
 2019-12-31 22:06 UTC  (4+ messages)

stable-rc/linux-4.19.y build: 206 builds: 0 failed, 206 passed, 6 warnings (v4.19.92)
 2019-12-31 21:47 UTC 

[Intel-gfx] [PATCH] drm/i915: save state of AUD_FREQ_CNTRL on all gen9+ platforms
 2019-12-31 21:40 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[Xen-devel] [qemu-mainline test] 145425: regressions - FAIL
 2019-12-31 21:33 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.