linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-17 18:31:10 to 2018-09-24 19:42:35 UTC [more...]

[PATCH 0/9] Fix _scratch_mkfs_sized() for btrfs
 2018-09-24 13:40 UTC  (16+ messages)
` [PATCH 1/9] fstests: btrfs: _scratch_mkfs_sized fix min size without mixed option
` [PATCH 2/9] generic/015 fix to test the default non-mixed mode
` [PATCH 3/9] geneirc/077 fix min size for btrfs
` [PATCH 4/9] generic/083 create at least 200mb fs
` [PATCH 5/9] generic/102 open code dev_size _scratch_mkfs_sized()
` [PATCH 6/9] generic/204 open code SIZE for _scratch_mkfs_sized()
` [PATCH 7/9] generic/312 open code fs_size _scratch_mkfs_sized()
` [PATCH 8/9] generic/449 fix fs size for _scratch_mkfs_sized for btrfs
` [PATCH 9/9] generic/387 fix _scratch_mkfs_sized option "

[PATCH] test unaligned punch hole at ENOSPC
 2018-09-24 11:47 UTC 

python-btrfs v10 preview... detailed usage reporting and a tutorial
 2018-09-24  8:08 UTC  (3+ messages)

btrfs problems
 2018-09-22  6:49 UTC  (10+ messages)

[RFC PATCH v2 0/4] btrfs-progs: build distinct binaries for specific btrfs subcommands
 2018-09-22  5:57 UTC  (5+ messages)

[PATCH 00/22] various dynamic_debug patches
 2018-09-22  0:27 UTC  (6+ messages)
` [PATCH 14/22] btrfs: implement btrfs_debug* in terms of helper macro

[PATCH 0/6] Freespace tree repair support
 2018-09-21 20:42 UTC  (12+ messages)
` [PATCH 1/6] btrfs-progs: Add support for freespace tree in btrfs_read_fs_root
` [PATCH 2/6] btrfs-progs: Add extent buffer bitmap manipulation infrastructure
` [PATCH 3/6] btrfs-progs: Pull free space tree related code from kernel
` [PATCH 4/6] btrfs-progs: Add freespace tree as compat_ro supported feature
` [PATCH 5/6] btrfs-progs: check: Add support for freespace tree fixing

[PATCH 0/3] btrfs: Add zstd support to btrfs
 2018-09-21 18:48 UTC  (7+ messages)
` [PATCH 2/3] btrfs: Patch the kernel zstd
` [PATCH 3/3] btrfs: Add zstd support to btrfs
  ` [PATCH 1/3] btrfs: Import kernel zstd

[PATCH v8 0/6] Btrfs: implement swap file support
 2018-09-21 18:29 UTC  (16+ messages)
` [PATCH v8 1/6] mm: split SWP_FILE into SWP_ACTIVATED and SWP_FS
` [PATCH v8 2/6] mm: export add_swap_extent()
` [PATCH v8 3/6] vfs: update swap_{,de}activate documentation
` [PATCH v8 4/6] Btrfs: prevent ioctls from interfering with a swap file
` [PATCH v8 5/6] Btrfs: rename get_chunk_map() and make it non-static
` [PATCH v8 6/6] Btrfs: support swap files

[PATCH] btrfs: use common helper instead of open coding a bit test
 2018-09-21 17:55 UTC  (2+ messages)

[PATCH] Btrfs: remove wait_ordered_range in btrfs_evict_inode
 2018-09-21 15:29 UTC  (3+ messages)
` [PATCH v2] Btrfs: remove wait_ordered_rane "

[PATCH 0/3] Refactor delayed refs processing loop
 2018-09-21 14:43 UTC  (8+ messages)
` [PATCH 1/3] btrfs: Factor out ref head locking code in __btrfs_run_delayed_refs
` [PATCH 2/3] btrfs: Factor out loop processing all refs of a head
` [PATCH 3/3] btrfs: refactor __btrfs_run_delayed_refs loop

[PATCH RFC] btrfs: delayed-inode: Use spinlock to protect btrfs_inode::delayed_node
 2018-09-21 13:13 UTC  (4+ messages)

btrfs send receive ERROR: chown failed: No such file or directory
 2018-09-21 12:30 UTC 

[PATCH v2 1/2] btrfs: relocation: Cleanup while() loop using rbtree_postorder_for_each_entry_safe()
 2018-09-21  7:37 UTC  (5+ messages)
` [PATCH v2 2/2] btrfs: relocation: Remove redundant tree level check

[PATCH 1/2] btrfs: relocation: Cleanup while() loop using for()
 2018-09-21  6:56 UTC  (5+ messages)
` [PATCH 2/2] btrfs: relocation: Remove redundant tree level check

[PATCH] generic: test for deduplication between different files
 2018-09-21  4:40 UTC  (13+ messages)
  ` [patch] file dedupe (and maybe clone) data corruption (was Re: [PATCH] generic: test for deduplication between different files)

inline extents
 2018-09-20 19:34 UTC  (2+ messages)

[PATCH 0/5] rb_first to rb_first_cached conversion
 2018-09-20 17:40 UTC  (8+ messages)

btrfs send hangs after partial transfer and blocks all IO
 2018-09-20 17:25 UTC  (16+ messages)

cannot mount btrfs as root
 2018-09-20 16:11 UTC  (5+ messages)

Punch hole on full fs
 2018-09-20  9:45 UTC  (5+ messages)

[PATCH V5 RESEND] Btrfs: enchanse raid1/10 balance heuristic
 2018-09-20  9:39 UTC  (3+ messages)

very poor performance / a lot of writes to disk with space_cache (but not with space_cache=v2)
 2018-09-20  7:46 UTC  (9+ messages)

btrfs filesystem show takes a long time
 2018-09-20  6:24 UTC  (3+ messages)

state of btrfs snapshot limitations?
 2018-09-19 23:25 UTC  (4+ messages)

GRUB writing to grubenv outside of kernel fs code
 2018-09-19 19:34 UTC  (23+ messages)

[PATCH v7 0/6] Btrfs: implement swap file support
 2018-09-19 18:43 UTC  (10+ messages)
` [PATCH v7 1/6] mm: split SWP_FILE into SWP_ACTIVATED and SWP_FS
` [PATCH v7 2/6] mm: export add_swap_extent()

[PATCH V7] Add support for BTRFS raid5/6 to GRUB
 2018-09-19 18:40 UTC  (10+ messages)
` [PATCH 1/9] btrfs: Add support for reading a filesystem with a RAID 5 or RAID 6 profile
` [PATCH 2/9] btrfs: Add helper to check the btrfs header
` [PATCH 3/9] btrfs: Move the error logging from find_device() to its caller
` [PATCH 4/9] btrfs: Avoid a rescan for a device which was already not found
` [PATCH 5/9] btrfs: Move logging code in grub_btrfs_read_logical()
` [PATCH 6/9] btrfs: Refactor the code that read from disk
` [PATCH 7/9] btrfs: Add support for recovery for a RAID 5 btrfs profiles
` [PATCH 8/9] btrfs: Make more generic the code for RAID 6 rebuilding
` [PATCH 9/9] btrfs: Add RAID 6 recovery for a btrfs filesystem

btrfs panic problem
 2018-09-19 18:36 UTC  (10+ messages)

[PATCH 00/35][v2] My current patch queue
 2018-09-19  0:21 UTC  (11+ messages)
` [PATCH 14/36] btrfs: reset max_extent_size properly
` [PATCH 16/36] btrfs: run delayed iputs before committing
` [PATCH 17/36] btrfs: loop in inode_rsv_refill
` [PATCH 32/36] btrfs: clear delayed_refs_rsv for dirty bg cleanup
` [PATCH 33/36] btrfs: only free reserved extent if we didn't insert it

btrfs receive incremental stream on another uuid
 2018-09-18 18:42 UTC  (5+ messages)

Move data and mount point to subvolume
 2018-09-18 18:33 UTC  (5+ messages)

[PATCH v2 05/17] compat_ioctl: move more drivers to generic_compat_ioctl_ptrarg
 2018-09-18 17:59 UTC  (5+ messages)

[PATCH RESEND] Btrfs: make should_defrag_range() understood compressed extents
 2018-09-18 10:09 UTC 

[PATCH] btrfs-progs: tests: Add the testcase for subvolume name length limit test
 2018-09-18  8:44 UTC 

[PATCH v3 0/7] btrfs-progs: lowmem: bug fixes and inode_extref repair
 2018-09-18  8:15 UTC  (14+ messages)
` [PATCH v3 4/7] btrfs-progs: lowmem: search key of root again after check_fs_root() after repair
` [PATCH v3 5/7] btrfs-progs: lowmem: do missing check of last item after check_inode_item()
` [PATCH v3 6/7] btrfs-progs: lowmem: optimization and repair for check_inode_extref()

[PATCH v2] btrfs-progs: change filename limit to 255 when creating subvolume
 2018-09-18  1:17 UTC 

can anyone receive this message
 2018-09-18  0:19 UTC  (3+ messages)

[PATCH 1/4] btrfs: tests: add separate stub for find_lock_delalloc_range
 2018-09-17 17:43 UTC  (3+ messages)
` [PATCH 1/4 v2] "

[PATCH 4/4] btrfs: tests: polish ifdefs around testing helper
 2018-09-17 17:40 UTC  (3+ messages)
` [PATCH 4/4 v2] "


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