Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2015-02-04 07:19:33 to 2015-02-09 22:21:46 UTC [more...]

btrfs performance, sudden drop to 0 IOPs
 2015-02-09 22:21 UTC  (3+ messages)

[PATCH] Btrfs: scrub, fix sleep in atomic context
 2015-02-09 21:14 UTC 

Replacing a (or two?) failed drive(s) in RAID-1 btrfs filesystem
 2015-02-09 20:30 UTC  (16+ messages)

btrfs features
 2015-02-09 20:08 UTC  (2+ messages)

[GIT PULL] btrfsck and btrfs-image fixes
 2015-02-09 20:03 UTC  (17+ messages)
` [PATCH 01/16] Btrfs-progs: let btrfs-corrupt-block specify a root
` [PATCH 02/16] btrfs-progs: deal with no extent info
` [PATCH 03/16] Btrfs-progs: handle -eagain properly
` [PATCH 04/16] Btrfs-progs: read super properly in btrfs-image
` [PATCH 05/16] Btrfs-progs: don't try to repair reloc roots
` [PATCH 06/16] Btrfs-progs: don't check csums for data reloc root
` [PATCH 07/16] btrfs-progs: fix btrfs-image overlapping chunks
` [PATCH 08/16] Btrfs-progs: multi-thread btrfs-image restore
` [PATCH 09/16] Btrfs-progs: Introduce metadump_v2
` [PATCH 10/16] Btrfs-progs: only build space info's for the main flags
` [PATCH 11/16] Btrfs-progs: remove global transaction from fsck
` [PATCH 12/16] Btrfs-progs: unpin excluded extents as we fix things
` [PATCH 13/16] Btrfs-progs: make restore update dev items
` [PATCH 14/16] Btrfs-progs: make debug-tree spit out full_backref flag
` [PATCH 15/16] Btrfs-progs: skip opening all devices with restore
` [PATCH 16/16] Btrfs-progs: fix bad extent flag

[PATCH] Btrfs: fix scrub race leading to use-after-free
 2015-02-09 19:07 UTC  (2+ messages)

Accepting discard to free space from disk images
 2015-02-09 18:08 UTC  (9+ messages)

[PATCH] Btrfs: fix race waiting for ordered extents at transaction commit
 2015-02-09 17:18 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] Btrfs: fix fsync race leading to ordered extent memory leaks
 2015-02-09 17:17 UTC  (5+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "
` [PATCH v5] "

[PATCH] btrfs: remove unused chunk_tree argument in several functions
 2015-02-09 12:31 UTC 

[PATCH v3] Btrfs: btrfs_release_extent_buffer_page didn't free pages of dummy extent
 2015-02-09  9:31 UTC 

[PATCH v2] Btrfs: fix BUG_ON in btrfs_orphan_add() when delete unused block group
 2015-02-09  9:31 UTC 

[PATCH v3] Btrfs: fix find_free_dev_extent() malfunction in case device tree has hole
 2015-02-09  9:30 UTC 

[PATCH 0/4 v2] test-btrfs-devmgt.sh
 2015-02-09  8:24 UTC  (6+ messages)
` [PATCH 1/4] Btrfs-progs: add regression tests for sysfs contents during btrfs device management
` [PATCH 2/4] Btrfs-progs: adds simple to use seed test for test-btrfs-devmgt.sh
` [PATCH 3/4] Btrfs-progs: test-btrfs-devmgt.sh support if btrfs is root fs
` [PATCH 4/4] Btrfs-progs: test-btrfs-devmgt.sh have a safe defaults

[PATCH 00/24 V2] provide frame work so that sysfs attributs from the fs_devices can be added
 2015-02-08 23:56 UTC  (25+ messages)
` [PATCH 01/24] Btrfs: sysfs: fix, btrfs_release_super_kobj() should to clean up the kobject data
` [PATCH 02/24] Btrfs: sysfs: fix, fs_info kobject_unregister has init_completion() twice
` [PATCH 03/24] Btrfs: sysfs: fix, undo sysfs device links
` [PATCH 04/24] Btrfs: sysfs: fix, kobject pointer clean up needed after kobject release
` [PATCH 05/24] Btrfc: sysfs: fix, check if device_dir_kobj is init before destroy
` [PATCH 06/24] Btrfs: sysfs: reorder the kobject creations
` [PATCH 07/24] Btrfs: sysfs: rename __btrfs_sysfs_remove_one to btrfs_sysfs_remove_fsid
` [PATCH 08/24] Btrfs: sysfs: introduce function btrfs_sysfs_add_fsid() to create sysfs fsid
` [PATCH 09/24] Btrfs: sysfs: let default_attrs be separate from the kset
` [PATCH 10/24] Btrfs: sysfs: separate device kobject and its attribute creation
` [PATCH 11/24] Btrfs: sysfs: move super_kobj and device_dir_kobj from fs_info to btrfs_fs_devices
` [PATCH 12/24] Btrfs: sysfs: add pointer to access fs_info from fs_devices
` [PATCH 13/24] Btrfs: introduce btrfs_get_fs_uuids
` [PATCH 14/24] Btrfs: sysfs: provide framework to remove all fsid kobject
` [PATCH 15/24] Btrfs: sysfs btrfs_kobj_add_device() pass fs_devices instead of fs_info
` [PATCH 16/24] Btrfs: sysfs btrfs_kobj_rm_device() "
` [PATCH 17/24] Btrfs: sysfs: make btrfs_sysfs_add_fsid() non static
` [PATCH 18/24] Btrfs: sysfs: make btrfs_sysfs_add_device() "
` [PATCH 19/24] Btrfs: sysfs: btrfs_sysfs_remove_fsid() make it "
` [PATCH 20/24] Btrfs: sysfs: separate kobject and attribute creation
` [PATCH 21/24] Btrfs: sysfs: add support to add parent for fsid
` [PATCH 22/24] Btrfs: sysfs: don't fail seeding for the sake of sysfs kobject issue
` [PATCH 23/24] Btrfs: sysfs: support seed devices in the sysfs layout
` [PATCH 24/24] Btrfs: sysfs: add check if super kobject is already initialized

[PATCH 1/1] export symbol kobject_move()
 2015-02-08 23:48 UTC 

[PATCH] btrfs: cleanup: remove no-used alloc_chunk in btrfs_check_data_free_space()
 2015-02-09  6:59 UTC 

[PATCH] btrfs: cleanup: remove no-used alloc_chunk in btrfs_check_data_free_space()
 2015-02-09  6:40 UTC 

[PATCH] btrfs-progs: fsck-test: Add check_sudo to check valid root/sudo privilege
 2015-02-09  6:11 UTC 

[PATCH v2] btrfs: Fix out-of-space bug
 2015-02-09  5:35 UTC  (3+ messages)

kernel BUG at /home/apw/COD/linux/fs/btrfs/inode.c:3123
 2015-02-09  5:05 UTC  (2+ messages)

Segfault when deleting device
 2015-02-08 16:38 UTC 

Replicate snapshot to second machine fails
 2015-02-08 15:35 UTC  (2+ messages)

RAID1, SSD+non-SSD
 2015-02-08  3:51 UTC  (10+ messages)
  ` RAID1, SSD+non-SSD (RAID 5/6 question)

Btrfs subvolume question
 2015-02-07  0:14 UTC  (10+ messages)

btrfs: qgroup: account shared subtrees during snapshot delete
 2015-02-06 22:16 UTC  (2+ messages)

[GIT PULL] Btrfs fix
 2015-02-06 20:16 UTC 

Can I get a checksum for a file from btrfs (without reading the whole file)?
 2015-02-06 18:04 UTC  (4+ messages)

[PATCH 0/2] btrfs: Fix out-of-space bug
 2015-02-06 10:52 UTC  (7+ messages)
` [PATCH 1/2] btrfs: Fix out-of-space bug caused by searching commit_root in find_free_dev_extent()
` [PATCH 2/2] btrfs: Set hole_size to free space in case of contains_pending_extent

[PATCH] Btrfs: fix BUG_ON in btrfs_orphan_add() when delete unused block group
 2015-02-06  9:24 UTC  (4+ messages)

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

BTRFS EFI Boot question
 2015-02-06  0:28 UTC  (3+ messages)

[PATCH] btrfs-progs: allow CFLAGS specification in new build
 2015-02-05 21:08 UTC  (2+ messages)

[PATCH][RFC] dm: log writes target
 2015-02-05 16:56 UTC  (4+ messages)

Deadlock on 3.18.5
 2015-02-05 16:48 UTC  (6+ messages)

Btrfs progs pre-release 3.19-rc2
 2015-02-05 16:38 UTC 

__might_sleep() warnings on v3.19-rc6
 2015-02-05 16:16 UTC  (2+ messages)

[PATCH 0/7] Allow btrfsck to reset csum of all tree blocks, AKA dangerous mode
 2015-02-05  8:59 UTC  (16+ 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 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
        ` BTRFS wiki: page about recovery (was: Re: [PATCH 0/7] Allow btrfsck to reset csum of all tree blocks, AKA dangerous mode.)

What does scrub tell me?
 2015-02-05  5:16 UTC  (3+ messages)

kernel BUG at fs/btrfs/inode.c:3123!
 2015-02-05  4:02 UTC  (2+ messages)

paused balance convert from raid1 can no longer be a writeable mount
 2015-02-05  3:00 UTC  (4+ messages)

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

INFO: trying to register non-static key with 3.18.5
 2015-02-04 21:13 UTC 

Btrfs progs pre-release 3.19-rc1
 2015-02-04 15:56 UTC 

[PATCH v2] Btrfs: fix find_free_dev_extent() malfunction in case device tree has hole
 2015-02-04 12:18 UTC  (2+ messages)

[PATCH v2] Btrfs: btrfs_release_extent_buffer_page didn't free pages of dummy extent
 2015-02-04 12:16 UTC  (2+ messages)

btrfs-prog: improve build-system by autoconf
 2015-02-04 11:40 UTC  (5+ messages)

Btrfs-progs 3.19rc1 issues
 2015-02-04  8:58 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