messages from 2013-06-21 16:46:18 to 2013-07-01 20:12:30 UTC [more...]
[PATCH] Btrfs: only do the tree_mod_log_free_eb if this is our last ref
2013-07-01 20:12 UTC
[PATCH] Btrfs: return -1 when lzo compression makes data bigger
2013-07-01 18:33 UTC
[PATCH 0/6] fix INT_MAX readdir hang, plus cleanups
2013-07-01 17:18 UTC (5+ messages)
why check f_path.mnt is equal for source and dest in btrfs_ioctl_clone()?
2013-07-01 16:21 UTC (2+ messages)
unclean shutdown and space cache rebuild
2013-07-01 16:19 UTC (9+ messages)
[PATCH v2] xfstests: btrfs/311: sparse copy between different filesystems/mountpoints
2013-07-01 15:58 UTC
btrfs send /receive : having problems sending a snapshot back to the original partition
2013-07-01 15:50 UTC (2+ messages)
[RFC PATCH] Btrfs: rework ulist with list operation
2013-07-01 15:26 UTC (2+ messages)
[PATCH v2] xfstests: btrfs/316: cross-subvolume sparse copy
2013-07-01 15:19 UTC
[PATCH] Btrfs: fix a bug of snapshot-aware defrag to make it work on partial extents
2013-07-01 14:13 UTC
[PATCH] Btrfs: make tree_mod_alloc return the struct its allocating
2013-07-01 13:40 UTC (2+ messages)
lz4 status?
2013-07-01 13:27 UTC (3+ messages)
raid 10 corruption from single drive failure
2013-07-01 10:16 UTC (3+ messages)
[PATCH] Btrfs: hold the tree mod lock in __tree_mod_log_rewind
2013-07-01 9:18 UTC (7+ messages)
[PATCH 0/3] Small fixes for btrfs-progs
2013-07-01 8:21 UTC (5+ messages)
` [PATCH 1/3] Btrfs-progs: add missing write check for mkfs
` [PATCH 2/3] Btrfs-progs: add kstrdup() return value check
` [PATCH 3/3] Btrfs-progs: remove unused code
Filesystem "somewhat" destroyed - need help for recovery/fixing
2013-07-01 7:39 UTC (6+ messages)
` Filesystem
question about transaction-abort-related commits
2013-06-30 11:36 UTC (6+ messages)
btrfsck output: What does it all mean?
2013-06-29 15:19 UTC (2+ messages)
raid1 inefficient unbalanced filesystem reads
2013-06-29 14:04 UTC (10+ messages)
[PATCH] Btrfs: make backref walking code handle skinny metadata
2013-06-29 10:52 UTC (2+ messages)
[PATCH v2] Btrfs: fix crash regarding to ulist_add_merge
2013-06-29 10:48 UTC (5+ messages)
[PATCH v3] Btrfs: fix crash regarding to ulist_add_merge
2013-06-29 10:46 UTC (3+ messages)
[PATCH] btrfs: fix file truncation if FALLOC_FL_KEEP_SIZE is specified
2013-06-29 2:44 UTC (6+ messages)
[PATCH] Btrfs: make the chunk allocator completely tree lockless
2013-06-28 17:18 UTC (3+ messages)
[PATCH] xfstests: fix btrfs/265 so it actually works V2
2013-06-28 10:15 UTC (2+ messages)
[PATCH] Btrfs: cleanup orphaned root orphan item V2
2013-06-27 18:11 UTC
btrfs triggered lockdep WARN
2013-06-27 17:03 UTC (6+ messages)
[PATCH] Btrfs: cleanup orphaned root orphan item
2013-06-27 15:34 UTC
Transparent Tagging?
2013-06-27 15:07 UTC (3+ messages)
Problem with btrfsck / couurpted filesystem
2013-06-27 15:01 UTC (5+ messages)
some feedbacks seen on btrfs
2013-06-27 13:50 UTC (2+ messages)
[PATCH 1/3] Btrfs: fix oops when recovering the file data by scrub function
2013-06-27 10:51 UTC (3+ messages)
` [PATCH 2/3] Btrfs: cleanup the code of copy_nocow_pages_for_inode()
` [PATCH 3/3] Btrfs: fix several potential problems in copy_nocow_pages_for_inode
[PATCH] btrfs: Cleanup unneeded extra variant in btrfs_read_sys_array
2013-06-27 9:39 UTC
[PATCH] xfstests: fix SCRATCH_DEV_POOL mount/umount issues
2013-06-27 7:30 UTC (2+ messages)
[PATCH] btrfs-progs: Cleanup unneeded extra variant in btrfs_read_sys_array
2013-06-27 6:25 UTC
[bug] mount is successful when check --repair is running
2013-06-27 3:30 UTC
[PATCH] xfstests: fix btrfs/264 to not use the scratch dev pool
2013-06-27 3:23 UTC (2+ messages)
[PATCH] Btrfs: fix crash regarding to ulist_add_merge
2013-06-27 2:55 UTC (9+ messages)
[PATCH v6 0/8] Btrfs: introduce a tree for UUID to subvol ID mapping
2013-06-27 1:45 UTC (14+ messages)
` [PATCH v6 1/8] Btrfs: introduce a tree for items that map UUIDs to something
` [PATCH v6 2/8] Btrfs: support printing UUID tree elements
` [PATCH v6 3/8] Btrfs: create UUID tree if required
` [PATCH v6 4/8] Btrfs: maintain subvolume items in the UUID tree
` [PATCH v6 5/8] Btrfs: fill UUID tree initially
` [PATCH v6 6/8] Btrfs: introduce uuid-tree-gen field
` [PATCH v6 7/8] Btrfs: check UUID tree during mount if required
` [PATCH v6 8/8] Btrfs: add mount option to force UUID tree checking
[XFSTESTS PATCH] btrfs: Test deduplication
2013-06-26 22:40 UTC
[PROGS PATCH] Import btrfs-extent-same
2013-06-26 22:38 UTC
[PATCH] xfstests: check if the scratch dev pool is mounted in _require_scratch
2013-06-26 19:34 UTC (3+ messages)
[PATCH 2/3] Btrfs: fix the deadlock between the transaction start/attach and commit
2013-06-26 17:53 UTC (12+ messages)
[PATCH 0/5] Btrfs-progs: coalesce of patches
2013-06-26 16:42 UTC (6+ messages)
` [PATCH 1/5 v2] Btrfs-progs: fix closing of devices
` [PATCH v2 1/5] "
` [PATCH v2 5/5] Btrfs-progs: Validate super block checksum
[PATCH] xfstests: unmount scratch mnt in test 307
2013-06-26 15:50 UTC (4+ messages)
` [BULK] "
[PATCH v4 0/5] Btrfs-progs: speedup btrfs send/receive
2013-06-26 15:17 UTC (6+ messages)
` [PATCH v4 1/5] Btrfs-progs: Support UUID tree and UUID items in btrfs-debug-tree
` [PATCH v4 2/5] Btrfs-progs: add UUID tree lookup methods
` [PATCH v4 3/5] Btrfs-progs: use UUID tree for send/receive
` [PATCH v4 4/5] Btrfs-progs: add uuid_tree_gen field to btrfs-show-super
` [PATCH v4 5/5] Btrfs-progs: add option to btrfs-debug-tree to print uuid tree only
Btrfs segfault while trying to reproduce defrag bug
2013-06-26 14:28 UTC
Btrfs lockup during defrag and removing device
2013-06-26 11:02 UTC (3+ messages)
btrfs send/receive issues
2013-06-26 10:03 UTC (3+ messages)
[PATCH] btrfs-progs: Cleanup for using BTRFS_SETGET_STACK instead of raw convert
2013-06-26 5:27 UTC
[PATCH btrfs-progs] kerncompat.h: remove offsetof redefinition
2013-06-26 4:16 UTC
[PATCH btrfs-progs] kerncompat.h: remove offsetof redefinition
2013-06-26 4:14 UTC
hang on 3.9, 3.10-rc5
2013-06-25 15:52 UTC (7+ messages)
[RESEND] [PATCH] btrfs-progs: avoid memory leak in btrfs_close_devices
2013-06-25 13:05 UTC
[PATCH] btrfs-progs: avoid memory leak in btrfs_close_devices
2013-06-25 13:02 UTC
[PATCH 13/13 v3] btrfs-progs: introduce btrfs filesystem show --kernel
2013-06-25 8:50 UTC (3+ messages)
` [PATCH 12/12 v4] "
[PATCH 00/13] Introduce show --kernel
2013-06-25 8:39 UTC (3+ messages)
` [PATCH 12/13] btrfs-progs: obtain used_bytes in BTRFS_IOC_FS_INFO ioctl
[PATCH 2/2 v2] btrfs: add framework to read fs info and dev info from the kernel
2013-06-25 3:00 UTC (4+ messages)
` [PATCH 2/2 v3] btrfs: obtain used_bytes in BTRFS_IOC_FS_INFO ioctl
[PATCH] Btrfs: make delayed ref lock logic more readable
2013-06-24 18:54 UTC (2+ messages)
[PATCH v5 0/8] Btrfs: introduce a tree for UUID to subvol ID mapping
2013-06-24 18:10 UTC (7+ messages)
` [PATCH v5 1/8] Btrfs: introduce a tree for items that map UUIDs to something
help: btrfs bad tree block start
2013-06-24 17:53 UTC (5+ messages)
WARNING: at fs/btrfs/backref.c:903
2013-06-24 15:21 UTC (2+ messages)
[PATCH] xfstests: fix btrfs/265 so it actually works
2013-06-24 15:17 UTC
[PATCH] xfstests: make fs for 274 larger
2013-06-24 13:33 UTC (3+ messages)
[PATCH] btrfs-progs: fix the comment for extent_io.c/clear_extent_bits
2013-06-24 7:09 UTC
[PATCH] btrfs-progs: remove unused var *prev in extent-cache.c/find_cache_extent
2013-06-24 6:26 UTC
[trivial PATCH] treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacks
2013-06-23 18:40 UTC (2+ messages)
` [trivial] "
btrfs balance resume + raid5/6
2013-06-22 11:02 UTC (2+ messages)
Filebench varmail can not run in btrfs of kernel 3.8.2
2013-06-22 9:58 UTC (2+ messages)
[PATCH] btrfs-progs: btrfs requires version.h
2013-06-22 6:13 UTC
[PATCH] btrfs-progs: Fix segmentation fault
2013-06-22 5:39 UTC
[PATCH 0/5 v2] multiple disks restore support of btrfs-image
2013-06-22 5:32 UTC (6+ messages)
` [PATCH 1/5] Btrfs-progs: fix misuse of skinny metadata in btrfs-image
` [PATCH 2/5] Btrfs-progs: skip open devices which is missing
` [PATCH 3/5] Btrfs-progs: delete fs_devices itself from fs_uuid list before freeing
` [PATCH 4/5] Btrfs-progs: cleanup btrfs-image usage
` [PATCH 5/5 v2] Btrfs-progs: enhance btrfs-image to restore image onto multiple disks
[Bug] btrfs-image from power failure, Transaction aborted (error -22), btrfsck fails
2013-06-22 3:15 UTC
[PATCH] Btrfs: check if we can nocow if we don't have data space
2013-06-21 20:38 UTC
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).