linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-20 13:32:36 to 2016-04-27 01:29:38 UTC [more...]

[PATCH v10 00/21] Btrfs dedupe framework
 2016-04-27  1:29 UTC  (3+ messages)
` [PATCH v10 11/21] btrfs: dedupe: Add ioctl for inband dedupelication

[PATCH] Btrfs: fix qgroup accounting when snapshotting
 2016-04-27  1:19 UTC  (3+ messages)

[PATCH v4] btrfs: qgroup: Fix qgroup accounting when creating snapshot
 2016-04-27  1:12 UTC  (12+ messages)

Add device while rebalancing
 2016-04-27  0:58 UTC  (12+ messages)

[PATCH] Btrfs: fix divide error upon chunk's stripe_len
 2016-04-27  0:53 UTC 

[PATCH] btrfs-progs: fsck: Fix found bytes accounting error
 2016-04-27  0:47 UTC  (3+ messages)

[PATCH v2 0/2] Fix for race in relocation and avoid start and wait for unrelated IO
 2016-04-26 19:48 UTC  (8+ messages)
` [PATCH v2 1/2] Btrfs: don't wait for unrelated IO to finish before relocation
` [PATCH v2 2/2] Btrfs: don't do unnecessary delalloc flushes when relocating
  ` [PATCH v3 "

[PATCH 0/2] scop GFP_NOFS api
 2016-04-26 23:07 UTC  (5+ messages)
` [PATCH 1/2] mm: add PF_MEMALLOC_NOFS
` [PATCH 2/2] mm, debug: report when GFP_NO{FS,IO} is used explicitly from memalloc_no{fs,io}_{save,restore} context

[PATCH 0/3] Minor updates to sysfs
 2016-04-26 21:44 UTC  (6+ messages)
` [PATCH 1/3] btrfs: add read-only check to sysfs handler of features
` [PATCH 2/3] btrfs: add check to sysfs handler of label
` [PATCH 3/3] btrfs: sysfs: protect reading label by lock

Question: raid1 behaviour on failure
 2016-04-26 16:42 UTC  (27+ messages)

[PATCH V18 00/18] Allow I/O on blocks whose size is less than page size
 2016-04-26 15:51 UTC  (23+ messages)
` [PATCH V18 01/18] Btrfs: subpage-blocksize: Fix whole page read
` [PATCH V18 02/18] Btrfs: subpage-blocksize: Fix whole page write
` [PATCH V18 03/18] Btrfs: subpage-blocksize: Make sure delalloc range intersects with the locked page's range
` [PATCH V18 04/18] Btrfs: subpage-blocksize: Define extent_buffer_head
` [PATCH V18 05/18] Btrfs: subpage-blocksize: Read tree blocks whose size is < PAGE_SIZE
` [PATCH V18 06/18] Btrfs: subpage-blocksize: Write only dirty extent buffers belonging to a page
` [PATCH V18 07/18] Btrfs: subpage-blocksize: Allow mounting filesystems where sectorsize < PAGE_SIZE
` [PATCH V18 08/18] Btrfs: subpage-blocksize: Deal with partial ordered extent allocations
` [PATCH V18 09/18] Btrfs: subpage-blocksize: Explicitly track I/O status of blocks of an ordered extent
` [PATCH V18 10/18] Btrfs: subpage-blocksize: btrfs_punch_hole: Fix uptodate blocks check
` [PATCH V18 11/18] Btrfs: subpage-blocksize: Prevent writes to an extent buffer when PG_writeback flag is set
` [PATCH V18 12/18] Revert "btrfs: fix lockups from btrfs_clear_path_blocking"
` [PATCH V18 13/18] Btrfs: subpage-blocksize: Fix file defragmentation code
` [PATCH V18 14/18] Btrfs: subpage-blocksize: extent_clear_unlock_delalloc: Prevent page from being unlocked more than once
` [PATCH V18 15/18] Btrfs: subpage-blocksize: Enable dedupe ioctl
` [PATCH V18 16/18] Btrfs: btrfs_clone: Flush dirty blocks of a page that do not map the clone range
` [PATCH V18 17/18] Btrfs: subpage-blocksize: Make file extent relocate code subpage blocksize aware
` [PATCH V18 18/18] Btrfs: subpage-blocksize: __btrfs_lookup_bio_sums: Set offset when moving to a new bio_vec

[PATCH 0/3] Fixes for races in relocation and avoid start and wait for unrelated IO
 2016-04-26 14:23 UTC  (6+ messages)
` [PATCH 1/3] Btrfs: fix race in relocation that makes us miss extents
` [PATCH 2/3] Btrfs: don't wait for unrelated IO to finish before relocation
` [PATCH 3/3] Btrfs: don't do unnecessary delalloc flushes when relocating

[PATCH] fstests: test creating a symlink and then fsync its parent directory
 2016-04-25  4:26 UTC 

[PATCH] Btrfs: fix empty symlink after creating symlink and fsync parent dir
 2016-04-25  4:25 UTC 

[PATCH RFC 00/16] Introduce low memory usage btrfsck mode
 2016-04-26 13:38 UTC  (18+ messages)
` [PATCH RFC 01/16] btrfs-progs: fsck: Introduce function to check tree block backref in extent tree
` [PATCH RFC 02/16] btrfs-progs: fsck: Introduce function to check data "
` [PATCH RFC 03/16] btrfs-progs: fsck: Introduce function to query tree block level
` [PATCH RFC 04/16] btrfs-progs: fsck: Introduce function to check referencer of a backref
` [PATCH RFC 05/16] btrfs-progs: fsck: Introduce function to check shared block ref
` [PATCH RFC 06/16] btrfs-progs: fsck: Introduce function to check referencer for data backref
` [PATCH RFC 07/16] btrfs-progs: fsck: Introduce function to check shared "
` [PATCH RFC 08/16] btrfs-progs: fsck: Introduce function to check an extent
` [PATCH RFC 09/16] btrfs-progs: fsck: Introduce function to check dev extent item
` [PATCH RFC 10/16] btrfs-progs: fsck: Introduce function to check dev used space
` [PATCH RFC 11/16] btrfs-progs: fsck: Introduce function to check block group item
` [PATCH RFC 12/16] btrfs-progs: fsck: Introduce function to check chunk item
` [PATCH RFC 13/16] btrfs-progs: fsck: Introduce hub function for later fsck
` [PATCH RFC 14/16] btrfs-progs: fsck: Introduce function to speed up fs tree check
` [PATCH RFC 15/16] btrfs-progs: fsck: Introduce traversal function for fsck
` [PATCH RFC 16/16] btrfs-progs: fsck: Introduce low memory mode

[PATCH 00/18] Allow I/O on blocks whose size is less than page size
 2016-04-26 13:23 UTC 

[PATCH 0/2] Fixups for pending branches after PAGE_CACHE_/page_cache_ removal
 2016-04-26 10:44 UTC  (3+ messages)
` [PATCH 1/2] btrfs: btrfs_read_disk_super: PAGE_CACHE_ removal related fixups
` [PATCH 2/2] btrfs: __btrfs_buffered_write: "

Install to or Recover RAID Array Subvolume Root?
 2016-04-26  9:23 UTC  (5+ messages)

empty disk reports full
 2016-04-26  6:08 UTC  (4+ messages)

Possible Double Freeing of dentry in check_parent_dirs_for_sync
 2016-04-26  3:19 UTC  (4+ messages)

btrfs_destroy_inode WARN_ON
 2016-04-26  1:40 UTC  (5+ messages)

[PATCH v8 00/27][For 4.7] Btrfs: Add inband (write time) de-duplication framework
 2016-04-26  0:50 UTC  (18+ messages)
` [PATCH v8 19/27] btrfs: try more times to alloc metadata reserve space

[PATCH 1/2] btrfs: use dynamic allocation for root item in create_subvol
 2016-04-26  0:18 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 1/3] btrfs: use fs_info directly
 2016-04-25 16:32 UTC  (5+ messages)
` [PATCH 2/3] btrfs: keep sysfs target add in the last
` [PATCH 3/3] btrfs: refactor btrfs_dev_replace_start for reuse

[PATCH v5 00/13] Introduce device state 'failed', spare device and auto replace
 2016-04-25 15:35 UTC  (2+ messages)

[PATCH] btrfs: cleanup assigning next active device with a check
 2016-04-25 15:15 UTC  (2+ messages)

[PATCH] btrfs: fix lock dep warning, move scratch dev out of device_list_mutex and uuid_mutex
 2016-04-25 15:09 UTC  (2+ messages)

[PATCH] btrfs-progs: Restrict e2fsprogs version for new convert
 2016-04-25 14:55 UTC  (4+ messages)

[PATCH] Btrfs: use root when checking need_async_flush
 2016-04-25 13:58 UTC 

primary location of btrfs-progs changelog: The wiki?
 2016-04-25 13:50 UTC  (8+ messages)

[patch] btrfs: send: silence an integer overflow warning
 2016-04-25 12:49 UTC  (2+ messages)

Btrfs fails desatrerous on fuzzy tests
 2016-04-25 12:44 UTC  (2+ messages)

[PATCH] btrfs: Switch to generic xattr handlers
 2016-04-25 12:28 UTC  (2+ messages)

[PATCH 1/3] btrfs-progs: Fix return value bug of qgroups check
 2016-04-25 12:09 UTC  (2+ messages)

[PATCH] btrfs-progs: prop: remove an unnecessary condition on parse_args
 2016-04-25 12:02 UTC  (2+ messages)

[PATCH 1/4] btrfs-progs: Avoid interpreting options after "--" when getting unit mode
 2016-04-25 11:59 UTC  (4+ messages)
` [PATCH 4/4] btrfs-progs: "device ready" accepts just one device

btrfs forced readonly + errno=-28 No space left
 2016-04-25 10:53 UTC  (5+ messages)

restore is failing
 2016-04-25  2:05 UTC  (3+ messages)

About fi du and reflink/dedupe
 2016-04-25  0:46 UTC  (3+ messages)

dstat shows unexpected result for two disk RAID1
 2016-04-22 22:36 UTC  (10+ messages)

[PATCH] btrfs: Test that qgroup counts are valid after snapshot creation
 2016-04-22 20:47 UTC  (5+ messages)

random i/o error without error in dmesg
 2016-04-22 13:17 UTC  (3+ messages)

KERNEL PANIC + CORRUPTED BTRFS?
 2016-04-22  9:37 UTC  (13+ messages)
                    ` Fwd: "

[PATCH v4 0/9] Btrfs: free space B-tree
 2016-04-22  8:28 UTC  (4+ messages)
` [PATCH v4 6/9] Btrfs: implement the "

Raid5 replace disk problems
 2016-04-22  1:27 UTC  (2+ messages)

[PATCH v2] btrfs: Test that qgroup counts are valid after snapshot creation
 2016-04-21 23:58 UTC 

btrfs forced readonly + errno=-28 No space left
 2016-04-21 18:44 UTC 

btrfs-progs confusing message
 2016-04-21 16:53 UTC  (3+ messages)

"/tmp/mnt.", and not honouring compression
 2016-04-21 14:42 UTC  (3+ messages)

Infinite loop/hang in in btrfs_find_space_cluster()
 2016-04-21  5:50 UTC  (3+ messages)

Kernel crash if both devices in raid1 are failing
 2016-04-21  3:45 UTC  (7+ messages)

BTRFS: assertion failed: num_extents, file: fs/btrfs/extent-tree.c, line: 5584
 2016-04-20 22:09 UTC 


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