linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-30 10:56:47 to 2019-11-09 09:59:37 UTC [more...]

Decoding "unable to fixup (regular)" errors
 2019-11-09  9:58 UTC  (9+ messages)
          ` checksum errors in orphaned blocks on multiple systems (Was: Re: Decoding "unable to fixup (regular)" errors)

[PATCH] Btrfs: fix log context list corruption after rename exchange operation
 2019-11-09  7:36 UTC  (2+ messages)

[next-20191108] Assertion failure in space-info.c:btrfs_update_space_info()
 2019-11-09  6:00 UTC  (3+ messages)

[PATCH next 0/2] btrfs: Fix build warnings for arm
 2019-11-08 21:38 UTC  (3+ messages)
` [PATCH next 1/2] btrfs: tree-checker: Fix error format string
` [PATCH next 2/2] btrfs: extent-tree: "

Extent to files
 2019-11-08 21:23 UTC  (2+ messages)

[PATCH v2 00/22] btrfs: async discard support
 2019-11-08 20:14 UTC  (24+ messages)
` [PATCH 03/22] btrfs: keep track of which extents have been discarded
` [PATCH 04/22] btrfs: keep track of cleanliness of the bitmap
` [PATCH 06/22] btrfs: handle empty block_group removal
` [PATCH 07/22] btrfs: discard one region at a time in async discard
` [PATCH 08/22] btrfs: add removal calls for sysfs debug/
` [PATCH 09/22] btrfs: make UUID/debug have its own kobject
` [PATCH 10/22] btrfs: add discard sysfs directory
` [PATCH 12/22] btrfs: keep track of discardable_bytes
` [PATCH 14/22] btrfs: add bps discard rate limit
` [PATCH 17/22] btrfs: have multiple discard lists
` [PATCH 18/22] btrfs: only keep track of data extents for async discard

[BUG report] KASAN: null-ptr-deref in btrfs_sync_log
 2019-11-08 16:12 UTC  (5+ messages)

Defragmenting to recover wasted space
 2019-11-08 15:53 UTC  (6+ messages)

__btrfs_free_extent error after suspend resume
 2019-11-08  0:08 UTC  (4+ messages)

Investment opportunity
 2019-11-07 15:08 UTC 

general protection fault in put_pid
 2019-11-07 13:42 UTC 

[PATCH 0/3] btrfs: More intelligent degraded chunk allocator
 2019-11-07  9:45 UTC  (8+ messages)
` [PATCH 1/3] btrfs: volumes: Refactor device holes gathering into a separate function
` [PATCH 2/3] btrfs: volumes: Add btrfs_fs_devices::missing_list to collect missing devices
` [PATCH 3/3] btrfs: volumes: Allocate degraded chunks if rw devices can't fullfil a chunk

fix for ERROR: cannot read chunk root
 2019-11-07  7:16 UTC  (8+ messages)

Read-only snapshot send speed very slow after modify original data. Need help
 2019-11-06 14:48 UTC  (4+ messages)

BAZY DANNYH! email: prodawez@teleworm.us UZNAJTE PODROBNEE
 2019-11-05 17:33 UTC 

[PATCH] btrfs: remove unneeded check for btrfs_free_space_info in insert_into_bitmap()
 2019-11-05 17:08 UTC  (2+ messages)

[PATCH] btrfs: rename btrfs_block_group_cache
 2019-11-05 16:55 UTC  (2+ messages)

[PATCH 0/2] btrfs: block-group: Bug fixes for "btrfs: block-group: Refactor btrfs_read_block_groups()"
 2019-11-05 16:47 UTC  (4+ messages)
` [PATCH 1/2] btrfs: block-group: Fix two rebase errors where assignment for cache is missing
` [PATCH 2/2] btrfs: block-group: Reuse the item key from caller of read_one_block_group()

[PATCH 3/3] btrfs: test that send can issue clone operations within the same file
 2019-11-05 14:57 UTC 

[PATCH 2/3] common: add helper to count number of exclusive extents in a file
 2019-11-05 14:56 UTC 

[PATCH 1/3] common: open files in ro mode for extent and hole count helpers
 2019-11-05 14:56 UTC 

[PATCH] btrfs: test that send can issue clone operations within the same file
 2019-11-05 14:56 UTC  (4+ messages)

[PATCH v2 0/5] Extent buffer locking and documentation
 2019-11-05 10:31 UTC  (8+ messages)
` [PATCH v2 1/5] btrfs: merge blocking_writers branches in btrfs_tree_read_lock
` [PATCH v2 2/5] btrfs: set blocking_writers directly, no increment or decrement
` [PATCH v2 3/5] btrfs: access eb::blocking_writers according to ACCESS_ONCE policies
` [PATCH v2 4/5] btrfs: document extent buffer locking
` [PATCH v2 5/5] btrfs: locking: add lock assertions

potential data race on `delayed_rsv->full`
 2019-11-05 10:01 UTC  (5+ messages)

CPU: 6 PID: 13386 at fs/btrfs/ctree.h:1593 btrfs_update_device.cold+0x10/0x1b [btrfs]
 2019-11-05  1:06 UTC  (6+ messages)

[PATCH v3 0/3] btrfs: Introduce new incompat feature BG_TREE to hugely reduce mount time
 2019-11-05  0:47 UTC  (7+ messages)
` [PATCH v3 2/3] btrfs: block-group: Refactor btrfs_read_block_groups()

[PATCH] btrfs: un-deprecate ioctls START_SYNC and WAIT_SYNC
 2019-11-04 20:39 UTC 

[PATCH] btrfs: save i_size in compress_file_range
 2019-11-04 19:59 UTC  (3+ messages)

Does GRUB btrfs support log tree?
 2019-11-04 19:34 UTC  (4+ messages)

[PATCH v3 0/4] RAID1 with 3- and 4- copies
 2019-11-04 13:40 UTC  (11+ messages)
` [PATCH v2 1/4] btrfs: add support for 3-copy replication (raid1c3)
` [PATCH v2 2/4] btrfs: add support for 4-copy replication (raid1c4)
` [PATCH v2 3/4] btrfs: add incompat for raid1 with 3, 4 copies
` [PATCH v2 4/4] btrfs: drop incompat bit for raid1c34 after last block group is gone
` [PATCH] btrfs-progs: add support for raid1c3 and raid1c4

[PATCH RFC 0/2] btrfs: Introduce new incompat feature SKINNY_BG_TREE to hugely reduce mount time
 2019-11-04 13:32 UTC  (4+ messages)
` [PATCH RFC 1/2] btrfs: block-group: Refactor btrfs_read_block_groups()
` [PATCH RFC 2/2] btrfs: Introduce new incompat feature, SKINNY_BG_TREE, to further reduce mount time

[PATCH RFC 0/7]
 2019-11-04 12:04 UTC  (8+ messages)
` [PATCH RFC 1/7] btrfs-progs: check/lowmem: Lookup block group item in a seperate function
` [PATCH RFC 2/7] btrfs-progs: Enable read-write ability for 'skinny_bg_tree' feature
` [PATCH RFC 3/7] btrfs-progs: mkfs: Introduce -O skinny-bg-tree
` [PATCH RFC 4/7] btrfs-progs: dump-tree/dump-super: Introduce support for skinny bg tree
` [PATCH RFC 5/7] btrfs-progs: Refactor btrfs_new_block_group_record() to accept parameters directly
` [PATCH RFC 6/7] btrfs-progs: check: Introduce support for bg-tree feature
` [PATCH RFC 7/7] btrfs-progs: btrfstune: Allow to enable bg-tree feature offline

[PATCH v1.1 00/18] btrfs-progs: global verbose and quiet option
 2019-11-04  6:33 UTC  (19+ messages)
` [PATCH v1 01/18] btrfs-progs: receive: fix option quiet
` [PATCH v1 02/18] btrfs-progs: balance status: fix usage show long verbose
` [PATCH v1 03/18] btrfs-progs: balance start: fix usage add "
` [PATCH v1.1 04/18] btrfs-progs: add global verbose and quiet options and helper functions
` [PATCH v1.1 05/18] btrfs-progs: send: use global verbose and quiet options
` [PATCH v1.1 06/18] btrfs-progs: receive: "
` [PATCH v1.1 07/18] btrfs-progs: subvolume delete: use global verbose option
` [PATCH v1 08/18] btrfs-progs: filesystem defragment: "
` [PATCH v1 09/18] btrfs-progs: balance start: "
` [PATCH v1 10/18] btrfs-progs: balance status: "
` [PATCH v1 11/18] btrfs-progs: rescue chunk-recover: "
` [PATCH v1 12/18] btrfs-progs: rescue super-recover: "
` [PATCH v1.1 13/18] btrfs-progs: restore: "
` [PATCH v1 14/18] btrfs-progs: inspect-internal inode-resolve: use global verbose
` [PATCH v1 15/18] btrfs-progs: inspect-internal logical-resolve: use global verbose option
` [PATCH v1.1 16/18] btrfs-progs: refactor btrfs_scan_devices() to accept verbose argument
` [PATCH v1 17/18] btrfs-progs: device scan: add verbose option
` [PATCH v1.1 18/18] btrfs-progs: device scan: add quiet option

[RFC PATCH 0/3] btrfs-progs: make quiet to overrule verbose
 2019-11-04  6:26 UTC  (9+ messages)

Your opportunity
 2019-11-03  9:22 UTC 

cp --reflink invalid argument error
 2019-11-02 20:15 UTC  (5+ messages)
` reflink copy now works with nocow?

Your opportunity
 2019-11-02 13:38 UTC 

[PATCH v1 00/18] btrfs-progs: global verbose and quiet option
 2019-11-02  1:15 UTC  (5+ messages)
` [PATCH v1 04/18] btrfs-progs: add global verbose and quiet options and helper functions

[PATCH] Btrfs: send, skip backreference walking for extents with many references
 2019-11-01 14:50 UTC  (3+ messages)

[PATCH] Btrfs: send, allow clone operations within the same file
 2019-11-01 14:28 UTC  (3+ messages)

[PATCH 0/2] Support patches for btrfs backup root rework
 2019-11-01 12:21 UTC  (4+ messages)
` [PATCH 2/2] btrfs-progs: tests: Test backup root retention logic

[PATCH] btrfs-progs: Replace btrfs_block_group_cache::item with dedicated members
 2019-11-01 11:31 UTC  (2+ messages)

[PATCH] btrfs-progs: Fix block groups read which may skip certain block groups
 2019-11-01 11:27 UTC  (2+ messages)

[PATCH] btrfs-progs: rescue-zero-log: Modify super block directly
 2019-11-01 11:08 UTC  (4+ messages)

[PATCH] btrfs-progs: receive: make option quiet work
 2019-11-01 10:55 UTC  (2+ messages)

BUG: btrfs send: Kernel's memory usage rises until OOM kernel panic after sending ~37GiB
 2019-10-31 13:55 UTC  (10+ messages)

[PATCH] btrfs: clean up locking name in scrub_enumerate_chunks()
 2019-10-31 11:42 UTC  (2+ messages)

[PATCH btrfs-progs 0/2] balance: check balance errors on background
 2019-10-31 10:00 UTC  (4+ messages)
` [PATCH btrfs-progs 1/2] btrfs-progs: balance: Don't set stderr to /dev/null on balance_start
` [PATCH btrfs-progs 2/2] btrfs-progs: balance: Verify EINPROGRESS on background balance

[RFC PATCH v2 0/5] fs: interface for directly reading/writing compressed data
 2019-10-30 23:17 UTC  (23+ messages)
` [PATCH man-pages] Document encoded I/O
` [RFC PATCH v2 1/5] fs: add O_ENCODED open flag
` [RFC PATCH v2 2/5] fs: add RWF_ENCODED for reading/writing compressed data

[PATCH 0/3] Misc btrfs-progs fixes
 2019-10-30 12:45 UTC  (7+ messages)
` [PATCH 1/3] btrfs-progs: Initialize sub_stripes to 1 in btrfs_alloc_data_chunk
` [PATCH 2/3] btrfs-progs: Remove type argument from btrfs_alloc_data_chunk
` [PATCH 3/3] btrfs-progs: Remove convert param "

[PATCH 0/2] Minor parameter cleanups
 2019-10-30 11:39 UTC  (6+ messages)
` [PATCH 1/2] btrfs: sink write_flags to __extent_writepage_io
` [PATCH 2/2] btrfs: sink write flags to cow_file_range_async


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