Linux-BTRFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2013-06-03 02:11:06 to 2013-06-12 08:38:43 UTC [more...]

BUG
 2013-06-12  8:38 UTC  (2+ messages)

[PATCH 0/3] Btrfs-progs: make some subdirs
 2013-06-12  0:40 UTC  (9+ messages)
` [PATCH 1/3] Btrfs-progs: Add Makefile infrastructure for subdirs
` [PATCH 2/3] Btrfs-progs: move test tools to tests/ subdir
` [PATCH 3/3] Btrfs-progs: move btrfs cmd files to cmd/ subdir
  ` [PATCH 3/3 V2] "
` [PATCH 4/3] Btrfs-progs: fix up .gitignore

[PATCH 0/4] btrfs: offline dedupe v2
 2013-06-11 21:45 UTC  (9+ messages)
` [PATCH 1/4] btrfs: abtract out range locking in clone ioctl()
` [PATCH 2/4] btrfs_ioctl_clone: Move clone code into it's own function
` [PATCH 3/4] btrfs: Introduce extent_read_full_page_nolock()
` [PATCH 4/4] btrfs: offline dedupe

btrfs-transacti:1014 blocked for more than 120 seconds
 2013-06-11 18:42 UTC 

btrfs-transacti:1014 blocked for more than 120 seconds
 2013-06-11 18:50 UTC 

[PATCH 0/9] btrfs-progs: coalesce of patches
 2013-06-11 17:50 UTC  (22+ messages)
` [PATCH 1/9] btrfs-progs: btrfs_scan_for_fsid doesn't need all the arguments
` [PATCH 2/9 v2] btrfs-progs: label option in btrfs filesystem show is not coded
` [PATCH 3/9 v2] btrfs-progs: update device scan usage
` [PATCH 4/9 v3] btrfs-progs: congregate dev scan
` [PATCH 5/9 v2] btrfs-progs: btrfs_scan_one_dir not to skip links when /dev/mapper is provided
` [PATCH 6/9 v2] btrfs-progs: scan /dev/mapper in filesystem show and device scan
` [PATCH 7/9 v3] btrfs-progs: device delete to get errors from the kernel
` [PATCH 8/9] btrfs-progs: get_label_mounted to return label instead of print
` [PATCH 9/9 v2] btrfs-progs: introduce btrfs filesystem show --kernel
` [PATCH 0/2] btrfs: coalesce of patches
  ` [PATCH 1/2] btrfs: device delete to get errors from the kernel
  ` [PATCH 2/2 v2] btrfs: add framework to read fs info and dev info "

hang on 3.9, 3.10-rc5
 2013-06-11 16:21 UTC  (2+ messages)

[PATCH 0/5] Btrfs-progs: coalesce of patches
 2013-06-11 16:09 UTC  (10+ messages)
` [PATCH 1/5] Btrfs-progs: fix closing of devices
` [PATCH 2/5] Btrfs-progs: Add missing free_extent_buffer() call to debug-tree
` [PATCH 3/5] Btrfs-progs: Add missing close_ctree() calls "
` [PATCH 4/5] Btrfs-progs: pretty print dir_item type
` [PATCH 5/5] Btrfs-progs: Validate super block checksum
` [PATCH 1/5 v2] Btrfs-progs: fix closing of devices

Possible solution to the "open_ctree" boot bug 
 2013-06-11  0:56 UTC  (5+ messages)

[PATCH 0/6] fix INT_MAX readdir hang, plus cleanups
 2013-06-10 22:39 UTC  (16+ messages)
` [PATCH 1/6] btrfs: set readdir f_pos only after filldir
` [PATCH 2/6] btrfs: fix readdir hang with offsets past INT_MAX
` [PATCH 3/6] btrfs: trivial delayed item readdir list cleanups
` [PATCH 4/6] btrfs: simplify finding next/prev delayed items
` [PATCH 5/6] btrfs: add helper to get delayed item root
` [PATCH 6/6] btrfs: get fewer delayed item refs during readdir

[PATCH] Btrfs: stop waiting on current trans if we aborted
 2013-06-10 20:50 UTC 

Stale NFS file handle after power loss
 2013-06-10 18:18 UTC  (3+ messages)

[PATCH] Btrfs: wake up delayed ref flushing waiters on abort
 2013-06-10 15:53 UTC 

How to mount a copy of a disk with a Btrfs file system on it?
 2013-06-10 15:19 UTC 

[PATCH] Btrfs: free csums when we're done scrubbing an extent
 2013-06-10 12:59 UTC 

btrfs-cleaner Blocked on xfstests 068
 2013-06-10 12:26 UTC  (2+ messages)

btrfs quota examples?
 2013-06-10  9:24 UTC  (4+ messages)

[PATCH 0/3] Btrfs: qgroup rescan fixes for next rc
 2013-06-10  8:12 UTC  (2+ messages)

Moved partition via dd
 2013-06-09 20:09 UTC  (8+ messages)

[PATCH] Btrfs-progs: elaborate error handling of mkfs
 2013-06-08  9:45 UTC 

[PATCH 0/2] introduce list_for_each_entry_del
 2013-06-08  0:03 UTC  (24+ messages)
` [PATCH 1/2] list: add list_for_each_entry_del
` [PATCH 2/2] btrfs: use list_for_each_entry_del
              ` [PATCH 1/2] list: add while_list_drain_entry
              ` [PATCH 2/2] btrfs: use while_list_drain_entry

btrfs raid1 on 16TB goes read-only after "btrfs: block rsv returned -28"
 2013-06-07 23:14 UTC  (9+ messages)

[PATCH] xfstests btrfs/314: test send / receive
 2013-06-07 14:53 UTC  (8+ messages)

[PATCH v4 0/8] Btrfs: introduce a tree for UUID to subvol ID mapping
 2013-06-07 14:47 UTC  (13+ messages)
` [PATCH v4 1/8] Btrfs: introduce a tree for items that map UUIDs to something
` [PATCH v4 2/8] Btrfs: support printing UUID tree elements
` [PATCH v4 3/8] Btrfs: create UUID tree if required
` [PATCH v4 4/8] Btrfs: maintain subvolume items in the UUID tree
` [PATCH v4 5/8] Btrfs: fill UUID tree initially
` [PATCH v4 6/8] Btrfs: introduce uuid-tree-gen field
` [PATCH v4 7/8] Btrfs: check UUID tree during mount if required
` [PATCH v4 8/8] Btrfs: add mount option to force UUID tree checking

How do I safely terminate COW on pre-existing files?
 2013-06-07 14:00 UTC  (3+ messages)

btrfsck: free-space-cache.c:813: btrfs_add_free_space: Assertion `!(ret == -17)' failed
 2013-06-07  3:11 UTC  (3+ messages)

[PATCH] btrfs-progs: Add chunk corrupt funtion to btrfs-corrupt-block
 2013-06-07  2:25 UTC 

[PATCH] Btrfs: exclude logged extents before replying when we are mixed
 2013-06-06 17:23 UTC 

[PATCH] Btrfs: fix broken nocow after balance
 2013-06-06 15:42 UTC  (2+ messages)

[PATCH] Btrfs: don't delete fs_roots until after we cleanup the transaction
 2013-06-06 14:32 UTC 

[PATCH] Btrfs-progs: Validate super block checksum
 2013-06-06 13:51 UTC  (2+ messages)

[PATCH] btrfs: fix the code comments for LZO compression workspace
 2013-06-06 13:38 UTC 

[PATCH] btrfs: Drop inode if inode root is NULL
 2013-06-06 10:13 UTC  (2+ messages)

[PATCH] Btrfs: fix broken nocow after balance
 2013-06-06  3:28 UTC 

btrfs-tools: debian/patches/02-ftbfs.patch
 2013-06-05 15:26 UTC  (2+ messages)

v3.9 bug at /fs/btrfs/free-space-cache.c:1567 after powercycle
 2013-06-05 15:08 UTC  (4+ messages)

btrfs raid1 on 16TB: "INFO: task rsync:11022 blocked for more than 180 seconds"
 2013-06-05 14:40 UTC 

[PATCH] Btrfs-progs: fix reference check for roots in btrfsck
 2013-06-05 14:12 UTC 

wait_block_group_cache_progress() waits forever in case of drive failure
 2013-06-05  9:17 UTC  (2+ messages)

Recovering from btrfsck --init-csum-tree
 2013-06-04 20:58 UTC 

[PATCH] Btrfs-progs: fix incorrect root backref errors in fsck
 2013-06-04 20:58 UTC 

[PATCH 4/9] staging/lustre: clean up and remove libcfs/linux/linux-fs.c
 2013-06-04 11:19 UTC  (2+ messages)

RAID10 total capacity incorrect
 2013-06-04  5:30 UTC  (6+ messages)

csum failed during rebalance
 2013-06-04  2:45 UTC  (2+ messages)

[PATCH] Btrfs: put our inode if orphan cleanup fails
 2013-06-04  1:41 UTC 

[PATCH] Btrfs: add some missing iput()'s in btrfs_orphan_cleanup
 2013-06-03 20:52 UTC 

[PATCH] Btrfs: do not pin while under spin lock
 2013-06-03 20:44 UTC 

[PATCH] Btrfs-progs: fix fsck dealing with finding backrefs first
 2013-06-03 19:18 UTC 

[PATCH] Btrfs-progs: fix the allocator
 2013-06-03 19:15 UTC 

Is there a way to flag specific directories "nodatacow"?
 2013-06-03 15:27 UTC  (8+ messages)

library version defines?
 2013-06-03 12:31 UTC 

oops at mount
 2013-06-03 12:13 UTC  (5+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).