messages from 2014-06-20 10:07:12 to 2014-06-26 07:17:50 UTC [more...]
cancel btrfs delete job
2014-06-26 7:17 UTC (2+ messages)
[PATCH] Btrfs: fix race between balance recovery and root deletion
2014-06-26 3:08 UTC
[PATCH 1/6] btrfs-progs: fix btrfs-image old_restore fsck failure
2014-06-26 2:53 UTC (6+ messages)
` [PATCH 2/6] btrfs-progs: deal with malloc failure in btrfs-image
` [PATCH 3/6] btrfs-progs: cleanup unnecessary free if malloc fails "
` [PATCH 4/6] btrfs-progs: cleanup possible silent failure "
` [PATCH 5/6] btrfs-progs: limit minimal num of args for btrfs-image
` [PATCH 6/6] btrfs-progs: use BTRFS_SUPER_INFO_SIZE to replace raw 4096 in btrfs-image
[PATCH, RFC] btrfs: refactor open_ctree()
2014-06-26 2:01 UTC (2+ messages)
df hangs / VirtualBox unable to start
2014-06-25 23:41 UTC
btrfs data dup on single device?
2014-06-25 22:26 UTC (8+ messages)
btrfs balance crash BUG ON fs/btrfs/relocation.c:1062 or RIP build_backref_tree+0x9fc/0xcc4
2014-06-25 21:05 UTC (12+ messages)
[PATCH] btrfs: only unlock block in verify_parent_transid if we locked it
2014-06-25 20:45 UTC
[PATCH] Btrfs: atomically set inode->i_flags in btrfs_update_iflags
2014-06-25 21:36 UTC
Btrfs suddenly unmountable, open_ctree failed
2014-06-25 19:50 UTC (18+ messages)
[PATCH] btrfs-progs: Add uninstall targets to Makefiles
2014-06-25 19:40 UTC (7+ messages)
` [PATCH v2] "
[PATCH 1/1] FS/BTRFS: replace count*size kzalloc by kcalloc
2014-06-25 18:35 UTC
btrfs on whole disk (no partitions)
2014-06-25 16:01 UTC (22+ messages)
open_ctree failed
2014-06-25 13:31 UTC (8+ messages)
[PATCH] btrfs-progs: replace BTRFS_NUM_MIRRORS with BTRFS_MAX_MIRRORS
2014-06-25 10:04 UTC
btrfs hang in 3.16rc2
2014-06-25 9:57 UTC
[PATCH] Btrfs: fix crash when mounting raid5 btrfs with missing disks
2014-06-25 7:34 UTC (3+ messages)
[PATCH 1/3] btrfs-progs: fix missing parity stripe for raid6 in chunk-recover
2014-06-25 6:51 UTC (8+ messages)
` [PATCH 2/3] btrfs-progs: fix max mirror number error for chunk-recover
"-d single" for data blocks on a multiple devices doesn't work as it should
2014-06-25 2:20 UTC (6+ messages)
Assertion `!(exist->nmirrors >= 2)' failed
2014-06-25 1:20 UTC (2+ messages)
[PATCH] Btrfs: assert send doesn't attempt to start transactions
2014-06-24 16:48 UTC
[PATCH] Btrfs: fix crash when starting transaction
2014-06-24 16:46 UTC (8+ messages)
` [PATCH v2] "
[PATCH] btrfs compression: reuse recently used workspace
2014-06-24 15:00 UTC (2+ messages)
[RFC PATCH V3 0/9] Btrfs: Subpagesize-blocksize: Get rid of whole page I/O
2014-06-24 14:29 UTC (10+ messages)
` [RFC PATCH V3 1/9] Btrfs: subpagesize-blocksize: Get rid of whole page reads
` [RFC PATCH V3 2/9] Btrfs: subpagesize-blocksize: Get rid of whole page writes
` [RFC PATCH V3 3/9] Btrfs: subpagesize-blocksize: __btrfs_buffered_write: Reserve/release extents aligned to block size
` [RFC PATCH V3 4/9] Btrfs: subpagesize-blocksize: Define extent_buffer_head
` [RFC PATCH V3 5/9] Btrfs: subpagesize-blocksize: Read tree blocks whose size is <PAGE_CACHE_SIZE
` [RFC PATCH V3 6/9] Btrfs: subpagesize-blocksize: Write only dirty extent buffers belonging to a page
` [RFC PATCH V3 7/9] Btrfs: subpagesize-blocksize: Allow mounting filesystems where sectorsize != PAGE_SIZE
` [RFC PATCH V3 8/9] Btrfs: subpagesize-blocksize: Compute and look up csums based on sectorsized blocks
` [RFC PATCH V3 9/9] Btrfs: subpagesize-blocksize: __extent_writepage: Write only dirty blocks of a page
[PATCH 1/2] btrfs: device list could grow infinite
2014-06-24 12:51 UTC (2+ messages)
` [PATCH 2/2] btrfs: we are not yet ready if device is missing
Removing file = quota exceded
2014-06-24 12:15 UTC (8+ messages)
` [PATCH] handle start_unlink_transaction the same for an exceded quota , limit as an out of space error
[PATCH] Properly size the leafsize field in the mdrestore_struct struct
2014-06-24 8:50 UTC (5+ messages)
[PATCH] btrfs: Don't continue mounting when superblock csum mismatches even generation is less than 10
2014-06-24 8:49 UTC
[PATCH 1/4] btrfs-progs: cleanup duplicate assignment of variable leaf for btrfs-image
2014-06-24 8:47 UTC (14+ messages)
` [PATCH 2/4] btrfs-progs: deal with invalid option combinations "
` [PATCH v2 "
` [PATCH v3 "
` [PATCH 3/4] btrfs-progs: delete invalid output file when btrfs-image failed
` [PATCH v2 "
` [PATCH v3 "
[PATCH] Avoid double-free of fs_devices->list
2014-06-24 7:30 UTC
[PATCH] generic/017: skip invalid block sizes for btrfs
2014-06-24 5:28 UTC (12+ messages)
[PATCH v3] btrfs-progs: Add minimum device size check
2014-06-24 1:13 UTC
[PATCH] btrfs-progs: Add minimum device size check
2014-06-24 0:58 UTC (3+ messages)
[PATCH v2] btrfs-progs: Add minimum device size check
2014-06-23 14:55 UTC (2+ messages)
[PATCH 0/2] btrfs: qgroup fixes for btrfs_drop_snapshot
2014-06-23 14:49 UTC (10+ messages)
` btrfs: qgroup: account shared subtrees during snapshot delete
[PATCH] btrfs-progs: restore: check lzo compress length
2014-06-23 13:49 UTC (2+ messages)
[PATCH 6/6] Btrfs: add send_stream_version attribute to sysfs
2014-06-23 12:01 UTC (2+ messages)
` [PATCH 6/6 v5] "
[PATCH 5/6] Btrfs: add missing cleanup on sysfs init failure
2014-06-23 12:01 UTC (2+ messages)
` [PATCH 5/6 v5] "
[PATCH 4/6 v4] Btrfs: send, use fallocate command to allocate extents
2014-06-23 12:01 UTC (2+ messages)
` [PATCH 4/6 v5] "
[PATCH 3/6 v4] Btrfs: send, use fallocate command to punch holes
2014-06-23 12:00 UTC (2+ messages)
` [PATCH 3/6 v5] "
[PATCH 2/6 v3] Btrfs: send, implement total data size command to allow for progress estimation
2014-06-23 12:00 UTC (2+ messages)
` [PATCH 2/6 v5] "
[PATCH 1/4] Btrfs: send, bump stream version
2014-06-23 12:00 UTC (2+ messages)
` [PATCH 1/6 v5] "
[PATCH] Btrfs: Refactor btrfs_lock_cluster() to kill compiler warning
2014-06-23 10:16 UTC (2+ messages)
[PATCH] Btrfs: implement support for fallocate collapse range
2014-06-23 10:25 UTC
[patch] Btrfs: fix error code in btrfs_init_test_fs()
2014-06-23 1:30 UTC (2+ messages)
New BTRFS kernel issues in 3.15.1-1-ARCH
2014-06-22 16:43 UTC (2+ messages)
[v3.10.y][v3.11.y][3.12.y][v3.13.y][v3.14.y][SRU][PATCH 0/1][V2] ALSA: usb-audio: Prevent printk ratelimiting from spamming kernel log while DEBUG not defined
2014-06-21 19:48 UTC (7+ messages)
` [v3.10.y][v3.11.y][v3.12.y][v3.13.y][v3.14.y][PATCH 1/1][V2] "
` "
Lockups with btrfs on 3.16-rc1 - bisected
2014-06-21 1:09 UTC (22+ messages)
[PATCH] trivial: fs/btrfs/tree-log.c: Fix closing brace followed by if
2014-06-20 20:29 UTC (2+ messages)
Deadlock/high load
2014-06-20 16:22 UTC (2+ messages)
[GIT PULL] Btrfs
2014-06-20 15:53 UTC
[PATCH 0/6 v2] update sysfs per btrfs device operations
2014-06-20 15:42 UTC (4+ messages)
[PATCH v2] btrfs: adjust message levels in open_ctree
2014-06-20 13:29 UTC
[PATCH] btrfs: adjust message levels in open_ctree
2014-06-20 13:04 UTC
[PATCH] Btrfs-progs: fsck: reduce memory usage for extents check
2014-06-20 11:09 UTC
[PULL] [PATCH 0/8] Cleanups, 3.16 or later
2014-06-20 11:03 UTC (9+ messages)
` [PATCH 1/8] btrfs: remove obsolete comment in btrfs_clean_one_deleted_snapshot
` [PATCH 2/8] btrfs: clenaup: don't call btrfs_release_path before free_path
` [PATCH 3/8] btrfs: cleanup ino cache members of btrfs_root
` [PATCH 4/8] btrfs: make close_ctree return void
` [PATCH 5/8] btrfs: kill the key type accessor helpers
` [PATCH 6/8] btrfs: use nodesize everywhere, kill leafsize
` [PATCH 7/8] btrfs: clean away stripe_align helper
` [PATCH 8/8] btrfs: use DIV_ROUND_UP instead of open-coded variants
[PULL] [PATCH 0/2] Minor fixups from 3.16-rc1
2014-06-20 10:07 UTC (3+ messages)
` [PATCH 1/2] btrfs: remove stale comment from btrfs_flush_all_pending_stuffs
` [PATCH 2/2] btrfs: use E2BIG instead of EIO if compression does not help
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).