linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-21 08:45:17 to 2018-03-27 20:12:24 UTC [more...]

[PATCH 0/6] Btrfs lockdep and locking cleanups
 2018-03-27 20:09 UTC  (8+ messages)
` [PATCH 1/6] btrfs: use lockdep_assert_held for spinlocks
` [PATCH 2/6] btrfs: use lockdep_assert_held for mutexes
` [PATCH 3/6] btrfs: update barrier in should_cow_block
` [PATCH 4/6] btrfs: use RCU in btrfs_show_devname for device list traversal
` [PATCH 5/6] btrfs: remove stale comments about fs_mutex
` [PATCH 6/6] btrfs: split dev-replace locking helpers for read and write

[PATCH 0/8] Superblock read and verify cleanups
 2018-03-27 19:16 UTC  (18+ 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 0/8] Delayed refs cleanups/streamlining
 2018-03-27 19:08 UTC  (8+ messages)
` [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 00/14] Qgroup metadata reservation rework
 2018-03-27 18:00 UTC  (8+ messages)

[PATCH] btrfs: lift errors from add_extent_changeset to the callers
 2018-03-27 17:44 UTC 

[PATCH 0/2] btrfs fiemap related BUG fix
 2018-03-27 16:51 UTC  (2+ messages)

[PATCH 1/2] btrfs: tests/qgroup: Fix wrong tree backref level
 2018-03-27 12:44 UTC  (2+ messages)
` [PATCH v2 2/2] btrfs: Validate child tree block's level and first key

[PATCH v2 0/3] Allow rmdir(2) to delete a subvolume
 2018-03-27 12:39 UTC  (7+ 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()

Corruption on Big Endian System
 2018-03-27 12:13 UTC  (3+ messages)

[PATCH 2/2] Btrfs: fix copy_items() return value when logging an inode
 2018-03-26 22:59 UTC 

[PATCH 1/2] Btrfs: fix fsync after hole punching when using no-holes feature
 2018-03-26 22:59 UTC 

[PATCH v2 1/2] btrfs-progs: print-tree: Use macro to replace immediate number for readable flags string buffer length
 2018-03-27  7:58 UTC  (2+ messages)

[PATCH v2 1/4] btrfs-progs: Remove btrfs-debug-tree command
 2018-03-27  7:45 UTC  (4+ messages)
` [PATCH v2 2/4] btrfs-progs: Remove deprecated btrfs-zero-log standalone tool
` [PATCH v2 3/4] btrfs-progs: Remove deprecated btrfs-show-super
` [PATCH v2 4/4] btrfs-progs: Remove deprecated btrfs-calc-size tool

[PATCH 00/10] Simplify function interfaces
 2018-03-27  7:38 UTC  (12+ messages)
` [PATCH 01/10] btrfs-progs: Drop ext_ref parameter from find_inode_ref
` [PATCH 02/10] btrfs-progs: Drop ext_ref param from check_dir_item
` [PATCH 03/10] btrfs-progs: Drop ext_ref argument from check_inode_item
` [PATCH 04/10] btrfs-progs: Drop unused ext_ref parameter from process_one_leaf
` [PATCH 05/10] btrfs-progs: Remove ext_ref param from check_fs_first_inode
` [PATCH 06/10] btrfs-progs: Remove ext_ref param from walk_down_tree
` [PATCH 07/10] btrfs-progs: Drop ext_ref param from check_fs_first_inode
` [PATCH 08/10] btrfs-progs: Drop ext_ref arument from check_fs_root
` [PATCH 09/10] btrfs-progs: Remove ext_ref local variable from check_fs_roots_lowmem
` [PATCH 10/10] btrfs-progs: Make __btrfs_fs_incompat return bool

[PATCH v2 00/10] undelete subvolume offline version
 2018-03-27  7:06 UTC  (11+ messages)
` [PATCH v2 01/10] btrfs-progs: copy btrfs_del_orphan_item from kernel
` [PATCH v2 02/10] btrfs-progs: extract btrfs_link_subvol from btrfs_mksubvol
` [PATCH v2 03/10] btrfs-progs: use btrfs_find_free_dir_index to find free inode index
` [PATCH v2 04/10] btrfs-progs: undelete-subvol: introduce is_subvol_intact
` [PATCH v2 05/10] btrfs-progs: undelete-subvol: introduce recover_dead_root
` [PATCH v2 06/10] btrfs-progs: undelete-subvol: introduce link_subvol_to_lostfound
` [PATCH v2 07/10] btrfs-progs: undelete-subvol: introduce btrfs_undelete_intact_subvols
` [PATCH v2 08/10] btrfs-progs: undelete-subvol: add undelete-subvol subcommand
` [PATCH v2 09/10] btrfs-progs: tests: add testcase for undelete-subvol
` [PATCH v2 10/10] btrfs-progs: undelete-subvol: update completion and documentation

[PATCH] btrfs-progs: wipe copies of the stale superblock beyond -b size
 2018-03-27  6:19 UTC  (4+ messages)

Fwd: Re: BUG: unable to handle kernel paging request at ffff9fb75f827100
 2018-03-26 14:32 UTC  (9+ messages)
                      ` spurious full btrfs corruption

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

[PATCH] btrfs-progs: check/original: Remove unused variable first_key
 2018-03-26 13:24 UTC  (2+ messages)

[PATCH] btrfs-progs: mkfs: add uuid and otime to ROOT_ITEM of FS_TREE
 2018-03-26 13:21 UTC  (5+ messages)
` [PATCH v2] btrfs-progs: mkfs: add uuid and otime to ROOT_ITEM of, FS_TREE

[PATCH] btrfs-progs: remove BTRFS_CRC32_SIZE definition
 2018-03-26 13:14 UTC  (5+ messages)

[PATCH 0/3] Preparatory to add the csum check in the scan context
 2018-03-26  6:40 UTC  (3+ messages)
` [PATCH v3 0/2] "

[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] 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: 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  (4+ 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  (10+ 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  (4+ messages)

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

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  (13+ messages)

[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  (4+ 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).