linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-08-31 05:06:22 to 2015-09-04 20:17:10 UTC [more...]

[PATCH v1 0/8] VFS: In-kernel copy system call
 2015-09-04 20:16 UTC  (2+ messages)
` [PATCH v1 1/9] vfs: add copy_file_range syscall and vfs helper

[GIT PULL] Btrfs for 4.3
 2015-09-04 19:59 UTC 

[PATCH] btrfs-progs: search argument from index 1 in get_unit_mode_from_arg
 2015-09-04 13:24 UTC 

[PATCH 0/5] btrfs-progs: Introduce --extra-dev option
 2015-09-04 13:24 UTC  (6+ messages)
` [PATCH 1/5] "
` [PATCH 2/5] btrfs-progs: Support extra-dev for btrfs rescue
` [PATCH 3/5] btrfs-progs: Avoid using uninitialized optind in cmd_rescue_zero_log
` [PATCH 4/5] btrfs-progs: add help command to btrfs rescue zero-log
` [PATCH 5/5] btrfs-progs: update manual for --extra-dev and -h for btrfs rescue

[PATCH 1/3] btrfs-progs: tests: Move extract_image out of check_all_images for common use
 2015-09-04 13:23 UTC  (3+ messages)
` [PATCH 2/3] btrfs-progs: tests: Introduce fsck-tests/018-leaf-accross-stripes
` [PATCH 3/3] btrfs-progs: tests: Introduce misc-tests/008-leaf-accross-stripes

How to properly and efficiently balance RAID6 after more drives are added?
 2015-09-04 11:04 UTC  (6+ messages)

Announce: fuse-backup
 2015-09-04  9:02 UTC 

[PATCH v8 0/3] dm error based test cases
 2015-09-04  6:15 UTC  (4+ messages)
` [PATCH v8 1/3] xfstests: btrfs: add functions to create dm-error device

[PATCH v9 0/3] dm error based test cases
 2015-09-04  6:15 UTC  (4+ messages)
` [PATCH v9 1/3] xfstests: btrfs: add functions to create dm-error device
` [PATCH v9 2/3] xfstests: btrfs: test device replace, with EIO on the src dev
` [PATCH v9 3/3] xfstests: btrfs: test device delete with EIO on "

[PATCH v2 0/9] free space B-tree
 2015-09-04  5:56 UTC  (13+ messages)
` [PATCH v2 1/9] Btrfs: add extent buffer bitmap operations
` [PATCH v2 2/9] Btrfs: add extent buffer bitmap sanity tests
` [PATCH v2 3/9] Btrfs: add helpers for read-only compat bits
` [PATCH v2 4/9] Btrfs: refactor caching_thread()
` [PATCH v2 5/9] Btrfs: introduce the free space B-tree on-disk format
` [PATCH v2 6/9] Btrfs: implement the free space B-tree
` [PATCH v2 7/9] Btrfs: add free space tree sanity tests
` [PATCH v2 8/9] Btrfs: wire up the free space tree to the extent tree
` [PATCH v2 9/9] Btrfs: add free space tree mount option

[PATCH] btrfs: scrub: set error stats when tree block spanning stripes
 2015-09-04  3:21 UTC  (5+ messages)

Btrfs progs release 4.2
 2015-09-03 18:25 UTC  (2+ messages)

Aborting unused transaction
 2015-09-03  6:09 UTC 

[PATCH v2] btrfs: qgroup: exit the rescan worker during umount
 2015-09-03  1:05 UTC 

[PATCH] btrfs: qgroup: exit the rescan worker during umount
 2015-09-03  0:51 UTC 

[PATCH] btrfs-progs: doc: document btrfs-select-super(8)
 2015-09-02 15:37 UTC  (2+ messages)

[PATCH 0/6] free space B-tree
 2015-09-02 15:29 UTC  (23+ messages)
` [PATCH 1/6] Btrfs: add extent buffer bitmap operations
` [PATCH 2/6] Btrfs: add helpers for read-only compat bits
` [PATCH 3/6] Btrfs: introduce the free space B-tree on-disk format
` [PATCH 5/6] Btrfs: wire up the free space tree to the extent tree
` [PATCH 6/6] Btrfs: add free space tree mount option
` [PATCH 4/6] Btrfs: implement the free space B-tree
` [PATCH 1/3] btrfs-progs: use calloc instead of malloc+memset for tree roots
  ` [PATCH 2/3] btrfs-progs: add basic awareness of the free space tree
  ` [PATCH 3/3] btrfs-progs: check the free space tree in btrfsck

[PATCH v3 0/4] btrfs-progs: stat info for btrfs rescue chunk-recover
 2015-09-02 15:01 UTC  (6+ messages)
` [PATCH v3 1/4] btrfs-progs: use for loop for scan_devices
` [PATCH v3 2/4] btrfs-progs: Use long type to get thread's return value
` [PATCH v3 3/4] btrfs-progs: stat info for btrfs rescue chunk-recover
` [PATCH v3 4/4] btrfs-progs: Fix some spelling typo in chunk-recover.c

[PATCH v2 0/3] btrfs-progs: stat info for btrfs rescue chunk-recover
 2015-09-02  9:51 UTC  (4+ messages)
` [PATCH v2 1/3] btrfs-progs: use for loop for scan_devices
` [PATCH v2 2/3] btrfs-progs: stat info for btrfs rescue chunk-recover
` [PATCH v2 3/3] btrfs-progs: Fix some spelling typo in chunk-recover.c

[PATCH 0/3] btrfs-progs: stat info for btrfs rescue chunk-recover
 2015-09-02  9:39 UTC  (4+ messages)
` [PATCH 1/3] btrfs-progs: use for loop for scan_devices
` [PATCH 2/3] btrfs-progs: stat info for btrfs rescue chunk-recover
` [PATCH 3/3] btrfs-progs: Fix some spelling typo in chunk-recover.c

[PATCH RFC 00/14] Qgroup reserved space fixing framework
 2015-09-01  0:31 UTC  (16+ messages)
` [PATCH RFC 01/14] btrfs: qgroup: New function declaration for new reserve implement
` [PATCH RFC 02/14] btrfs: qgroup: Implement data_rsv_map init/free functions
` [PATCH RFC 03/14] btrfs: qgroup: Introduce new function to search most left reserve range
` [PATCH RFC 04/14] btrfs: qgroup: Introduce function to insert non-overlap "
` [PATCH RFC 05/14] btrfs: qgroup: Introduce function to reserve data range per inode
` [PATCH RFC 06/14] btrfs: qgroup: Introduce btrfs_qgroup_reserve_data function
` [PATCH RFC 07/14] btrfs: qgroup: Introduce function to release reserved range
` [PATCH RFC 08/14] btrfs: qgroup: Introduce function to release/free reserved data range
` [PATCH RFC 09/14] btrfs: delayed_ref: Add new function to record reserved space into delayed ref
` [PATCH RFC 10/14] btrfs: delayed_ref: release and free qgroup reserved at proper timing
` [PATCH RFC 11/14] btrfs: qgroup: Introduce new functions to reserve/free metadata
` [PATCH RFC 12/14] btrfs: qgroup: Use new metadata reservation
` [PATCH RFC 13/14] btrfs: extent-tree: Add new verions of btrfs_check_data_free_space
` [PATCH RFC 14/14] btrfs: Use new check_data_free_space for buffered write
` [PATCH 15/15] btrfs: fallocate: Add support to accurate qgroup reserve

[PATCH RFC 00/14] Qgroup reserved space fixing framework
 2015-08-31  8:54 UTC  (16+ messages)
` [PATCH RFC 01/14] btrfs: qgroup: New function declaration for new reserve implement
` [PATCH RFC 02/14] btrfs: qgroup: Implement data_rsv_map init/free functions
` [PATCH RFC 03/14] btrfs: qgroup: Introduce new function to search most left reserve range
` [PATCH RFC 04/14] btrfs: qgroup: Introduce function to insert non-overlap "
` [PATCH RFC 05/14] btrfs: qgroup: Introduce function to reserve data range per inode
` [PATCH RFC 06/14] btrfs: qgroup: Introduce btrfs_qgroup_reserve_data function
` [PATCH RFC 07/14] btrfs: qgroup: Introduce function to release reserved range
` [PATCH RFC 08/14] btrfs: qgroup: Introduce function to release/free reserved data range
` [PATCH RFC 09/14] btrfs: delayed_ref: Add new function to record reserved space into delayed ref
` [PATCH RFC 10/14] btrfs: delayed_ref: release and free qgroup reserved at proper timing
` [PATCH RFC 11/14] btrfs: qgroup: Introduce new functions to reserve/free metadata
` [PATCH RFC 12/14] btrfs: qgroup: Use new metadata reservation
` [PATCH RFC 13/14] btrfs: extent-tree: Add new verions of btrfs_check_data_free_space
` [PATCH RFC 14/14] btrfs: Use new check_data_free_space for buffered write
` [PATCH 15/15] btrfs: fallocate: Add support to accurate qgroup reserve

[PATCH] btrfs: fix a compiler warning of may be used uninitialized
 2015-09-02  7:19 UTC 

Understanding BTRFS storage
 2015-09-02  5:01 UTC  (4+ messages)

Kernel 4.2 BUG at fs/btrfs/extent-tree.c:1833 while balancing
 2015-09-01 18:25 UTC 

errors while "btrfs receive"
 2015-09-01 17:31 UTC  (3+ messages)

[PATCH] btrfs: remove unnecessary list_del
 2015-09-01 14:36 UTC 

[PATCH] btrfs: replace unnecessary list_for_each_entry_safe to list_for_each_entry
 2015-09-01 14:10 UTC 

[PATCH v2 0/2] btrfs-progs: tests: Introduce run_check_mount_test_dev wrapper for mount loop device in old system
 2015-09-01 12:55 UTC  (4+ messages)
` [PATCH v2 1/2] btrfs-progs: tests: Fix mount fail of 013-extent-tree-rebuild
` [PATCH v2 2/2] btrfs-progs: tests: Use mount_test_dev for misc-tests/007-subvolume-sync

[PATCH] btrfs-progs: tests: Use --no-same-owner option for tar
 2015-09-01 12:32 UTC  (2+ messages)

btrfs send/receive freezes a system
 2015-09-01 10:42 UTC  (6+ messages)

mount command now shows subvol and subvolid
 2015-09-01 10:24 UTC  (5+ messages)

[PATCH v3 0/2] btrfs-progs: Use common unit parser for btrfs filesystem command
 2015-09-01  9:53 UTC  (5+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] btrfs-progs: Update manual for new unit arguments

[PATCH RFC 00/14] Qgroup reserved space fixing framework
 2015-09-01  8:54 UTC  (16+ messages)
` [PATCH RFC 01/14] btrfs: qgroup: New function declaration for new reserve implement
` [PATCH RFC 02/14] btrfs: qgroup: Implement data_rsv_map init/free functions
` [PATCH RFC 03/14] btrfs: qgroup: Introduce new function to search most left reserve range
` [PATCH RFC 04/14] btrfs: qgroup: Introduce function to insert non-overlap "
` [PATCH RFC 05/14] btrfs: qgroup: Introduce function to reserve data range per inode
  ` [PATCH RFC 06/14] btrfs: qgroup: Introduce btrfs_qgroup_reserve_data function
  ` [PATCH RFC 07/14] btrfs: qgroup: Introduce function to release reserved range
  ` [PATCH RFC 08/14] btrfs: qgroup: Introduce function to release/free reserved data range
` [PATCH RFC 09/14] btrfs: delayed_ref: Add new function to record reserved space into delayed ref
` [PATCH RFC 10/14] btrfs: delayed_ref: release and free qgroup reserved at proper timing
` [PATCH RFC 11/14] btrfs: qgroup: Introduce new functions to reserve/free metadata
` [PATCH RFC 12/14] btrfs: qgroup: Use new metadata reservation
` [PATCH RFC 13/14] btrfs: extent-tree: Add new verions of btrfs_check_data_free_space
` [PATCH RFC 14/14] btrfs: Use new check_data_free_space for buffered write

[PATCH v2 0/4] btrfs-progs: tests: umount TEST_MNT in clean-tests.sh
 2015-09-01  7:34 UTC  (9+ messages)
` [PATCH v2 1/4] btrfs-progs: tests: Introduce init_env to initialize common env variant
` [PATCH v2 2/4] btrfs-progs: tests: Fix mount fail of 013-extent-tree-rebuild
` [PATCH v2 3/4] btrfs-progs: tests: umount TEST_MNT in clean-tests.sh
` [PATCH v2 4/4] btrfs-progs: tests: Use mount_test_dev for misc-tests/007-subvolume-sync

[PATCH RFC 00/14] Qgroup reserved space fixing framework
 2015-09-01  7:27 UTC  (2+ messages)
` [PATCH RFC 01/14] btrfs: qgroup: New function declaration for new reserve implement

btrfs regression since 4.X kernel NULL pointer dereference
 2015-09-01  4:41 UTC  (6+ messages)

[PATCH V3] Btrfs: Direct I/O: Fix space accounting
 2015-09-01  2:47 UTC  (2+ messages)

[PATCH] generic/224: Increase filesystem instance size to 1.5 GiB
 2015-09-01  2:33 UTC  (8+ messages)

[BUG] kernel BUG at fs/btrfs/extent_io.c:2062 (v4.2.0-rc8)
 2015-09-01  0:08 UTC  (2+ messages)

[PATCH] Btrfs: Check metadata redundancy on balance
 2015-08-31 18:48 UTC 

[GIT PULL] Fujitsu pull part1: cleanup
 2015-08-31 18:48 UTC  (3+ messages)

Kernel bug after changing raid levels
 2015-08-31 18:06 UTC 

FW: btrfs-progs: android build
 2015-08-31 16:33 UTC  (5+ messages)

[PATCH 1/4] btrfs-progs: Fix infinite loop of btrfs subvolumn sync
 2015-08-31 15:34 UTC  (8+ messages)
` [PATCH 2/4] btrfs-progs: Simplify memory allocation for enumerate_dead_subvols
` [PATCH 3/4] btrfs-progs: Fix wrong return value of wait_for_subvolume_cleaning()
` [PATCH 4/4] btrfs-progs: Simplify all-subvolumn-clean condition for wait_for_subvolume_cleaning

[PATCH 0/3] btrfs-progs: Small fixes for code using strdup()
 2015-08-31 15:06 UTC  (3+ messages)
` [PATCH 1/3] btrfs-progs: fix memory leak in btrfs-convert main()

[PATCH v2 0/4] btrfs-progs: Use common function to parse unit arguments
 2015-08-31 14:06 UTC  (7+ messages)
` [PATCH v2 1/4] btrfs-progs: Introduce get_unit_mode_from_arg for common use
` [PATCH v2 2/4] btrfs-progs: Use common unit parser for btrfs filesystem command
` [PATCH v2 3/4] btrfs-progs: Use common unit parser for btrfs device command
` [PATCH v2 4/4] btrfs-progs: Use common unit parser for btrfs qgroup command

[PATCH] Abort tests on mkfs failure
 2015-08-31 10:41 UTC  (3+ messages)

[PATCH] btrfs: Remove unneeded cast to s64 for qgroup rfer state
 2015-08-31  6:56 UTC  (5+ 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).