linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-18 15:12:28 to 2017-12-22 12:06:04 UTC [more...]

[PATCH v4 00/19] fs: rework and optimize i_version handling in filesystems
 2017-12-22 12:05 UTC  (2+ messages)
` [PATCH v4 01/19] fs: new API for handling inode->i_version

xfstests/btrfs/100 and 151 failure
 2017-12-22 10:05 UTC  (7+ messages)

[PATCH 00/10] bugfixes and regression tests of btrfs_get_extent
 2017-12-22  8:56 UTC  (16+ messages)
` [PATCH 01/10] Btrfs: add helper for em merge logic
` [PATCH 02/10] Btrfs: move extent map specific code to extent_map.c
` [PATCH 03/10] Btrfs: add extent map selftests
` [PATCH 04/10] Btrfs: extent map selftest: buffered write vs dio read
` [PATCH 05/10] Btrfs: extent map selftest: dio "
` [PATCH 06/10] Btrfs: fix incorrect block_len in merge_extent_mapping
` [PATCH 07/10] Btrfs: fix unexpected EEXIST from btrfs_get_extent
` [PATCH 08/10] Btrfs: add WARN_ONCE to detect unexpected error from merge_extent_mapping
` [PATCH 09/10] Btrfs: add tracepoint for em's EEXIST case
` [PATCH 10/10] Btrfs: noinline merge_extent_mapping

[PATCH v2 00/10] Use split qgroup rsv type
 2017-12-22  8:06 UTC  (12+ messages)
` [PATCH v2 01/10] btrfs: qgroup: Split meta rsv type into meta_prealloc and meta_pertrans
` [PATCH v2 02/10] btrfs: qgroup: Don't use root->qgroup_meta_rsv for qgroup
` [PATCH v2 03/10] btrfs: qgroup: Introduce function to convert META_PREALLOC into META_PERTRANS
` [PATCH v2 04/10] btrfs: qgroup: Use separate meta reservation type for delalloc
` [PATCH v2 05/10] btrfs: delayed-inode: Use new qgroup meta rsv for delayed inode and item
` [PATCH v2 06/10] btrfs: qgroup: Use root->qgroup_meta_rsv_* to record qgroup meta reserved space
` [PATCH v2 07/10] btrfs: qgroup: Update trace events for metadata reservation
` [PATCH v2 08/10] Revert "btrfs: qgroups: Retry after commit on getting EDQUOT"
` [PATCH v2 09/10] btrfs: qgroup: Commit transaction in advance to reduce early EDQUOT
  ` [PATCH v2.1 "
` [PATCH v2 10/10] btrfs: qgroup: Use independent and accurate per inode qgroup rsv

[PATCH] btrfs: qgroup: remove unused label 'retry'
 2017-12-22  0:55 UTC 

[PATCH] btrfs: fix refcount_t usage when deleting btrfs_delayed_nodes
 2017-12-21 23:14 UTC  (3+ messages)

Btrfs blocked by too many delayed refs
 2017-12-21 19:52 UTC 

Btrfs allow compression on NoDataCow files? (AFAIK Not, but it does)
 2017-12-21 18:51 UTC  (2+ messages)

[PATCH 00/14] Qgroup metadata reservation rework
 2017-12-21 15:23 UTC  (3+ messages)
` [PATCH 02/14] btrfs: qgroup: Introduce helpers to update and access new qgroup rsv

Unexpected raid1 behaviour
 2017-12-21 12:27 UTC  (46+ messages)

[PATCH v3 00/19] fs: rework and optimize i_version handling in filesystems
 2017-12-21 11:48 UTC  (25+ messages)
` [PATCH v3 01/19] fs: new API for handling inode->i_version
` [PATCH v3 11/19] nfsd: convert to new i_version API
` [PATCH v3 12/19] ocfs2: "
` [PATCH v3 13/19] ufs: use "
` [PATCH v3 14/19] xfs: convert to "
` [PATCH v3 15/19] IMA: switch IMA over "
` [PATCH v3 16/19] fs: only set S_VERSION when updating times if necessary
` [PATCH v3 17/19] xfs: avoid setting XFS_ILOG_CORE if i_version doesn't need incrementing
` [PATCH v3 18/19] btrfs: only dirty the inode in btrfs_update_time if something was changed
` [PATCH v3 19/19] fs: handle inode->i_version more efficiently

Cannot balance, ENOSPC errors 4.14.2 vanilla kernel
 2017-12-21  8:15 UTC  (9+ messages)

[PATCH v2 00/17] btrfs-progs: lowmem check: avoid extents overwrite
 2017-12-21  7:12 UTC  (29+ messages)
` [PATCH v2 01/17] btrfs-progs: lowmem check: release path in repair_extent_data_item()
` [PATCH v2 02/17] btrfs-progs: lowmem check: record returned errors after walk_down_tree_v2()
` [PATCH v2 03/17] btrfs-progs: lowmem check: assign @parent early in repair_extent_data_item()
` [PATCH v2 04/17] btrfs-progs: lowmem check: exclude extents of metadata blocks
` [PATCH v2 05/17] btrfs-progs: lowmem check: introduce modify_block_groups_cache()
` [PATCH v2 06/17] btrfs-progs: lowmem check: introduce force_cow_in_new_chunk()
` [PATCH v2 07/17] btrfs-progs: lowmem check: introduce try_avoid_extents_overwrite()
` [PATCH v2 08/17] btrfs-progs: lowmem check: exclude extents if init-extent-tree in lowmem
` [PATCH v2 09/17] btrfs-progs: lowmem check: start to remove parameters @trans "
` [PATCH v2 10/17] btrfs-progs: lowmem check: remove parameter @trans of delete_extent_item()
` [PATCH v2 11/17] btrfs-progs: lowmem check: remove parameter @trans of repair_chunk_item()
` [PATCH v2 12/17] btrfs-progs: lowmem check: remove parameter @trans of repair_extent_item()
` [PATCH v2 13/17] btrfs-progs: lowmem check: remove parameter @trans of check_leaf_items()
` [PATCH v2 14/17] btrfs-progs: lowmem check: remove parameter @trans of repair_tree_back_ref()
` [PATCH v2 15/17] btrfs-progs: lowmem check: remove parameter @trans of check_btrfs_root()
` [PATCH v2 16/17] btrfs-progs: lowmem check: introduce repair_block_accounting()
` [PATCH v2 17/17] btrfs-progs: lowmem check: end of removing parameters @trans in lowmem

kernel hangs during balance
 2017-12-21  6:26 UTC  (9+ messages)

WARN_ON in __writeback_inodes_sb_nr
 2017-12-20 20:15 UTC  (3+ messages)

[PATCH] btrfs: qgroups: remove unused label
 2017-12-20 16:57 UTC 

[PATCH v2 1/2] btrfs: handle volume split brain scenario
 2017-12-20  9:37 UTC  (4+ messages)
` [PATCH v2 2/2] btrfs: handle volume split brain condition for dynamically reappearing device

[PATCH] btrfs: optimize code converge mutex unlock
 2017-12-20  8:19 UTC  (2+ messages)

[PATCH v2] btrfs: qgroup: Deprecate the ability to manually inherit rfer/excl numbers
 2017-12-20  7:59 UTC  (2+ messages)

[PATCH v4] btrfs: handle dynamically reappearing missing device
 2017-12-20  7:54 UTC  (2+ messages)
` [PATCH v5] "

[PATCH v2] btrfs-progs: qgroup: Remove support for specifying inherit type
 2017-12-20  7:47 UTC  (2+ messages)

[RFC PATCH] btrfs: qgroup: Deprecate the ability to manually inherit rfer/excl numbers
 2017-12-20  6:50 UTC  (10+ messages)

[PATCH RESEND 1/2] btrfs: handle volume split brain scenario
 2017-12-20  4:46 UTC  (5+ messages)

[PATCH] btrfs-progs: qgroup: Remove support for specifying inherit type
 2017-12-20  0:41 UTC  (3+ messages)

[PATCH 0/4] Btrfs: just bunch of patches to ioctl.c
 2017-12-19 21:23 UTC  (6+ messages)
` [PATCH 1/4] Btrfs: btrfs_dedupe_file_range() ioctl, remove 16MiB restriction
` [PATCH 2/4] Btrfs: make should_defrag_range() understood compressed extents
` [PATCH 3/4] Btrfs: allow btrfs_defrag_file() uncompress files on defragmentation
` [PATCH 4/4] Btrfs: reduce size of struct btrfs_inode

Netdata support for monitoring of BTRFS volumes
 2017-12-19 15:43 UTC 

[PATCH] btrfs: qgroup: Fix root item corruption when multiple same source snapshiots are created with quota enabled
 2017-12-19  7:44 UTC 

[PATCH] btrfs: Fix memory leak on multiple mounts
 2017-12-19  6:22 UTC  (4+ messages)

[btrfs:cgroup-btrfs 3/5] fs/buffer.c:3058:12: sparse: symbol 'create_bh_bio' was not declared. Should it be static?
 2017-12-19  3:35 UTC  (2+ messages)
` [RFC PATCH btrfs] buffer_head: create_bh_bio() can be static

btrfs check lowmem crash, backref.c:466: __add_missing_keys: Assertion `ref->root_id` failed
 2017-12-19  3:33 UTC  (6+ messages)

again "out of space" and remount read only, with 4.14
 2017-12-19  1:10 UTC  (3+ messages)

[PATCH v4 00/73] XArray version 4
 2017-12-19  0:27 UTC  (8+ messages)
` [PATCH v4 08/73] xarray: Add documentation
      ` Naming of tag operations in the XArray
    ` Storing errors "

btrfs subvolume list for not mounted filesystem?
 2017-12-18 17:34 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).