Linux-BTRFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2016-11-02 10:55:53 to 2016-11-10 06:57:38 UTC [more...]

(no subject)
 2016-11-10  6:57 UTC  (2+ messages)
` 

df missing filesystem when run on subvolume
 2016-11-10  4:21 UTC  (2+ messages)

[PATCH] f2fs: support multiple devices
 2016-11-10  2:29 UTC  (4+ messages)

[PATCH] Btrfs: deal with existing encompassing extent map in btrfs_get_extent()
 2016-11-09 23:26 UTC 

spinning kworker with space_cache=v2 searching for free space
 2016-11-09 20:19 UTC  (2+ messages)

btrfs scrub with unexpected results
 2016-11-09 20:13 UTC  (6+ messages)

[OT][MANAGING BTRFS] Script for managing btrfs
 2016-11-09 17:57 UTC 

[PATCH 00/12] Misc cleanups
 2016-11-09 17:04 UTC  (13+ messages)
` [PATCH 01/12] btrfs: reada, cleanup remove unneeded variable in __readahead_hook
` [PATCH 02/12] btrfs: reada, remove unused parameter from __readahead_hook
` [PATCH 03/12] btrfs: reada, sink start parameter to btree_readahead_hook
` [PATCH 04/12] btrfs: reada, remove pointless BUG_ON in reada_find_extent
` [PATCH 05/12] btrfs: reada, remove pointless BUG_ON check for fs_info
` [PATCH 06/12] btrfs: remove trivial helper btrfs_find_tree_block
` [PATCH 07/12] btrfs: delete unused member from superblock
` [PATCH 08/12] btrfs: introduce helpers for updating eb uuids
` [PATCH 09/12] btrfs: use new helpers to set uuids in eb
` [PATCH 10/12] btrfs: use specialized page copying helpers in btrfs_clone_extent_buffer
` [PATCH 11/12] btrfs: remove constant parameter to memset_extent_buffer and rename it
` [PATCH 12/12] btrfs: add optimized version of eb to eb copy

Announcing btrfs-dedupe
 2016-11-09 15:02 UTC  (25+ messages)

[PATCH v4 0/4] Introduce dump option for btrfs-receive
 2016-11-09 14:54 UTC  (11+ messages)
` [PATCH v4 1/4] btrfs-progs: utils: Introduce function to escape characters
` [PATCH v4 2/4] btrfs-progs: introduce new send-dump object
` [PATCH v4 3/4] btrfs-progs: receive: introduce option to dump send stream
` [PATCH v4 4/4] btrfs-progs: misc-test: Add send stream dump test

Btrfs progs pre-release 4.8.3-rc1
 2016-11-09 14:29 UTC 

[RFC] [PATCH] Mounting "degraded,rw" should allow for any number of devices missing
 2016-11-09 13:03 UTC 

Could receive allow updating an existing subvolume?
 2016-11-09 12:26 UTC  (5+ messages)

[PATCH 3/3] btrfs-progs: send: fix handling of -c option
 2016-11-09 10:49 UTC  (12+ messages)
` [PATCH v2 "
` [PATCH] btrfs-progs: send-test: add checking of clone-src option
  ` [PATCH v2] "
  ` [PATCH v3] "

btrfs check --repair: ERROR: cannot read chunk root
 2016-11-09  2:05 UTC  (28+ messages)
                        ` clearing blocks wrongfully marked as bad if --update=no-bbl can't be used?
                              ` btrfs support for filesystems >8TB on 32bit architectures

bio linked list corruption
 2016-11-08 15:08 UTC  (13+ messages)
                  ` btrfs btree_ctree_super fault

[PATCH] btrfs: make block group flags in balance printks human-readable
 2016-11-08 13:42 UTC  (6+ messages)
    ` [PATCH v2] "

[PATCH v2 0/5] Make btrfs-progs really compatible with any kernel version
 2016-11-08 13:14 UTC  (2+ messages)

[PATCH] Introduce device pool sysfs attributes
 2016-11-08 12:42 UTC  (4+ messages)
` [PATCH] btrfs: "

[PATCH v6 00/13] Introduce device state 'failed', spare device and auto replace
 2016-11-08 12:32 UTC  (7+ messages)
` [PATCH 02/13] btrfs: Do per-chunk check for mount time check
` [PATCH 11/13] btrfs: introduce device dynamic state transition to offline or failed
` [PATCH 12/13] btrfs: check device for critical errors and mark failed

[PATCH v3 1/3] btrfs: Add WARN_ON for qgroup reserved underflow
 2016-11-08 11:27 UTC  (4+ messages)
` [PATCH v3 2/3] btrfs: Add trace point for qgroup reserved space
` [PATCH v3 3/3] btrfs: qgroup: Re-arrange tracepoint timing to co-operate with reserved space tracepoint

[PATCH] btrfs: limit the number of asynchronous delalloc pages to reasonable value
 2016-11-08  9:30 UTC 

[PATCH v2 00/14] Btrfsck low memory mode with fs/subvol tree check
 2016-11-08  1:45 UTC  (6+ messages)
` [PATCH v2 02/14] btrfs-progs: check: introduce function to find dir_item

kernel BUG at fs/btrfs/delayed-inode.c
 2016-11-07 19:01 UTC 

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

[PATCH 0/4] Qgroup comment enhance and balance fix
 2016-11-07 17:59 UTC  (10+ messages)
` [PATCH 1/4] btrfs: qgroup: Add comments explaining how btrfs qgroup works
` [PATCH 2/4] btrfs: qgroup: Rename functions to make it follow reserve,trace,account steps
` [PATCH 3/4] btrfs: Expoert and move leaf/subtree qgroup helpers to qgroup.c
` [PATCH 4/4] btrfs: qgroup: Fix qgroup data leaking by using subtree tracing

[PATCH v2 1/2] btrfs: Add WARN_ON for qgroup reserved underflow
 2016-11-07 17:55 UTC  (4+ messages)
` [PATCH 2/2] btrfs: Add trace point for qgroup reserved space

[PATCH V2] btrfs: Remove some dead code
 2016-11-07 16:19 UTC  (2+ messages)

[PATCH 1/2] btrfs: add necessary comments about tickets_id
 2016-11-07  7:59 UTC  (2+ messages)
` [PATCH 2/2] btrfs: increase tickets_id even for failed metadata request

Problem with btrfs snapshots
 2016-11-07  7:00 UTC  (5+ messages)

Transid verify failure after unexpected reboot (4.7, RAID-1)
 2016-11-05 21:31 UTC 

[PATCH 1/2] btrfs: remove old tree_root dirent processing in btrfs_real_readdir()
 2016-11-05 17:26 UTC  (2+ messages)
` [PATCH 2/2] btrfs: increment ctx->pos for every emitted or skipped dirent in readdir

[PATCH] btrfs: remove old tree_root dirent processing in btrfs_real_readdir()
 2016-11-05 16:58 UTC  (3+ messages)

[BUG] Btrfs scrub sometime recalculate wrong parity in raid5
 2016-11-05  7:23 UTC  (3+ messages)

[Bug 186671] New: OOM on system with just rsync running 32GB of ram 30GB of pagecache
 2016-11-04 21:00 UTC  (3+ messages)

[PATCH] Btrfs: adjust len of writes if following a preallocated extent
 2016-11-04 19:20 UTC 

[GIT PULL] Btrfs
 2016-11-04 17:28 UTC 

Identifying reflink / CoW files
 2016-11-04 14:41 UTC  (3+ messages)

[PATCH] btrfs: Remove some dead code
 2016-11-03 18:24 UTC  (4+ messages)

recover btrfs with kernel 4.9-rc3 but btrfs progs fails
 2016-11-03 16:28 UTC 

linux 4.9-rc3 OOM's anyone else?
 2016-11-03 14:55 UTC 

[PATCH v3 0/4] Introduce dump option for btrfs-receive
 2016-11-03  1:14 UTC  (14+ messages)
` [PATCH v3 1/4] btrfs-progs: utils: Introduce function to escape characters
` [PATCH v3 2/4] btrfs-progs: introduce new send-dump object
` [PATCH v3 4/4] btrfs-progs: remove send-test tool

State of the fuzzer
 2016-11-02 23:33 UTC  (7+ messages)
        ` Fwd: "

Send/receive snapshot from/between backup
 2016-11-02 18:22 UTC  (5+ messages)
    ` Send/receive snapshot from/between backup (also restore example)

[PATCH] btrfs: Call kunmap if zlib_inflateInit2 fails
 2016-11-02 14:23 UTC  (2+ messages)

[PATCH 2/3] btrfs-progs: send: fix handling of multiple snapshots (-p option)
 2016-11-02 12:05 UTC  (4+ messages)

Snapper & apt-btrfs-snapshot on Ubuntu
 2016-11-02 11:56 UTC  (9+ messages)

Resizing BTRFS - raw partition
 2016-11-02 11:40 UTC  (4+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).