Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2013-03-28 00:34:39 to 2013-04-06 10:13:05 UTC [more...]

[PATCH 3/4] fsfreeze: manage kill signal when sb_start_pagefault is called
 2013-04-06 10:05 UTC 

[PATCH 2/4] fsfreeze: manage kill signal when sb_start_write is called
 2013-04-06 10:04 UTC 

[BUG?] Btrfs quota: overwritten space is counted twice
 2013-04-06  7:28 UTC  (2+ messages)

[PATCH 0/2] Btrfs: quota rescan for 3.10
 2013-04-06  6:20 UTC  (6+ messages)
` [PATCH 1/2] Btrfs: rescan for qgroups
` [PATCH 2/2] Btrfs: automatic rescan after "quota enable" command

How are userspace & kernelspace kept in sync?
 2013-04-06  0:34 UTC  (3+ messages)

filesystem stuck RO after losing a device
 2013-04-06  0:14 UTC  (2+ messages)

[PATCH] Btrfs: fix bad extent logging
 2013-04-05 20:56 UTC 

[PATCH] Btrfs: make sure nbytes are right after log replay V2
 2013-04-05 20:50 UTC 

[PATCH 2/4] Btrfs: improve the performance of the csums lookup
 2013-04-05 14:35 UTC  (6+ messages)
` [PATCH V2 1/2] "
    ` [PATCH V3 "

[PATCH] Btrfs-progs: quota rescan
 2013-04-05 11:44 UTC 

[PATCH 0/9] a bunch of miscellaneous bug fixes
 2013-04-05  9:05 UTC  (11+ messages)
` [PATCH 1/9] [RESEND] btrfs-progs: root_item generation_v2 is out of sync after btrfsck
` [PATCH 2/9] btrfs-progs: no pending balance is not an error
` [PATCH 3/9] btrfs-progs: mkfs should first check all disks before writing to a disk
` [PATCH 4/9] btrfs-progs: check if btrfs kernel module is loaded
` [PATCH 5/9] [RESEND] btrfs-progs: delete unused function get_mountpt
` [PATCH 6/9] btrfs-progs: mkfs stdout print to match chronology
` [PATCH 7/9] btrfs-progs: cmd replace should check target-dev fully
` [PATCH 8/9] btrfs-progs: btrfs-select-super output is confusing when it fails
` [PATCH 9/9] btrfs-progs: fix btrfs scrub start help

[bug] mkfs.btrfs reports device busy for ext4 mounted disk
 2013-04-05  5:54 UTC  (7+ messages)
` v6: access to backup superblock
  ` [PATCH 1/5] btrfs-progs: Introduce flag BTRFS_SCAN_REGISTER to replace run_ioctl
  ` [PATCH 2/5] btrfs-progs: Introduce flag BTRFS_SCAN_BACKUP_SB for btrfs_read_dev_super
  ` [PATCH 3/5] btrfs-progs: introduce passing flags to btrfs_scan_one_device
  ` [PATCH 4/5] btrfs-progs: disable using backup superblock by default
  ` [PATCH 5/5] btrfs-progs: btrfs-find-root should scan backup-sb

[PATCH] btrfs: close any open devices if btrfs_mount fails
 2013-04-04 20:45 UTC  (7+ messages)
` [PATCH V2] "
  ` [PATCH V3] btrfs: ignore device open failures in __btrfs_open_devices

[PATCH] Btrfs: log ram bytes properly
 2013-04-04 18:33 UTC 

minimum kernel version for btrfsprogs.0.20?
 2013-04-04 18:01 UTC  (8+ messages)

a scenario of use backup sb by default
 2013-04-04 17:39 UTC 

I/O errors block the entire filesystem
 2013-04-04 16:10 UTC 

[PATCH] Btrfs: make sure nbytes are right after log replay
 2013-04-04 16:04 UTC 

[PATCH] Btrfs-progs: add a free space cache checker to fsck V2
 2013-04-04 13:57 UTC 

[bug] xfstests/091 failure on 3.8-btrfs-next
 2013-04-04 12:30 UTC 

[PATCH] cleanup duplicates in all tests
 2013-04-04 11:59 UTC  (2+ messages)

(3.9-rc5) WARNING: at fs/btrfs/super.c:255 __btrfs_abort_transaction
 2013-04-04  0:21 UTC  (4+ messages)

[PATCH] Btrfs-progs: add a free space cache checker to fsck
 2013-04-03 19:11 UTC 

Backup Options
 2013-04-03 17:23 UTC  (5+ messages)

[bug] btrfs fi df doesn't show raid type after balance
 2013-04-03 17:12 UTC  (3+ messages)

Moving
 2013-04-03 16:55 UTC  (7+ messages)
    ` [zfs-discuss] Moving

[PATCH] btrfs: abort unlink trans in missed error case
 2013-04-03 16:18 UTC  (4+ messages)

btrfs-endio-wri periodically blocking
 2013-04-03 13:47 UTC 

[PATCH 3/4] Btrfs: remove unnecessary variant in btrfs_sector_sum structure
 2013-04-03  9:14 UTC  (7+ messages)
` [PATCH V2 3/4] Btrfs: remove unnecessary variant in btrfs_sector_sum, structure
` [PATCH V2 2/2] Btrfs: remove btrfs_sector_sum structure

[PATCH v2] Btrfs: fix locking on ROOT_REPLACE operations in tree mod log
 2013-04-02 19:13 UTC  (2+ messages)

Still getting a lot of -28 (ENOSPC?) errors during balance
 2013-04-02 17:00 UTC  (5+ messages)

[PATCH] Btrfs: fix error handling in make/read block group
 2013-04-02 16:42 UTC 

btrfs "stuck" on
 2013-04-02 15:45 UTC  (3+ messages)

[PATCH V2 0/6] add a mutex lock to avoid race condition and have all the ioctls check
 2013-04-02 12:26 UTC  (14+ messages)
` [PATCH V2 1/6] Btrfs: introduce a mutex lock for btrfs quota operations
` [PATCH V2 2/6] Btrfs: remove some unnecessary spin_lock usages
` [PATCH V2 3/6] Btrfs: fix missing check before updating qgroup limit
` [PATCH V2 4/6] Btrfs: fix missing check before creating/destroying a qgroup
` [PATCH V2 5/6] Btrfs: fix missing check before assigning/removing qgroup relation
` [PATCH V2 6/6] Btrfs: fix missing check before btrfs_qgroup_inherit()

BTRFS error in __btrfs_inc_extent_ref:1935: Object already exists
 2013-04-02  5:21 UTC  (10+ messages)

[PATCH] Btrfs: compare relevant parts of delayed tree refs
 2013-04-02  0:46 UTC 

device error stats resettable?
 2013-04-01 22:45 UTC  (3+ messages)

[PATCH 5/8] btrfs: do not export "u64" to userspace
 2013-04-01 18:01 UTC 

[PATCH 0/8] do not export kernel integer types to userspace
 2013-04-01 17:55 UTC 

[RFC] Online dedup for Btrfs
 2013-04-01 16:16 UTC  (5+ messages)

[PATCH] Btrfs: fix infinite loop when we abort on mount
 2013-04-01 15:27 UTC 

[PATCH] btrfs-progs: delete unused function get_mountpt
 2013-04-01  5:10 UTC 

[BUG] btrfs quota
 2013-03-31 10:54 UTC  (3+ messages)

[PATCH] Btrfs: cleanup to remove reduplicate code in iterate_extent_inode()
 2013-03-31 10:40 UTC  (6+ messages)

[PATCH V2] Btrfs: fix double free in the iterate_extent_inodes()
 2013-03-31 10:36 UTC 

[PATCH V3] Btrfs: kill some BUG_ONs() in the find_parent_nodes()
 2013-03-29 23:03 UTC 

[PATCH] Btrfs: limit the global reserve to 512mb
 2013-03-30 20:24 UTC  (2+ messages)

[GIT PULL] Btrfs updates
 2013-03-29 17:47 UTC 

btrfs "stuck" on
 2013-03-29 17:23 UTC  (2+ messages)

[PATCH] btrfs: document mount options in Documentation/fs/btrfs.txt
 2013-03-29 16:48 UTC  (3+ messages)
` [PATCH V2] "

Space usage metering
 2013-03-29 14:31 UTC  (5+ messages)

[PATCH] Btrfs: don't drop path when printing out tree errors in scrub
 2013-03-29 14:09 UTC 

scrub "correcting" tons of errors ?
 2013-03-29 13:57 UTC  (12+ messages)

[PATCH] Btrfs: fix double free in the iterate_extent_inodes()
 2013-03-29 13:05 UTC 

corruption of active mmapped files in btrfs snapshots
 2013-03-29 11:35 UTC  (6+ messages)

[PATCH] Btrfs: find free ino outside of the transaction and cleanup properly
 2013-03-29  2:10 UTC  (2+ messages)

This time HD LED doesn't come up at all :-(
 2013-03-28 18:27 UTC  (6+ messages)

[PATCH] Btrfs-progs: add csum tree checks to btrfsck
 2013-03-28 17:51 UTC 

[PATCH] Btrfs-progs: fix segfault in fsck if the chunk tree is bogus
 2013-03-28 14:27 UTC 

[PATCH] Btrfs-progs: add an option to btrfs-image to walk the trees
 2013-03-28 14:26 UTC 

[PATCH 0/6] Several bugfixes
 2013-03-28 14:15 UTC  (5+ messages)
` [PATCH 2/6] Btrfs: build up error handling for merge_reloc_roots

[PATCH V3 5/6] Btrfs: fix missing check before assigning/removing qgroup relation
 2013-03-28 14:01 UTC 

[PATCH] Btrfs: fix a warning when disabling quota
 2013-03-28 11:34 UTC 

[PATCH] Btrfs: pass NULL instead of 0
 2013-03-28  8:30 UTC 

[PATCH 4/4] Btrfs: fix wrong return value of btrfs_lookup_csum()
 2013-03-28  8:12 UTC 

question about replacing a drive in raid10
 2013-03-28  8:08 UTC  (2+ messages)

[PATCH 1/4] Btrfs: fix wrong reservation of csums
 2013-03-28  8:08 UTC 

BTRFS and the steadily lit LED
 2013-03-28  3:38 UTC  (2+ messages)

Announce re-factor all current xfstests patches request
 2013-03-28  0:35 UTC  (9+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox