linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-08-30 19:24:27 to 2018-09-05 12:10:10 UTC [more...]

[PATCH 0/8 V2] Add delayed-refs support to btrfs-progs
 2018-09-05  7:41 UTC  (6+ messages)
` [PATCH 5/8] btrfs-progs: Wire up delayed refs

fsck lowmem mode only: ERROR: errors found in fs roots
 2018-09-05  7:04 UTC  (6+ messages)

[PATCH 0/4] btrfs-progs: print-tree: breadth-first tree print order
 2018-09-05  6:29 UTC  (5+ messages)
` [PATCH 1/4] btrfs-progs: print-tree: Skip deprecated blockptr / nodesize output
` [PATCH 2/4] btrfs-progs: Replace root parameter using fs_info for reada_for_search()
` [PATCH 3/4] btrfs-progs: Introduce function to find next sibling tree block
` [PATCH 4/4] btrfs-progs: print-tree: Use breadth-first search for btrfs_print_tree()

[PATCH] Btrfs: remove confusing tracepoint in btrfs_add_reserved_bytes
 2018-09-05  6:00 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] Btrfs: remove redundant btrfs_trans_release_metadata"
 2018-09-05  5:58 UTC  (2+ messages)

[PATCH] btrfs: qgroup: Don't trace subtree if we're dropping tree reloc tree
 2018-09-05  5:03 UTC 

[PATCH] btrfs: defrag: use btrfs_mod_outstanding_extents in cluster_pages_for_defrag
 2018-09-05  3:07 UTC 

nbdkit as a flexible alternative to loopback mounts
 2018-09-05  1:55 UTC 

[PATCH 00/35] My current patch queue
 2018-09-05  1:44 UTC  (79+ messages)
` [PATCH 01/35] btrfs: add btrfs_delete_ref_head helper
` [PATCH 02/35] btrfs: add cleanup_ref_head_accounting helper
` [PATCH 03/35] btrfs: use cleanup_extent_op in check_ref_cleanup
` [PATCH 04/35] btrfs: only track ref_heads in delayed_ref_updates
` [PATCH 05/35] btrfs: introduce delayed_refs_rsv
` [PATCH 06/35] btrfs: check if free bgs for commit
` [PATCH 07/35] btrfs: dump block_rsv whe dumping space info
` [PATCH 08/35] btrfs: release metadata before running delayed refs
` [PATCH 09/35] btrfs: protect space cache inode alloc with nofs
` [PATCH 10/35] btrfs: fix truncate throttling
` [PATCH 11/35] btrfs: don't use global rsv for chunk allocation
` [PATCH 12/35] btrfs: add ALLOC_CHUNK_FORCE to the flushing code
` [PATCH 13/35] btrfs: reset max_extent_size properly
` [PATCH 14/35] btrfs: don't enospc all tickets on flush failure
` [PATCH 15/35] btrfs: run delayed iputs before committing
` [PATCH 16/35] btrfs: loop in inode_rsv_refill
` [PATCH 17/35] btrfs: move the dio_sem higher up the callchain
` [PATCH 18/35] btrfs: set max_extent_size properly
` [PATCH 19/35] btrfs: don't use ctl->free_space for max_extent_size
` [PATCH 20/35] btrfs: reset max_extent_size on clear in a bitmap
` [PATCH 21/35] btrfs: only run delayed refs if we're committing
` [PATCH 22/35] btrfs: make sure we create all new bgs
` [PATCH 23/35] btrfs: assert on non-empty delayed iputs
` [PATCH 24/35] btrfs: pass delayed_refs_root to btrfs_delayed_ref_lock
` [PATCH 25/35] btrfs: make btrfs_destroy_delayed_refs use btrfs_delayed_ref_lock
` [PATCH 26/35] btrfs: make btrfs_destroy_delayed_refs use btrfs_delete_ref_head
` [PATCH 27/35] btrfs: handle delayed ref head accounting cleanup in abort
` [PATCH 28/35] btrfs: call btrfs_create_pending_block_groups unconditionally
` [PATCH 29/35] btrfs: just delete pending bgs if we are aborted
` [PATCH 30/35] btrfs: cleanup pending bgs on transaction abort
` [PATCH 31/35] btrfs: clear delayed_refs_rsv for dirty bg cleanup
` [PATCH 32/35] btrfs: only free reserved extent if we didn't insert it
` [PATCH 33/35] btrfs: fix insert_reserved error handling
` [PATCH 34/35] btrfs: wait on ordered extents on abort cleanup
` [PATCH 35/35] MAINTAINERS: update my email address for btrfs

RAID1 & BTRFS critical (device sda2): corrupt leaf, bad key order
 2018-09-05  1:25 UTC  (7+ messages)

[RESEND][PATCH v5 0/2] vfs: fix dedupe permission check
 2018-09-04 20:40 UTC  (3+ messages)
` [PATCH v5 1/2] vfs: allow dedupe of user owned read-only files
` [PATCH v5 2/2] vfs: dedupe should return EPERM if permission is not granted

[PATCH] btrfs-progs: calibrate extent_end when found a gap
 2018-09-04 12:42 UTC 

[PATCH] btrfs-progs: Continue checking even we found something wrong in free space cache
 2018-09-04 12:41 UTC 

[PATCH] btrfs-progs: dump-tree: Introduce --breadth-first option
 2018-09-04 12:39 UTC  (4+ messages)

[PATCH v10.5 0/5] In-band de-duplication for btrfs-progs
 2018-09-04  7:07 UTC  (6+ messages)
` [PATCH v10.5 1/5] btrfs-progs: Basic framework for dedupe-inband command group
` [PATCH v10.5 2/5] btrfs-progs: dedupe: Add enable command for dedupe "
` [PATCH v10.5 3/5] btrfs-progs: dedupe: Add disable support for inband dedupelication
` [PATCH v10.5 4/5] btrfs-progs: dedupe: Add status subcommand
` [PATCH v10.5 5/5] btrfs-progs: dedupe: introduce reconfigure subcommand

[PATCH v15 00/13] Btrfs In-band De-duplication
 2018-09-04  6:59 UTC  (14+ messages)
` [PATCH v15 01/13] btrfs: dedupe: Introduce dedupe framework and its header
` [PATCH v15 02/13] btrfs: dedupe: Introduce function to initialize dedupe info
` [PATCH v15 03/13] btrfs: dedupe: Introduce function to add hash into in-memory tree
` [PATCH v15 04/13] btrfs: dedupe: Introduce function to remove hash from "
` [PATCH v15 05/13] btrfs: delayed-ref: Add support for increasing data ref under spinlock
` [PATCH v15 06/13] btrfs: dedupe: Introduce function to search for an existing hash
` [PATCH v15 07/13] btrfs: dedupe: Implement btrfs_dedupe_calc_hash interface
` [PATCH v15 08/13] btrfs: ordered-extent: Add support for dedupe
` [PATCH v15 09/13] btrfs: introduce type based delalloc metadata reserve
` [PATCH v15 10/13] btrfs: dedupe: Inband in-memory only de-duplication implement
` [PATCH v15 11/13] btrfs: dedupe: Add ioctl for inband deduplication
` [PATCH v15 12/13] btrfs: relocation: Enhance error handling to avoid BUG_ON
` [PATCH v15 13/13] btrfs: dedupe: Introduce new reconfigure ioctl

[PATCH 0/4] btrfs: quota: Skip unmodified tree blocks for balance
 2018-09-04  5:34 UTC  (5+ messages)
` [PATCH 1/4] btrfs: qgroup: Introduce trace event to analyse the number of dirty extents accounted
` [PATCH 2/4] btrfs: qgroup: Introduce function to trace two swaped extents
` [PATCH 3/4] btrfs: qgroup: Introduce function to find all new tree blocks of tree reloc tree
` [PATCH 4/4] btrfs: qgroup: Use generation aware subtree swap to mark dirty extents

Does ssd auto detected work for microSD cards?
 2018-09-04  4:22 UTC  (2+ messages)

IO errors when building RAID1.... ?
 2018-09-03 19:35 UTC  (10+ messages)

RAID1 & BTRFS critical (device sda2): corrupt leaf, bad key order
 2018-09-03 19:31 UTC  (2+ messages)

[PATCH 0/3] cleanup couple of device-related functions' retval
 2018-09-03 12:27 UTC  (8+ messages)
` [PATCH 1/3] btrfs: Make btrfs_find_device_by_path return struct btrfs_device
` [PATCH 2/3] btrfs: Make btrfs_find_device_missing_or_by_path return directly a device
` [PATCH 3/3] btrfs: Make btrfs_find_device_by_devspec return btrfs_device directly
` [PATCH] btrfs-progs: tests: Add test for missing device delete error value

[PATCH 1/2] btrfs-progs: fix kernel version parsing on some versions past 3.0
 2018-09-03 11:46 UTC  (9+ messages)
` [PATCH 2/2] btrfs-progs: defrag: open files RO on new enough kernels or if root
    ` [PATCH v2] btrfs-progs: defrag: open files RO on new enough kernels
        ` [PATCH v3] "

bug: btrfs-progs scrub -R flag doesn't show per device stats
 2018-09-03  3:11 UTC  (2+ messages)

[PATCH] btrfs-progs: docs: update document about option -R of btrfs-scrub
 2018-09-03  3:07 UTC 

[PATCH 0/4] Userspace support for FSID change
 2018-09-02 23:50 UTC  (6+ messages)

[PATCH v5 0/6] Btrfs: implement swap file support
 2018-08-31 22:36 UTC  (7+ messages)
` [PATCH v5 1/6] mm: split SWP_FILE into SWP_ACTIVATED and SWP_FS
` [PATCH v5 2/6] mm: export add_swap_extent()
` [PATCH v5 3/6] vfs: update swap_{,de}activate documentation
` [PATCH v5 4/6] Btrfs: prevent ioctls from interfering with a swap file
` [PATCH v5 5/6] Btrfs: rename get_chunk_map() and make it non-static
` [PATCH v5 6/6] Btrfs: support swap files

How to erase a RAID1 ?
 2018-08-31 16:38 UTC  (15+ messages)
      ` How to erase a RAID1 (+++)?

[PATCH] generic: test for deduplication between different files
 2018-08-31  5:10 UTC  (7+ messages)
  ` [patch] file dedupe (and maybe clone) data corruption (was Re: [PATCH] generic: test for deduplication between different files)

[PATCH 0/3] btrfs: qgroup: Deprecate unused features for btrfs_qgroup_inherit()
 2018-08-31  2:29 UTC  (4+ messages)
` [PATCH 1/3] btrfs: Set qgroup inherit size limit to SZ_4K instead of page size
` [PATCH 2/3] btrfs: qgroup: Validate btrfs_qgroup_inherit structure before passing it to qgroup
` [PATCH 3/3] btrfs: qgroup: Remove deprecated feature support in btrfs_qgorup_inhert()

[RFC PATCH 0/6] btrfs-progs: build distinct binaries for specific btrfs subcommands
 2018-08-30 17:23 UTC  (4+ 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).