linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-07-12 08:50:41 to 2017-07-17 21:47:22 UTC [more...]

bind mounts on btrfs cause mountinfo confusion
 2017-07-17 21:47 UTC 

[PATCH 0/4] Compression
 2017-07-17 18:46 UTC  (5+ messages)
` [PATCH 1/4] btrfs: rename variable holding per-inode compression type
` [PATCH 2/4] btrfs: separate defrag and property compression
` [PATCH 3/4] btrfs: defrag: cleanup checking for compression status
` [PATCH 4/4] btrfs: allow defrag compress to override NOCOMPRESS attribute

[PATCH v3] Btrfs: add skeleton code for compression heuristic
 2017-07-17 18:30 UTC  (2+ messages)

[PATCH] btrfs: allow defrag compress to override NOCOMPRESS attribute
 2017-07-17 17:09 UTC  (6+ messages)

[PATCH] btrfs: prepare for extensions in compression options
 2017-07-17 16:22 UTC 

btrfs device ready purpose
 2017-07-17 15:54 UTC  (4+ messages)

BTRFS: error (device dm-2) in btrfs_run_delayed_refs:2960: errno=-17 Object already exists
 2017-07-17 11:05 UTC  (11+ messages)
` BTRFS: error (device dm-2) in btrfs_run_delayed_refs:2960: errno=-17 Object already exists (since 3.4 / 2012)

btrfs-cleaner causing heavy load
 2017-07-17  8:03 UTC 

[PATCH v3 0/2] New qgroup creation / removal ioctls
 2017-07-17  7:03 UTC  (5+ messages)
` [PATCH v3 1/2] btrfs: Fail on removing qgroup if del_qgroup_item fails
` [PATCH v3 2/2] btrfs: Add new ioctl uapis for qgroup creation / removal

segfault on btrfs --repair
 2017-07-17  6:30 UTC  (2+ messages)

Unable to mount filesystem
 2017-07-16 13:55 UTC  (2+ messages)

Destination's Received UUID and source's UUID are not the same
 2017-07-16  6:22 UTC  (2+ messages)

[PATCH] btrfs: Refactor count handling in btrfs_unpin_free_ino()
 2017-07-15 11:00 UTC 

[PATCH] Btrfs: fix early ENOSPC due to delalloc
 2017-07-15 10:35 UTC  (5+ messages)

[PATCH v5 01/15] btrfs-progs: Introduce new btrfs_map_block function which returns more unified result
 2017-07-15  9:20 UTC  (16+ messages)
` [PATCH v5 02/15] btrfs-progs: Allow __btrfs_map_block_v2 to remove unrelated stripes
` [PATCH v5 03/15] btrfs-progs: csum: Introduce function to read out data csums
` [PATCH v5 04/15] btrfs-progs: scrub: Introduce structures to support offline scrub for RAID56
` [PATCH v5 05/15] btrfs-progs: scrub: Introduce functions to scrub mirror based tree block
` [PATCH v5 06/15] btrfs-progs: scrub: Introduce functions to scrub mirror based data blocks
` [PATCH v5 07/15] btrfs-progs: scrub: Introduce function to scrub one mirror-based extent
` [PATCH v5 08/15] btrfs-progs: scrub: Introduce function to scrub one data stripe
` [PATCH v5 09/15] btrfs-progs: scrub: Introduce function to verify parities
` [PATCH v5 10/15] btrfs-progs: extent-tree: Introduce function to check if there is any extent in given range
` [PATCH v5 11/15] btrfs-progs: scrub: Introduce function to recover data parity
` [PATCH v5 12/15] btrfs-progs: scrub: Introduce helper to write a full stripe
` [PATCH v5 13/15] btrfs-progs: scrub: Introduce a function to scrub one "
` [PATCH v5 14/15] btrfs-progs: scrub: Introduce function to check a whole block group
` [PATCH v5 15/15] btrfs-progs: scrub: Introduce offline scrub function

[GIT PULL] Btrfs for 4.13, part 2
 2017-07-14 20:16 UTC 

[PATCH 0/4] Function parameter reductions
 2017-07-14 18:30 UTC  (5+ messages)
` [PATCH 1/4] btrfs: get fs_info from eb in btrfs_print_leaf, remove argument
` [PATCH 2/4] btrfs: get fs_info from eb in btrfs_print_tree, "
` [PATCH 3/4] btrfs: cleanup types storing REQ_*
` [PATCH 4/4] btrfs: merge REQ_OP and REQ_ flags to one parameter in submit_extent_page

[PATCH 0/5] GFP flags and allocation cleanups
 2017-07-14 17:35 UTC  (6+ messages)
` [PATCH 1/5] btrfs: use GFP_KERNEL in mount and remount
` [PATCH 2/5] btrfs: use GFP_KERNEL in btrfs_defrag_file
` [PATCH 3/5] btrfs: defrag: make readahead state allocation failure non-fatal
` [PATCH 4/5] btrfs: factor reading progress out of btrfs_dev_replace_status
` [PATCH 5/5] btrfs: simplify btrfs_dev_replace_kthread

[PATCH] Btrfs: fix write corruption due to bio cloning on raid5/6
 2017-07-14 16:56 UTC  (13+ messages)

Btrfs cross-subvolume inode scheme not working as intended with snapshots?
 2017-07-14 16:38 UTC  (2+ messages)

[PATCH] Btrfs: fix unexpected return value of bio_readpage_error
 2017-07-14 16:30 UTC  (4+ messages)

[PATCH v3 0/2] New qgroup creation / removal ioctl
 2017-07-14 15:09 UTC 

Temporary changes regarding btrfs branch in linux-next and development patches
 2017-07-14 14:31 UTC  (2+ messages)

Btrfs check reports errors, filesystem seems fine
 2017-07-14 12:45 UTC  (14+ messages)

[PATCH v2] Btrfs: add skeleton code for compression heuristic
 2017-07-14 12:24 UTC  (2+ messages)

[PATCH] Btrfs: add skeleton code for compression heuristic
 2017-07-14 10:30 UTC 

[PATCH] btrfs: Remove unused variables from btrfs_async_reclaim_metadata_space
 2017-07-14  8:46 UTC 

[PATCH v4 0/6] Chunk level degradable check
 2017-07-14  8:19 UTC  (10+ messages)
` [PATCH v4 1/6] btrfs: Introduce a function to check if all chunks a OK for degraded rw mount

[PATCH 1/3] btrfs-progs: check: verify name in dir_item for original mode
 2017-07-14  7:47 UTC  (3+ messages)
` [PATCH 2/3] btrfs-progs: check: verify dir item name and hash in lowmem mode
` [PATCH 3/3] btrfs-progs: fsck-test: case for corrupted dir item name

[PATCH 0/3] Cleanup volume.c of unused parameters/variables
 2017-07-14  7:03 UTC  (8+ messages)
` [PATCH 1/3] btrfs: Remove unused variables
    ` [PATCH 3/3] btrfs: Remove find_raid56_stripe_len
      ` [PATCH v2] "
` [PATCH 2/3] btrfs: Remove unused parameters from volume.c functions

BTRFS file I/O with O_DIRECT
 2017-07-14  6:53 UTC  (3+ messages)

[PATCH] btrfs-progs: add support to sort by topid
 2017-07-14  6:26 UTC  (6+ messages)

Containers, Btrfs vs Btrfs + overlayfs
 2017-07-14  3:18 UTC  (8+ messages)

[PATCH] btrfs: btrfs_create_repair_bio never fails, skip error handling
 2017-07-13 16:38 UTC  (2+ messages)

[PATCH] btrfs: cloned bios must not be iterated by bio_for_each_segment_all
 2017-07-13 16:37 UTC  (2+ messages)

[PATCH] btrfs: drop newlines from strings when using btrfs_* helpers
 2017-07-13 14:30 UTC  (2+ messages)

[PATCH] btrfs: Remove never reached code
 2017-07-13 11:11 UTC  (3+ messages)
  ` [PATCH v2] btrfs: Remove never reached error handling code in __add_reloc_root

[PATCH v2] btrfs: add mount umount logs
 2017-07-13  7:22 UTC  (2+ messages)
` Fwd: "

degraded raid scribbling upon wrong device
 2017-07-13  6:40 UTC 

[PATCH v3 00/13] use rbtrees for preliminary backrefs
 2017-07-13  0:51 UTC  (11+ messages)
` [PATCH v3 08/13] btrfs: convert prelimary reference tracking to use rbtrees
` [PATCH v3 09/13] btrfs: add a node counter to each of the rbtrees
` [PATCH v3 10/13] btrfs: backref, add tracepoints for prelim_ref insertion and merging
` [PATCH v3 11/13] btrfs: add cond_resched() calls when resolving backrefs
` [PATCH v3 12/13] btrfs: allow backref search checks for shared extents
` [PATCH v3 13/13] btrfs: clean up extraneous computations in add_delayed_refs

[PATCH] Btrfs: report errors when checksum is not found
 2017-07-12 23:20 UTC  (5+ messages)

[PATCH] btrfs-progs: add support to search subvolume by rootid and uuid
 2017-07-12 23:03 UTC  (4+ messages)
` [PATCH V2] "

[PATCH] btrfs-progs: Enable ThreadSanitizer, using D=tsan
 2017-07-12 22:53 UTC  (3+ messages)

[PATCH] btrfs-progs: Fix an infinite loop in btrfs_next_bg
 2017-07-12 22:34 UTC  (2+ messages)

[Patch v2] Btrfs-progs: fix infinite loop in find_free_extent
 2017-07-12 22:29 UTC  (2+ messages)

[PATCH] btrfs-progs: Fix missing internal deps in tests
 2017-07-12 22:26 UTC  (4+ messages)
` [PATCH] btrfs-progs: Tighten integer types in print-tree

[PATCH] btrfs-progs: fix the path use full_path as provided by the root info
 2017-07-12 22:16 UTC  (2+ messages)

[PATCH] btrfs-progs: Fix data races in btrfs-image
 2017-07-12 22:03 UTC  (2+ messages)

[PATCH] btrfs-progs: Fix data race in btrfs-convert
 2017-07-12 21:58 UTC  (2+ messages)

[PATCH] btrfs-progs: Use '-t btrfs' mount option in tests
 2017-07-12 21:52 UTC  (2+ messages)

Lock between userspace and btrfs-cleaner on extent_buffer
 2017-07-12 19:35 UTC  (9+ messages)

[PATCH] btrfs: Check if tgt_device is not null
 2017-07-12 17:19 UTC  (3+ messages)

[proposal] making filesystem tools more machine friendly
 2017-07-12 17:10 UTC  (2+ messages)

[PATCH 00/19] fs_info refactor part 2 (disk-io.h and volumes.h based)
 2017-07-12 15:57 UTC  (3+ messages)

[PATCH] btrfs: Prevent possible ERR_PTR() dereference
 2017-07-12 15:38 UTC  (4+ messages)

[PATCH v2 00/13] use rbtrees for preliminary backrefs
 2017-07-12 15:15 UTC  (5+ messages)
` [PATCH v2 08/13] btrfs: convert prelimary reference tracking to use rbtrees

[PATCH] btrfs: Remove redundant code
 2017-07-12 14:55 UTC  (2+ messages)

[PATCH] btrfs: qgroups: Fix BUG_ON condition
 2017-07-12 14:11 UTC  (7+ messages)

[PATCH v14.4 00/15] Btrfs In-band De-duplication
 2017-07-12  8:50 UTC  (7+ messages)
` [PATCH v14.4 08/15] btrfs: delayed-ref: Add support for increasing data ref under spinlock
` [PATCH v14.4 10/15] btrfs: dedupe: Implement btrfs_dedupe_calc_hash interface
` [PATCH v14.4 11/15] btrfs: ordered-extent: Add support for dedupe
` [PATCH v14.4 13/15] btrfs: dedupe: Add ioctl for inband dedupelication
` [PATCH v14.4 14/15] btrfs: relocation: Enhance error handling to avoid BUG_ON
` [PATCH v14.4 15/15] btrfs: dedupe: Introduce new reconfigure ioctl


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