linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-06 14:53:29 to 2018-11-13 17:58:29 UTC [more...]

[PATCH v2 0/6] btrfs: qgroup: Delay subtree scan to reduce overhead
 2018-11-13 17:58 UTC  (10+ messages)
` [PATCH v2 1/6] btrfs: qgroup: Allow btrfs_qgroup_extent_record::old_roots unpopulated at insert time
` [PATCH v2 2/6] btrfs: relocation: Delay reloc tree deletion after merge_reloc_roots()
` [PATCH v2 3/6] btrfs: qgroup: Refactor btrfs_qgroup_trace_subtree_swap()
` [PATCH v2 4/6] btrfs: qgroup: Introduce per-root swapped blocks infrastructure
` [PATCH v2 5/6] btrfs: qgroup: Use delayed subtree rescan for balance
` [PATCH v2 6/6] btrfs: qgroup: Cleanup old subtree swap code

[PATCH 0/9 v2] fix replace-start and replace-cancel racing
 2018-11-13 17:33 UTC  (12+ messages)
` [PATCH 1/9] btrfs: mark btrfs_dev_replace_start() as static
` [PATCH 2/9] btrfs: replace go back to suspended if target missing
` [PATCH 3/9] btrfs: replace back to suspend state if EXCL OP is running
` [PATCH 4/9] btrfs: fix UAF due to race between replace start and cancel
` [PATCH 5/9] btrfs: replace cancel is successful if scrub cancel is successful
` [PATCH 6/9] btrfs: replace's scrub must not be running in replace suspended state
` [PATCH 7/9] btrfs: quiten warn if the replace is canceled at finish
` [PATCH 8/9] btrfs: user requsted replace cancel is not an error
` [PATCH 9/9] btrfs: add explicit check for replace result no error

[PATCH 0/6] Chunk allocator DUP fix and cleanups
 2018-11-13 16:45 UTC  (5+ messages)

[PATCH RFC] btrfs: harden agaist duplicate fsid
 2018-11-13 15:47 UTC  (6+ messages)

[PATCH RFC RESEND] btrfs: harden agaist duplicate fsid
 2018-11-13 15:42 UTC  (3+ messages)

[PATCH V9 07/19] btrfs: use bvec_last_segment to get bio's last page
 2018-11-13 15:14 UTC  (3+ messages)
` [PATCH V9 08/19] btrfs: move bio_pages_all() to btrfs
` [PATCH V9 12/19] block: allow bio_for_each_segment_all() to iterate over multi-page bvec

[PATCH] Btrfs: do not set log for full commit when creating non-data block groups
 2018-11-13 14:44 UTC  (9+ messages)

[PATCH] Btrfs: fix deadlock on tree root leaf when finding free extent
 2018-11-13 14:33 UTC  (11+ messages)
` [PATCH v4] "

[PATCH v5 0/2] btrfs: Add zstd support to grub btrfs
 2018-11-13 14:18 UTC  (4+ messages)
` [PATCH v5 2/2] "
  ` [PATCH v5 1/2] Import upstream zstd-1.3.6

[PATCH v15.1 00/13] Btrfs In-band De-duplication
 2018-11-13 13:45 UTC  (12+ messages)
` [PATCH v15.1 01/13] btrfs: dedupe: Introduce dedupe framework and its header
` [PATCH v15.1 02/13] btrfs: dedupe: Introduce function to initialize dedupe info
` [PATCH v15.1 03/13] btrfs: dedupe: Introduce function to add hash into in-memory tree
` [PATCH v15.1 04/13] btrfs: dedupe: Introduce function to remove hash from "

[PATCH v2] btrfs: add zstd compression level support
 2018-11-13 13:29 UTC  (5+ messages)

[PATCH] Btrfs: fix rare chances for data loss when doing a fast fsync
 2018-11-13 12:55 UTC  (3+ messages)

[PATCH 1/3] bitops: Fix big endian compilation
 2018-11-13 12:34 UTC  (2+ messages)

[RFC] BTRFS_DEV_REPLACE_ITEM_STATE_* doesn't match with on disk
 2018-11-13 10:32 UTC  (3+ messages)

[PATCH] btrfs: fix computation of max fs size for multiple device fs tests
 2018-11-13 10:27 UTC  (2+ messages)

[PATCH] btrfs: qgroups: Prepare to deprecate BTRFS_QGROUP_LIMIT_RSV_RFER/EXCL flags
 2018-11-13 10:07 UTC  (3+ messages)

[PATCH 1/2] btrfs-progs: ctree.h: Deprecate unused limit flags
 2018-11-13  9:53 UTC  (4+ messages)
` [PATCH 2/2] btrfs-progs: gitignore: Ignore compressed man pages

[PATCH] btrfs: qgroup: Remove duplicated trace points for qgroup_rsv_add/release()
 2018-11-13  9:52 UTC  (2+ messages)

[PATCH] btrfs-progs: qgroup-verify: Check if qgroup limit is exceeded
 2018-11-13  6:47 UTC 

[PATCH v9 0/6] Btrfs: implement swap file support
 2018-11-12 22:01 UTC  (7+ messages)

[PATCH] btrfs: Always try all copies when reading extent buffers
 2018-11-12 21:30 UTC  (7+ messages)

[PATCH v2] btrfs: use tagged writepage to mitigate livelock of snapshot
 2018-11-12 19:56 UTC  (2+ messages)

[PATCH 0/3] Cleanups following optional extent_io_ops callbacks removal
 2018-11-12 19:02 UTC  (6+ messages)
` [PATCH 1/3] btrfs: Move epd::extent_locked check to writepage_delalloc's caller
` [PATCH 2/3] btrfs: Remove extent_page_data argument from writepage_delalloc
` [PATCH 3/3] btrfs: Remove unused extent_state argument from btrfs_writepage_endio_finish_ordered

[PATCH] btrfs: Check for missing device before bio submission in btrfs_map_bio
 2018-11-12 18:50 UTC  (4+ messages)

[PATCH] btrfs: remove redundant replace_state init
 2018-11-12 18:29 UTC  (3+ messages)

[PATCH] Btrfs: remove no longer used io_err from btrfs_log_ctx
 2018-11-12 18:28 UTC  (4+ messages)

[PATCH] Btrfs: simpler and more efficient cleanup of a log tree's extent io tree
 2018-11-12 18:26 UTC  (4+ messages)

[PATCHv2 0/9] Removal of optionsl extent_io_ops callbacks
 2018-11-12 18:21 UTC  (12+ messages)
` [PATCH 1/9] btrfs: Add function to distinguish between data and btree inode
` [PATCH 2/9] btrfs: Remove extent_io_ops::fill_delalloc
` [PATCH 3/9] btrfs: Remove extent_io_ops::writepage_start_hook
` [PATCH 4/9] btrfs: Remove extent_io_ops::writepage_end_io_hook
` [PATCH 5/9] btrfs: Remove extent_io_ops::check_extent_io_range callback
` [PATCH 6/9] btrfs: Remove extent_io_ops::set_bit_hook extent_io callback
` [PATCH 7/9] btrfs: Remove extent_io_ops::clear_bit_hook callback
` [PATCH 8/9] btrfs: Remove extent_io_ops::merge_extent_hook callback
` [PATCH 9/9] btrfs: Remove extent_io_ops::split_extent_hook callback

[Regression bisected] btrfs: always wait on ordered extents at fsync time
 2018-11-12 14:07 UTC  (3+ messages)

why /dev/ptmx is in the snapshots?
 2018-11-12 13:18 UTC  (2+ messages)

[PATCH V7] Btrfs: enhance raid1/10 balance heuristic
 2018-11-12 11:58 UTC 

[PATCH V6] Btrfs: enhance raid1/10 balance heuristic
 2018-11-12 11:56 UTC  (4+ messages)

Inquiry 12/11/2018
 2018-11-12  8:57 UTC 

Full filesystem btrfs rebalance kernel panic to read-only lock
 2018-11-12  6:51 UTC  (7+ messages)

[GIT PULL] Btrfs fixes for 4.20-rc1
 2018-11-11 23:10 UTC  (2+ messages)

Price Inquiry
 2018-11-11 15:34 UTC 

[PATCH 0/7] fstests: test Btrfs swapfile support
 2018-11-11 14:37 UTC  (4+ messages)

[PATCH 0/9] fix replace-start and replace-cancel racing
 2018-11-11 14:00 UTC  (23+ messages)
` [PATCH 1/9] btrfs: mark btrfs_dev_replace_start() as static
` [PATCH 2/9] btrfs: replace go back to suspended if target missing
` [PATCH 3/9] btrfs: replace back to suspend state if EXCL OP is running
` [PATCH 4/9] btrfs: fix UAF due to race between replace start and cancel
` [PATCH 5/9] btrfs: replace cancel is successful if scrub cancel is successful
` [PATCH 6/9] btrfs: replace's scrub must not be running in replace suspended state
` [PATCH 7/9] btrfs: quiten warn if the replace is canceled at finish
` [PATCH 8/9] btrfs: user requsted replace cancel is not an error
` [PATCH 9/9] btrfs: add explicit check for replace result no error

[PATCH v2] Btrfs: fix missing delayed iputs on unmount
 2018-11-10  4:07 UTC  (3+ messages)

[PATCH v2 00/23] various dynamic_debug patches
 2018-11-09 23:10 UTC  (3+ messages)
` [PATCH v3 "
  ` [PATCH v3 14/23] btrfs: implement btrfs_debug* in terms of helper macro

unable to mount btrfs after upgrading from 4.16.1 to 4.19.1
 2018-11-09 20:25 UTC  (5+ messages)

[PATCH V8 07/18] btrfs: use bvec_last_segment to get bio's last page
 2018-11-09 16:26 UTC  (3+ messages)
` [PATCH V8 08/18] btrfs: move bio_pages_all() to btrfs
` [PATCH V8 12/18] block: allow bio_for_each_segment_all() to iterate over multi-page bvec

[PATCH V10] Add support for BTRFS raid5/6 to GRUB
 2018-11-09 12:39 UTC  (6+ messages)

[PATCH] Btrfs: incremental send, fix infinite loop when apply children dir moves
 2018-11-09 10:18 UTC  (7+ messages)

Where is my disk space ?
 2018-11-08 16:53 UTC  (8+ messages)

[PATCH -next] btrfs: remove set but not used variable 'tree'
 2018-11-08 12:11 UTC  (3+ messages)

[PATCH -next] btrfs: compression: remove set but not used variable 'tree'
 2018-11-08  6:54 UTC  (2+ messages)

[PATCH] Btrfs: fix data corruption due to cloning of eof block
 2018-11-07 20:49 UTC  (2+ messages)

[PATCH v4 0/2] btrfs: Add zstd support to grub btrfs
 2018-11-07 11:08 UTC  (6+ messages)
` [PATCH v4 2/2] "
  ` [PATCH v4 1/2] Import upstream zstd-1.3.6

[PATCH 00/13] btrfs-progs: fixes of file extent in original and lowmem check
 2018-11-07  9:14 UTC  (15+ messages)
` [PATCH 09/13] btrfs-progs: Revert "btrfs-progs: Record orphan data extent ref to corresponding root."
` [PATCH 10/13] btrfs-progs: check: fix bug in find_possible_backrefs
` [PATCH 11/13] btrfs-progs: check: Delete file extent item with unaligned extent backref

[PATCH] btrfs: avoid link error with CONFIG_NO_AUTO_INLINE
 2018-11-06 15:04 UTC  (6+ messages)


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).