Linux-BTRFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-05-25 03:56:39 to 2015-06-04 11:27:56 UTC [more...]

[PATCH 0/5] Btrfs incremental send fix serval case for rename and rm directory
 2015-06-04 11:18 UTC  (6+ messages)
` [PATCH 1/5] Btrfs: incremental send, avoid circular waiting and descendant overwrite ancestor need to update path
` [PATCH 2/5] Btrfs: incremental send, avoid ancestor rename to descendant
` [PATCH 3/5] Btrfs: incremental send, fix orphan_dir_info not completely cleared
` [PATCH 4/5] Btrfs: incremental send, fix rmdir but dir have a unprocess item
` [PATCH 5/5] Btrfs: incremental send, fix rmdir not send utimes

[PATCH v3] btrfs: fix automatic blockgroup remove + discard
 2015-06-04 11:15 UTC  (5+ messages)
` [PATCH 1/3] btrfs: iterate over unused chunk space in FITRIM
` [PATCH 2/3] btrfs: explictly delete unused block groups in close_ctree and ro-remount
` [PATCH 3/3] btrfs: add missing discards when unpinning extents with -o discard

[RFC] add a bi_error field
 2015-06-04  9:53 UTC  (2+ messages)
  ` [dm-devel] [PATCH] block: add a bi_error field to struct bio

counting fragments takes more time than defragmenting
 2015-06-04  8:42 UTC 

[PATCH] fs/btrfs: use inode_set_flags() instead of set_mask_bits()
 2015-06-04  6:39 UTC  (2+ messages)
` [PATCH] fs/btrfs: use general "

[PATCH v2] btrfs: test premature submount unmounting when deleting default subvolume
 2015-06-04  5:30 UTC  (2+ messages)

[PATCH 1/2] btrfs-progs: avoid duplicate checks on user provided devid
 2015-06-04  3:09 UTC  (6+ messages)
` [PATCH 2/2] btrfs-progs: use function is_block_device() instead

[GIT PULL] Send fixes for 4.2
 2015-06-04  2:45 UTC  (4+ messages)
` [PATCH 1/2 RESEND] Btrfs: incremental send, don't delay directory renames unnecessarily
` [PATCH 2/2 RESEND] Btrfs: incremental send, check if orphanized dir inode needs delayed rename

[PATCH] btrfs: tweak key advancing condition
 2015-06-04  2:10 UTC 

[PATCH][RFC] Btrfs: Treat -EDQUOT like -ENOSPC during unlink
 2015-06-03 19:34 UTC 

[PATCH 0/7] btrfs-progs: qgroup related enhance
 2015-06-03 15:53 UTC  (9+ messages)
` [PATCH 6/7] btrfs-progs: Print warning message if qgroup data is inconsistent
    ` [PATCH] xfstests: btrfs: 022: add a quota rescan -w to wait rescan finished

btrfs refuses to mount rw, access yields ESTALE on ro mount
 2015-06-03 15:27 UTC 

[PATCH] btrfs: cleanup, stop casting for extent_map->lookup everywhere
 2015-06-03 14:55 UTC 

[PATCH] Btrfs: btrfs_defrag_file: Fix calculation of max_to_defrag
 2015-06-03 12:46 UTC  (3+ messages)

[PATCH] Btrfs: don't invalidate root dentry when subvolume deletion fails
 2015-06-03 10:26 UTC  (4+ messages)

[PATCH 1/2] btrfs-progs: qgroup limit: error out if input value is negative
 2015-06-03  9:27 UTC  (2+ messages)
` [PATCH 2/2] btrfs-progs: qgroup limit: add a check for invalid input of 'T/G/M/K'

[PATCH 1/2] btrfs-progs: qgroup: show 'none' when we did not limit it on this qgroup
 2015-06-03  8:41 UTC  (7+ messages)
` [PATCH] btrfs: qgroup: allow user to clear the limitation on qgroup
` [PATCH 2/2] btrfs-progs: qgroup: allow user to clear some "

[PATCH] btrfs: default subvolume deletion test
 2015-06-03  4:49 UTC  (4+ messages)

[PATCH v2] Btrfs: don't invalidate root dentry when subvolume deletion fails
 2015-06-03  0:31 UTC 

[PATCH] Btrfs: check pending chunks when shrinking fs to avoid corruption
 2015-06-02 13:43 UTC 

[PATCH] btrfs-progs: specify mountpoint for recieve
 2015-06-02 15:36 UTC  (4+ messages)

[PATCH v2] btrfs-progs: check metadata redundancy
 2015-06-02 14:57 UTC  (2+ messages)

[GIT PULL] Btrfs
 2015-06-02 14:02 UTC  (4+ messages)

[PATCH] btrfs: Fix lockdep warning of wr_ctx->wr_lock in scrub_free_wr_ctx()
 2015-06-02 12:39 UTC  (2+ messages)

possible raid6 corruption
 2015-06-02  7:26 UTC  (3+ messages)

[newb] move /home to subvolume
 2015-06-01 23:03 UTC  (8+ messages)

howto create subvolume at top level?
 2015-06-01 18:08 UTC  (5+ messages)

[PATCH] btrfs-progs: add info about list-all to the help
 2015-06-01 16:58 UTC  (3+ messages)

[RFC PATCH V11 00/21] Btrfs: Subpagesize-blocksize: Allow I/O on blocks whose size is less than page size
 2015-06-01 15:22 UTC  (22+ messages)
` [RFC PATCH V11 01/21] Btrfs: subpagesize-blocksize: Fix whole page read
` [RFC PATCH V11 02/21] Btrfs: subpagesize-blocksize: Fix whole page write
` [RFC PATCH V11 03/21] Btrfs: subpagesize-blocksize: __btrfs_buffered_write: Reserve/release extents aligned to block size
` [RFC PATCH V11 04/21] Btrfs: subpagesize-blocksize: Define extent_buffer_head
` [RFC PATCH V11 05/21] Btrfs: subpagesize-blocksize: Read tree blocks whose size is < PAGE_SIZE
` [RFC PATCH V11 06/21] Btrfs: subpagesize-blocksize: Write only dirty extent buffers belonging to a page
` [RFC PATCH V11 07/21] Btrfs: subpagesize-blocksize: Allow mounting filesystems where sectorsize != PAGE_SIZE
` [RFC PATCH V11 08/21] Btrfs: subpagesize-blocksize: Compute and look up csums based on sectorsized blocks
` [RFC PATCH V11 09/21] Btrfs: subpagesize-blocksize: Direct I/O read: Work "
` [RFC PATCH V11 10/21] Btrfs: subpagesize-blocksize: fallocate: Work with sectorsized units
` [RFC PATCH V11 11/21] Btrfs: subpagesize-blocksize: btrfs_page_mkwrite: Reserve space in "
` [RFC PATCH V11 12/21] Btrfs: subpagesize-blocksize: Search for all ordered extents that could span across a page
` [RFC PATCH V11 13/21] Btrfs: subpagesize-blocksize: Deal with partial ordered extent allocations
` [RFC PATCH V11 14/21] Btrfs: subpagesize-blocksize: Explicitly Track I/O status of blocks of an ordered extent
` [RFC PATCH V11 15/21] Btrfs: subpagesize-blocksize: Revert commit fc4adbff823f76577ece26dcb88bf6f8392dbd43
` [RFC PATCH V11 16/21] Btrfs: subpagesize-blocksize: Prevent writes to an extent buffer when PG_writeback flag is set
` [RFC PATCH V11 17/21] Btrfs: subpagesize-blocksize: Use (eb->start, seq) as search key for tree modification log
` [RFC PATCH V11 18/21] Btrfs: subpagesize-blocksize: btrfs_submit_direct_hook: Handle map_length < bio vector length
` [RFC PATCH V11 19/21] Revert "btrfs: fix lockups from btrfs_clear_path_blocking"
` [RFC PATCH V11 20/21] Btrfs: subpagesize-blockssize: Limit inline extents to root->sectorsize
` [RFC PATCH V11 21/21] Btrfs: subpagesize-blocksize: Fix block size returned to user space

Metadata size limitations of btrfs
 2015-06-01  7:26 UTC  (3+ messages)
  ` Aw: "

[PATCH 1/4] Btrfs: device path change must be logged
 2015-06-01  6:16 UTC  (4+ messages)
` [PATCH 2/4] Btrfs: kernel operation should come after user input has been verified
` [PATCH 3/4] Btrfs: check device_path in btrfs_find_device_by_user_input()
` [PATCH 4/4] Btrfs: avoid user cli usage error logging into the sys log

AW: Re: Help needed to recover a RAID5 btrfs
 2015-06-01  1:16 UTC 

[PATCH 24/27] Btrfs: free the stale device
 2015-05-30 15:34 UTC  (5+ messages)
` [PATCH v5.1 "
` [PATCH v5.2 24/42] "

Help needed to recover a RAID5 btrfs
 2015-05-30 12:03 UTC  (6+ messages)

BTRFS issue: deleting default snapshot causes kernel oops
 2015-05-30  8:58 UTC  (2+ messages)

[PATCH 1/4] btrfs: Use ref_cnt for set_block_group_ro()
 2015-05-29 20:03 UTC  (6+ messages)
` [PATCH 2/4] btrfs: Separate scrub_blocked_if_needed() to scrub_pause_on/off()
` [PATCH 3/4] btrfs: use scrub_pause_on/off() to reduce code in scrub_enumerate_chunks()
` [PATCH 4/4] btrfs: Fix data checksum error cause by replace with io-load

Plans for a library for btrfs?
 2015-05-29 19:13 UTC  (6+ messages)

Uncorrectable errors on RAID6
 2015-05-29  4:08 UTC  (8+ messages)

Got 10 csum errors according to dmesg but 0 errors according to dev stats
 2015-05-27 20:25 UTC  (7+ messages)

[PATCH] btrfs-progs: receive: restore capabilities after chown
 2015-05-27 16:45 UTC 

du vs qgroup
 2015-05-27  3:27 UTC  (2+ messages)

RAID1: system stability
 2015-05-26 19:51 UTC  (4+ messages)

intermittent -ENOSPC errors on btrfs filesystem with 170G free
 2015-05-26 19:29 UTC  (8+ messages)

[PATCH 1/2] btrfs: Use ref_cnt for set_block_group_ro()
 2015-05-26 17:06 UTC  (3+ messages)
` [PATCH 2/2] btrfs: Fix xfstests btrfs/070

[PATCH 0/4] Btrfs: RAID 5/6 missing device replace
 2015-05-26 17:05 UTC  (2+ messages)

[PATCH 1/2 RESEND] Btrfs: add missing free_extent_buffer
 2015-05-26 16:34 UTC  (4+ messages)
` [PATCH 2/2] [PATCH 2/2] Btrfs: fix up read_tree_block to return proper error

btrfs on disk stability
 2015-05-26 16:26 UTC  (5+ messages)

[PATCH] btrfs-progs: Fix a bug which makes unfinished fsid change unrecoverable
 2015-05-26 15:26 UTC  (2+ messages)

[PATCH 1/4] btrfs-progs: Minor change of change_uuid()
 2015-05-26 15:24 UTC  (2+ messages)

[PATCH] Btrfs-progs: add the ability to remove csums
 2015-05-26 14:40 UTC  (2+ messages)

[PATCH] btrfs-progs: use openat for process_clone in receive
 2015-05-26 14:33 UTC  (2+ messages)

Additional Debug and other various pr_ additions
 2015-05-26 13:18 UTC  (4+ messages)
  ` [PATCH] Btrfs: Log the error conditions to determine which caused the error in btrfs_init_inode_security

[PATCH] Btrfs: fix hang during inode eviction due to concurrent readahead
 2015-05-25 23:55 UTC 

Did convert do anything?
 2015-05-25 23:45 UTC  (9+ messages)

booting btrfs RAID with dracut/systemd results in open_ctree failed
 2015-05-25 15:33 UTC 

[PATCH v2] btrfs-progs: Enhance read_tree_block to avoid memory corruption
 2015-05-25 13:43 UTC  (2+ messages)

[PATCH] Btrfs: add missing free_extent_buffer
 2015-05-25 12:33 UTC  (3+ messages)

[PATCH] Fix bashism in fsck.btrfs for debian/ubuntu dash
 2015-05-25 12:28 UTC  (3+ messages)
` [PATCH] fsck.btrfs: Fix bashism and bad getopts processing


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 read-only IMAP folder(s) and NNTP newsgroup(s).