linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-12-11 08:25:58 to 2014-12-17 02:44:59 UTC [more...]

Oddly slow read performance with near-full largish FS
 2014-12-17  2:42 UTC 

Quota limit question
 2014-12-17  1:15 UTC 

[PATCH 1/2] btrfs-progs: Add support for btrfs-image + corrupt script fsck test case
 2014-12-17  0:49 UTC  (15+ messages)

[RFC][BTRFS-PROGS] Improve output of mkfs.btrfs command
 2014-12-16 21:40 UTC  (15+ messages)
` [PATCH 1/7] Add -v -q switches to mkfs.btrfs
` [PATCH 2/7] Move group_profile_str() in utils.c
` [PATCH 3/7] Add verbose option to btrfs_add_to_fsid()
` [PATCH 4/7] Add strdup in btrfs_add_to_fsid() to track the device path
` [PATCH 5/7] Return the fsid from make_btrfs()
` [PATCH 6/7] Print the summary
` [PATCH 7/7] Add -v and -o switches

[PATCH] Btrfs: separate out the extent root update
 2014-12-16 20:16 UTC  (2+ messages)

[PATCH] Btrfs: don't delete csum for free space cache
 2014-12-16 20:16 UTC  (2+ messages)

[PATCH v2 1/3] Btrfs: get more accurate output in df command
 2014-12-16 19:52 UTC  (22+ messages)
` [PATCH v2 2/3] Btrfs: raid56: simplify the parameter of nr_parity_stripes()
` [PATCH v2 3/3] Btrfs: adapt df command to RAID5/6
                  ` Standards Problems [Was: [PATCH v2 1/3] Btrfs: get more accurate output in df command.]

[PATCH] xfstests: btrfs/080 add test case for qgroup account on shared extents
 2014-12-16 12:10 UTC  (2+ messages)

finding path of subvolume from uuid
 2014-12-16  9:52 UTC 

[PATCH] btrfs-progs: Add a brief explanation of btrfs property in man 8 btrfs
 2014-12-16  9:42 UTC 

"btrfs subvolume list" feature request
 2014-12-16  9:25 UTC  (4+ messages)

[PATCH] Btrfs: fix a warning of qgroup account on shared extents
 2014-12-16  8:59 UTC 

[PATCH] Btrfs: correctly get tree level in tree_backref_for_extent
 2014-12-16  1:44 UTC  (2+ messages)

3.17.0-rc7: kernel BUG at fs/btrfs/relocation.c:931!
 2014-12-15 23:27 UTC  (19+ messages)
      ` 3.18.0: kernel BUG at fs/btrfs/relocation.c:242!

[RFC PATCH] Btrfs: add sha256 checksum option
 2014-12-15 18:47 UTC  (10+ messages)

subvolume / folder compression flag
 2014-12-15 12:27 UTC  (3+ messages)

btrfs receive being very slow
 2014-12-15  8:49 UTC  (4+ messages)

[PATCH v4 00/13] btrfs-progs:fsck: Add inode nlink mismatch and
 2014-12-15  3:54 UTC  (10+ messages)

Announcements for btrfs-progs?
 2014-12-14 23:01 UTC  (5+ messages)

[RFC] btrfs-progs: Support for musl libc (and perhaps also uclibc)
 2014-12-13 14:35 UTC 

Device only missing if unmounted
 2014-12-13 14:24 UTC  (3+ messages)

[PATCH][BTRFS-PROGS] Print metadata profile instead of data profile
 2014-12-13 12:05 UTC  (2+ messages)
` [PATCH] BUG: use metadata_profile instead of data_profile

Balance & scrub & defrag
 2014-12-13  5:15 UTC  (9+ messages)

mkfs.btrfs limits "odd" [and maybe a "failed" phantom device?]
 2014-12-13  4:28 UTC  (10+ messages)

ENOSPC after conversion [Was: Fixing Btrfs Filesystem Full Problems typo?]
 2014-12-13  3:10 UTC  (11+ messages)
` A note on spotting "bugs" [Was: ENOSPC after conversion]

RAID0 extent sizes?
 2014-12-13  0:11 UTC  (5+ messages)

[PATCH] Btrfs: abort transaction if we don't find the block group
 2014-12-12 21:02 UTC 

[PATCH] Btrfs: track dirty block groups on their own list
 2014-12-12 21:01 UTC 

[RFC PATCH v3 0/7] btrfs: implement swap file support
 2014-12-12 20:15 UTC  (8+ messages)
` [RFC PATCH v3 6/7] btrfs: add EXTENT_FLAG_SWAPFILE
` [RFC PATCH v3 7/7] btrfs: enable swap file support

Bug Fixed?
 2014-12-12 19:45 UTC 

[GIT PULL] Btrfs for 3.19-rc
 2014-12-12 19:33 UTC  (3+ messages)

[patch] Btrfs, scrub: uninitialized variable in scrub_extent_for_parity()
 2014-12-12 19:30 UTC 

[PULL] [PATCH 0/9] Cleanup, remove superfluous blocksize parameter, part 2
 2014-12-12 17:36 UTC  (10+ messages)
` [PATCH 1/9] btrfs: sink blocksize parameter to readahead_tree_block
` [PATCH 2/9] btrfs: remove blocksize from reada_extent
` [PATCH 3/9] btrfs: sink blocksize parameter to reada_tree_block_flagged
` [PATCH 4/9] btrfs: sink blocksize parameter to btrfs_init_new_buffer
` [PATCH 5/9] btrfs: sink blocksize parameter to btrfs_find_create_tree_block
` [PATCH 6/9] btrfs: sink blocksize parameter to tree_block_processed
` [PATCH 7/9] btrfs: use GFP_NOFS in __alloc_extent_buffer directly
` [PATCH 8/9] btrfs: unify extent buffer allocation api
` [PATCH 9/9] btrfs: sink parameter len to alloc_extent_buffer

[PATCH] btrfs: kill btrfs_inode_*time helpers
 2014-12-12 16:39 UTC 

btrfs fi df output "unknown"
 2014-12-12 15:53 UTC  (2+ messages)

Btrfs progs pre-release 3.18-rc1
 2014-12-12 13:52 UTC 

btrfs-prog: improve build-system by autoconf
 2014-12-12 12:35 UTC  (11+ messages)
` [PATCH 01/10] btrfs-progs: add ./configure script
` [PATCH 02/10] btrfs-progs: use config.h
` [PATCH 03/10] btrfs-progs: use standard PACKAGE_* macros
` [PATCH 04/10] btrfs-progs: use ./configure to generate version.h
` [PATCH 05/10] btrfs-progs: check for build programs in ./configure
` [PATCH 06/10] btrfs-progs: use paths and $*_LIBS from ./configure
` [PATCH 07/10] btrfs-progs: cleanup compilation flags usage
` [PATCH 08/10] btrfs-progs: clean generated files, make version.h stuff more robust
` [PATCH 09/10] btrfs-progs: add --disable-backtrace
` [PATCH 10/10] btrfs-progs: add --disable-documentation

[PATCH] btrfs-progs: fix typedef
 2014-12-12 10:58 UTC 

Balance & scrub & defrag
 2014-12-12  9:49 UTC 

[PATCH 1/2] Btrfs: qgroup: free reserved in exceeding quota
 2014-12-12  8:44 UTC  (7+ messages)
          ` [PATCH v2 "
            ` [PATCH v2 2/2] Btrfs: qgroup: Introduce a may_use to account space_info->bytes_may_use

[PATCH] btrfs: add groups for btrfs tests
 2014-12-12  4:44 UTC  (3+ messages)
` [PATCH v2] "

Crazy idea of cleanup the inode_record btrfsck things with SQL?
 2014-12-11 19:38 UTC  (5+ messages)

Promote Snapshot to Subvolume? (again)
 2014-12-11 12:50 UTC  (2+ messages)

Fixing Btrfs Filesystem Full Problems typo?
 2014-12-11 11:01 UTC  (21+ messages)

out of space warning?
 2014-12-11  9:29 UTC  (4+ messages)

[PATCH 00/18] Patch series related to my btrfs recovery
 2014-12-11  8:44 UTC  (7+ messages)
` [PATCH 05/18] btrfs-progs: ctree.h: fix btrfs_inode_[amc]time
` [PATCH 09/18] btrfs restore: more graceful error handling in copy_file
` [PATCH 12/18] btrfs restore: check progress of file restoration

[bug] df reports wrong Size and Avail on raid1, 3.18rc2
 2014-12-11  8:28 UTC  (13+ messages)
` [PATCH] Btrfs: get more accurate output in fd command


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