messages from 2016-02-13 02:02:02 to 2016-02-19 09:15:22 UTC [more...]
[PATCH resend 00/13] misc patches plus Introduce device delete by devid
2016-02-19 9:15 UTC (21+ messages)
` [PATCH v2 03/13] btrfs: maintain consistency in logging to help debugging
` [PATCH v2 04/13] btrfs: device path change must be logged
` [PATCH 05/13] Btrfs: fix fs logging for multi device
` [PATCH v2 06/13] btrfs: create helper function __check_raid_min_devices()
` [PATCH 07/13] btrfs: clean up and optimize __check_raid_min_device()
` [PATCH v2 08/13] btrfs: create helper btrfs_find_device_by_user_input()
` [PATCH 09/13] btrfs: make use of btrfs_find_device_by_user_input()
` [PATCH v2 10/13] btrfs: enhance btrfs_find_device_by_user_input() to check device path
` [PATCH v2 11/13] btrfs: make use of btrfs_scratch_superblocks() in btrfs_rm_device()
` [PATCH v4 12/13] btrfs: introduce device delete by devid
` [PATCH 13/13] btrfs: optimize check for stale device
[PATCH] btrfs-progs: fix symlink creation multiple times
2016-02-19 2:14 UTC
RAID 6 full, but there is still space left on some devices
2016-02-19 1:36 UTC (7+ messages)
[PATCH 2/2] fstests: generic test for file fsync after rename operation
2016-02-18 23:11 UTC (2+ messages)
` [PATCH 2/2 v2] "
[PATCH 1/2] fstests: generic test for directory fsync after rename operation
2016-02-18 23:09 UTC (6+ messages)
` [PATCH 1/2 v2] "
[PATCH Resend] fstests: btrfs, test directory fsync after deleting snapshots
2016-02-18 23:08 UTC (2+ messages)
` [PATCH v2] "
[PATCH] Btrfs: fix deadlock between direct IO reads and buffered writes
2016-02-18 20:05 UTC (3+ messages)
Major HDD performance degradation on btrfs receive
2016-02-18 18:19 UTC (3+ messages)
Oops on Send
2016-02-18 17:34 UTC (2+ messages)
task btrfs-cleaner:770 blocked for more than 120 seconds
2016-02-18 16:59 UTC (15+ messages)
[PATCH V3 2/2] btrfs-progs: Introduce device delete by devid
2016-02-18 16:49 UTC (2+ messages)
[PATCH 1/2] btrfs: add GET_SUPPORTED_FEATURES to the control device ioctls
2016-02-18 13:25 UTC (2+ messages)
` [PATCH 2/2] btrfs: drop unused argument in btrfs_ioctl_get_supported_features
btrfs send error
2016-02-18 10:02 UTC (4+ messages)
btrfs: reada: simplify dev->reada_in_flight processing
2016-02-18 9:39 UTC (3+ messages)
[PATCH] btrfs: fix ifnullfree.cocci warnings
2016-02-18 9:14 UTC (2+ messages)
[patch] btrfs: array overflow in btrfs_ioctl_rm_dev_v2()
2016-02-18 8:58 UTC (3+ messages)
[PATCH RFC] Make add and device ioctls device path len consistent
2016-02-18 8:07 UTC (3+ messages)
` [PATCH RFC] btrfs: make add and device ioctl args path max consistent
` [PATCH RFC] btrfs-progs: make add and delete path max len consistent
[RFC PATCH v2 0/5] Btrfs in-band de-duplication tests cases
2016-02-18 6:24 UTC (6+ messages)
` [RFC PATCH v2 1/5] fstests: Add support to check btrfs sysfs features
` [RFC PATCH v2 2/5] fstests: btrfs: Add basic test for btrfs in-band de-duplication
` [RFC PATCH v2 3/5] fstests: btrfs: Add testcase for btrfs dedup enable disable race test
` [RFC PATCH v2 4/5] fstests: btrfs: Add per inode dedup flag test
` [RFC PATCH v2 5/5] fstests: btrfs: Test inband dedup with balance
[PATCH 1/8] btrfs-progs: Basic framework for dedup command group
2016-02-18 6:18 UTC (8+ messages)
` [PATCH 2/8] btrfs-progs: dedup: Add enable command "
` [PATCH 3/8] btrfs-progs: dedup: Add disable support for inband deduplication
` [PATCH 4/8] btrfs-progs: dedup: Add status subcommand
` [PATCH 5/8] btrfs-progs: Add dedup feature for mkfs and convert
` [PATCH 6/8] btrfs-progs: Add show-super support for new DEDUP flag
` [PATCH 7/8] btrfs-progs: debug-tree: Add dedup tree support
` [PATCH 8/8] btrfs-progs: property: add a dedup property
[GIT PULL][PATCH v7 00/19][For 4.6] Btrfs: Add inband (write time) de-duplication framework
2016-02-18 5:42 UTC (21+ messages)
` [PATCH v7 01/20] btrfs: dedup: Introduce dedup framework and its header
` [PATCH v7 02/20] btrfs: dedup: Introduce function to initialize dedup info
` [PATCH v7 03/20] btrfs: dedup: Introduce function to add hash into in-memory tree
` [PATCH v7 04/20] btrfs: dedup: Introduce function to remove hash from "
` [PATCH v7 05/20] btrfs: delayed-ref: Add support for increasing data ref under spinlock
` [PATCH v7 06/20] btrfs: dedup: Introduce function to search for an existing hash
` [PATCH v7 07/20] btrfs: dedup: Implement btrfs_dedup_calc_hash interface
` [PATCH v7 08/20] btrfs: ordered-extent: Add support for dedup
` [PATCH v7 09/20] btrfs: dedup: Inband in-memory only de-duplication implement
` [PATCH v7 10/20] btrfs: dedup: Add basic tree structure for on-disk dedup method
` [PATCH v7 11/20] btrfs: dedup: Introduce interfaces to resume and cleanup dedup info
` [PATCH v7 12/20] btrfs: dedup: Add support for on-disk hash search
` [PATCH v7 13/20] btrfs: dedup: Add support to delete hash for on-disk backend
` [PATCH v7 14/20] btrfs: dedup: Add support for adding "
` [PATCH v7 15/20] btrfs: dedup: Add ioctl for inband deduplication
` [PATCH v7 16/20] btrfs: dedup: add an inode nodedup flag
` [PATCH v7 17/20] btrfs: dedup: add a property handler for online dedup
` [PATCH v7 18/20] btrfs: dedup: add per-file online dedup control
` [PATCH v7 19/20] btrfs: try more times to alloc metadata reserve space
` [PATCH v7 20/20] btrfs: dedup: Fix a bug when running inband dedup with balance
[PATCH] btrfs: Avoid BUG_ON()s because of ENOMEM caused by kmalloc() failure
2016-02-18 1:59 UTC (5+ messages)
bad extent [5993525264384, 5993525280768), type mismatch with chunk
2016-02-17 23:56 UTC (6+ messages)
[PATCH][btrfs-progs] Include file verification with convert-tests
2016-02-17 21:26 UTC
[josef-btrfs:fdinfo 1/1] fs/notify/inotify/inotify_user.c:321:18: warning: initialization from incompatible pointer type
2016-02-17 16:29 UTC
btrfs_orphan_cleanup
2016-02-17 14:33 UTC
[Docs]? Only one Subvolume with DUP (or different parameters)?
2016-02-17 12:15 UTC (4+ messages)
[PATCH v4.3 0/3] xfstests: minor fixes for the reflink/dedupe tests
2016-02-17 10:10 UTC (9+ messages)
` [PATCH 1/3] generic/304: fix high offset
` [PATCH 2/3] punch-alternating: use the block size reported by the fs for punching
` [PATCH 3/3] xfs/24[356]: check for -c switch to xfs_io bmap command
Send receive errors
2016-02-17 1:41 UTC
BZ#101951, Overlayfs on top of btrfs causes kernel oops + freeze
2016-02-16 16:17 UTC (5+ messages)
[GIT PULL] Btrfs fix for direct IO error reporting
2016-02-16 4:02 UTC
[PATCH] Btrfs: fix direct IO requests not reporting IO error to user space
2016-02-16 4:01 UTC (2+ messages)
` [PATCH v2] "
Deadlock while removing device, kernel 4.4.1
2016-02-16 10:31 UTC
Unable to mount BTRFS home dir anymore
2016-02-16 10:17 UTC (2+ messages)
[GIT PULL] Fujitsu for 4.5
2016-02-16 10:05 UTC (4+ messages)
[PATCH 00/15] Device delete by id
2016-02-16 9:43 UTC (23+ messages)
` [PATCH 01/15] btrfs: create a helper function to read the disk super
` [PATCH 02/15] btrfs: create helper function __check_raid_min_devices()
` [PATCH 03/15] btrfs: clean up and optimize __check_raid_min_device()
` [PATCH 04/15] btrfs: create helper btrfs_find_device_by_user_input()
` [PATCH 05/15] btrfs: make use of btrfs_find_device_by_user_input()
` [PATCH 06/15] btrfs: enhance btrfs_find_device_by_user_input() to check device path
` [PATCH 07/15] btrfs: make use of btrfs_scratch_superblocks() in btrfs_rm_device()
` [PATCH 08/15] btrfs: introduce device delete by devid
` [PATCH 09/15] btrfs: optimize check for stale device
` [PATCH 10/15] btrfs: rename __check_raid_min_devices
` [PATCH 11/15] btrfs: pass number of devices to btrfs_check_raid_min_devices
` [PATCH 12/15] btrfs: indtroduce raid-type to error-code table, for minimum device constraint
` [PATCH 13/15] btrfs: use existing device constraints table btrfs_raid_array
` [PATCH 14/15] btrfs: rename btrfs_find_device_by_user_input
` [PATCH 15/15] btrfs: rename flags for vol args v2
[PATCH] btrfs: fix build warning
2016-02-16 8:02 UTC
[PATCH] btrfs: change max_inline default to 2048
2016-02-15 21:29 UTC (4+ messages)
BTRFS: bdev /dev/mapper/dshelf1 errs: wr 2970, rd 848, flush 0, corrupt 189, gen 0
2016-02-15 16:40 UTC (13+ messages)
` btrfs-image failure (btrfs-tools 4.4)
btrfs check --repair dumps out
2016-02-15 2:15 UTC
Fwd: Unmountable fs after power outage
2016-02-15 10:42 UTC (4+ messages)
[PATCH Resend] fstests: generic/158, test dedupe with destination offset past EOF
2016-02-15 10:53 UTC
Out of memory purging snapshots
2016-02-15 7:10 UTC (2+ messages)
Problems with "btrfs dev remove" of dead disk
2016-02-15 3:40 UTC (4+ messages)
btrfs on top of bcache on top of dmcrypt on top of md raid5
2016-02-14 21:27 UTC (3+ messages)
Auto-rebalancing script
2016-02-14 21:03 UTC
Is there now a way to migrate FS without losing shared COW blocks between subvolumes?
2016-02-14 17:30 UTC (4+ messages)
One disc of 3-disc btrfs-raid5 failed - files only partially readable
2016-02-14 11:21 UTC (4+ messages)
[PATCH V7 0/3][PULL REQUEST] Unify 'norecovery' bahavior with other filesystems
2016-02-14 2:05 UTC (4+ messages)
RAID1 disk upgrade method
2016-02-14 0:44 UTC (11+ messages)
booting from BTRFS works only with one device in the pool
2016-02-13 18:20 UTC (9+ messages)
enospc while having a lot of free space with kernel 4.4
2016-02-13 12:32 UTC (2+ messages)
[PATCH v4.2 00/32] xfstests: test the nfs/cifs/btrfs/xfs reflink/dedupe ioctls
2016-02-13 8:03 UTC (4+ messages)
[PATCH 0/7] Introduce device delete by devid
2016-02-13 2:09 UTC (3+ 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).