Linux-BTRFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-06-18 11:05:07 to 2015-06-25 22:13:07 UTC [more...]

[RFC PATCH v2 1/2] Btrfs: add noi_version option to disable MS_I_VERSION
 2015-06-25 22:12 UTC  (22+ messages)
` [RFC PATCH v2 2/2] Btrfs: improve fsync for nocow file
        ` i_version vs iversion (Was: Re: [RFC PATCH v2 1/2] Btrfs: add noi_version option to disable MS_I_VERSION)

btrfs partition converted from ext4 becomes read-only minutes after booting: WARNING: CPU: 2 PID: 2777 at ../fs/btrfs/super.c:260 __btrfs_abort_transaction+0x4b/0x120
 2015-06-25 21:09 UTC  (8+ messages)

[PATCH 0/5] btrfs: dedupe fixes, features V2
 2015-06-25 18:12 UTC  (15+ messages)
` [PATCH 1/5] btrfs: pass unaligned length to btrfs_cmp_data()
` [PATCH 2/5] btrfs: fix deadlock with extent-same and readpage
` [PATCH 3/5] btrfs: fix clone / extent-same deadlocks
` [PATCH 4/5] btrfs: allow dedupe of same inode
` [PATCH 5/5] btrfs: add no_mtime flag to btrfs-extent-same

[PATCH] Improve FL_KEEP_SIZE handling
 2015-06-25 17:55 UTC  (4+ messages)
` [PATCH] Btrfs: Improve FL_KEEP_SIZE handling in fallocate

[PATCH] btrfs-progs: Fix defrag threshold overflow
 2015-06-25 17:55 UTC  (2+ messages)

[PATCH] btrfs-progs: man mkfs.btrfs: document -O^
 2015-06-25 17:29 UTC  (2+ messages)

NULL pointer dereference during snapshot removal
 2015-06-25 17:21 UTC  (3+ messages)

[PATCH] check: check so offset is not bigger then the leaf
 2015-06-25 16:49 UTC  (6+ messages)

[survey] BTRFS_IOC_DEVICES_READY return status
 2015-06-25 16:37 UTC  (4+ messages)
` btrfs filesystem show confused when label is same as mountpoint

[PATCH v2 0/5] Btrfs: RAID 5/6 missing device scrub+replace
 2015-06-25 16:35 UTC  (11+ messages)
` [PATCH v2 1/5] Btrfs: remove misleading handling of missing device scrub
` [PATCH v2 2/5] Btrfs: count devices correctly in readahead during RAID 5/6 replace
` [PATCH v2 3/5] Btrfs: add RAID 5/6 BTRFS_RBIO_REBUILD_MISSING operation
` [PATCH v2 4/5] Btrfs: fix device replace of a missing RAID 5/6 device
` [PATCH v2 5/5] Btrfs: fix parity scrub of RAID 5/6 with missing device

Btrfs stable updates for 4.0
 2015-06-25 15:59 UTC  (5+ messages)

[PATCH RFC] btrfs: csum: Introduce partial csum for tree block
 2015-06-25 15:31 UTC  (11+ messages)

BTRFS balance fails with -dusage=100
 2015-06-25 14:41 UTC  (3+ messages)

[PATCH] Btrfs: fix fsync after truncate when no_holes feature is enabled
 2015-06-25 14:23 UTC  (3+ messages)

[PATCH] fstests: generic test for fsync after file truncations
 2015-06-25  3:18 UTC 

[PATCH] fstests: generic test for truncating a file into the middle of a hole
 2015-06-25  3:17 UTC 

[PATCH] Btrfs: fix shrinking truncate when the no_holes feature is enabled
 2015-06-25  3:17 UTC 

[PATCH 0/2] btrfs device remove alias
 2015-06-25 13:45 UTC  (6+ messages)
` [PATCH 1/2] btrfs-progs: replace struct cmd_group->hidden with flags
` [PATCH 2/2] btrfs-progs: alias btrfs device delete to btrfs device remove

Btrfs progs release 4.1
 2015-06-25 13:03 UTC  (15+ messages)
` qgroup limit clearing, was "

counting fragments takes more time than defragmenting
 2015-06-25  6:30 UTC  (7+ messages)

[PATCH 0/5] btrfs: dedupe fixes, features V3
 2015-06-25  3:16 UTC  (8+ messages)
` [PATCH 1/5] btrfs: pass unaligned length to btrfs_cmp_data()
` [PATCH 2/5] btrfs: fix deadlock with extent-same and readpage
` [PATCH 3/5] btrfs: fix clone / extent-same deadlocks
` [PATCH 4/5] btrfs: allow dedupe of same inode
` [PATCH 5/5] btrfs: add no_mtime flag to btrfs-extent-same

3.19.8: kernel BUG at fs/btrfs/extent_io.c:4548!
 2015-06-25  2:55 UTC  (3+ messages)

[patch] btrfs: delayed-ref: double free in btrfs_add_delayed_tree_ref()
 2015-06-24 19:26 UTC  (2+ messages)

[PATCH] btrfs-progs: alias btrfs device delete to btrfs device remove
 2015-06-24 15:49 UTC  (4+ messages)

[GIT PULL] Qgroup rework with other Fujitsu fix
 2015-06-24  6:54 UTC  (3+ messages)

Question about "btrfs send/receive"
 2015-06-24  4:21 UTC  (4+ messages)

[PATCH] fstests: generic test for fsync after adding xattr to a file
 2015-06-24  3:46 UTC  (3+ messages)
` [PATCH v2] fstests: shared test for fsync after adding xattrs "

Corrupted btrfs partition (converted from ext4) after balance
 2015-06-24  0:30 UTC  (6+ messages)

[PATCH v3 0/7] Btrfs incremental send fix serval case for rename and rm directory
 2015-06-23 15:35 UTC  (13+ messages)
` [PATCH v3 1/7] Revert "Btrfs: incremental send, remove dead code"
` [PATCH v3 2/7] Btrfs: incremental send, avoid circular waiting and descendant overwrite ancestor need to update path
` [PATCH v3 3/7] Btrfs: incremental send, avoid ancestor rename to descendant
` [PATCH v3 4/7] Btrfs: incremental send, fix orphan_dir_info leak
` [PATCH v3 5/7] Btrfs: incremental send, fix rmdir but dir have a unprocess item
` [PATCH v3 6/7] Btrfs: incremental send, don't send utimes for non-existing directory
` [PATCH v3 7/7] Btrfs: incremental send, avoid the overhead of allocating an orphan_dir_info object unnecessarily

[PATCH 1/1] Btrfs: Remove redundant NULL check before kfree
 2015-06-23 12:00 UTC  (2+ messages)

[RFC PATCH V11 00/21] Btrfs: Subpagesize-blocksize: Allow I/O on blocks whose size is less than page size
 2015-06-23  8:37 UTC  (5+ messages)
` [RFC PATCH V11 01/21] Btrfs: subpagesize-blocksize: Fix whole page read

raid 1 to 10 conversion
 2015-06-22 23:42 UTC  (3+ messages)

RAID1: system stability
 2015-06-22 16:52 UTC  (8+ messages)

[PATCH 1/2] btrfs-progs: Allow "filesystem show" command to handle different units
 2015-06-22 14:17 UTC  (2+ messages)

[PATCH] Btrfs: Check if kobject is initialized before put
 2015-06-22 14:08 UTC  (2+ messages)

[PATCH v2 0/7] Btrfs incremental send fix serval case for rename and rm directory
 2015-06-22 11:37 UTC  (12+ messages)
` [PATCH v2 1/7] Revert "Btrfs: incremental send, remove dead code"
` [PATCH v2 2/7] Btrfs: incremental send, avoid circular waiting and descendant overwrite ancestor need to update path
` [PATCH v2 3/7] Btrfs: incremental send, avoid ancestor rename to descendant
` [PATCH v2 4/7] Btrfs: incremental send, fix orphan_dir_info leak
` [PATCH v2 5/7] Btrfs: incremental send, fix rmdir but dir have a unprocess item
` [PATCH v2 6/7] Btrfs: incremental send, don't send utimes for non-existing directory
` [PATCH v2 7/7] Btrfs: incremental send, avoid the overhead of allocating an orphan_dir_info object unnecessarily

[PATCH 0/5] Btrfs incremental send fix serval case for rename and rm directory
 2015-06-22  5:35 UTC  (11+ messages)
` [PATCH 5/5] Btrfs: incremental send, fix rmdir not send utimes

Is there a "nossd" option ?
 2015-06-21 18:22 UTC  (5+ messages)

trim not working and irreparable errors from btrfsck
 2015-06-21  7:21 UTC  (8+ messages)

BTRFS RAID5 filesystem corruption during balance
 2015-06-20  3:50 UTC  (4+ messages)

[PATCH] Btrfs: fix fsync xattr loss in the fast fsync path
 2015-06-19 23:44 UTC  (3+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH 0/2] btrfs: two more dedupe fixes
 2015-06-19 19:19 UTC  (6+ messages)
` [PATCH 1/2] btrfs: pass unaligned length to btrfs_cmp_data()
` [PATCH 2/2] btrfs: fix deadlock with extent-same and readpage

[PATCH v3] btrfs: test premature submount unmounting when deleting default subvolume
 2015-06-19 17:49 UTC  (2+ messages)

[PATCH] Integer underflow in ctree.c
 2015-06-19 16:31 UTC 

btrfs-progs 4.1-rc1: btrfstune -u reporting incorrect current fsid?
 2015-06-19 10:26 UTC  (4+ messages)

[PATCH v7 0/9] btrfs/vfs: Fix freeze/sysfs deadlock in better method
 2015-06-19  5:25 UTC  (3+ messages)
` [PATCH RFC v7 1/9] vfs: Add sb_want_write() function to grant write access to sb without the struct file/vfsmount

[PATCH v9 9/9] btrfs: Use sb_want_write() to protect sysfs feature change
 2015-06-19  5:23 UTC  (3+ messages)

[PATCH 1/2] btrfs-progs: Add nbytes output for print-tree and reformat inode output
 2015-06-19  3:49 UTC  (2+ messages)
` [PATCH 2/2] btrfs-progs: Add repair function for I_ERR_FILE_WRONG_NBYTES

[PATCH] Btrfs: add autodefrag inode flag
 2015-06-19  2:10 UTC 


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