messages from 2018-03-22 15:56:06 to 2018-03-29 12:56:21 UTC [more...]
[PATCH v3 0/9] Superblock read and verify cleanups
2018-03-29 12:56 UTC (10+ messages)
` [PATCH 1/7] btrfs: cleanup btrfs_check_super_csum() for better code flow
` [PATCH v2 2/7] btrfs: return required error from btrfs_check_super_csum
` [PATCH v2 3/7] btrfs: cleanup btrfs_read_disk_super() to return std error
` [PATCH v2 4/7] btrfs: check if the fsid in the primary sb and copy sb are same
` [PATCH v3 5/7] btrfs: verify superblock checksum during scan
` [PATCH v2 6/7] btrfs: verify checksum for all devices in mount context
` [PATCH 7/7] btrfs: drop the redundant invalidate_bdev()
[PATCH] btrfs-progs: wipe copies of the stale superblock beyond -b size
2018-03-29 10:37 UTC
[PATCH v2 0/9] Superblock read and verify cleanups
2018-03-29 10:18 UTC (14+ messages)
` [PATCH 1/8] btrfs: cleanup btrfs_check_super_csum() for better code flow
` [PATCH v2 2/8] btrfs: return required error from btrfs_check_super_csum
` [PATCH v2 3/8] btrfs: cleanup btrfs_read_disk_super() to return std error
` [PATCH 4/8] btrfs: make btrfs_check_super_csum() non-static
` [PATCH v2 5/8] btrfs: check if the fsid in the primary sb and copy sb are same
` [PATCH v2 6/8] btrfs: verify superblock checksum during scan
` [PATCH v2 7/8] btrfs: verify checksum for all devices in mount context
` [PATCH 8/8] btrfs: drop the redundant invalidate_bdev()
[PATCH] btrfs-progs: Do not add extra slash if given path end with it
2018-03-29 9:11 UTC
[PATCH v2 0/3] btrfs-progs: Some fix for fi usage
2018-03-29 8:34 UTC (5+ messages)
` [PATCH v2 1/3] btrfs-progs: fi usage: change warning message more appropriately
` [PATCH v2 2/3] btrfs-progs: fi usage: change to output more info without root privilege
` [PATCH v2 3/3] btrfs-progs: fi usage: cleanup unnecessary permission error check
[PATCH 0/5] libbtrfsutil: misc fixes
2018-03-29 7:53 UTC (6+ messages)
` [PATCH 1/5] libbtrfsutil: don't return free space cache inodes from deleted_subvolumes()
` [PATCH 2/5] libbtrfsutil: fix memory leak in deleted_subvolumes()
` [PATCH 3/5] libbtrfsutil: use local mkfs.btrfs for tests if it exists
` [PATCH 4/5] libbtrfsutil: always build libbtrfsutil.so.$MAJOR
` [PATCH 5/5] libbtrfsutil: fix test assumptions about top-level subvolume
[PATCH] Btrfs: print error messages when failing to read trees
2018-03-29 6:24 UTC (2+ messages)
Corruption on Big Endian System
2018-03-29 3:27 UTC (4+ messages)
[PATCH] btrfs-progs: tests/mkfs: Test if mkfs.btrfs --rootdir can handle broken soft link well
2018-03-29 1:26 UTC
[PATCH] btrfs-progs: mkfs/rootdir: Don't follow symbolic link when calcuating size
2018-03-29 1:09 UTC (3+ messages)
[PATCH v2.1 2/2] btrfs: Validate child tree block's level and first key
2018-03-29 1:08 UTC
[PATCH] btrfs: delayed-inode: Don't double reserve qgroup metadata for btrfs_delayed_item_reserve_metadata()
2018-03-29 0:49 UTC
[PATCH 1/2] btrfs: tests/qgroup: Fix wrong tree backref level
2018-03-29 0:06 UTC (5+ messages)
` [PATCH v2 2/2] btrfs: Validate child tree block's level and first key
error report: misc-test 006 sometimes fails in current devel branch
2018-03-28 23:58 UTC (4+ messages)
Panic and corruption after update and IO trouble
2018-03-28 15:21 UTC
[PATCH] btrfs-progs: build: modify cscope/ctags rules to include directories such as check
2018-03-28 14:53 UTC (2+ messages)
[PATCH 1/2] Btrfs: fix fsync after hole punching when using no-holes feature
2018-03-28 14:37 UTC (2+ messages)
[PATCH] btrfs: lift errors from add_extent_changeset to the callers
2018-03-28 13:57 UTC (2+ messages)
[RFC PATCH v3 0/7] btrfs-progs: Allow normal user to call "subvolume list/show"
2018-03-28 13:47 UTC (3+ messages)
[PATCH 0/8] Superblock read and verify cleanups
2018-03-28 7:05 UTC (25+ 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 v2 0/3] Allow rmdir(2) to delete a subvolume
2018-03-28 2:00 UTC (9+ 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-27 23:40 UTC
[PATCH] btrfs-progs: wipe copies of the stale superblock beyond -b size
2018-03-27 23:27 UTC (5+ messages)
[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] Delayed refs cleanups/streamlining
2018-03-27 19:08 UTC (2+ messages)
[PATCH 00/14] Qgroup metadata reservation rework
2018-03-27 18:00 UTC (8+ messages)
[PATCH 0/2] btrfs fiemap related BUG fix
2018-03-27 16:51 UTC (2+ messages)
[PATCH 2/2] Btrfs: fix copy_items() return value when logging an inode
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
Fwd: Re: BUG: unable to handle kernel paging request at ffff9fb75f827100
2018-03-26 14:32 UTC (8+ 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 (5+ 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 (3+ 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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).