linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-06 04:57:13 to 2018-07-16 10:05:16 UTC [more...]

[PATCH v5 0/2] btrfs: do some parameters optimization
 2018-07-16  9:34 UTC  (3+ messages)
` [PATCH v5 1/2] btrfs: make fs_devices to be a local variable
` [PATCH v5 2/2] btrfs: get device pointer from btrfs_scan_one_device

[PATCH v2] btrfs-progs: inspect-internal: add option '-k u64,u8,u64' of dump-tree
 2018-07-16  9:13 UTC 

Corrupted FS with "open_ctree failed" and "failed to recover balance: -5"
 2018-07-16  8:32 UTC  (4+ messages)

[PATCH] btrfs-progs: inspect-internal: add option '-k u64,u8,u64' of dump-tree
 2018-07-16  8:15 UTC  (4+ messages)

[PATCH v4 1/2] btrfs: make fs_devices to be a local variable
 2018-07-16  5:45 UTC  (6+ messages)
` [PATCH v4 2/2] btrfs: get device pointer from btrfs_scan_one_device

[PATCH 1/3] btrfs: warn for num_devices below 0
 2018-07-16  5:17 UTC  (13+ messages)
` [PATCH 2/3] btrfs: add helper btrfs_num_devices() to deduce num_devices
` [PATCH 3/3] btrfs: add helper function check device delete able

[PATCH] v2: btrfs-progs: Introduce 'btrfs inspect-internal dump-csum' option
 2018-07-16  3:16 UTC 

[PATCH 0/4] 3- and 4- copy RAID1
 2018-07-15 14:46 UTC  (9+ messages)
` [PATCH] btrfs-progs: add support for raid1c3 and raid1c4
` [PATCH 1/4] btrfs: refactor block group replication factor calculation to a helper
` [PATCH 2/4] btrfs: add support for 3-copy replication (raid1c3)
` [PATCH 3/4] btrfs: add support for 4-copy replication (raid1c4)
` [PATCH 4/4] btrfs: add incompatibility bit for extended raid features

About hung task on generic/041
 2018-07-14  0:25 UTC  (4+ messages)

[PATCH v3] btrfs: use customized batch size for total_bytes_pinned
 2018-07-13 16:07 UTC  (2+ messages)

[PATCH] btrfs: fix use-after-free of cmp workspace pages
 2018-07-13 15:30 UTC  (2+ messages)

[PATCH] btrfs: Introduce compile time structure size check
 2018-07-13 15:25 UTC  (9+ messages)

[PULL] volume and uuid_mutex cleanups
 2018-07-13 13:33 UTC  (2+ messages)

[PATCH 0/7] Fix locking when scanning devices
 2018-07-13 12:55 UTC  (7+ messages)
` [PATCH 1/7] btrfs: restore uuid_mutex in btrfs_open_devices
` [PATCH 2/7] btrfs: extend critical section when scanning a new device

[lufq.fnst@cn.fujitsu.com: Re: About hung task on generic/041]
 2018-07-13  9:02 UTC 

[DOC] BTRFS Volume operations, Device Lists and Locks all in one page
 2018-07-13  7:41 UTC  (11+ messages)

Transaction aborted (error -28) btrfs_run_delayed_refs*0x163/0x190
 2018-07-13  7:35 UTC  (10+ messages)

[PATCH v2] btrfs: use customized batch size for total_bytes_pinned
 2018-07-13  2:27 UTC  (5+ messages)

[LKP] [lkp-robot] [mm] 9092c71bb7: blogbench.write_score -12.3% regression
 2018-07-13  1:55 UTC  (6+ messages)

btrfs check lowmem, take 2
 2018-07-13  0:22 UTC  (14+ messages)
  ` btrfs check mode normal still hard crash-hanging systems
  ` Why original mode doesn't use swap? (Original: Re: btrfs check lowmem, take 2)

[PATCH v2 1/2] btrfs-progs: Rename OPEN_CTREE_FS_PARTIAL to OPEN_CTREE_TEMPORARY_SUPER
 2018-07-12 23:48 UTC  (2+ messages)

[PATCH RESEND 0/2] btrfs-progs: build improvements
 2018-07-12 23:11 UTC  (3+ messages)
` [PATCH RESEND 1/2] btrfs-progs: remove stale dir-test and quick-test
` [PATCH RESEND 2/2] btrfs-progs: make all programs and libraries optional

[v10.4 0/5] In-band de-duplication for btrfs-progs
 2018-07-12 10:41 UTC  (6+ messages)
` [v10.4 1/5] btrfs-progs: Basic framework for dedupe-inband command group
` [v10.4 2/5] btrfs-progs: dedupe: Add enable command for dedupe "
` [v10.4 3/5] btrfs-progs: dedupe: Add disable support for inband dedupelication
` [v10.4 4/5] btrfs-progs: dedupe: Add status subcommand
` [v10.4 5/5] btrfs-progs: dedupe: introduce reconfigure subcommand

[PATCH v2] Btrfs: fix file data corruption after cloning a range and fsync
 2018-07-12  0:36 UTC 

[PATCH] Btrfs: file data corruption after cloning a range and fsync
 2018-07-12  0:32 UTC 

[PATCH v14.8 00/14] Btrfs In-band De-duplication
 2018-07-12  1:25 UTC  (15+ messages)
` [PATCH v14.8 01/14] btrfs: introduce type based delalloc metadata reserve
` [PATCH v14.8 02/14] btrfs: Introduce COMPRESS reserve type to fix false enospc for compression
` [PATCH v14.8 03/14] btrfs: dedupe: Introduce dedupe framework and its header
` [PATCH v14.8 04/14] btrfs: dedupe: Introduce function to initialize dedupe info
` [PATCH v14.8 05/14] btrfs: dedupe: Introduce function to add hash into in-memory tree
` [PATCH v14.8 06/14] btrfs: dedupe: Introduce function to remove hash from "
` [PATCH v14.8 07/14] btrfs: delayed-ref: Add support for increasing data ref under spinlock
` [PATCH v14.8 08/14] btrfs: dedupe: Introduce function to search for an existing hash
` [PATCH v14.8 09/14] btrfs: dedupe: Implement btrfs_dedupe_calc_hash interface
` [PATCH v14.8 10/14] btrfs: ordered-extent: Add support for dedupe
` [PATCH v14.8 11/14] btrfs: dedupe: Inband in-memory only de-duplication implement
` [PATCH v14.8 12/14] btrfs: dedupe: Add ioctl for inband deduplication
` [PATCH v14.8 13/14] btrfs: relocation: Enhance error handling to avoid BUG_ON
` [PATCH v14.8 14/14] btrfs: dedupe: Introduce new reconfigure ioctl

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

[PATCH v3 1/2] btrfs: make fs_devices to be a local variable
 2018-07-11  9:38 UTC  (4+ messages)
` [PATCH v3 2/2] btrfs: get fs_devices pointer form btrfs_scan_one_device

[PATCH RFC v2 1/2] btrfs: scrub: Don't use inode page cache in scrub_handle_errored_block()
 2018-07-11  5:41 UTC  (2+ messages)
` [PATCH RFC 2/2] btrfs: scrub: Cleanup the nodatasum fixup code

[PATCH 0/2] btrfs-progs: check: enhanced progress indicator
 2018-07-11  5:18 UTC  (3+ messages)
` [PATCH 2/2] "

Fwd: Re: So, does btrfs check lowmem take days? weeks?
 2018-07-11  1:08 UTC  (4+ messages)
                  `  "

lockdep warning is impractical
 2018-07-10 18:00 UTC 

[PATCH] btrfs: do device clone using the btrfs_scan_one_device
 2018-07-10 18:18 UTC 

general protection fault in open_fs_devices
 2018-07-10 19:08 UTC  (5+ messages)
  `  "

[PATCH 2nd try] btrfs: do device clone using the btrfs_scan_one_device
 2018-07-10 18:30 UTC 

[PATCH 1/2] btrfs: code reorder in btrfs_prepare_sprout
 2018-07-10 13:45 UTC  (4+ messages)
` [PATCH 2/2] btrfs: use fs_devices instead of the dereference

[PATCH v2 1/2] btrfs: make fs_devices to be a local variable
 2018-07-10 13:24 UTC  (6+ messages)
` [PATCH v2 2/2] btrfs: get fs_devices pointer form btrfs_scan_one_device
  ` [PATCH] btrfs: fix ptr_ret.cocci warnings
` [PATCH 2/2] btrfs: get fs_devices pointer form btrfs_scan_one_device

A list of new findings when fuzzing Linux btrfs module
 2018-07-10 11:13 UTC  (2+ messages)

So, does btrfs check lowmem take days? weeks?
 2018-07-10 10:44 UTC  (5+ messages)

[PATCH] btrfs: Remove unused function btrfs_account_dev_extents_size()
 2018-07-10 10:30 UTC  (3+ messages)

[PATCH] btrfs: remove unused parameter
 2018-07-10 10:24 UTC  (2+ messages)

[PATCH RFC 1/2] btrfs: scrub: Don't use inode page cache in scrub_handle_errored_block()
 2018-07-10  7:31 UTC  (5+ messages)
` [PATCH RFC 2/2] btrfs: scrub: Cleanup the nodatasum fixup code

[PATCH 1/2] btrfs: make fs_devices to be a local variable
 2018-07-10  7:17 UTC  (4+ messages)
` [PATCH 2/2] btrfs: get fs_devices pointer form btrfs_scan_one_device

[PATCH 1/2] btrfs-progs: Exit gracefully when overlap chunks are detected
 2018-07-09  7:46 UTC  (3+ messages)
` [PATCH 2/2] btrfs-progs: tests/fuzz: Add image for bko-200409

[PATCH 0/2] btrfs: chunk and dev-extent related error handler enhancement
 2018-07-09  6:42 UTC  (3+ messages)
` [PATCH 1/2] btrfs: Introduce mount time chunk <-> dev extent mapping check
` [PATCH 2/2] btrfs: Exit gracefully when failed to add chunk map

So, does btrfs check lowmem take days? weeks?
 2018-07-08  8:05 UTC  (16+ messages)
              ` how to best segment a big block device in resizeable btrfs filesystems?

[PATCH V5] Btrfs: enchanse raid1/10 balance heuristic
 2018-07-07 15:24 UTC 

[PATCH RESEND V4] Btrfs: enchanse raid1/10 balance heuristic
 2018-07-07 15:19 UTC 

Issue on BTRFS/copy of really huge files
 2018-07-06  9:16 UTC  (2+ messages)

[PATCH v2 1/2] btrfs: Check each block group has corresponding chunk at mount time
 2018-07-06  8:06 UTC  (3+ messages)
` [PATCH v2 2/2] btrfs: Verify every chunk has corresponding block group "

[PATCH 0/4] Some random fuzz test fixes
 2018-07-06  4:57 UTC  (3+ messages)
` [PATCH 4/4] btrfs-progs: check/original: Don't overwrite return value when we failed to repair


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