Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2015-02-09 22:45:43 to 2015-02-13 19:11:01 UTC [more...]

btrfs performance, sudden drop to 0 IOPs
 2015-02-13 18:26 UTC  (20+ messages)

Repair broken btrfs raid6?
 2015-02-13 18:26 UTC  (11+ messages)

[PATCH 00/24 V2] provide frame work so that sysfs attributs from the fs_devices can be added
 2015-02-13 17:51 UTC  (16+ messages)
` [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] Btrfs: don't remove extents and xattrs when logging new names
 2015-02-13 16:56 UTC  (3+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH] Btrfs: add metadump_v2 support to the kernel
 2015-02-13 15:56 UTC  (2+ messages)

[PATCH v8 9/9] btrfs: Use sb_want_write() to protect sysfs feature change
 2015-02-13 15:50 UTC  (2+ messages)

[PATCH 9/9] btrfs: Use sb_want_write() to protect sysfs feature change
 2015-02-13 15:48 UTC  (2+ messages)

[PATCH 1/3] Btrfs: only adjust outstanding_extents when we do a short write
 2015-02-13 15:44 UTC  (10+ messages)
` [PATCH 2/3] Btrfs: don't set and clear delalloc for O_DIRECT writes
` [PATCH 3/3] Btrfs: account for large extents with enospc
    ` [PATCH 3/3 v2] "

How to compile btrfs-progs?
 2015-02-13 15:33 UTC  (3+ messages)

[PATCH 3/3] btrfs: cleanup: use for() loop in btrfs_map_bio()
 2015-02-13 15:27 UTC  (2+ messages)

[PATCH 2/3] btrfs: cleanup: use wait_event() for btrfs_rm_dev_replace_blocked()
 2015-02-13 15:25 UTC  (2+ messages)

[PATCH 1/3] btrfs: cleanup: remove unuesd DEDINE_WAIT() in btrfs_bio_counter_inc_blocked()
 2015-02-13 15:25 UTC  (2+ messages)

[PATCH] fstests: generic test for fsync followed by truncate and link
 2015-02-13 12:47 UTC 

[PATCH] Btrfs: fix fsync data loss after adding hard link to inode
 2015-02-13 12:30 UTC  (4+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "

[PATCH] fstests: generic, test fsync after adding hard link differently
 2015-02-13 12:29 UTC  (2+ messages)
` [PATCH v2] "

Forever blocked in bit_wait with kernel 3.19
 2015-02-13 11:19 UTC  (5+ messages)

[PATCH 0/3] Btrfs: qgroup: part-3: bug fixes for deleting subvolume
 2015-02-13  9:38 UTC  (7+ messages)
` [PATCH 1/3] btrfs: qgroup: return EINVAL if level of parent is not higher than child's
` [PATCH 2/3] btrfs: qgroup: allow to remove qgroup which has parent but no child
` [PATCH 3/3] btrfs: qgroup: fix a wrong parameter of no_quota

slow system
 2015-02-13  7:54 UTC  (2+ messages)

WARNING: CPU: 1 PID: 2436 at fs/btrfs/qgroup.c:1414 btrfs_delayed_qgroup_accounting+0x9f1/0xa0b [btrfs]()
 2015-02-13  4:56 UTC  (3+ messages)

BTRFS RAID-1 leaf size change scenario
 2015-02-13  3:38 UTC  (4+ messages)

[PATCH v3 00/10] Enhance btrfs-find-root and open_ctree() to provide better chance on damaged btrfs
 2015-02-13  1:34 UTC  (7+ messages)

[PATCH] fstests: add generic test for fsync after creating hard link
 2015-02-12 16:51 UTC 

[PATCH] Btrfs: abort the transaction if we fail to update the free space cache inode
 2015-02-12 14:43 UTC 

[PATCH 1/1] export symbol kobject_move()
 2015-02-12 10:47 UTC  (4+ messages)
` [PATCH 1/1 V2] "

[PATCH] fix spacing in btrfs/inode.c
 2015-02-12  9:43 UTC  (2+ messages)

[PATCH] Btrfs: fix scheduler warning when syncing log
 2015-02-12  9:29 UTC  (2+ messages)

[PATCH v2 1/3] btrfs: cleanup: remove unuesd DEDINE_WAIT() in btrfs_bio_counter_inc_blocked()
 2015-02-12  7:46 UTC 

[PATCH 00/24 V3] provide frame work so that sysfs attributs from the fs_devices can be added
 2015-02-11 23:21 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 V3] 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 V3] Btrfs: sysfs: support seed devices in the sysfs layout
` [PATCH 24/24 V3] Btrfs: sysfs: add check if super kobject is already initialized

[PATCH v4] btrfs: Fix out-of-space bug
 2015-02-12  6:18 UTC 

[PATCH 0/3] [Not for integration, experimental] Introduce /proc/fs/btrfs/devlist
 2015-02-11 20:32 UTC  (4+ messages)
` [PATCH 1/3] Btrfs: procfs-devlist: introduce procfs interface for the device list
` [PATCH 2/3] Btrfs: procfs-devlist: backport global rcu-string non support
` [PATCH 3/3] Btsfs: procfs-devlist: update the sysfs contents

[PATCH v3] btrfs: Fix out-of-space bug
 2015-02-11 20:15 UTC  (2+ messages)

[PATCH 0/4 v2] test-btrfs-devmgt.sh
 2015-02-11 18:19 UTC  (4+ messages)
` [PATCH 1/4] Btrfs-progs: add regression tests for sysfs contents during btrfs device management

[PATCH] btrfs-progs: Fix 2 extent buffer leak in btrfs-debug-tree
 2015-02-11 18:08 UTC  (3+ messages)

[PATCH] btrfs-progs: Move -rdynamic linker only option to LDFLAGS
 2015-02-11 18:06 UTC  (2+ messages)

[PATCH] fs: btrfs: free-space-cache.c: remove two unnecessary checks before calling kfree()
 2015-02-11 12:19 UTC  (6+ messages)

kernel BUG at /home/apw/COD/linux/fs/btrfs/inode.c:3123
 2015-02-11  9:59 UTC  (3+ messages)

[PATCH] btrfs: Fix out-of-space bug
 2015-02-11  9:55 UTC 

[PATCH v3] Btrfs: fix BUG_ON in btrfs_orphan_add() when delete unused block group
 2015-02-11  6:24 UTC 

[PATCH] btrfs-progs: fsck-test: Add check_sudo to check valid root/sudo privilege
 2015-02-11  0:29 UTC  (3+ messages)

[GIT PULL] btrfsck and btrfs-image fixes
 2015-02-10 20:12 UTC  (7+ messages)
` [PATCH 09/16] Btrfs-progs: Introduce metadump_v2

[RFC PATCH 0/7] Btrfs: qgroup: part-4: Add type to btrfs qgroup
 2015-02-10 10:24 UTC  (12+ messages)
` [PATCH 1/4] btrfs-progs: Add type to qgroup
` [PATCH 1/7] Btrfs: qgroup: Add type to btrfs_qgroup
` [PATCH 2/4] btrfs-progs: specify qgroup type when creating subvolume
` [PATCH 2/7] btrfs: qgroup: apply type to the recording and accounting
` [PATCH 3/4] btrfs-progs:specify qgroup type when creating qgroup
` [PATCH 3/7] btrfs: qgroup: Apply type to btrfs_qgroup_inherit()
` [PATCH 4/4] btrfs-progs:show qgroup type
` [PATCH 4/7] btrfs: qgroup: Apply qgroup type to qgroup creating
` [PATCH 5/7] btrfs: qgroup: Apply qgroup type to subvol creating
` [PATCH 6/7] btrfs: qgroup: apply type to quota rescan
` [PATCH 7/7] btrfs: qgroup: fix a bug when type of parent is different with child's

[PATCH 0/4] Btrfs: qgroup: part-2: bug fixes for qgroup reservation
 2015-02-10 10:23 UTC  (5+ messages)
` [PATCH 1/4] Btrfs: qgroup: free reserved in exceeding quota
` [PATCH 2/4] Btrfs: qgroup: Introduce a may_use to account space_info->bytes_may_use
` [PATCH 3/4] Btrfs: qgroup, Account data space in more proper timings
` [PATCH 4/4] btrfs: qgroup: do a reservation in a higher level

[PATCH 0/9] Btrfs: qgroup: part-1: bug fixes for qgroup inherit
 2015-02-10 10:23 UTC  (12+ messages)
` [PATCH 1/2] btrfs-progs:correct the return value
` [PATCH 1/9] btrfs: qgroup: move WARN_ON() to the correct location
` [PATCH 2/2] btrfs-progs:set max_rfer and max_excl on creating new subvolume
` [PATCH 2/9] btrfs: qgroup: inherit limit info from srcgroup in creating snapshot
` [PATCH 3/9] btrfs: qgroup: update qgroup in memory at the same time when we update it in btree
` [PATCH 4/9] btrfs: qgroup: consolidate the parameter of fucntion update_qgroup_limit_item()
` [PATCH 5/9] btrfs: qgroup: update limit info in function btrfs_run_qgroups()
` [PATCH 6/9] btrfs: qgroup: fix limit args override whole limit struct
` [PATCH 7/9] Btrfs: qgroup: make the btree for qgroup increase from left to right
` [PATCH 8/9] Btrfs: qgroup: cleanup, remove an unsued parameter in btrfs_create_qgroup()
` [PATCH 9/9] btrfs: qgroup: obtain quota status

undeletable, lost and empty files
 2015-02-10  9:06 UTC 

[PATCH v2] Btrfs: fix BUG_ON in btrfs_orphan_add() when delete unused block group
 2015-02-10  8:16 UTC  (2+ messages)

Replacing a (or two?) failed drive(s) in RAID-1 btrfs filesystem
 2015-02-10  7:36 UTC  (14+ messages)

btrfs raid5 with mixed disks
 2015-02-09 22:47 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