linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-07-13 13:44:59 to 2017-07-20 15:20:17 UTC [more...]

strange No space left on device issues
 2017-07-20 15:20 UTC  (4+ messages)

[PATCH 0/4] Compression
 2017-07-20 11:02 UTC  (7+ 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

btrfs check --clear-space-cache v2- Aborted (core dumped)
 2017-07-20 10:31 UTC 

[PATCH v5 01/15] btrfs-progs: Introduce new btrfs_map_block function which returns more unified result
 2017-07-20  9:51 UTC  (24+ 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
` [PATCH 00/15] Btrfs-progs offline scrub

[PATCH] btrfs-progs: Use '-t btrfs' mount option in tests
 2017-07-20  9:40 UTC  (3+ messages)

btrfs cant mount -d single 4 volumes of different sizes hard drives
 2017-07-20  8:19 UTC  (2+ messages)

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

[PATCH] btrfs-progs: Specify C standard to gnu90 explicitly
 2017-07-20  4:57 UTC 

[PATCH] btrfs: fix lockup in find_free_extent with read-only block groups
 2017-07-20  3:25 UTC 

[PATCH] btrfs: make use of inode_need_compress()
 2017-07-20  2:22 UTC  (3+ messages)

[bug report] btrfs: get fs_info from eb in btrfs_print_leaf, remove argument
 2017-07-19 18:25 UTC  (2+ messages)

[PATCH] btrfs: account that we're waiting for IO in scrub_submit_raid56_bio_wait
 2017-07-19 17:56 UTC 

[PATCH] btrfs: account that we're waiting for DIO read
 2017-07-19 17:56 UTC 

[PATCH] Btrfs: fix dir item validation when replaying xattr deletes
 2017-07-19 16:46 UTC  (2+ messages)

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

btrfs-cleaner causing heavy load
 2017-07-19  2:59 UTC  (4+ messages)

BTRFS error on my raid1
 2017-07-18 19:19 UTC  (3+ messages)

bind mounts on btrfs cause mountinfo confusion
 2017-07-18 18:57 UTC  (3+ messages)

"detect-zeroes=unmap" support in Btrfs?
 2017-07-18 18:41 UTC  (2+ messages)

[PATCH v2 0/4] Add xxhash and zstd modules
 2017-07-18 18:21 UTC  (3+ messages)
` [PATCH v2 3/4] btrfs: Add zstd support

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

[PATCH 0/4] Device helper cleanups
 2017-07-18 15:40 UTC  (5+ messages)
` [PATCH 1/4] btrfs: merge alloc_device helpers
` [PATCH 2/4] btrfs: refactor find_device helper
` [PATCH 3/4] btrfs: split write_dev_supers to two functions
` [PATCH 4/4] btrfs: use named constant for bdev blocksize

[PATCH] btrfs: Use explicit round_down macro in btrfs resize ioctl handler
 2017-07-18 15:11 UTC  (2+ messages)

[PATCH] btrfs: btrfs_inherit_iflags() can be static
 2017-07-18 15:05 UTC  (2+ messages)

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

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

[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  (12+ 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 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

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)


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