linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-01-23 12:36:46 to 2015-02-01 23:03:49 UTC [more...]

__might_sleep() warnings on v3.19-rc6
 2015-02-01 23:03 UTC  (2+ messages)

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  (19+ 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)

[PATCH v5 0/9] btrfs: Fix freeze/sysfs deadlock in better method
 2015-01-31  2:30 UTC  (21+ 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 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)

[PATCH] Btrfs: add missing blk_finish_plug in btrfs_sync_log()
 2015-01-30 16:55 UTC  (3+ 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 v3 1/2] btrfs-progs: read_tree_block() and read_node_slot() cleanup
 2015-01-28  2:12 UTC 

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

how to repair a damaged filesystem with btrfs raid5
 2015-01-27 12:01 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)

[PATCH] btrfs-progs: Make csum tree rebuild works with extent tree rebuild
 2015-01-26  5:53 UTC 

3.19-rc5: Bug 91911: [REGRESSION] rm command hangs big time with deleting a lot of files at once
 2015-01-26  4:42 UTC  (8+ messages)

[PATCH] btrfs: Don't call btrfs_start_transaction() on frozen fs to avoid deadlock
 2015-01-26  0:31 UTC  (15+ messages)

RAID1 migrate to bigger disks
 2015-01-25  5:07 UTC  (5+ messages)

"btrfs send" and interrupts
 2015-01-24 13:28 UTC  (3+ messages)

Moving snapshots
 2015-01-23 19:20 UTC  (2+ messages)

[GIT PULL] Btrfs fixes
 2015-01-23 18:49 UTC 

[PATCH] Btrfs: add missing cleanup on sysfs init failure
 2015-01-23 18:27 UTC 

[PATCH v2] fstests: btrfs/079: Fix wrong value passed to available space check
 2015-01-23 16:10 UTC  (2+ messages)

[PULL] [PATCH 0/3] Btrfs, fixes for freezing vs pending changes
 2015-01-23 16:07 UTC  (3+ messages)

[PATCH v2] Btrfs: Add code to support file creation time
 2015-01-23 13:28 UTC  (2+ messages)
` [PATCH v3] "

[PATCH] btrfs-progs:qgroup:make large size aligned
 2015-01-23 13:24 UTC  (2+ 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).