linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-09-25 07:28:48 to 2017-09-28 11:19:03 UTC [more...]

task btrfs-transacti:651 blocked for more than 120 seconds
 2017-09-28 11:18 UTC  (2+ messages)

[PATCH 0/3] Few transaction semantic fixes
 2017-09-28  8:45 UTC  (6+ messages)
` [PATCH 1/3] btrfs: Remove unnecessary btrfs_abort_transaction on transaction commit failure
` [PATCH 2/3] btrfs: Handle failure to add to add received uuid to uuid tree in _btrfs_ioctl_set_received_subvol
` [PATCH 3/3] btrfs: Fix transaction abort during failure in btrfs_rm_dev_item
` [PATCH v2 1/2] btrfs: Refactor transaction handling
  ` [PATCH v2 2/2] btrfs: Fix transaction abort during failure in btrfs_rm_dev_item

[PATCH 0/5] Enhance tree block validation checker
 2017-09-28  8:27 UTC  (10+ messages)
` [PATCH 1/5] btrfs: Move leaf and node validation checker to tree-checker.c
` [PATCH 2/5] btrfs: tree-checker: Enhance btrfs_check_node output
` [PATCH 3/5] btrfs: tree-checker: Enhance output for btrfs_check_leaf
` [PATCH 4/5] btrfs: tree-checker: Enhance output for check_csum_item
` [PATCH 5/5] btrfs: tree-checker: Enhance output for check_extent_data_item

[PATCH 1/2] btrfs: Abort transaction if btrfs_update_root fails in btrfs_ioctl_subvol_setflags
 2017-09-28  7:53 UTC  (9+ messages)
` [RFC PATCH 2/2] btrfs: Remove received_uuid during received snapshot ro->rw switch
  ` [PATCH v2] "
      ` [PATCH 1/2] btrfs: Explicitly handle btrfs_update_root failure
        ` [PATCH v3 2/2] btrfs: Remove received_uuid during received snapshot ro->rw switch

[PATCH] btrfs-progs: tests: arg override in command line
 2017-09-28  7:29 UTC 

[PATCH] btrfs: take the error path out if btrfs_attach_transaction() fails
 2017-09-28  7:13 UTC  (4+ messages)

[PATCH v3 0/2] fix bug in btrfs_init_new_device()
 2017-09-28  6:55 UTC  (7+ messages)
` [PATCH v3 1/2] btrfs: undo writable when sprouting fails
` [PATCH v3 2/2] btrfs: fix BUG_ON in btrfs_init_new_device()

[PATCH v4 1/3] btrfs: undo writable when sprouting fails
 2017-09-28  6:51 UTC  (3+ messages)
` [PATCH v4 2/3] btrfs: fix BUG_ON in btrfs_init_new_device()
` [PATCH v4 3/3] btrfs: error out if btrfs_attach_transaction() fails

[PATCH] btrfs-progs: Resolve memory-leak in btrfs qgroup show when quota disabled
 2017-09-28  6:24 UTC  (4+ messages)

[PATCH v3 00/14] Mkfs: Rework --rootdir to a more generic behavior
 2017-09-28  0:00 UTC  (14+ messages)
` [PATCH v3 07/14] btrfs-progs: Doc/mkfs: Add extra condition for rootdir option

Cannot fix btrfs errors after system crash
 2017-09-27 21:47 UTC 

btrfs check error and kernel stack traces
 2017-09-27 21:41 UTC 

BTRFS: error (device dm-2) in btrfs_run_delayed_refs:2960: errno=-17 Object already exists (since 3.4 / 2012)
 2017-09-27 18:01 UTC  (11+ messages)

[PATCH 02/15] btrfs: Use pagevec_lookup_range_tag()
 2017-09-27 16:03 UTC 

[PATCH v2 0/5] btrfs-progs: subvol: fix del --commit-after
 2017-09-27 15:08 UTC  (8+ messages)
` [PATCH v2 1/5] btrfs-progs: subvol: exchange subvol del --commit-after and --commit-each
` [PATCH v2 2/5] btrfs-progs: move get_fsid() to util.c
` [PATCH v2 3/5] btrfs-progs: move seen_fsid "
` [PATCH v2 4/5] btrfs-progs: change seen_fsid to hold fd and DIR*
` [PATCH v2 5/5] btrfs-progs: subvol: fix subvol del --commit-after

[PATCH][v2] btrfs: fix send ioctl on 32bit with 64bit kernel
 2017-09-27 14:43 UTC 

[PATCH] btrfs: fix send ioctl on 32bit with 64bit kernel
 2017-09-27 14:40 UTC  (3+ messages)

[PATCH] btrfs-progs: subvolume: outputs message only when operation succeeds
 2017-09-27 14:06 UTC  (18+ messages)
                ` Wrong device?

[PATCH v7 0/6] Btrfs: populate heuristic with code
 2017-09-27 13:56 UTC  (14+ messages)
` [PATCH v7 1/6] Btrfs: heuristic make use compression workspaces
` [PATCH v7 2/6] Btrfs: heuristic workspace add bucket and sample items
` [PATCH v7 3/6] Btrfs: implement heuristic sampling logic
` [PATCH v7 4/6] Btrfs: heuristic add detection of repeated data patterns
` [PATCH v7 5/6] Btrfs: heuristic add byte set calculation
` [PATCH v7 6/6] Btrfs: heuristic add byte core "

[PATCH 0/3] kill async counters
 2017-09-27 12:31 UTC  (5+ messages)
` [PATCH 1/3] Btrfs: remove nr_async_bios
` [PATCH 3/3] Btrfs: remove nr_async_submits and async_submit_draining

Give up on bcache?
 2017-09-27 12:08 UTC  (7+ messages)

[PATCH v3 0/2] fix bug in btrfs_init_new_device()
 2017-09-27  9:58 UTC  (7+ messages)
` [PATCH v3 1/2] btrfs: undo writable when sprouting fails
` [PATCH v3 2/2] btrfs: fix BUG_ON in btrfs_init_new_device()

[PATCH 0/5] btrfs-progs: check: original and lowmem mode fix
 2017-09-27  8:28 UTC  (9+ messages)
` [PATCH 1/5] btrfs-progs: check: return value of check_extent_refs()
` [PATCH 2/5] btrfs-progs: check: call repair_root_items() before any repair
  ` [PATCH v2 "
  ` [PATCH v3 "
` [PATCH 3/5] btrfs-progs: check: error or return value of repair_root_items()
` [PATCH 4/5] btrfs-progs: check: check extent_inline_ref in lowmem
` [PATCH 5/5] btrfs-progs: fsck-tests: 027/bad_extent_inline_ref_type

[PATCH 0/4] btrfs-progs: subvol: fix del --commit-after
 2017-09-27  0:52 UTC  (10+ messages)
` [PATCH 1/4] btrfs-progs: move get_fsid() to util.c
` [PATCH 2/4] btrfs-progs: move seen_fsid "
` [PATCH 3/4] btrfs-progs: change seen_fsid to hold fd and DIR*
` [PATCH 4/4] btrfs-progs: subvol: fix subvol del --commit-after

[josef-btrfs:new-kill-btree-inode 22/22] fs//btrfs/send.c:6425:22: warning: assignment makes pointer from integer without a cast
 2017-09-26 23:50 UTC 

[josef-btrfs:new-kill-btree-inode 22/22] fs/btrfs/send.c:6412:35: error: storage size of 'args32' isn't known
 2017-09-26 23:36 UTC 

dmesg: csum "varying number" expected csum 0x0 mirror 1 (with trace/oops)
 2017-09-26 23:28 UTC  (2+ messages)

4.13.3 still has the out of space kernel oops
 2017-09-26 22:53 UTC  (2+ messages)

Btrfs performance with small blocksize on SSD
 2017-09-26 20:33 UTC  (7+ messages)
  ` AW: "
      ` AW: "

rm: it is dangerous to operate recursively on '/data/Backup/@' (same as '/')
 2017-09-26 15:02 UTC  (2+ messages)

[PATCH v2 0/3] Introduce comprehensive sanity check framework and
 2017-09-26 14:42 UTC  (11+ messages)
` [PATCH v2 3/4] btrfs: Add sanity check for EXTENT_DATA when reading out leaf

btrfs scrub crashes OS
 2017-09-26 12:16 UTC  (8+ messages)

[PATCH 1/2] Btrfs: fix kernel oops while reading compressed data
 2017-09-26 11:33 UTC  (4+ messages)

[PATCH] Btrfs: compress_file_range() remove dead variable num_bytes
 2017-09-26  9:24 UTC  (2+ messages)

[PATCH] fstests: btrfs/150 regression test for reading compressed data
 2017-09-26  9:02 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/3] fix bug in btrfs_init_new_device()
 2017-09-26  8:45 UTC  (18+ messages)
` [PATCH 1/3] btrfs: undo writable when sprouting fails
` [PATCH 2/3] btrfs: cleanup btrfs_init_new_device()
` [PATCH 3/3] btrfs: fix BUG_ON in btrfs_init_new_device()
` [PATCH v2 0/3] fix bug "
  ` [PATCH v2 1/3] btrfs: undo writable when sprouting fails
  ` [PATCH v2 2/3] btrfs: cleanup btrfs_init_new_device()
  ` [PATCH v2 3/3] btrfs: fix BUG_ON in btrfs_init_new_device()

question: behavior of original check
 2017-09-26  5:36 UTC  (3+ messages)

[PATCH] Btrfs: rework outstanding_extents
 2017-09-26  1:26 UTC  (4+ messages)

[RFC] btrfs-progs: use the new ioctl BTRFS_IOC_GET_CHUNK_INFO
 2017-09-25 20:18 UTC  (3+ messages)
` [PATCH 1/2] get_partition_size() doens't require root privileges
` [PATCH 2/2] Use the new ioctl BTRFS_IOC_GET_CHUNK_INFO for load_chunk_info()

[RFC] btrfs: new ioctl BTRFS_IOC_GET_CHUNK_INFO
 2017-09-25 20:10 UTC  (2+ messages)
` [PATCH] New "

Btrfs Issues
 2017-09-25 19:01 UTC  (3+ messages)

[PATCH][v3] Btrfs: add a extent ref verify tool
 2017-09-25 17:45 UTC  (2+ messages)

Btrfs progs release 4.13.1
 2017-09-25 16:36 UTC 

[RFC 0/3]: settable compression level for zstd
 2017-09-25 16:22 UTC  (2+ messages)

btrfs send <ro-snap-0> -p <ro-snap-1>
 2017-09-25 15:43 UTC 

[PATCH][v2] btrfs: change how we decide to commit transactions during flushing
 2017-09-25 14:42 UTC  (4+ messages)

[PATCH] btrfs: Remove memory barrier from block_group_cache_done
 2017-09-25 14:08 UTC  (2+ messages)

[PATCH][v2] Btrfs: rework outstanding_extents
 2017-09-25 14:05 UTC  (3+ messages)

[PATCH 00/10] Unused parameter cleanup
 2017-09-25 13:29 UTC  (5+ messages)
` [PATCH 08/10] btrfs: remove unused parameter in cow_file_range

Wiki updates
 2017-09-25 12:48 UTC 

[PATCH] Btrfs: send, apply asynchronous page cache readahead to enhance page read
 2017-09-25 12:12 UTC  (2+ messages)

[PATCH] btrfs-progs: check: check invalid extent_inline_ref type in lowmem
 2017-09-25  9:33 UTC  (6+ messages)

[PATCH v3 0/4] btrfs: cleanup mount path
 2017-09-25  7:29 UTC  (3+ messages)
` [PATCH 3/4] btrfs: split parse_early_options() in two
` [PATCH 4/4] btrfs: remove unused setup_root_args()


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).