linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-08-29 17:50:20 to 2018-09-04 19:47:03 UTC [more...]

[PATCH 00/35] My current patch queue
 2018-09-04 15:21 UTC  (71+ 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

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

RAID1 & BTRFS critical (device sda2): corrupt leaf, bad key order
 2018-09-04 12:33 UTC  (4+ messages)

fsck lowmem mode only: ERROR: errors found in fs roots
 2018-09-04 11:45 UTC  (5+ 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  (19+ 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  (11+ messages)
` [RFC PATCH 1/6] btrfs-progs: splitcmd-gen.sh: create btrfs-<subcommand> binaries for selected subcommands
` [RFC PATCH 2/6] btrfs-progs: add btrfs-<subcommand> source files generated by splitcmd-gen.sh
` [RFC PATCH 3/6] btrfs-progs: Makefile: add "install-splitcmd-setcap" target, installs splitcmd binaries with appropriate capabilities
` [RFC PATCH 4/6] btrfs-progs: Makefile: include Makefile.install_setcap generated by splitcmd-gen.sh
` [RFC PATCH 5/6] btrfs-progs: Makefile: move progs_splitcmd variable to Makefile.install_setcap
` [RFC PATCH 6/6] btrfs-progs: add splitcmd binaries to gitignore

[PATCH] btrfs-progs: dump-tree: print invalid argument and strerror
 2018-08-30  9:08 UTC 

[PATCH v2] btrfs: Always check nocow for quota enabled case to make sure we won't reserve unnecessary data space
 2018-08-30  2:14 UTC  (9+ messages)

[PATCH] btrfs: extent-tree.c: Remove redundant variable from btrfs_cross_ref_exist()
 2018-08-30  1:59 UTC 

[PATCH 0/6] btrfs-progs: Variant fixes for fuzz-tests
 2018-08-30  1:16 UTC  (13+ messages)
` [PATCH 1/6] btrfs-progs: Exit gracefully if we hit ENOSPC when allocating tree block
` [PATCH 2/6] btrfs-progs: Exit gracefully when failed to repair root dir item
` [PATCH 3/6] btrfs-progs: Don't report dirty leaked eb using BUG_ON
` [PATCH 5/6] btrfs-progs: Exit gracefull when we failed to alloc dev extent
` [PATCH 6/6] btrfs-progs: rescue-super: Don't double free fs_devices

btrfs fi du unreliable?
 2018-08-29 14:33 UTC  (4+ messages)

[PATCH v3 0/2] btrfs: trim enhancement to allow btrfs really trim block groups
 2018-08-29 14:40 UTC  (7+ messages)
` [PATCH v3 1/2] btrfs: Enhance btrfs_trim_fs function to handle error better
` [PATCH v3 2/2] btrfs: Ensure btrfs_trim_fs can trim the whole fs


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