linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-19 12:50:25 to 2018-03-26 08:51:10 UTC [more...]

[PATCH v2 0/3] Allow rmdir(2) to delete a subvolume
 2018-03-26  8:51 UTC  (5+ messages)
` [PATCH v2 1/3] btrfs: Move may_destroy_subvol() from ioctl.c to inode.c
` [PATCH v2 2/3] btrfs: Allow rmdir(2) to delete a subvolume
` [PATCH v2 3/3] btrfs: Cleanup btrfs_ioctl_snap_destroy() by using btrfs_delete_subvolume()

[PATCH] btrfs-progs: wipe copies of the stale superblock beyond -b size
 2018-03-26  8:27 UTC 

[PATCH 0/8] Superblock read and verify cleanups
 2018-03-26  8:27 UTC  (9+ messages)
` [PATCH 1/8] btrfs: cleanup btrfs_check_super_csum() for better code flow
` [PATCH 2/8] btrfs: return required error from btrfs_check_super_csum
` [PATCH 3/8] btrfs: cleanup btrfs_read_disk_super() to return std error
` [PATCH 4/8] btrfs: make btrfs_check_super_csum() non-static
` [PATCH 5/8] btrfs: check if the fsid in the primary sb and copy sb are same
` [PATCH 6/8] btrfs: verify checksum when superblock is read for scan
` [PATCH 7/8] btrfs: verify checksum for all devices in mount context
` [PATCH 8/8] btrfs: drop the redundant invalidate_bdev()

[PATCH] btrfs-progs: remove BTRFS_CRC32_SIZE definition
 2018-03-26  7:57 UTC  (4+ messages)

[PATCH 0/3] Preparatory to add the csum check in the scan context
 2018-03-26  6:40 UTC  (16+ messages)
` [PATCH 1/3] btrfs: cleanup btrfs_check_super_csum() to check the csum_type to the type
` [PATCH 2/3] btrfs: return required error from btrfs_check_super_csum
` [PATCH 3/3] btrfs: refactor btrfs_check_super_csum() for scan
` [PATCH v3 0/2] Preparatory to add the csum check in the scan context
  ` [PATCH v3 1/2] btrfs: cleanup btrfs_check_super_csum() to check the csum_type to the type
  ` [PATCH v3 2/2] btrfs: return required error from btrfs_check_super_csum

[PATCH v2] handle SB beyond blockcount mkfs.btrfs
 2018-03-26  6:35 UTC  (7+ messages)
` [PATCH v2] btrfs: check if the fsid in the primary sb and copy sb are same
  ` [PATCH v2.1] "

[PATCH 0/2] verify superblock checksum
 2018-03-26  6:34 UTC  (4+ messages)
` [PATCH 1/2] btrfs: verify checksum when superblock is read for mount
` [PATCH 2/2] btrfs: verify checksum when superblock is read for scan

[PATCH] btrfs: Allow rmdir(2) to delete a subvolume
 2018-03-26  1:14 UTC  (3+ messages)

[PATCH 1/2] btrfs-progs: Fix DIR_ITEM checking in lowmem
 2018-03-26  1:17 UTC  (5+ messages)
` [PATCH 2/2] btrfs-progs: Add test for collision DIR_ITEM handling

[PATCH] btrfs-progs: Add a basic monitoring script
 2018-03-23 17:29 UTC 

[PATCH v2] btrfs: Validate child tree block's level and first key
 2018-03-23 13:28 UTC  (4+ messages)

Status of host managed SMR device support
 2018-03-23 12:07 UTC  (2+ messages)

Hard reset during balance - How to continue?
 2018-03-23 11:19 UTC  (2+ messages)

[PATCH] btrfs: ctree.h: Fix wrong comment position about csum size
 2018-03-23  8:17 UTC  (4+ messages)

[PATCH] btrfs-progs: mkfs: add uuid and otime to ROOT_ITEM of FS_TREE
 2018-03-23  8:16 UTC  (9+ messages)
` [PATCH v2] btrfs-progs: mkfs: add uuid and otime to ROOT_ITEM of, FS_TREE

[PATCH] btrfs: Allow non-privileged user to delete empty subvolume by default
 2018-03-23  6:29 UTC  (8+ messages)

(no subject)
 2018-03-22 22:30 UTC 

Status of RAID5/6
 2018-03-22 21:13 UTC  (6+ messages)

Next btrfs development cycle open - 4.18
 2018-03-22 16:30 UTC 

[PATCH] Btrfs: delete dead code in btrfs_orphan_add()
 2018-03-22 15:59 UTC  (3+ messages)

[PATCH 1/2] btrfs: remove dead create_space_info calls
 2018-03-22 15:52 UTC  (5+ messages)
` [PATCH 2/2] btrfs: defer adding raid type kobject until after chunk relocation

[PATCH] btrfs: Validate child tree block's level and first key
 2018-03-22 14:41 UTC  (12+ messages)

[PATCH] Btrfs: replace: cache rbio when rebuild data on missing device
 2018-03-22 14:13 UTC  (3+ messages)
` [PATCH V2] "

[PATCH 1/2] btrfs-progs: print-tree: Use macro to replace immediate number for readable flags string buffer length
 2018-03-22 14:02 UTC  (8+ messages)
` [PATCH 2/2] btrfs-progs: print-tree: Add output for node flags and backref version

[PATCH v2] btrfs-progs: wipe stale sb copy beyond -b size
 2018-03-22 13:44 UTC  (3+ messages)

[PATCH 1/3] btrfs-progs: Remove deprecated btrfs-zero-log standalone tool
 2018-03-22 13:37 UTC  (7+ messages)
` [PATCH 2/3] btrfs-progs: Remove deprecated btrfs-show-super
` [PATCH 3/3] btrfs-progs: Remove deprecated btrfs-calc-size tool

[PATCH v3 0/6] Fix long standing -EOPNOTSUPP problem caused by large inline extent
 2018-03-22 13:24 UTC  (10+ messages)
` [PATCH v3 1/6] btrfs-progs: convert: Fix inline file extent creation condition
` [PATCH v3 2/6] btrfs-progs: mkfs/rootdir: Fix inline extent creation check
` [PATCH v3 3/6] btrfs-progs: check/original mode: Check inline extent size
` [PATCH v3 4/6] btrfs-progs: check/lowmem "
` [PATCH v3 5/6] btrfs-progs: test/convert: Add test case for invalid large inline data extent
` [PATCH v3 6/6] btrfs-progs: test/mkfs: Add test case for rootdir inline extent size

[PATCH] btrfs-progs: wipe all copies of the stale superblock
 2018-03-22 13:08 UTC  (5+ messages)

[PATCH] btrfs-progs: check/original: Remove unused variable first_key
 2018-03-22  9:06 UTC 

Out of space and incorrect size reported
 2018-03-22  8:54 UTC  (4+ messages)

grub_probe/grub-mkimage does not find all drives in BTRFS RAID1
 2018-03-22  7:41 UTC  (2+ messages)

Crashes running btrfs scrub
 2018-03-22  0:08 UTC  (14+ messages)

Fwd: Re: BUG: unable to handle kernel paging request at ffff9fb75f827100
 2018-03-21 22:03 UTC  (8+ messages)
                      ` spurious full btrfs corruption

[PATCH] btrfs-progs: Beautify owner when printing leaf/nodes
 2018-03-21 17:08 UTC  (3+ messages)

[PATCH] btrfs-progs: inspect-dump-tree: add '-f|--follow' options to print all children tree blocks for '-b'
 2018-03-21 16:00 UTC  (4+ messages)

[PATCH] btrfs: Remove obsolete function declaration
 2018-03-21 11:07 UTC  (6+ messages)

[PATCH 0/8] Delayed refs cleanups/streamlining
 2018-03-21  8:45 UTC  (9+ messages)
` [PATCH 1/8] btrfs: Factor out common delayed refs init code
` [PATCH 2/8] btrfs: Use init_delayed_ref_common in add_delayed_tree_ref
` [PATCH 3/8] btrfs: Use init_delayed_ref_common in add_delayed_data_ref
` [PATCH 4/8] btrfs: Open-code add_delayed_tree_ref
` [PATCH 5/8] btrfs: Open-code add_delayed_data_ref
` [PATCH 6/8] btrfs: Introduce init_delayed_ref_head
` [PATCH 7/8] btrfs: Use init_delayed_ref_head in add_delayed_ref_head
` [PATCH 8/8] btrfs: split delayed ref head initialization and addition

[PATCH v2 0/2] Preparatory to add the csum check in the scan context
 2018-03-21  6:25 UTC  (5+ messages)
` [PATCH v2 1/2] btrfs: cleanup btrfs_check_super_csum() to check the csum_type to the type
` [PATCH v2 2/2] btrfs: return required error from btrfs_check_super_csum

Kernel warning - not sure if this is important
 2018-03-20 20:13 UTC  (3+ messages)

[PATCH 4.14 024/110] btrfs: use proper endianness accessors for super_copy
 2018-03-20  9:32 UTC  (4+ messages)

[PATCH v2] btrfs-progs: ctree: Add extra level check for read_node_slot()
 2018-03-20  5:23 UTC  (4+ messages)

[RFC PATCH v3 0/7] btrfs-progs: Allow normal user to call "subvolume list/show"
 2018-03-20  1:41 UTC  (4+ messages)
` [RFC PATCH v3 5/7] btrfs-progs: sub list: "

[PATCH] btrfs: fix lockdep splat in btrfs_alloc_subvolume_writers
 2018-03-19 21:15 UTC  (5+ messages)

[PATCH] btrfs-progs: print-tree: Enhance warning on tree block level mismatch and error handling
 2018-03-19 18:33 UTC  (2+ messages)

[PATCH 0/1] btrfs-progs: Fix typos in docs and user-facing strings
 2018-03-19 18:28 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH 0/1] btrfs-progs: docs: annual typo, clarity, & grammar review & fixups
 2018-03-19 18:24 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH] btrfs-progs: print-tree: Do correct offset output for ROOT_ITEM
 2018-03-19 18:14 UTC  (2+ messages)

[PATCH v2 0/7] Fix long standing -EOPNOTSUPP problem caused by large inline extent
 2018-03-19 13:25 UTC  (5+ messages)
` [PATCH v2 1/7] btrfs-progs: convert/ext2: Fix inline extent creation check
` [PATCH v2 7/7] btrfs-progs: test/mkfs: Add test case for rootdir inline extent size

[PATCH] btrfs-progs: convert/ext2: Remove check for ext2_ext_attr_entry->e_value_block
 2018-03-19 12:55 UTC  (2+ messages)

[PATCH 2/2] Btrfs-progs: add fsck test for filesystem with shared prealloc extents
 2018-03-19 12:47 UTC  (3+ messages)
` [PATCH 2/2 v3] "


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