Linux-BTRFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2016-01-28 19:50:32 to 2016-02-04 14:25:25 UTC [more...]

[PATCH 1/2] Btrfs: move kobj stuff out of dev_replace lock range
 2016-02-04 14:25 UTC  (4+ messages)
` [PATCH 2/2] Btrfs: fix lockdep deadlock warning due to dev_replace

[PATCH] btrfs-progs: describe btrfs-send requires read-only subvolume
 2016-02-04 14:20 UTC  (2+ messages)

[PATCH] btrfs-progs: Fix self-reference of man btrfs-subvolume
 2016-02-04 14:19 UTC  (2+ messages)

[PATCH 10/10] fs: btrfs: Replace CURRENT_TIME by current_fs_time()
 2016-02-04 14:14 UTC  (2+ messages)

btrfs-progs and btrfs(8) inconsistencies
 2016-02-04 12:53 UTC  (7+ messages)

Question about a specific error
 2016-02-04 12:18 UTC  (11+ messages)

btrfs partition spontaneously corrupted - No recovery options. Kernel oops / "Kernel Bug"?
 2016-02-04 11:58 UTC  (5+ messages)

[PATCH V14 00/15] Btrfs: Subpagesize-blocksize: Allow I/O on blocks whose size is less than page size
 2016-02-04  6:46 UTC  (16+ messages)
` [PATCH V14 01/15] Btrfs: subpagesize-blocksize: Fix whole page read
` [PATCH V14 02/15] Btrfs: subpagesize-blocksize: Fix whole page write
` [PATCH V14 03/15] Btrfs: subpagesize-blocksize: Make sure delalloc range intersects with the locked page's range
` [PATCH V14 04/15] Btrfs: subpagesize-blocksize: Define extent_buffer_head
` [PATCH V14 05/15] Btrfs: subpagesize-blocksize: Read tree blocks whose size is < PAGE_SIZE
` [PATCH V14 06/15] Btrfs: subpagesize-blocksize: Write only dirty extent buffers belonging to a page
` [PATCH V14 07/15] Btrfs: subpagesize-blocksize: Allow mounting filesystems where sectorsize != PAGE_SIZE
` [PATCH V14 08/15] Btrfs: subpagesize-blocksize: Deal with partial ordered extent allocations
` [PATCH V14 09/15] Btrfs: subpagesize-blocksize: Explicitly track I/O status of blocks of an ordered extent
` [PATCH V14 10/15] Btrfs: subpagesize-blocksize: btrfs_punch_hole: Fix uptodate blocks check
` [PATCH V14 11/15] Btrfs: subpagesize-blocksize: Prevent writes to an extent buffer when PG_writeback flag is set
` [PATCH V14 12/15] Revert "btrfs: fix lockups from btrfs_clear_path_blocking"
` [PATCH V14 13/15] Btrfs: subpagesize-blocksize: Fix file defragmentation code
` [PATCH V14 14/15] Btrfs: subpagesize-blocksize: extent_clear_unlock_delalloc: Prevent page from being unlocked more than once
` [PATCH V14 15/15] Btrfs: subpagesize-blocksize: Enable dedup ioctl

[PATCH 0/7] Let user specify the kernel version for features
 2016-02-04  1:42 UTC  (13+ messages)

[PATCH] Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctl
 2016-02-04  0:33 UTC  (8+ messages)

[PATCH] fstests: btrfs, test for send with clone operations
 2016-02-04  0:11 UTC 

[PATCH] Btrfs: send, fix extent buffer tree lock assertion failure (BUG_ON)
 2016-02-04  0:10 UTC 

booting from BTRFS works only with one device in the pool
 2016-02-03 22:19 UTC  (14+ messages)

task btrfs-cleaner:770 blocked for more than 120 seconds
 2016-02-03  4:48 UTC  (5+ messages)

[PATCH] dax: allow DAX to look up an inode's block device
 2016-02-02 23:52 UTC  (2+ messages)

[PATCH] btrfs-progs: add 'du' command
 2016-02-02 20:09 UTC  (3+ messages)

Wrong df Avail space on three disk RAID1 when empty
 2016-02-02 14:35 UTC  (2+ messages)

[PATCH v5 00/19][For 4.6] Btrfs: Add inband (write time) de-duplication framework
 2016-02-02  3:05 UTC  (20+ messages)
` [PATCH v5 01/19] btrfs: dedup: Introduce dedup framework and its header
` [PATCH v5 02/19] btrfs: dedup: Introduce function to initialize dedup info
` [PATCH v5 03/19] btrfs: dedup: Introduce function to add hash into in-memory tree
` [PATCH v5 04/19] btrfs: dedup: Introduce function to remove hash from "
` [PATCH v5 05/19] btrfs: delayed-ref: Add support for increasing data ref under spinlock
` [PATCH v5 06/19] btrfs: dedup: Introduce function to search for an existing hash
` [PATCH v5 07/19] btrfs: dedup: Implement btrfs_dedup_calc_hash interface
` [PATCH v5 08/19] btrfs: ordered-extent: Add support for dedup
` [PATCH v5 09/19] btrfs: dedup: Inband in-memory only de-duplication implement
` [PATCH v5 10/19] btrfs: dedup: Add basic tree structure for on-disk dedup method
` [PATCH v5 11/19] btrfs: dedup: Introduce interfaces to resume and cleanup dedup info
` [PATCH v5 12/19] btrfs: dedup: Add support for on-disk hash search
` [PATCH v5 13/19] btrfs: dedup: Add support to delete hash for on-disk backend
` [PATCH v5 14/19] btrfs: dedup: Add support for adding "
` [PATCH v5 15/19] btrfs: dedup: Add ioctl for inband deduplication
` [PATCH v5 16/19] btrfs: dedup: add an inode nodedup flag
` [PATCH v5 17/19] btrfs: dedup: add a property handler for online dedup
` [PATCH v5 18/19] btrfs: dedup: add per-file online dedup control
` [PATCH v5 19/19] btrfs: try more times to alloc metadata reserve space

[PATCH v4 0/8] btrfs-progs: Support in-band de-duplication
 2016-02-02  2:59 UTC  (9+ messages)
` [PATCH v4 1/8] btrfs-progs: Basic framework for dedup command group
` [PATCH v4 2/8] btrfs-progs: dedup: Add enable command "
` [PATCH v4 3/8] btrfs-progs: dedup: Add disable support for inband deduplication
` [PATCH v4 4/8] btrfs-progs: dedup: Add status subcommand
` [PATCH v4 5/8] btrfs-progs: Add dedup feature for mkfs and convert
` [PATCH v4 6/8] btrfs-progs: Add show-super support for new DEDUP flag
` [PATCH v4 7/8] btrfs-progs: debug-tree: Add dedup tree support
` [PATCH v4 8/8] btrfs-progs: property: add a dedup property

Why is dedup inline, not delayed (as opposed to offline)? Explain like I'm five pls
 2016-02-02  2:55 UTC  (8+ messages)

[RFC PATCH 0/4] fstests for basic btrfs inband de-duplication
 2016-02-02  2:44 UTC  (5+ messages)
` [RFC PATCH 1/4] fstests: Add support to check btrfs sysfs features
` [RFC PATCH 2/4] fstests: btrfs: Add basic test for btrfs in-band de-duplication
` [RFC PATCH 3/4] fstests: btrfs: Add testcase for btrfs dedup enable disable race test
` [RFC PATCH 4/4] fstests: btrfs: Add per inode dedup flag test

[PATCH V7 0/3][PULL REQUEST] Unify 'norecovery' bahavior with other filesystems
 2016-02-01 23:16 UTC  (3+ messages)

btrfs-progs 4.4 re-balance of RAID6 is very slow / limited to one cpu core?
 2016-02-01 20:52 UTC  (16+ messages)
        ` Fwd: "

Progress indicator when (slowly) mounting a btrfs filesystem?
 2016-02-01 14:19 UTC  (4+ messages)

[PATCH] Btrfs extent_same (dedup) ioctl fixes
 2016-02-01 13:48 UTC 

RAID1 disk upgrade method
 2016-02-01 12:08 UTC  (27+ messages)

[PATCH] fs: btrfs: fixes a pass by reference issue in send.c
 2016-02-01 12:05 UTC  (2+ messages)

"WARNING: device 0 not present" during scrub?
 2016-02-01 10:23 UTC  (10+ messages)

Pointers to Btrfs Testplan/Testcases
 2016-02-01  9:57 UTC 

[PATCH] Btrfs: fix invalid page accesses in extent_same (dedup) ioctl
 2016-01-30 18:20 UTC  (2+ messages)
` [PATCH v2] "

Pointers to Btrfs Testplan/Testcases
 2016-01-30 13:30 UTC  (2+ messages)

Pointers to Btrfs Testplan/Testcases
 2016-01-30  8:25 UTC 

csum failed : d-raid0, m-raid1
 2016-01-30  5:58 UTC  (4+ messages)

[PULL][PATCH 0/4] Sysfs fixes to incompat bits
 2016-01-29 20:28 UTC  (7+ messages)
` [PATCH 3/4] btrfs: sysfs: introduce helper for syncing bits with sysfs files

[GIT PULL] Btrfs
 2016-01-29 18:42 UTC 

[PATCH 3/3] btrfs: drop null testing before destroy functions
 2016-01-29 13:36 UTC 

[PATCH 2/3] btrfs: fix compile warning of uninitialized value
 2016-01-29 13:36 UTC 

[PATCH 1/3] btrfs: fix memory leak of fs_info in block group cache
 2016-01-29 13:36 UTC 

[PATCH V10 00/12] Btrfs: Pre subpagesize-blocksize cleanups
 2016-01-29 13:30 UTC  (2+ messages)

[PATCH v3 00/22] Btrfs-convert rework to support separate chunk type
 2016-01-29  5:03 UTC  (23+ messages)
` [PATCH v3 01/22] btrfs-progs: convert: Introduce functions to read used space
` [PATCH v3 02/22] btrfs-progs: convert: Introduce new function to remove reserved ranges
` [PATCH v3 03/22] btrfs-progs: convert: Introduce function to calculate the available space
` [PATCH v3 04/22] btrfs-progs: utils: Introduce new function for convert
` [PATCH v3 05/22] btrfs-progs: Introduce function to setup temporary superblock
` [PATCH v3 06/22] btrfs-progs: Introduce function to setup temporary tree root
` [PATCH v3 07/22] btrfs-progs: Introduce function to setup temporary chunk root
` [PATCH v3 08/22] btrfs-progs: Introduce function to initialize device tree
` [PATCH v3 09/22] btrfs-progs: Introduce function to initialize fs tree
` [PATCH v3 10/22] btrfs-progs: Introduce function to initialize csum tree
` [PATCH v3 11/22] btrfs-progs: Introduce function to setup temporary extent tree
` [PATCH v3 12/22] btrfs-progs: Introduce function to create convert data chunks
` [PATCH v3 13/22] btrfs-progs: extent-tree: Introduce function to find the first overlap extent
` [PATCH v3 14/22] btrfs-progs: extent-tree: Enhance btrfs_record_file_extent
` [PATCH v3 15/22] btrfs-progs: convert: Introduce new function to create converted image
` [PATCH v3 16/22] btrfs-progs: convert: Introduce function to migrate reserved ranges
` [PATCH v3 17/22] btrfs-progs: convert: Enhance record_file_blocks to handle "
` [PATCH v3 18/22] btrfs-progs: convert: Introduce init_btrfs_v2 function
` [PATCH v3 19/22] btrfs-progs: Introduce do_convert_v2 function
` [PATCH v3 20/22] btrfs-progs: Convert: Add support for rollback new convert behavior
` [PATCH v3 21/22] btrfs-progs: convert: Strictly avoid meta or system chunk allocation
` [PATCH v3 22/22] btrfs-progs: Cleanup old btrfs-convert

btrfs subvolume list -o does not behave as expected
 2016-01-28 23:59 UTC  (4+ messages)

[PATCH 2/2] Btrfs: remove no longer used function extent_read_full_page_nolock()
 2016-01-28 22:27 UTC  (2+ messages)
` [PATCH 2/2 v2] "

btrfs: remove open-coded swap() in backref.c:__merge_refs
 2016-01-28 20:28 UTC  (2+ messages)
` [v2] "


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 read-only IMAP folder(s) and NNTP newsgroup(s).