messages from 2016-06-30 14:59:06 to 2016-07-07 02:30:03 UTC [more...]
[PATCH 1/2] btrfs: use correct offset for reloc_inode in prealloc_file_extent_cluster()
2016-07-07 2:27 UTC (6+ messages)
` [PATCH 2/2] btrfs: fix false ENOSPC for btrfs_fallocate()
btrfs RAID 10 truncates files over 2G to 4096 bytes
2016-07-07 2:24 UTC (15+ messages)
[PATCH v1] btrfs: Avoid reading out unnecessary extent tree blocks when mounting
2016-07-07 2:11 UTC
[PATCH v6 00/20] xfstests: minor fixes for the reflink/dedupe tests
2016-07-06 23:49 UTC (11+ messages)
` [PATCH 16/20] reflink: test cross-mountpoint reflink and dedupe
` [PATCH 19/20] xfs: run xfs_repair at the end of each test
raid1 has failing disks, but smart is clear
2016-07-06 22:59 UTC (2+ messages)
Adventures in btrfs raid5 disk recovery
2016-07-06 21:01 UTC (24+ messages)
64-btrfs.rules and degraded boot
2016-07-06 20:00 UTC (19+ messages)
Fwd: Unable to mount degraded RAID5
2016-07-06 18:19 UTC (2+ messages)
` "
Unable to mount degraded RAID5
2016-07-06 18:12 UTC (17+ messages)
Out of space error even though there's 100 GB unused?
2016-07-06 17:42 UTC (5+ messages)
stat() on btrfs reports the st_blocks with delay (data loss in archivers)
2016-07-06 17:35 UTC (16+ messages)
` [Bug-tar] "
[PATCH] btrfs-progs: du: fix to skip not btrfs dir/file
2016-07-06 15:56 UTC (6+ messages)
[PATCH 1/2] btrfs: fix fsfreeze hang caused by delayed iputs deal
2016-07-06 10:20 UTC (3+ messages)
[PATCH 2/2] btrfs: fix free space calculation in dump_space_info()
2016-07-06 10:16 UTC (3+ messages)
btrfs defrag questions
2016-07-05 23:59 UTC (9+ messages)
[PATCH] Btrfs: fix read_node_slot to return errors
2016-07-05 19:10 UTC (4+ messages)
` [PATCH v2] "
Bad hard drive - checksum verify failure forces readonly mount
2016-07-05 17:43 UTC (12+ messages)
[PATCH] btrfs: Fix slab accounting flags
2016-07-05 13:55 UTC (2+ messages)
[PATCH 0/3] Qgroup fixes for dirty hack routines
2016-07-05 9:32 UTC (4+ messages)
` [PATCH 1/3] btrfs: qgroup: Refactor btrfs_qgroup_insert_dirty_extent()
` [PATCH v2 2/3] btrfs: relocation: Fix leaking qgroups numbers on data extents
` [PATCH 3/3] btrfs: qgroup: Fix qgroup incorrectness caused by log replay
filesystem read only after power outage
2016-07-05 6:55 UTC (2+ messages)
[PATCH] btrfs-progs: tests: 006-image-on-missing-device: fix btrfs tool path
2016-07-04 22:48 UTC
RAID1: if one disk failed, what errors are expected?
2016-07-04 21:08 UTC (5+ messages)
[PATCH] Btrfs: use the correct struct for BTRFS_IOC_LOGICAL_INO
2016-07-04 17:57 UTC (2+ messages)
[PATCH] fs: btrfs: Replace -ENOENT by -ERANGE in btrfs_get_acl()
2016-07-04 17:53 UTC (2+ messages)
[PATCH] Btrfs: fix double free of fs root
2016-07-04 16:52 UTC (2+ messages)
[PATCH 0/2] btrfs-progs: qgroup verification update V2
2016-07-04 14:14 UTC (3+ messages)
` [PATCH 2/2] btrfs-progs: btrfsck: write corrected qgroup info to disk
GPF in __mark_inode_dirty due to locked_inode_to_wb_and_lock_list returning NULL
2016-07-04 13:15 UTC (4+ messages)
[PATCH V9 0/5] In-band de-duplication for btrfs-progs
2016-07-04 12:36 UTC (4+ messages)
` [PATCH v9 2/5] btrfs-progs: dedupe: Add enable command for dedupe command group
[PATCH 0/3] btrfs-progs: check improve 'checking extents' scalability
2016-07-04 12:20 UTC (2+ messages)
[PATCH] btrfs-progs: use the correct struct for BTRFS_IOC_LOGICAL_INO
2016-07-04 12:14 UTC (3+ messages)
[PATCH] btrfs-progs: mkfs: fix allocation information output of block group types
2016-07-04 12:01 UTC (2+ messages)
[PATCH 1/2] btrfs-progs: convert: Fix a bug leads to discontinuous extents
2016-07-04 11:48 UTC (2+ messages)
[PATCH] btrfs-progs: tests: 001-simple-unmounted: fix test failure due to bashism
2016-07-04 11:37 UTC (2+ messages)
Cannot balance FS (No space left on device)
2016-07-04 8:32 UTC (10+ messages)
[PATCH V20 00/19] Allow I/O on blocks whose size is less than page size
2016-07-04 4:34 UTC (20+ messages)
` [PATCH V20 01/19] Btrfs: subpage-blocksize: Fix whole page read
` [PATCH V20 02/19] Btrfs: subpage-blocksize: Fix whole page write
` [PATCH V20 03/19] Btrfs: subpage-blocksize: Make sure delalloc range intersects with the locked page's range
` [PATCH V20 04/19] Btrfs: subpage-blocksize: Define extent_buffer_head
` [PATCH V20 05/19] Btrfs: subpage-blocksize: Read tree blocks whose size is < PAGE_SIZE
` [PATCH V20 06/19] Btrfs: subpage-blocksize: Write only dirty extent buffers belonging to a page
` [PATCH V20 07/19] Btrfs: subpage-blocksize: Allow mounting filesystems where sectorsize < PAGE_SIZE
` [PATCH V20 08/19] Btrfs: subpage-blocksize: Deal with partial ordered extent allocations
` [PATCH V20 09/19] Btrfs: subpage-blocksize: Explicitly track I/O status of blocks of an ordered extent
` [PATCH V20 10/19] Btrfs: subpage-blocksize: btrfs_punch_hole: Fix uptodate blocks check
` [PATCH V20 11/19] Btrfs: subpage-blocksize: Prevent writes to an extent buffer when PG_writeback flag is set
` [PATCH V20 12/19] Revert "btrfs: fix lockups from btrfs_clear_path_blocking"
` [PATCH V20 13/19] Btrfs: subpage-blocksize: Fix file defragmentation code
` [PATCH V20 14/19] Btrfs: subpage-blocksize: Enable dedupe ioctl
` [PATCH V20 15/19] Btrfs: subpage-blocksize: btrfs_clone: Flush dirty blocks of a page that do not map the clone range
` [PATCH V20 16/19] Btrfs: subpage-blocksize: Make file extent relocate code subpage blocksize aware
` [PATCH V20 17/19] Btrfs: subpage-blocksize: __btrfs_lookup_bio_sums: Set offset when moving to a new bio_vec
` [PATCH V20 18/19] Btrfs: subpage-blocksize: Disable compression
` [PATCH V20 19/19] Btrfs: subpage-blocksize: Rate limit scrub error message
Filesystem locks up, also with older kernel on any action after booting into 4.7-rc4 once
2016-07-02 22:37 UTC (5+ messages)
btrfs lockup
2016-07-02 18:38 UTC (6+ messages)
btrfs ops hang indefinitely (process in D state)
2016-07-02 13:32 UTC (3+ messages)
btrfs/113: Assertion failure
2016-07-02 6:24 UTC (3+ messages)
FYI: *buntu - btrfs kernel error
2016-07-01 22:29 UTC (5+ messages)
noholes and incremental send streamsize
2016-07-01 19:11 UTC (2+ messages)
[PATCH v5 0/4] Btrfs in-band de-duplication test cases
2016-07-01 0:21 UTC (3+ messages)
Kernel bug during RAID1 replace
2016-06-30 21:02 UTC (14+ messages)
[PATCH 5/6] fstests: btrfs: test RAID1 device reappear and balanced
2016-06-30 14:58 UTC (7+ messages)
` [PATCH v2 "
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).