messages from 2014-09-17 19:49:08 to 2014-09-22 12:01:20 UTC [more...]
[PATCH 1/4] btrfs: correct empty compression property behavior
2014-09-22 12:01 UTC (5+ messages)
` [PATCH 2/4] btrfs: introduce new compression property to disable compression at all
` [PATCH 3/4] btrfs: export __btrfs_set_prop
` [PATCH 4/4] btrfs: Fix compression related ioctl to run atomic operations in one transaction
Performance Issues
2014-09-22 11:59 UTC (20+ messages)
XFS Tests for Btrfs
2014-09-22 10:07 UTC (8+ messages)
device delete progress
2014-09-22 9:49 UTC (4+ messages)
[PATCH v3] btrfs-progs: fix page align issue for lzo compress in restore
2014-09-22 8:58 UTC
[PATCH 1/4] Properly cast to avoid compiler warnings, fixes FTBFS on alpha and ia64
2014-09-22 8:58 UTC (6+ messages)
` [PATCH 2/4] Fixes FTBFS with --no-add-needed
` [PATCH 3/4] Fixing unaligned memory accesses
` [PATCH 4/4] Default to acting like fsck
fs corruption report
2014-09-22 8:55 UTC (13+ messages)
[PATCH] btrfs-progs: fix page align issue for lzo compress in restore
2014-09-22 8:47 UTC (8+ messages)
` [PATCH] btrfs-progs: fix page align issue for lzo compress inrestore
` [PATCH v2] btrfs-progs: fix page align issue for lzo compress in restore
[PATCH] btrfs: Fix the wrong condition judgment about subset extent map
2014-09-22 3:01 UTC (2+ messages)
[RFC PATCH V7 00/16] Btrfs: Subpagesize-blocksize: Get rid of whole page I/O
2014-09-21 18:55 UTC (17+ messages)
` [RFC PATCH V7 01/16] Btrfs: subpagesize-blocksize: Get rid of whole page reads
` [RFC PATCH V7 02/16] Btrfs: subpagesize-blocksize: Get rid of whole page writes
` [RFC PATCH V7 03/16] Btrfs: subpagesize-blocksize: __btrfs_buffered_write: Reserve/release extents aligned to block size
` [RFC PATCH V7 04/16] Btrfs: subpagesize-blocksize: Define extent_buffer_head
` [RFC PATCH V7 05/16] Btrfs: subpagesize-blocksize: Read tree blocks whose size is <PAGE_CACHE_SIZE
` [RFC PATCH V7 06/16] Btrfs: subpagesize-blocksize: Write only dirty extent buffers belonging to a page
` [RFC PATCH V7 07/16] Btrfs: subpagesize-blocksize: Allow mounting filesystems where sectorsize != PAGE_SIZE
` [RFC PATCH V7 08/16] Btrfs: subpagesize-blocksize: Compute and look up csums based on sectorsized blocks
` [RFC PATCH V7 09/16] Btrfs: subpagesize-blocksize: __extent_writepage: Write only dirty blocks of a page
` [RFC PATCH V7 10/16] Btrfs: subpagesize-blocksize: fallocate: Work with sectorsized units
` [RFC PATCH V7 11/16] Btrfs: subpagesize-blocksize: btrfs_page_mkwrite: Reserve space in "
` [RFC PATCH V7 12/16] Btrfs: subpagesize-blocksize: Search for all ordered extents that could span across a page
` [RFC PATCH V7 13/16] Btrfs: subpagesize-blocksize: Deal with partial ordered extent allocations
` [RFC PATCH V7 14/16] Btrfs: subpagesize-blocksize: Explicitly Track I/O status of blocks of an ordered extent
` [RFC PATCH V7 15/16] Btrfs: subpagesize-blocksize: Revert commit fc4adbff823f76577ece26dcb88bf6f8392dbd43
` [RFC PATCH V7 16/16] Btrfs: subpagesize-blocksize: Track blocks of ordered extent submitted for write I/O
Help for creating a useful bugreport
2014-09-21 17:56 UTC (4+ messages)
deleting a dead device
2014-09-21 17:05 UTC (4+ messages)
[PATCH v2 0/2] Move BTRFS RCU string to common library
2014-09-21 15:53 UTC (12+ messages)
` [PATCH v2 1/2] Return a value from printk_ratelimited
` [PATCH v2 2/2] Move BTRFS RCU string to common library
[PATCH] btrfs: fix ABBA deadlock in btrfs_dev_replace_finishing()
2014-09-21 8:55 UTC (2+ messages)
Bug on Kernel Bugzilla I Found Today
2014-09-21 2:35 UTC
Using two mirrored drives separately
2014-09-20 20:20 UTC (2+ messages)
general thoughts and questions + general and RAID5/6 stability?
2014-09-20 9:32 UTC (2+ messages)
Help Out with the Btrfs Code base and User Space Tools
2014-09-20 3:09 UTC
Single disk parrallelization
2014-09-19 21:29 UTC (3+ messages)
[GIT PULL] Btrfs fixes
2014-09-19 19:47 UTC
[PATCH] Btrfs: fix build_backref_tree issue with multiple shared blocks
2014-09-19 19:43 UTC
Problem with unmountable filesystem
2014-09-19 18:44 UTC (14+ messages)
[PATCH] xfstests: remove check_scratch_fs in btrfs/012
2014-09-19 15:02 UTC (3+ messages)
[PATCH] Btrfs: cleanup error handling in build_backref_tree
2014-09-19 14:40 UTC
[PATCH] Revert "Btrfs: device_list_add() should not update list when
2014-09-19 13:59 UTC (4+ messages)
kernel integration branch updated
2014-09-19 13:07 UTC (4+ messages)
[PATCH v2] btrfs: Fix and enhance merge_extent_mapping() to insert best fitted extent map
2014-09-19 7:33 UTC (2+ messages)
[PATCH 1/5] btrfs: nodatasum drop compress
2014-09-19 7:01 UTC (8+ messages)
` [PATCH 2/5] btrfs: correct a message on setting nodatacow
` [PATCH 3/5] btrfs: notice nodatasum is also enabled with nodatacow
` [PATCH 4/5] btrfs: suppress a verbose message about enabling space cache on remounting
` [PATCH 5/5] btrfs: rework compression related options processing
[PATCH] btrfs-progs: fix many typos in documents
2014-09-19 1:49 UTC
[PATCH] btrfs: Fix and enhance merge_extent_mapping() to insert best fitted extent map
2014-09-19 0:31 UTC (11+ messages)
Btrfs-progs releases
2014-09-18 21:38 UTC (2+ messages)
btrfs receive: could not find parent subvolume
2014-09-18 16:07 UTC (3+ messages)
[PATCH] Btrfs: try not to ENOSPC on log replay V2
2014-09-18 15:30 UTC
[PATCH] Btrfs: don't do async reclaim during log replay V2
2014-09-18 15:27 UTC
[PATCH] Btrfs: remove empty block groups automatically V3
2014-09-18 15:20 UTC
[PATCH] Move BTRFS RCU string to common library
2014-09-18 14:03 UTC (2+ messages)
corruption with btrfs on nocow loop file
2014-09-18 14:06 UTC
Problem with a filesystem
2014-09-18 13:42 UTC (7+ messages)
"btrfs rescue super-recover" memory corruption
2014-09-18 9:23 UTC (4+ messages)
` [PATCH] Btrfs-progs: super-recover: fix double free fs_devices memory
[PATCH 1/3] btrfs-progs: remove BTRFS_SCAN_PROC scan method
2014-09-18 6:49 UTC (5+ messages)
` [PATCH 2/3] btrfs-progs: remove scan_for_btrfs()
` [PATCH 3/3] btrfs-progs: fix device missing of btrfs fi show with seeding devices
[bug] <subvol> doesn't belong to btrfs mount point
2014-09-18 6:26 UTC (3+ messages)
[PATCH v3 00/15] xfstests: new btrfs stress test cases
2014-09-18 5:49 UTC (16+ messages)
` [PATCH v3 01/15] btrfs: new test to run btrfs balance and subvolume test simultaneously
` [PATCH v3 02/15] btrfs: new test to run btrfs balance and scrub simultaneously
` [PATCH v3 03/15] btrfs: new test to run btrfs balance and defrag operations simultaneously
` [PATCH v3 04/15] btrfs: new case to run btrfs balance and remount with different compress algorithms
` [PATCH v3 05/15] btrfs: new case to run btrfs balance and device replace operations simultaneously
` [PATCH v3 06/15] btrfs: new case to run btrfs subvolume create/delete operations and device replace simultaneously
` [PATCH v3 07/15] btrfs: new case to run btrfs subvolume create/delete operations and scrub simultaneously
` [PATCH v3 08/15] btrfs: new case to run btrfs subvolume create/delete and defrag operations simultaneously
` [PATCH v3 09/15] btrfs: new case to run subvolume create/delete and remount with defferent compress algorithms
` [PATCH v3 10/15] btrfs: new case to run device replace and scrub operations simultaneously
` [PATCH v3 11/15] btrfs: new case to run device replace and defrag "
` [PATCH v3 12/15] btrfs: new case to run device replace and remount with different compress algorithms simultaneously
` [PATCH v3 13/15] btrfs: new case to run btrfs scrub and defrag operations simultaneously
` [PATCH v3 14/15] btrfs: new case to run btrfs scrub and remount with different compress algorithms simultaneously
` [PATCH v3 15/15] btrfs: new case to run defrag "
[PATCH] btrfs-progs: fix find_mount_root() to handle duplicated mount point correctly
2014-09-18 5:00 UTC (3+ messages)
[PATCH 1/3] btrfs-progs: Add nocow compressed write into prealloc support
2014-09-18 4:22 UTC (3+ messages)
` [PATCH 2/3] btrfs-progs: Add data_offset and data_len output for print_file_extent_item
` [PATCH 3/3] btrfs: Add btrfsck support for nocow compressed prealloc write
[PATCH 1/2] btrfs: Add more check before read_extent_buffer() to avoid read overflow
2014-09-18 4:01 UTC (2+ messages)
` [PATCH 2/2] btrfs: Add support for nocow write into prealloc space with compression
Rockstor 3.0 now available
2014-09-18 1:58 UTC
btrfs balance enospc
2014-09-17 21:11 UTC (5+ messages)
Setting FS_USERNS_MOUNT in btrfs_fs_type.fs_flags
2014-09-17 20:31 UTC (4+ messages)
Can btrfs re-sync an out-of-sync RAID1 filesystem?
2014-09-17 19:48 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).