linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-09 11:45:30 to 2017-03-16 07:59:40 UTC [more...]

[PATCH v14.2 00/16] Btrfs In-band De-duplication
 2017-03-16  7:58 UTC  (14+ messages)
` [PATCH v14.2 01/16] btrfs: improve inode's outstanding_extents computation
` [PATCH v14.2 02/16] btrfs: introduce type based delalloc metadata reserve
` [PATCH v14.2 03/16] btrfs: Introduce COMPRESS reserve type to fix false enospc for compression
` [PATCH v14.2 05/16] btrfs: dedupe: Introduce function to initialize dedupe info
` [PATCH v14.2 06/16] btrfs: dedupe: Introduce function to add hash into in-memory tree
` [PATCH v14.2 07/16] btrfs: dedupe: Introduce function to remove hash from "
` [PATCH v14.2 08/16] btrfs: delayed-ref: Add support for increasing data ref under spinlock
` [PATCH v14.2 09/16] btrfs: dedupe: Introduce function to search for an existing hash
` [PATCH v14.2 10/16] btrfs: dedupe: Implement btrfs_dedupe_calc_hash interface
` [PATCH v14.2 11/16] btrfs: ordered-extent: Add support for dedupe
` [PATCH v14.2 12/16] btrfs: dedupe: Inband in-memory only de-duplication implement
` [PATCH v14.2 15/16] btrfs: relocation: Enhance error handling to avoid BUG_ON
` [PATCH v14.2 16/16] btrfs: dedupe: Introduce new reconfigure ioctl

[PATCH 0/5] raid56: variant bug fixes
 2017-03-16  5:36 UTC  (6+ messages)
` [PATCH 3/5] btrfs: raid56: Use correct stolen pages to calculate P/Q

[PATCH 1/2] btrfs-progs: kerncompat: Fix re-definition of __bitwise
 2017-03-16  3:18 UTC  (2+ messages)
` [PATCH 2/2] btrfs-progs: convert: Make btrfs_reserved_ranges const

[PATCH 0/2] Cleanup for some hardcoded constants
 2017-03-16  1:59 UTC  (6+ messages)
` [PATCH 1/2] btrfs: provide enumeration for __merge_refs mode argument
` [PATCH 2/2] btrfs: replace hardcoded value with SEQ_NONE macro

[PATCH] btrfs: remove unused qgroup members from btrfs_trans_handle
 2017-03-16  1:52 UTC  (2+ messages)

[PATCH 0/3] Btrfs in-band de-duplication test cases
 2017-03-16  1:50 UTC  (5+ messages)
` [PATCH 1/3] fstests: btrfs: Add basic test for btrfs in-band de-duplication
` [PATCH] fstests: generic: Test space allocation when there is only fragmented space
` [PATCH 2/3] fstests: btrfs: Add testcase for btrfs dedupe and metadata balance race test
` [PATCH 3/3] fstests: btrfs: Test inband dedupe with data balance

[PATCH v10 0/5] In-band de-duplication for btrfs-progs
 2017-03-16  1:49 UTC  (6+ messages)
` [PATCH v10 1/5] btrfs-progs: Basic framework for dedupe-inband command group
` [PATCH v10 2/5] btrfs-progs: dedupe: Add enable command for dedupe "
` [PATCH v10 3/5] btrfs-progs: dedupe: Add disable support for inband dedupelication
` [PATCH v10 4/5] btrfs-progs: dedupe: Add status subcommand
` [PATCH v10 5/5] btrfs-progs: dedupe: introduce reconfigure subcommand

[PATCH 0/4] Cleanups in extent_io callbacks
 2017-03-16  0:13 UTC  (3+ messages)
` [PATCH 4/4] btrfs: add dummy callback for readpage_io_failed and drop checks

Home storage with btrfs
 2017-03-15 22:49 UTC  (9+ messages)

[PATCH 0/8 v3] No wait AIO
 2017-03-15 21:51 UTC  (9+ messages)
` [PATCH 1/8] nowait aio: Introduce IOCB_RW_FLAG_NOWAIT
` [PATCH 2/8] nowait aio: Return if cannot get hold of i_rwsem
` [PATCH 3/8] nowait aio: return if direct write will trigger writeback
` [PATCH 4/8] nowait-aio: Introduce IOMAP_NOWAIT
` [PATCH 5/8] nowait aio: return on congested block device
` [PATCH 6/8] nowait aio: ext4
` [PATCH 7/8] nowait aio: xfs
` [PATCH 8/8] nowait aio: btrfs

[PATCH v2 0/7] cleanup __btrfs_map_block
 2017-03-15 18:08 UTC  (13+ messages)
` [PATCH v2 1/7] Btrfs: create a helper for getting chunk map
` [PATCH v2 2/7] Btrfs: separate DISCARD from __btrfs_map_block
` [PATCH v2 3/7] Btrfs: introduce a function to get extra mirror from replace
` [PATCH v2 4/7] Btrfs: handle operations for device replace separately
` [PATCH v2 5/7] Btrfs: do not add extra mirror when dev_replace target dev is not available
` [PATCH v2 6/7] Btrfs: helper for ops that requires full stripe
` [PATCH v2 7/7] Btrfs: convert BUG_ON to WARN_ON

possible deadlock between fsfreeze and asynchronous faults
 2017-03-15 16:31 UTC 

[PATCH 0/7] Readahead clenups
 2017-03-15 16:02 UTC  (8+ messages)
` [PATCH 1/7] btrfs: preallocate radix tree node for readahead
` [PATCH 2/7] btrfs: use simpler readahead zone lookups
` [PATCH 3/7] btrfs: preallocate radix tree node for global readahead tree
` [PATCH 4/7] btrfs: remove redundant parameter from btree_readahead_hook
` [PATCH 5/7] btrfs: remove redundant parameter from reada_find_zone
` [PATCH 6/7] btrfs: remove redundant parameter from reada_start_machine_dev
` [PATCH 7/7] btrfs: remove local blocksize variable in reada_find_extent

claim of vtagfs feature
 2017-03-15 13:09 UTC 

[PATCH] fstests: generic: Test space allocation when there is only fragmented space
 2017-03-15  3:25 UTC  (2+ messages)

[PATCH v3 0/7] convert: rollback rework
 2017-03-15  0:35 UTC  (11+ messages)
` [PATCH v3 1/7] btrfs-progs: convert: Add comment for the overall convert workflow
` [PATCH v3 2/7] btrfs-progs: convert: Introduce simple range structure for convert reserved ranges
` [PATCH v3 3/7] btrfs-progs: convert: Use reserved ranges array to cleanup open code
` [PATCH v3 4/7] btrfs-progs: file: Introduce function to read out file content
` [PATCH v3 5/7] btrfs-progs: convert: Introduce function to read out btrfs reserved range
` [PATCH v3 6/7] btrfs-progs: convert: Introduce function to check if convert image is able to be rolled back
` [PATCH v3 7/7] btrfs-progs: convert: Rework rollback

[PATCH/fstest] btrfs/139: correctly receive clones to mounted subvol
 2017-03-14 17:42 UTC  (2+ messages)

[PATCH 0/7] cleanup __btrfs_map_block
 2017-03-14 17:27 UTC  (2+ messages)

[PATCH v4] qgroup: Retry after commit on getting EDQUOT
 2017-03-14 17:24 UTC 

[PATCH] btrfs/139: creation/deletion within qgroup limits
 2017-03-14 14:12 UTC  (2+ messages)

[PATCH v2] btrfs: Change qgroup_meta_rsv to 64bit
 2017-03-14 14:04 UTC  (4+ messages)

[PATCH v3] qgroup: Retry after commit on getting EDQUOT
 2017-03-14 13:37 UTC  (3+ messages)

[PATCH 0/9 PULL REQUEST] Qgroup fixes for 4.11
 2017-03-14 13:32 UTC  (7+ messages)

[PATCH] Btrfs: add file item tracepoint
 2017-03-14 12:42 UTC  (7+ messages)
` [PATCH v2] "

[PATCH] btrfs: add support for extended file attributes
 2017-03-14 12:03 UTC  (2+ messages)

[PATCH v7 1/2] btrfs: Fix metadata underflow caused by btrfs_reloc_clone_csum error
 2017-03-14  9:09 UTC  (13+ messages)
` [PATCH v7 2/2] btrfs: Handle delalloc error correctly to avoid ordered extent hang

[PATCH 0/4] cleanup barrier_all_devices()
 2017-03-14  8:53 UTC  (13+ messages)
` [PATCH 1/4] btrfs: REQ_PREFLUSH does not use btrfs_end_bio() completion callback
` [PATCH 2/4] btrfs: Communicate back ENOMEM when it occurs
` [PATCH 3/4] btrfs: cleanup barrier_all_devices() unify dev error count
` [PATCH 4/4] btrfs: cleanup barrier_all_devices() to check dev stat flush error
  ` [PATCH V2 "

[PATCH v2 1/2] btrfs-progs: dump-tree: Fix duplicated output when using -t option
 2017-03-14  5:35 UTC  (2+ messages)
` [PATCH v2 2/2] btrfs-progs: dump-tree: Also output log root tree

[PATCH 1/2] btrfs-progs: dump-tree: Fix duplicated output when using -t option
 2017-03-14  5:28 UTC  (2+ messages)
` [PATCH 2/2] btrfs-progs: dump-tree: Also output log root tree

Hard crash on 4.9.5
 2017-03-13 22:19 UTC  (5+ messages)

[PATCH] qgroup: Change qgroup_meta_rsv to 64bit
 2017-03-13 17:55 UTC  (2+ messages)

[PATCH] btrfs-progs: cli-tests: Convert non-raid filesystem to raid
 2017-03-13 17:47 UTC  (2+ messages)

Fresh Raid-1 setup, dump-tree shows invalid owner id
 2017-03-13 17:34 UTC  (4+ messages)

[PATCH] btrfs-progs: misc-tests: Primary Superblock corruption and recovery using backup Superblock
 2017-03-13 17:22 UTC  (3+ messages)

[PATCH v2] btrfs-progs: misc-tests: Superblock corruption and recovery using backup
 2017-03-13 17:17 UTC  (3+ messages)

[PATCH v3] btrfs-progs: misc-tests: Superblock corruption and recovery using backup
 2017-03-13 17:15 UTC  (2+ messages)

[PATCH 2/2] btrfs-progs: dump-tree: Also output log root tree
 2017-03-13 16:23 UTC  (2+ messages)

Question re. <linux/sizes.h> required since btrfs-progs-4.10
 2017-03-13 15:05 UTC  (2+ messages)

[PATCH v2] qgroup: Retry after commit on getting EDQUOT
 2017-03-13 12:30 UTC  (4+ messages)

[PATCH 00/17] fs, btrfs refcount conversions
 2017-03-13 10:54 UTC  (8+ messages)

Oops in btrfs_recover_relocation, kernel 4.8.1
 2017-03-13  9:18 UTC  (4+ messages)

[PATCH v3.1 0/7] Chunk level degradable check
 2017-03-13  8:00 UTC  (6+ messages)
` [PATCH v3.1 1/7] btrfs: Introduce a function to check if all chunks a OK for degraded rw mount
` [PATCH v3.1 5/7] btrfs: Allow barrier_all_devices to do chunk level device check

[PATCH v2 0/9] Qgroup fixes
 2017-03-13  7:52 UTC  (10+ messages)
` [PATCH v2 1/9] btrfs: qgroup: Add trace point for qgroup reserved space
` [PATCH v2 2/9] btrfs: qgroup: Re-arrange tracepoint timing to co-operate with reserved space tracepoint
` [PATCH v2 3/9] btrfs: qgroup: Fix qgroup corruption caused by inode_cache mount option
` [PATCH v2 4/9] btrfs: qgroup: Add quick exit for non-fs extents
` [PATCH v2 5/9] btrfs: qgroup: Cleanup btrfs_qgroup_prepare_account_extents function
` [PATCH v2 6/9] btrfs: qgroup: Return actually freed bytes for qgroup release or free data
` [PATCH v2 7/9] btrfs: qgroup: Fix qgroup reserved space underflow caused by buffered write and quota enable
` [PATCH v2 8/9] btrfs: qgroup: Introduce extent changeset for qgroup reserve functions
` [PATCH v2 9/9] btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved ranges

btrfs send non-root
 2017-03-11 14:54 UTC 

[PATCH v4] btrfs: add missing memset while reading compressed inline extents
 2017-03-10 21:45 UTC 

[PATCH v3] btrfs: add missing memset while reading compressed inline extents
 2017-03-10 21:45 UTC  (7+ messages)

[PATCH] qgroup: Retry after commit on getting EDQUOT
 2017-03-10 19:31 UTC  (5+ messages)

[PATCH v2 0/9] convert: rework rollback
 2017-03-10 13:15 UTC  (4+ messages)
` [PATCH v2 8/9] btrfs-progs: convert: Introduce function to check if convert image is able to be rolled back

[PATCH] btrfs: fix a bogus warning when converting only data or metadata
 2017-03-09 21:56 UTC  (4+ messages)
` [PATCH v2] "

assertion failed: last_size == new_size, file: fs/btrfs/inode.c
 2017-03-09 17:26 UTC  (9+ messages)

[PULL] Btrfs updates for 4.11-rc2
 2017-03-09 13:55 UTC 

raid1 degraded mount still produce single chunks, writeable mount not allowed
 2017-03-09 13:54 UTC  (8+ messages)

[PATCH 1/2] Btrfs: remove unused delalloc_end parameter
 2017-03-09 12:35 UTC  (4+ messages)

[PATCH] Btrfs: consistent usage of types in balance_args
 2017-03-09 12:20 UTC  (2+ messages)

[PATCH 0/7 v5] scope GFP_NOFS api
 2017-03-09 11:42 UTC  (5+ messages)
` [PATCH 4/7] mm: introduce memalloc_nofs_{save,restore} API


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