linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-01-26 06:05:30 to 2015-02-04 07:20:09 UTC [more...]

[PATCH 0/7] Allow btrfsck to reset csum of all tree blocks, AKA dangerous mode
 2015-02-04  7:16 UTC  (10+ messages)
` [PATCH 1/7] btrfs-progs: Add btrfs_(prev/next)_tree_block() to keep search result in the same level of path->lowest_level
` [PATCH 2/7] btrfs-progs: Introduce btrfs_next_slot() function to iterate to next slot in given level
` [PATCH 3/7] btrfs-progs: Allow btrfs_read_fs_root() to re-read the tree node
` [PATCH 4/7] btrfs-progs: Export write_tree_block() and allow it to do nocow write
` [PATCH 4/5] btrfs-progs: Introduce new function reset_tree_block_csum() for later tree block csum reset
` [PATCH 5/5] btrfs-progs: Introduce new function reset_(one_root/roots)_csum() to reset one/all tree's csum in tree root
` [PATCH 5/7] btrfs-progs: Introduce new function reset_tree_block_csum() for later tree block csum reset
` [PATCH 6/7] btrfs-progs: Introduce new function reset_(one_root/roots)_csum() to reset one/all tree's csum in tree root
` [PATCH 7/7] btrfs-progs: Introduce "--dangerous" option to reset all tree block csum

[PATCH] Btrfs: fix find_free_dev_extent() malfunction in case device tree has hole
 2015-02-04  7:14 UTC  (6+ messages)

paused balance convert from raid1 can no longer be a writeable mount
 2015-02-04  7:02 UTC 

[PATCH RFC v6 6/9] vfs: Add sb_want_write() function to get vfsmount from a given sb
 2015-02-04  2:13 UTC  (2+ messages)

Btrfs-progs 3.19rc1 issues
 2015-02-04  1:19 UTC  (2+ messages)

single GlobalReserve
 2015-02-04  1:01 UTC 

[PATCH] Btrfs: add missing blk_finish_plug in btrfs_sync_log()
 2015-02-03 11:41 UTC  (4+ messages)

[PATCH] Btrfs: use asynchronous submit for large DIO io in single profile
 2015-02-03 11:05 UTC  (2+ messages)

how to repair a damaged filesystem with btrfs raid5
 2015-02-03  7:59 UTC  (4+ messages)

[PATCH v3 1/2] btrfs-progs: read_tree_block() and read_node_slot() cleanup
 2015-02-02 18:27 UTC  (2+ messages)

btrfs-progs bash completion
 2015-02-02 16:47 UTC  (2+ messages)

[PATCH v2 1/5] btrfs-progs: Record orphan data extent ref to corresponding root
 2015-02-02 13:43 UTC  (2+ messages)

[PATCH] Btrfs: btrfs_release_extent_buffer_page() didn't free pages of dummy extent
 2015-02-02 13:04 UTC 

[PATCH] Btrfs: fix BUG_ON in btrfs_orphan_add() when delete unused block group
 2015-02-02  8:08 UTC 

__might_sleep() warnings on v3.19-rc6
 2015-02-02  6:09 UTC  (5+ messages)

Unclean shutdown, BTRFS will not mount after - what things to try in what order?
 2015-02-02  6:06 UTC  (2+ messages)

[PATCH v5 0/9] btrfs: Fix freeze/sysfs deadlock in better method
 2015-02-02  1:36 UTC  (22+ messages)
` [PATCH v5 1/9] Revert "btrfs: add support for processing pending changes" related commits
` [PATCH v5 2/9] btrfs: Make btrfs_parse_options() parse mount option in a atomic way
` [PATCH v5 3/9] btrfs: Introduce per-transaction mount_opt to keep mount option consistent during transaction
` [PATCH v5 4/9] btrfs: Use btrfs_test_trans_opt() to handle SPACE_CACHE if it's under transaction protect
` [PATCH v5 5/9] btrfs: Use btrfs_test_trans_opt() to handle INODE_CACHE "
` [PATCH v5 6/9] vfs: Add sb_want_write() function to get vfsmount from a given sb
` [PATCH v5 7/9] btrfs: Move btrfs_sysfs_remove_one(fs_info) before transcation thread cleanup
` [PATCH v5 8/9] btrfs: Use sb_want_write() to protect label change
` [PATCH v5 9/9] btrfs: Use sb_want_write() to protect sysfs feature change

btrfs: qgroup: account shared subtrees during snapshot delete
 2015-02-01 20:51 UTC 

How to fix uncorrectable errors
 2015-02-01 19:07 UTC  (2+ messages)

security.capability xattr missing after btrfs send/receive
 2015-02-01 17:57 UTC  (3+ messages)

[PATCH 1/1] Btrfs: move super_kobj and device_dir_kobj from fs_info to btrfs_fs_devices
 2015-02-01  8:02 UTC  (17+ messages)
` [PATCH 1/1] Btrfs: btrfs_release_super_kobj() should clean up the kobject data
` [PATCH 00/12] provide frame work so that sysfs attributs from the fs_devices can be added
  ` [PATCH 01/12] Btrfs: sysfs: fix, btrfs_release_super_kobj() should to clean up the kobject data
  ` [PATCH 02/12] Btrfs: sysfs: fix, fs_info kobject_unregister has init_completion() twice
  ` [PATCH 03/12] Btrfs: sysfs: fix, undo sysfs device links
  ` [PATCH 04/12] Btrfs: sysfs: fix, kobject pointer clean up needed after kobject release
  ` [PATCH 05/12] Btrfc: sysfs: fix, check if device_dir_kobj is init before destroy
  ` [PATCH 06/12] Btrfs: sysfs: reorder the kobject creations
  ` [PATCH 07/12] Btrfs: sysfs: rename __btrfs_sysfs_remove_one to btrfs_sysfs_remove_fsid
  ` [PATCH 08/12] Btrfs: sysfs: introduce function btrfs_sysfs_add_fsid() to create sysfs fsid
  ` [PATCH 09/12] Btrfs: sysfs: let default_attrs be separate from the kset
  ` [PATCH 10/12] Btrfs: sysfs: separate device kobject and its attribute creation
  ` [PATCH 11/12] Btrfs: sysfs: move super_kobj and device_dir_kobj from fs_info to btrfs_fs_devices
  ` [PATCH 12/12] Btrfs: sysfs: add pointer to access fs_info from fs_devices
` [PATCH] Btrfs-progs: add regression tests for sysfs contents during btrfs device management

rolling back to ext4 doesn't work if rebalanced
 2015-01-31  6:41 UTC  (2+ messages)

btrfs send multiple subvolumes
 2015-01-30 22:06 UTC  (2+ messages)

[PATCH RFC v3 0/5] mount options consistent enhancement
 2015-01-30 17:30 UTC  (8+ messages)
` [PATCH RFC v3 1/5] Revert "btrfs: add support for processing pending changes" related commits

[PATCH 3.19-rc] btrfs: add read-only check to sysfs handler of features
 2015-01-30 17:08 UTC  (2+ messages)

[GIT PULL] Btrfs fix
 2015-01-30 16:48 UTC 

Indefinite hang in reserve_metadata_bytes on kernel 3.18.3
 2015-01-30 10:02 UTC  (4+ messages)

[PATCH RESEND v4 0/8] Fix freeze/sysfs deadlock in better method
 2015-01-30  6:15 UTC  (33+ messages)
` [PATCH RESEND v4 1/8] Revert "btrfs: add support for processing pending changes" related commits
` [PATCH RESEND v4 2/8] btrfs: Make btrfs_parse_options() parse mount option in a atomic way
` [PATCH RESEND v4 3/8] btrfs: Introduce per-transaction mount_opt to keep mount option consistent during transaction
` [PATCH RESEND v4 4/8] btrfs: Use btrfs_test_trans_opt() to handle SPACE_CACHE if it's under transaction protect
` [PATCH RESEND v4 5/8] btrfs: Use btrfs_test_trans_opt() to handle INODE_CACHE "
` [PATCH RESEND v4 6/8] vfs: Add get_vfsmount_sb() function to get vfsmount from a given sb
` [PATCH RESEND v4 7/8] btrfs: Use mnt_want_write() to protect label change
` [PATCH RESEND v4 8/8] btrfs: Use mnt_want_write() to protect sysfs feature change

[PATCH] Btrfs: fix race between transaction commit and empty block group removal
 2015-01-29 19:18 UTC 

Linux documentation: btrfs.txt
 2015-01-29 12:44 UTC  (2+ messages)

[PATCH v3 00/10] Enhance btrfs-find-root and open_ctree() to provide better chance on damaged btrfs
 2015-01-29  9:07 UTC  (3+ messages)
` [PATCH v3 01/10] btrfs-progs: Cleanup check_tree_block() function and split the output to print_tree_block_err() function
` [PATCH v3 02/10] btrfs-progs: Add support to suppress tree block csum error output

[PATCH 1/2] btrfs-progs: Make option parsing more robust to code modifications
 2015-01-28 10:07 UTC  (5+ messages)
` [PATCH 2/2] btrfs-progs: Add --readonly flag

Get the diff from a file in two snapshots
 2015-01-28 10:28 UTC  (5+ messages)

[PATCH v4 0/8] Fix freeze/sysfs deadlock in better method
 2015-01-29  2:21 UTC  (14+ messages)
` [PATCH v4 1/8] Revert "btrfs: add support for processing pending changes" related commits
` [PATCH v4 2/8] btrfs: Introduce per-transaction mount_opt to keep mount option consistent during transaction
` [PATCH v4 2/8] btrfs: Make btrfs_parse_options() parse mount option in a atomic way
` [PATCH v4 3/8] btrfs: Introduce per-transaction mount_opt to keep mount option consistent during transaction
` [PATCH v4 3/8] btrfs: Use btrfs_test_trans_opt() to handle SPACE_CACHE if it's under transaction protect
` [PATCH v4 4/8] btrfs: Use btrfs_test_trans_opt() to handle INODE_CACHE "
` [PATCH v4 4/8] btrfs: Use btrfs_test_trans_opt() to handle SPACE_CACHE "
` [PATCH v4 5/8] btrfs: Make btrfs_parse_options() parse mount option in a atomic way
` [PATCH v4 5/8] btrfs: Use btrfs_test_trans_opt() to handle INODE_CACHE if it's under transaction protect
` [PATCH v4 6/8] vfs: Add get_vfsmount_sb() function to get vfsmount from a given sb
` [PATCH v4 7/8] btrfs: Use mnt_want_write() to protect label change
` [PATCH v4 8/8] btrfs: Use mnt_want_write() to protect sysfs feature change

[PATCH v6] btrfs: add regression test for remount with thread_pool resized
 2015-01-29  0:46 UTC 

[PATCH 0/4] Better btrfsck tree corruption report and automatic csum tree rebuild
 2015-01-29  0:51 UTC  (3+ messages)

[PATCH v2 00/10] Enhance btrfs-find-root and open_ctree() to provide better chance on damaged btrfs
 2015-01-29  0:58 UTC  (4+ messages)
` [PATCH v2 02/10] btrfs-progs: Add support to suppress tree block csum error output

[PATCH 1/1] btrfs: Align EOF length to block in extent_same
 2015-01-28 19:46 UTC  (3+ messages)

btrfs-prog: improve build-system by autoconf
 2015-01-28 15:38 UTC  (4+ messages)

Am I missing partiy/redundancy - WARNING: RAID56 detected, not implemented
 2015-01-28 13:35 UTC  (3+ messages)

[PATCH 1/2] btrfs-progs: read_tree_block() and read_node_slot() cleanup
 2015-01-28  2:07 UTC  (4+ messages)
` [PATCH 2/2] btrfs-progs: Move (set/clear_)extent_buffer_uptodate() to extent_io.h

btrfs convert running out of space
 2015-01-28  0:18 UTC  (18+ messages)

[PATCH] Btrfs: fix scrub race leading to use-after-free
 2015-01-27 23:06 UTC  (2+ messages)
` [PATCH v2] "

Btrfs progs release 3.18.2
 2015-01-27 17:12 UTC 

[PATCH] btrfs-progs: don't output operational status information to stderr
 2015-01-27 15:49 UTC  (2+ messages)

[PATCH v2 1/2] btrfs-progs: read_tree_block() and read_node_slot() cleanup
 2015-01-27  3:54 UTC 

[PATCH v5] btrfs: add regression test for remount with thread_pool resized
 2015-01-26 23:46 UTC  (3+ messages)

Bug Report Data Rescue: btrfs send ... btrfs set prop on linux 3.18-2 on Arch Linux
 2015-01-26 13:38 UTC  (2+ messages)

spuious I/O errors from btrfs...at the caching layer?
 2015-01-26 12:39 UTC  (4+ messages)
  ` Resolved...ish. was: Re: spurious "

[PATCH v2 1/2 RESEND] btrfs: remove empty fs_devices to prevent memory runout
 2015-01-26  9:44 UTC  (4+ messages)
` [PATCH 2/2 RESEND] btrfs: introduce shrinker for rb_tree that keeps valid btrfs_devices

[PATCH v4] btrfs: add regression test for remount with thread_pool resized
 2015-01-26  8:53 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).