linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-22 13:30:58 to 2018-01-26 18:41:38 UTC [more...]

[PATCH 00/26] btrfs-progs: introduce libbtrfsutil, "btrfs-progs as a library"
 2018-01-26 18:41 UTC  (17+ messages)
` [PATCH 01/26] btrfs-progs: get rid of undocumented qgroup inheritance options
` [PATCH 02/26] Add libbtrfsutil
` [PATCH 03/26] libbtrfsutil: add Python bindings
` [PATCH 04/26] libbtrfsutil: add btrfs_util_is_subvolume() and btrfs_util_subvolume_id()
` [PATCH 05/26] libbtrfsutil: add qgroup inheritance helpers
` [PATCH 06/26] libbtrfsutil: add btrfs_util_create_subvolume()
` [PATCH 07/26] libbtrfsutil: add btrfs_util_subvolume_info()
` [PATCH 08/26] libbtrfsutil: add btrfs_util_[gs]et_read_only()
` [PATCH 09/26] libbtrfsutil: add btrfs_util_[gs]et_default_subvolume()
` [PATCH 10/26] libbtrfsutil: add subvolume iterator helpers
` [PATCH 11/26] libbtrfsutil: add btrfs_util_create_snapshot()
` [PATCH 12/26] libbtrfsutil: add btrfs_util_delete_subvolume()
` [PATCH 13/26] libbtrfsutil: add btrfs_util_deleted_subvolumes()
` [PATCH 14/26] libbtrfsutil: add filesystem sync helpers
` [PATCH 15/26] btrfs-progs: use libbtrfsutil for read-only property
` [PATCH 16/26] btrfs-progs: use libbtrfsutil for sync ioctls

[PATCH] Btrfs: fix unexpected -EEXIST when creating new inode
 2018-01-26 14:23 UTC  (3+ messages)

[RFC PATCH] btrfs: Gracefully handle errors in btrfs_qgroup_trace_extent_post
 2018-01-26 14:13 UTC 

btrfs check: backref lost, mismatch with its hash -- can't repair
 2018-01-26 15:15 UTC  (22+ messages)

degraded permanent mount option
 2018-01-26 14:55 UTC  (4+ messages)

[PATCH] btrfs: tree-checker: Replace root parameter with fs_info
 2018-01-26 14:31 UTC  (2+ messages)

[PATCH] btrfs: handle failure of add_pending_csums
 2018-01-26 14:28 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] Btrfs: do not check inode's runtime flags under root->orphan_lock
 2018-01-26 14:22 UTC  (2+ messages)

[PATCH] Btrfs: fix use-after-free on root->orphan_block_rsv
 2018-01-26 14:21 UTC  (2+ messages)

[PATCH] Btrfs: fix btrfs_evict_inode to handle abnormal inodes correctly
 2018-01-26 14:05 UTC  (3+ messages)

[PATCH] Btrfs: fix extent state leak from tree log
 2018-01-26 14:05 UTC  (2+ messages)

[PATCH] Btrfs: fix crash due to not cleaning up tree log block's dirty bits
 2018-01-26 14:04 UTC  (2+ messages)

[PATCH] Btrfs: fix deadlock in run_delalloc_nocow
 2018-01-26 14:02 UTC  (2+ messages)

[PATCH] Btrfs: fix unexpected cow in run_delalloc_nocow
 2018-01-26 14:02 UTC  (2+ messages)

[PATCH] Btrfs: enhance leak debug checker for extent state and extent buffer
 2018-01-26 14:00 UTC  (2+ messages)

[PATCH] Btrfs: delete dead code in btrfs_orphan_add()
 2018-01-26 10:54 UTC  (2+ messages)

[PATCH 00/15] btrfs-progs: fix filetype mismatch in check
 2018-01-26 10:17 UTC  (32+ messages)
` [PATCH 01/15] btrfs-progs: lowmem check: introduce repair_inode_item_mismatch()
` [PATCH 02/15] btrfs-progs: lowmem check: find and guess inode filetype
` [PATCH 03/15] btrfs-progs: lowmem check: find filetype in repair_inode_missing()
` [PATCH 04/15] btrfs-progs: lowmem check: repair complex cases in repair_dir_item()
` [PATCH 05/15] btrfs-progs: lowmem check: let check_dir_item() continue if find wrong inode_item
` [PATCH 06/15] btrfs-progs: lowmem check: let check_dir_item() return if repaired
` [PATCH 07/15] btrfs-progs: lowmem check: find_dir_item by di_key in check_dir_item()
` [PATCH 08/15] btrfs-progs: lowmem check: call get_dir_isize() after repair
` [PATCH 09/15] btrfs-progs: lowmem check: change logic of leaf process if repair
` [PATCH 10/15] btrfs-progs: check: clear I_ERR_FILE_EXTENT_DISCOUNT after repair
` [PATCH 11/15] btrfs-progs: check: modify indoe_rec and backref "
` [PATCH 12/15] btrfs-progs: check: increase counter error in check_inode_recs()
` [PATCH 13/15] btrfs-progs: check: find inode filetype in create_inode_item()
` [PATCH 14/15] btrfs-progs: check: handle mismatched filetype in repair_inode_backref
` [PATCH 15/15] btrfs-progs: fsck-tests: add image for original and lowmem check

[PATCH v2 0/7] btrfs-progs: Do some clean up to be consistent
 2018-01-26  8:18 UTC  (9+ messages)
` [PATCH v2 1/7] btrfs-progs: Use fs_info instead of root for BTRFS_LEAF_DATA_SIZE
` [PATCH v2 2/7] btrfs-progs: Use fs_info instead of root for BTRFS_NODEPTRS_PER_BLOCK
` [PATCH v2 3/7] btrfs-progs: Use fs_info instead of root for BTRFS_MAX_INLINE_DATA_SIZE
` [PATCH v2 4/7] btrfs-progs: Use fs_info instead of root for BTRFS_MAX_XATTR_SIZE
` [PATCH v2 5/7] btrfs-progs: do clean up for redundancy value assignment
` [PATCH v2 6/7] btrfs-progs: remove no longer be used btrfs_alloc_extent
` [PATCH v2 7/7] btrfs-progs: Cleanup use of root in leaf_data_end

[PATCH 1/6] btrfs-progs: Use fs_info instead of root for BTRFS_LEAF_DATA_SIZE
 2018-01-26  5:34 UTC  (15+ messages)
` [PATCH 2/6] btrfs-progs: Use fs_info instead of root for BTRFS_NODEPTRS_PER_BLOCK
` [PATCH 3/6] btrfs-progs: Use fs_info instead of root for BTRFS_MAX_INLINE_DATA_SIZE
` [PATCH 4/6] btrfs-progs: Use fs_info instead of root for BTRFS_MAX_XATTR_SIZE
` [PATCH 5/6] btrfs-progs: do clean up for redundancy value assignment
` [PATCH 6/6] btrfs-progs: remove no longer be used btrfs_alloc_extent

[PATCH] btrfs: delete function btrfs_close_extra_devices()
 2018-01-26  3:02 UTC 

[PATCH v2] btrfs-progs: Remove unnecessary parameter for btrfs_add_block_group
 2018-01-25 18:47 UTC  (3+ messages)

[PATCH 1/2] btrfs-progs: mkfs: Fix minimal device size calculation for new temporary chunk layout
 2018-01-25 18:25 UTC  (4+ messages)
` [PATCH 2/2] btrfs-progs: test-mkfs: Output minimal device size

bad key ordering - repairable?
 2018-01-25 12:41 UTC  (15+ messages)

[GIT PULL] Btrfs readdir fix for 4.15
 2018-01-25 11:12 UTC 

[PATCH] bytrfs-progs: Print error on invalid extent item format during check
 2018-01-25  5:56 UTC  (2+ messages)

Superblock update: Is there really any benefits of updating synchronously?
 2018-01-24 21:00 UTC  (8+ messages)

Periodic frame losses when recording to btrfs volume with OBS
 2018-01-24 17:52 UTC  (12+ messages)

[PATCH] btrfs: Use schedule_timeout_interruptible
 2018-01-24 15:38 UTC  (2+ messages)

Can't mount (even in ro) after power outage - corrupt leaf, open_ctree failed
 2018-01-24  8:56 UTC  (5+ messages)

[PATCH 00/67] btrfs-progs: add the stack prefix for the set/get
 2018-01-24  6:44 UTC  (3+ messages)

[PATCH] btrfs: remove spurious WARN_ON(ref->count) in find_parent_nodes
 2018-01-24  3:33 UTC  (17+ messages)
` [PATCH v2] btrfs: remove spurious WARN_ON(ref->count < 0) "

[PATCH 1/2] btrfs-progs: mkfs: Prevent temporary system chunk to use space in reserved 1M range
 2018-01-24  0:42 UTC  (3+ messages)

[PATCH] btrfs-progs: treewide: Replace strerror(errno) with %m
 2018-01-23 20:46 UTC  (3+ messages)

btrfs directory listing temporarily includes a recently removed file
 2018-01-23 20:19 UTC  (2+ messages)

[PATCH] Btrfs: fix stale entries in readdir
 2018-01-23 20:17 UTC 

[PATCH 0/5] Cleanups for later btrfs_alloc_chunk() rework
 2018-01-23 18:31 UTC  (3+ messages)
` [PATCH 5/5] btrfs-progs: Remove unnecessary parameter for btrfs_add_block_group

[PATCH 1/2] btrfs-progs: fi-usage: Fix wrong RAID10 used and unallocated space
 2018-01-23 18:07 UTC  (5+ messages)
` [PATCH 2/2] btrfs-progs: misc-test: Add test case to check if fi usage and show report consistent "

[PATCH 0/7] Misc btrfs-progs cleanups/fixes
 2018-01-23 15:40 UTC  (9+ messages)
` [PATCH 6/7] btrfs-progs: Add test for super block recovery

[PATCH v2 0/2] fix device orders consistency
 2018-01-22 22:49 UTC  (3+ messages)
` [PATCH v2 1/2] btrfs: fix device order consistency
` [PATCH v2 2/2] btrfs: fix alloc "

[PATCH RESEND v4 0/4] device_list_add() peparation to add reappearing missing device
 2018-01-22 21:52 UTC  (6+ messages)

[PATCH v5 0/4] device_list_add() peparation to add reappearing missing device
 2018-01-22 13:29 UTC  (2+ messages)
` [PATCH 4/4] btrfs: drop devid as device_list_add() arg


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