linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-07-08 04:51:42 to 2016-07-15 03:56:42 UTC [more...]

mount btrfs takes 30 minutes, btrfs check runs out of memory
 2016-07-15  3:56 UTC  (13+ messages)

[PATCH] Btrfs-progs: fix btrfs-map-logical to only print extent mapping info
 2016-07-15  2:22 UTC  (2+ messages)

New btrfs sub command: btrfs inspect physical-find
 2016-07-15  0:40 UTC  (4+ messages)

[PATCH 0/3] Btrfs: fix free space tree bitmaps+tests on big-endian systems
 2016-07-14 23:47 UTC  (5+ messages)
` [PATCH 1/3] Btrfs: fix free space tree bitmaps "
` [PATCH 2/3] Btrfs: fix extent buffer bitmap tests "
` [PATCH 3/3] Btrfs: expand free space tree sanity tests to catch endianness bug

[BUG] Btrfs scrub sometime recalculate wrong parity in raid5: take two
 2016-07-14 21:20 UTC  (2+ messages)

FIDEDUPERANGE with src_length == 0
 2016-07-14 18:16 UTC  (7+ messages)

[PATCH] btrfs: allocate exact page array size in extent_buffer
 2016-07-14 16:21 UTC  (2+ messages)

btrfs replace performance with missing drive
 2016-07-14 12:01 UTC  (3+ messages)

btrfs on sparc64 results in kernel stack trace in 1 minute test
 2016-07-14 10:29 UTC  (2+ messages)

Hello world, python-btrfs
 2016-07-13 20:10 UTC  (5+ messages)

GPF in __mark_inode_dirty due to locked_inode_to_wb_and_lock_list returning NULL
 2016-07-13 18:07 UTC  (5+ messages)

[PATCH v2] Btrfs: fix extent buffer bitmap tests on big-endian systems
 2016-07-13 17:37 UTC 

[PATCH] btrfs-progs: add option to run balance as daemon
 2016-07-13 16:59 UTC  (12+ messages)

ERROR: ioctl(DEV_REPLACE_START) failed on "/mnt": Read-only file system
 2016-07-13 16:28 UTC  (2+ messages)

[PATCH] receive: strip root subvol path during process_clone
 2016-07-13 15:46 UTC  (5+ messages)

[PATCH] Btrfs: fix extent buffer bitmap tests on big-endian systems
 2016-07-13 15:03 UTC  (4+ messages)

[PATCH] btrfs: Add ratelimiting to printing facility
 2016-07-13 13:44 UTC  (9+ messages)
      ` [PATCH] btrfs: Ratelimit message printing
          ` [PATCH 1/2] btrfs: Ratelimit an info message
          ` [PATCH 2/2] btrfs: Add ratelimit to btrfs printing

ERROR: ioctl(DEV_REPLACE_START) failed on "/mnt": Read-only file system
 2016-07-13  7:21 UTC  (2+ messages)

[PATCH v6 00/20] xfstests: minor fixes for the reflink/dedupe tests
 2016-07-13  5:28 UTC  (3+ messages)

btrfs module does not load on sparc64
 2016-07-12 22:47 UTC  (3+ messages)

[PATCH v2] Btrfs: fix unexpected balance crash due to BUG_ON
 2016-07-12 18:24 UTC  (5+ messages)
` [PATCH v3] "

[PATCH] Btrfs: fix panic in balance due to EIO
 2016-07-12 18:01 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v2] Btrfs: fix eb memory leak due to readpage failure
 2016-07-12 17:30 UTC  (9+ messages)
` [PATCH v3] "

[PATCH] Btrfs: change BUG_ON()'s to ASSERT()'s in backref_cache_cleanup()
 2016-07-12 16:17 UTC  (2+ messages)

[PATCH v2] btrfs: fix free space calculation in dump_space_info()
 2016-07-12 16:12 UTC  (3+ messages)

[PATCH V20 00/19] Allow I/O on blocks whose size is less than page size
 2016-07-12 16:06 UTC  (3+ messages)
` [PATCH V20 19/19] Btrfs: subpage-blocksize: Rate limit scrub error message

64-btrfs.rules and degraded boot
 2016-07-12 15:34 UTC  (18+ messages)

[PATCH 3/3] btrfs: test that send does not issue invalid rmdir operations
 2016-07-02 20:19 UTC  (2+ messages)
` [PATCH v2 "

[PATCH 2/3] btrfs: add test for incremental send after removing a directory
 2016-07-02 20:16 UTC  (2+ messages)
` [PATCH v2 "

[PATCH 1/3] btrfs: add test for an incremental send after moving directories around
 2016-07-12  8:36 UTC  (4+ messages)
` [PATCH v2 "

raid1 has failing disks, but smart is clear
 2016-07-12  4:50 UTC  (13+ messages)

[PATCH v12.1 00/15] Btrfs in-band de-duplication
 2016-07-12  4:50 UTC  (19+ messages)
` [PATCH v12.1 01/15] btrfs: expand cow_file_range() to support in-band dedup and subpage-blocksize
` [PATCH v12.1 02/15] btrfs: dedupe: Introduce dedupe framework and its header
` [PATCH v12.1 03/15] btrfs: dedupe: Introduce function to initialize dedupe info
` [PATCH v12.1 04/15] btrfs: dedupe: Introduce function to add hash into in-memory tree
` [PATCH v12.1 05/15] btrfs: dedupe: Introduce function to remove hash from "
` [PATCH v12.1 06/15] btrfs: delayed-ref: Add support for increasing data ref under spinlock
` [PATCH v12.1 07/15] btrfs: dedupe: Introduce function to search for an existing hash
` [PATCH v12.1 08/15] btrfs: dedupe: Implement btrfs_dedupe_calc_hash interface
` [PATCH v12.1 09/15] btrfs: ordered-extent: Add support for dedupe
` [PATCH v12.1 10/15] btrfs: dedupe: Inband in-memory only de-duplication implement
` [PATCH v12.1 11/15] btrfs: dedupe: Add ioctl for inband dedupelication
` [PATCH v12.1 12/15] btrfs: relocation: Enhance error handling to avoid BUG_ON
` [PATCH v12.1 13/15] btrfs: improve inode's outstanding_extents computation
` [PATCH v12.1 14/15] btrfs: dedupe: fix false ENOSPC
` [PATCH v12.1 15/15] btrfs: dedupe: Introduce new reconfigure ioctl

Unable to mount degraded RAID5
 2016-07-11 19:25 UTC  (19+ messages)

stat() on btrfs reports the st_blocks with delay (data loss in archivers)
 2016-07-11 17:30 UTC  (5+ messages)

btrfs won't mount to /home
 2016-07-11 14:12 UTC  (3+ messages)

[PATCH 1/2] btrfs: use correct offset for reloc_inode in prealloc_file_extent_cluster()
 2016-07-11 11:34 UTC  (3+ messages)
` [PATCH 2/2] btrfs: fix false ENOSPC for btrfs_fallocate()

[PATCH 2/2] btrfs: fix free space calculation in dump_space_info()
 2016-07-11 11:27 UTC  (5+ messages)

[RESEND PATCH] btrfs: Handle uninitialised inode eviction
 2016-07-11 11:20 UTC  (4+ messages)

[PATCH 7/7] Btrfs: send, avoid incorrect leaf accesses when sending utimes operations
 2016-07-02 12:31 UTC 

[PATCH 6/7] Btrfs: send, fix invalid leaf accesses due to incorrect utimes operations
 2016-07-02 12:30 UTC 

[PATCH 5/7] Btrfs: send, fix warning due to late freeing of orphan_dir_info structures
 2016-07-02 12:30 UTC 

[PATCH 4/7] Btrfs: incremental send, fix premature rmdir operations
 2016-07-02 12:30 UTC 

[PATCH 3/7] Btrfs: incremental send, fix invalid paths for rename operations
 2016-07-02 12:30 UTC 

[PATCH 2/7] Btrfs: send, add missing error check for calls to path_loop()
 2016-07-02 12:29 UTC 

[PATCH 1/7] Btrfs: send, fix failure to move directories with the same name around
 2016-07-02 12:29 UTC 

[RESEND PATCH] btrfs: Fix slab accounting flags
 2016-07-11 10:52 UTC  (2+ messages)

A lot warnings in dmesg while running thunderbird
 2016-07-11 10:51 UTC  (12+ messages)

can't use btrfs on USB-stick (write errors)
 2016-07-11 10:51 UTC  (2+ messages)

[PATCH] btrfs-progs: dedupe-inband enable/reconfigure: force option does not take argument
 2016-07-11 10:28 UTC  (2+ messages)

[PATCH] btrfs-progs: du: fix to skip not btrfs dir/file
 2016-07-11 10:20 UTC  (6+ messages)

filesystem read only after power outage
 2016-07-10  3:39 UTC  (3+ messages)

rollback to a snapshot and delete old top volume - missing of "@"
 2016-07-09 12:45 UTC  (11+ messages)

[PATCH v2] btrfs-progs: du: fix to skip not btrfs dir/file
 2016-07-09  5:53 UTC 

[PATCH] Btrfs: fix unexpected balance crash due to BUG_ON
 2016-07-08 21:26 UTC  (5+ messages)

Frequent btrfs corruption on a USB flash drive
 2016-07-08 18:16 UTC  (5+ messages)

[bug report] btrfs: root->fs_info cleanup, add fs_info convenience variables
 2016-07-08 16:40 UTC 

[PATCH] btrfs: fix WARNING in btrfs_select_ref_head()
 2016-07-08 15:27 UTC  (2+ messages)

[PATCH] btrfs-progs: add the error message when open fails
 2016-07-08 15:08 UTC  (4+ messages)

[PATCH RFC] don't background blkdev_put()
 2016-07-08 14:56 UTC  (2+ messages)

[PATCH] Btrfs: fix BUG_ON in btrfs_submit_compressed_write
 2016-07-08 14:47 UTC  (4+ messages)

Out of space error even though there's 100 GB unused?
 2016-07-08 14:43 UTC  (7+ messages)

[PATCH 2/2] btrfs: wait for bdev put
 2016-07-08 14:13 UTC  (3+ messages)
` [PATCH v3 2/2] btrfs: make sure device is synced before return

errors with linux-next-20160701
 2016-07-08 13:57 UTC  (3+ messages)

kdave/for-next commit 26112f7f472
 2016-07-08 13:37 UTC  (5+ messages)

[PATCH 00/31] btrfs: simplify use of struct btrfs_root pointers
 2016-07-08 12:50 UTC  (7+ messages)
` [PATCH 05/31] btrfs: tests, require fs_info for root

[PATCH] btrfs-progs: tests: 006-image-on-missing-device: fix btrfs tool path
 2016-07-08 10:28 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).