Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2015-10-13 18:50:08 to 2015-10-20 03:13:27 UTC [more...]

N-Way (traditional) RAID-1 development status
 2015-10-20  3:13 UTC 

[devel branch]Btrfs-convert assert at volumes.c:1846
 2015-10-20  2:33 UTC  (4+ messages)

[PATCH] btrfs-progs: Fix a typo which causes super_copy corrupted
 2015-10-20  2:20 UTC 

[PATCH v6 0/4] VFS: In-kernel copy system call
 2015-10-19 21:03 UTC  (11+ messages)
` [PATCH v6 1/4] vfs: add copy_file_range syscall and vfs helper
` [PATCH v6 2/4] x86: add sys_copy_file_range to syscall tables
` [PATCH v6 3/4] btrfs: add .copy_file_range file operation
` [PATCH v6 4/4] vfs: Add vfs_copy_file_range() support for pagecache copies
` [PATCH v6 5/4] copy_file_range.2: New page documenting copy_file_range()

btrfs autodefrag?
 2015-10-19 19:48 UTC  (10+ messages)

[PATCH V2] Btrfs-progs: Do not force mixed block group creation unless '-M' option is specified
 2015-10-19 16:52 UTC  (4+ messages)

[PULL][PATCH 0/2 v2] Balance filters: stripes, enhanced limit
 2015-10-19 15:31 UTC  (6+ messages)
` [PATCH 1/2] btrfs: extend balance filter limit to take minimum and maximum
` [PATCH 2/2] btrfs: add balance filter for stripes

[PATCH v2] btrfs: compress: put variables defined per compress type in struct to make cache friendly
 2015-10-19 14:35 UTC  (2+ messages)

[PATCH 01/10] btrfs-progs: fix leak of "path" in btrfs_find_item() error paths
 2015-10-19 14:21 UTC  (16+ messages)
` [PATCH 02/10] btrfs-progs: save and return error number correctly in check_chunks_and_extents
` [PATCH 02/10] btrfs-progs: save "
` [PATCH 03/10] btrfs-progs: remove deadcode around metadump_v2 in check_chunk_refs
` [PATCH 04/10] btrfs-progs: return -EIO properly in restore_metadump()
` [PATCH 05/10] btrfs-progs: mute coverity warnings about deadcode
` [PATCH 06/10] btrfs-progs: vailidate pointer before dereferencing it in btrfs_cow_block()
` [PATCH 07/10] btrfs-progs: fix memory leak on error path
` [PATCH 08/10] btrfs-progs: remove identical branch in record_extent()
` [PATCH 09/10] btrfs-progs: fix memory leak in cmd_qgroup_show()
` [PATCH 10/10] btrfs-progs: return -ENOMEM properly in btrfs_read_block_groups()

[PATCH 0/3] btrfs-progs: mkfs: Fix different mixed type by argument sequence
 2015-10-19 13:12 UTC  (4+ messages)

Btrfs progs release 4.2.3
 2015-10-19  9:46 UTC 

Btrfs/RAID5 became unmountable after SATA cable fault
 2015-10-19  8:39 UTC 

potential integer truncation issues on 32 bit archs
 2015-10-18 22:21 UTC  (2+ messages)

[PATCH] btrfs: switch __btrfs_fs_incompat return type from int to bool
 2015-10-18 21:35 UTC 

"free_raid_bio" crash on RAID6
 2015-10-18 14:14 UTC  (2+ messages)

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

[PATCH] Btrfs-progs: fix btrfs-convert rollback to check ROOT_BACKREF
 2015-10-18 11:41 UTC  (2+ messages)

Recover btrfs volume which can only be mounded in read-only mode
 2015-10-18  9:44 UTC  (8+ messages)

[PATCH v5 0/9] VFS: In-kernel copy system call
 2015-10-17 13:44 UTC  (55+ messages)
` [PATCH v5 5/9] vfs: Copy shouldn't forbid ranges inside the same file
` [PATCH v5 7/9] vfs: Remove copy_file_range mountpoint checks
` [PATCH v5 8/9] vfs: Add vfs_copy_file_range() support for pagecache copies
` [PATCH v5 9/9] btrfs: btrfs_copy_file_range() only supports reflinks

btrfs replace status >100%
 2015-10-17 11:54 UTC 

btrfs replace status >100%
 2015-10-17  4:21 UTC 

[PATCH] Btrfs: fix truncation of compressed and inlined extents
 2015-10-16 18:26 UTC  (2+ messages)
` [PATCH v2] "

wrong message for succesful btrfs fi resize
 2015-10-16 17:37 UTC 

[PATCH] btrfs: add balance filters limits and stripes to supported mask
 2015-10-16 17:34 UTC 

[GIT PULL] Btrfs
 2015-10-16 17:34 UTC 

[PATCH 0/8 v2] Btrfs-progs, balance filters: stripes, limits
 2015-10-16 16:18 UTC  (9+ messages)
` [PATCH 1/8] btrfs-progs: cleanup and comment parse_range
` [PATCH 2/8] btrfs-progs: do not modify the string in parse_range
` [PATCH 3/8] btrfs-progs: extend parse_range API to accept a relaxed range
` [PATCH 4/8] btrfs-progs: add helpers for parsing 32bit ranges
` [PATCH 5/8] btrfs-progs: add helpers to print ranges
` [PATCH 6/8] btrfs-progs: extend balance args to take min/max limit filter
` [PATCH 7/8] btrfs-progs: balance: enhance the limit fiter with range
` [PATCH 8/8] btrfs-progs: balance: add stripes filter

btrfs replace status >100%
 2015-10-16 15:20 UTC  (2+ messages)

wrong message for succesful btrfs fi resize
 2015-10-16 14:35 UTC 

[PATCH] fstests: test btrfs cloning of compressed inline extent after truncation
 2015-10-16 14:08 UTC 

[GIT PULL][4.4] Qgroup reserve rework
 2015-10-16  3:47 UTC 

[GIT PULL][4.4] Qgroup reserve rework
 2015-10-16  2:35 UTC 

State of Dedup / Defrag
 2015-10-16  4:01 UTC  (6+ messages)

RAID6 stable enough for production?
 2015-10-15 19:04 UTC  (11+ messages)

BTRFS raid 5/6 status
 2015-10-15 17:54 UTC  (8+ messages)

[RFCv3 00/12] xfstests: test the btrfs/xfs reflink/dedupe ioctls
 2015-10-15 14:41 UTC  (4+ messages)
` [PATCH 03/12] generic/80[0-2]: support xfs in addition to btrfs

[GIT PULL] Btrfs fixes for 4.4 integration branch
 2015-10-15 13:23 UTC 

System completely unresponsive after `btrfs balance start -dconvert=raid0 /` and `btrfs fi show /`
 2015-10-15  7:59 UTC  (7+ messages)

btrfs says no errors, but booting gives lots of errors
 2015-10-15  2:10 UTC  (12+ messages)

[PULL REQUEST][PATCH 0/2] Small fixes for 4.3 merge windows
 2015-10-15  1:45 UTC  (4+ messages)
` [PATCH 1/2] btrfs: Remove empty header file extent-tree.h
` [PATCH 2/2] btrfs: Avoid truncate tailing page if fallocate range doesn't exceed inode size

btrfs send -c fails saying "parent determination failed"
 2015-10-14 20:15 UTC 

[PATCH] Btrfs-progs: Prevent creation of filesystem with 'mixed bgs' and having differing sectorsize and nodesize
 2015-10-14 17:40 UTC 

[PATCH] Btrfs: throttle delayed refs better
 2015-10-14 15:46 UTC  (4+ messages)

[PATCH RESEND 0/3] btrfs-progs: Introduce device delete by devid
 2015-10-14 10:56 UTC  (3+ messages)

Can't mount btrfs: corrupt leaf, slot offset bad
 2015-10-14  9:15 UTC  (2+ messages)

[PATCH v3 1/2] btrfs: Add support to do stack item key operation
 2015-10-14  7:19 UTC  (3+ messages)

[PATCH] btrfs: fix use after free iterating extrefs
 2015-10-14  2:41 UTC  (4+ messages)

[PATCH] btrfs: compress: put variables defined per compress type in struct to make cache friendly
 2015-10-14  1:17 UTC  (2+ messages)

[PATCH] btrfs: fix resending received snapshot with parent
 2015-10-13 19:07 UTC  (4+ messages)


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