linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-26 00:15:20 to 2015-09-30 16:44:36 UTC [more...]

[PATCH v3 0/2] btrfs-progs: Introduce warning and error for common use
 2015-09-30 16:43 UTC  (5+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] btrfs-progs: use common warning/error for cmds-scrub.c

[PATCH v2 1/2] btrfs: Fix lost-data-profile caused by auto removing bg
 2015-09-30 16:19 UTC  (4+ messages)
` [PATCH v2 2/2] btrfs: Fix lost-data-profile caused by balance bg

[PATCH] Btrfs: check pending chunks when shrinking fs to avoid corruption
 2015-09-30 16:07 UTC  (2+ messages)

Add stripes filter
 2015-09-30 15:50 UTC  (10+ messages)
` [PATCH] btrfs: add "
` [PATCH] btrfs-progs: "

[PATCH v2 2/2] btrfs-progs: device delete to accept devid
 2015-09-30 15:14 UTC  (2+ messages)

[PATCH 00/23] btrfs device related patch set
 2015-09-30 15:05 UTC  (4+ messages)

[PATCH] btrfs: fix a compiler warning of may be used uninitialized
 2015-09-30 14:58 UTC  (5+ messages)

[PATCH v4 0/9] VFS: In-kernel copy system call
 2015-09-30 12:55 UTC  (13+ messages)
` [PATCH v4 1/9] vfs: add copy_file_range syscall and vfs helper
` [PATCH v4 2/9] x86: add sys_copy_file_range to syscall tables
` [PATCH v4 3/9] btrfs: add .copy_file_range file operation
` [PATCH v4 4/9] vfs: Copy should check len after file open mode
` [PATCH v4 5/9] vfs: Copy shouldn't forbid ranges inside the same file
` [PATCH v4 6/9] vfs: Copy should use file_out rather than file_in
` [PATCH v4 7/9] vfs: Remove copy_file_range mountpoint checks
` [PATCH v4 8/9] vfs: Add vfs_copy_file_range() support for pagecache copies
` [PATCH v4 9/9] btrfs: btrfs_copy_file_range() only supports reflinks
` [PATCH v4 10/9] copy_file_range.2: New page documenting copy_file_range()

[PATCH V5 00/13] Btrfs: Pre subpagesize-blocksize cleanups
 2015-09-30 10:28 UTC  (14+ messages)
` [PATCH V5 01/13] Btrfs: __btrfs_buffered_write: Reserve/release extents aligned to block size
` [PATCH V5 02/13] Btrfs: Compute and look up csums based on sectorsized blocks
` [PATCH V5 03/13] Btrfs: Direct I/O read: Work "
` [PATCH V5 04/13] Btrfs: fallocate: Work with "
` [PATCH V5 05/13] Btrfs: btrfs_page_mkwrite: Reserve space in sectorsized units
` [PATCH V5 06/13] Btrfs: Search for all ordered extents that could span across a page
` [PATCH V5 07/13] Btrfs: Use (eb->start, seq) as search key for tree modification log
` [PATCH V5 08/13] Btrfs: btrfs_submit_direct_hook: Handle map_length < bio vector length
` [PATCH V5 09/13] Btrfs: Limit inline extents to root->sectorsize
` [PATCH V5 10/13] Btrfs: Fix block size returned to user space
` [PATCH V5 11/13] Btrfs: Clean pte corresponding to page straddling i_size
` [PATCH V5 12/13] Btrfs: prepare_pages: Retry adding a page to the page cache
` [PATCH V5 13/13] Btrfs: Return valid delalloc range when the page does not have PG_Dirty flag set or has been invalidated

[PATCH 1/2] btrfs: Fix lost-data-profile caused by auto removing bg
 2015-09-30 10:26 UTC  (10+ messages)
` [PATCH 2/2] btrfs: Fix lost-data-profile caused by balance bg

[RFC PATCH V4 00/13] Btrfs: Pre subpagesize-blocksize cleanups
 2015-09-30 10:23 UTC  (15+ messages)
` [RFC PATCH V4 01/13] Btrfs: __btrfs_buffered_write: Reserve/release extents aligned to block size
` [RFC PATCH V4 02/13] Btrfs: Compute and look up csums based on sectorsized blocks
` [RFC PATCH V4 03/13] Btrfs: Direct I/O read: Work "
` [RFC PATCH V4 04/13] Btrfs: fallocate: Work with "
` [RFC PATCH V4 05/13] Btrfs: btrfs_page_mkwrite: Reserve space in sectorsized units
` [RFC PATCH V4 06/13] Btrfs: Search for all ordered extents that could span across a page
` [RFC PATCH V4 07/13] Btrfs: Use (eb->start, seq) as search key for tree modification log
` [RFC PATCH V4 08/13] Btrfs: btrfs_submit_direct_hook: Handle map_length < bio vector length
` [RFC PATCH V4 09/13] Btrfs: Limit inline extents to root->sectorsize
` [RFC PATCH V4 10/13] Btrfs: Fix block size returned to user space
` [RFC PATCH V4 11/13] Btrfs: Clean pte corresponding to page straddling i_size
` [RFC PATCH V4 12/13] Btrfs: prepare_pages: Retry adding a page to the page cache
` [RFC PATCH V4 13/13] Btrfs: Return valid delalloc range when the page does not have PG_Dirty flag set or has been invalidated

[PATCH v4 0/9] Btrfs: free space B-tree
 2015-09-30  8:31 UTC  (15+ messages)
` [PATCH v4 1/9] Btrfs: add extent buffer bitmap operations
` [PATCH v4 2/9] Btrfs: add extent buffer bitmap sanity tests
` [PATCH v4 3/9] Btrfs: add helpers for read-only compat bits
` [PATCH v4 4/9] Btrfs: refactor caching_thread()
` [PATCH v4 5/9] Btrfs: introduce the free space B-tree on-disk format
` [PATCH v4 6/9] Btrfs: implement the free space B-tree
  ` [PATCH] Btrfs: fix simple_return.cocci warnings
` [PATCH v4 7/9] Btrfs: add free space tree sanity tests
` [PATCH v4 8/9] Btrfs: wire up the free space tree to the extent tree
` [PATCH v4 9/9] Btrfs: add free space tree mount option
` [PATCH v4 1/2] btrfs-progs: add basic awareness of the free space tree
  ` [PATCH v4 2/2] btrfs-progs: check the free space tree in btrfsck

[PATCH v2] fstests: generic: Check if a bull fallocate will change extent number
 2015-09-30  6:42 UTC  (17+ messages)

lots of snapshots, forcing defragmentation, and figuring out which files to defrag or nodatacow
 2015-09-30  6:33 UTC  (2+ messages)

[PATCH] fstests: btrfs: Check if fallocate re-truncates page beyond EOF
 2015-09-30  6:31 UTC 

btrfs send -c fails saying "parent determination failed"
 2015-09-29 22:20 UTC 

(no subject)
 2015-09-29 20:40 UTC 

(no subject)
 2015-09-29 20:39 UTC 

ftrace of kernel BUG at extent-tree.c during balance
 2015-09-29 18:21 UTC 

btrfs fi defrag interfering (maybe) with Ceph OSD operation
 2015-09-29 17:14 UTC  (7+ messages)

[PATCH 00/11] using of calloc instead of malloc+memset
 2015-09-29 17:10 UTC  (12+ messages)
` [PATCH 01/11] btrfs-progs: use calloc instead of malloc+memset for btrfs-image.c
` [PATCH 02/11] btrfs-progs: use calloc instead of malloc+memset for btrfs-list.c
` [PATCH 03/11] btrfs-progs: use calloc instead of malloc+memset for chunk-recover.c
` [PATCH 04/11] btrfs-progs: use calloc instead of malloc+memset for cmds-check.c
` [PATCH 05/11] btrfs-progs: use calloc instead of malloc+memset for disk-io.c
` [PATCH 06/11] btrfs-progs: use calloc instead of malloc+memset for extent_io.c
` [PATCH 07/11] btrfs-progs: use calloc instead of malloc+memset for mkfs.c
` [PATCH 08/11] btrfs-progs: use calloc instead of malloc+memset for qgroup.c
` [PATCH 09/11] btrfs-progs: use calloc instead of malloc+memset for quick-test.c
` [PATCH 10/11] btrfs-progs: use calloc instead of malloc+memset for volumes.c
` [PATCH 11/11] btrfs-progs: check: fix memset range

[PATCH] btrfs: remove unneeded NULL initializer for struct fs_path
 2015-09-29 19:33 UTC  (3+ messages)

[PATCH] Btrfs: update fix for read corruption of compressed and shared extents
 2015-09-29 16:23 UTC  (2+ messages)

[PATCH 04/17] fs/btrfs: remove unnecessary new_valid_dev check
 2015-09-29 14:55 UTC  (2+ messages)

Btrfs duperemove corrupt data while dedup
 2015-09-29 14:53 UTC  (4+ messages)

BTRFS as image store for KVM?
 2015-09-29 14:12 UTC  (8+ messages)

Excessive slab use deteriorates performance
 2015-09-29 12:25 UTC  (2+ messages)

mkfs.btrfs(8) --data outdated?
 2015-09-29 11:40 UTC  (5+ messages)

[PATCH] fstests: test for btrfs incremental send after replacing a file
 2015-09-29  9:52 UTC  (5+ messages)

[PATCH 0/4] Fix for btrfs-convert chunk type and fsck support
 2015-09-29  9:31 UTC  (6+ messages)

[PATCH] fstests: generic: Check if a bull fallocate will change extent number
 2015-09-29  9:24 UTC 

[PATCH] btrfs: Avoid truncate tailing page if fallocate range doesn't exceed inode size
 2015-09-29  8:38 UTC 

[PATCH] btrfs: remove empty header file extent-tree.h
 2015-09-29  1:51 UTC  (2+ messages)

[PATCH] fstests: btrfs: add test for quota groups and drop snapshot
 2015-09-28 23:28 UTC  (4+ messages)

btrfs: obtain block checksums from user space
 2015-09-28 23:25 UTC  (6+ messages)

[PATCH v3 0/9] VFS: In-kernel copy system call
 2015-09-28 20:42 UTC  (11+ messages)
` [PATCH v3 5/9] vfs: Copy shouldn't forbid ranges inside the same file
` [PATCH v3 8/9] vfs: copy_file_range() can do a pagecache copy with splice
` [PATCH v3 10/9] copy_file_range.2: New page documenting copy_file_range()

btrfs receive bigger than original snapshot?
 2015-09-28 20:26 UTC  (4+ messages)

[PATCH v2 0/9] VFS: In-kernel copy system call
 2015-09-28 17:23 UTC  (6+ messages)
` [PATCH v2 10/9] copy_file_range.2: New page documenting copy_file_range()

[PATCH v2 0/2] btrfs-progs: Introduce warning and error for common use
 2015-09-28 14:07 UTC  (4+ messages)
` [PATCH v2 1/2] "

[PATCH] fstests: btrfs, test read corruption of compressed extents differently
 2015-09-28  8:58 UTC 

strange i/o errors with btrfs on raid/lvm
 2015-09-28  8:39 UTC  (5+ messages)

fstrim silently does nothing on dev add/dev rem'd filesystem
 2015-09-28  7:52 UTC  (5+ messages)

[PATCH] Btrfs: end transaction if we abort when creating qgroup root
 2015-09-27  0:54 UTC  (3+ messages)
` [PATCH V2] "

[PATCH] Btrfs: send, fix corner case for reference overwrite detection
 2015-09-26 14:30 UTC  (2+ messages)
` [PATCH v2] "

raw devices or partitions?
 2015-09-26 14:58 UTC  (3+ messages)

[PATCH v2] btrfs: qgroup: exit the rescan worker during umount
 2015-09-26 11:49 UTC  (4+ messages)

Incremental btrfs send/receive fails if file is unlinked and cloned afterwards
 2015-09-26 11:43 UTC  (2+ messages)

[PATCH] btrfs-progs: convert: Print different error message if convert partly failed
 2015-09-26  8:03 UTC  (3+ messages)

Too many missing devices, writeable mount is not allowed
 2015-09-26  7:46 UTC  (3+ messages)

Latest kernel to use?
 2015-09-26  2:04 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).