linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-17 14:02:40 to 2020-01-22 20:07:52 UTC [more...]

[PATCH 00/11] Make pinned extents tracking per-transaction
 2020-01-22 20:07 UTC  (20+ messages)
` [PATCH 01/11] btrfs: Perform pinned cleanup directly in btrfs_destroy_delayed_refs
` [PATCH 02/11] btrfs: Make btrfs_pin_extent take trans handle
` [PATCH 03/11] btrfs: Introduce unaccount_log_buffer
` [PATCH 04/11] btrfs: Call btrfs_pin_reserved_extent only during active transaction
` [PATCH 05/11] btrfs: Make btrfs_pin_reserved_extent take transaction
` [PATCH 06/11] btrfs: Make btrfs_pin_extent_for_log_replay take transaction handle
` [PATCH 07/11] btrfs: Make pin_down_extent take btrfs_trans_handle
` [PATCH 08/11] btrfs: Pass trans handle to write_pinned_extent_entries
` [PATCH 09/11] btrfs: Mark pinned log extents as excluded
` [PATCH 10/11] btrfs: Factor out pinned extent clean up in btrfs_delete_unused_bgs
` [PATCH 11/11] btrfs: Use btrfs_transaction::pinned_extents

[PATCH V2 00/10] unify origanization structure of block group cache
 2020-01-22 17:52 UTC  (2+ messages)

btrfs scrub: cancel + resume not resuming?
 2020-01-22 15:52 UTC  (2+ messages)

[PATCH 1/4] btrfs: add NO_FS_INFO to btrfs_printk
 2020-01-22 15:50 UTC  (4+ messages)

[PATCH 0/5] btrfs: remove buffer heads form superblock handling
 2020-01-22 15:48 UTC  (13+ messages)
` [PATCH 1/5] btrfs: remove buffer heads from super block reading
` [PATCH 2/5] btrfs: remove use of buffer_heads from superblock writeout
` [PATCH 3/5] btrfs: remove btrfsic_submit_bh()
` [PATCH 5/5] btrfs: remove buffer_heads form superblock mirror integrity checking

[PATCH 00/43][v4] Cleanup how we handle root refs, part 1
 2020-01-22 15:05 UTC  (58+ messages)
` [PATCH 01/43] btrfs: push __setup_root into btrfs_alloc_root
` [PATCH 02/43] btrfs: move fs root init stuff into btrfs_init_fs_root
` [PATCH 03/43] btrfs: make btrfs_find_orphan_roots use btrfs_get_fs_root
` [PATCH 04/43] btrfs: export and use btrfs_read_tree_root
` [PATCH 05/43] btrfs: make relocation use btrfs_read_tree_root()
` [PATCH 06/43] btrfs: kill btrfs_read_fs_root
` [PATCH 07/43] btrfs: kill the btrfs_read_fs_root_no_name helper
` [PATCH 08/43] btrfs: make the fs root init functions static
` [PATCH 09/43] btrfs: handle NULL roots in btrfs_put/btrfs_grab_fs_root
` [PATCH 10/43] btrfs: hold a ref on fs roots while they're in the radix tree
` [PATCH 11/43] btrfs: hold a ref on the root in resolve_indirect_ref
` [PATCH 12/43] btrfs: hold a root ref in btrfs_get_dentry
` [PATCH 13/43] btrfs: hold a ref on the root in __btrfs_run_defrag_inode
` [PATCH 14/43] btrfs: hold a ref on the root in fixup_tree_root_location
` [PATCH 15/43] btrfs: hold a ref on the root in create_subvol
` [PATCH 16/43] btrfs: hold a ref on the root in search_ioctl
` [PATCH 17/43] btrfs: hold a ref on the root in btrfs_search_path_in_tree
` [PATCH 18/43] btrfs: hold a ref on the root in btrfs_search_path_in_tree_user
` [PATCH 19/43] btrfs: hold a ref on the root in btrfs_ioctl_get_subvol_info
` [PATCH 20/43] btrfs: hold ref on root in btrfs_ioctl_default_subvol
` [PATCH 21/43] btrfs: hold a ref on the root in build_backref_tree
` [PATCH 22/43] btrfs: hold a ref on the root in prepare_to_merge
` [PATCH 23/43] btrfs: hold a ref on the root in merge_reloc_roots
` [PATCH 24/43] btrfs: hold a ref on the root in record_reloc_root_in_trans
` [PATCH 25/43] btrfs: hold a ref on the root in find_data_references
` [PATCH 26/43] btrfs: hold a ref on the root in create_reloc_inode
` [PATCH 27/43] btrfs: hold a ref on the root in btrfs_recover_relocation
` [PATCH 28/43] btrfs: push grab_fs_root into read_fs_root
` [PATCH 29/43] btrfs: hold a ref for the root in btrfs_find_orphan_roots
` [PATCH 30/43] btrfs: hold a ref on the root in scrub_print_warning_inode
` [PATCH 31/43] btrfs: hold a ref on the root in btrfs_ioctl_send
` [PATCH 32/43] btrfs: hold a ref on the root in get_subvol_name_from_objectid
` [PATCH 33/43] btrfs: hold a ref on the root in create_pending_snapshot
` [PATCH 34/43] btrfs: hold a ref on the root in btrfs_recover_log_trees
` [PATCH 35/43] btrfs: hold a ref on the root in btrfs_check_uuid_tree_entry
` [PATCH 36/43] btrfs: hold a ref on the root in open_ctree
` [PATCH 37/43] btrfs: use btrfs_put_fs_root to free roots always
` [PATCH 38/43] btrfs: push btrfs_grab_fs_root into btrfs_get_fs_root
` [PATCH 39/43] btrfs: free more things in btrfs_free_fs_info
` [PATCH 40/43] btrfs: move fs_info init work into it's own helper function
` [PATCH 41/43] btrfs: make the init of static elements in fs_info separate
` [PATCH 42/43] btrfs: add a leak check for roots
` [PATCH 43/43] btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_root

[PATCH 0/2] Allow deduplication of the eof block when it is safe to do so
 2020-01-22 12:38 UTC  (11+ messages)
` [PATCH 1/2] fs: allow deduplication of eof block into the end of the destination file

5.4.6+ kernel BUG at fs/btrfs/ctree.c:1245
 2020-01-22 12:32 UTC  (2+ messages)

[PATCH 2/2] Btrfs: don't iterate mod seq list when putting a tree mod seq
 2020-01-22 12:23 UTC 

[PATCH 1/2] Btrfs: fix race between adding and putting tree mod seq elements and nodes
 2020-01-22 12:23 UTC 

[PATCH] fstests: remove test btrfs/130 from the dangerous group
 2020-01-22 12:22 UTC 

[PATCH RFC] btrfs: scrub: Mandatory RO block group for device replace
 2020-01-22 11:55 UTC  (4+ messages)

[LFS/MM TOPIC] fs reflink issues, fs online scrub/check, etc
 2020-01-22  8:21 UTC  (8+ messages)
      ` [Lsf-pc] "

btrfs raid1 balance slow
 2020-01-22  8:18 UTC  (5+ messages)

[PATCH] btrfs: Add intrudoction to dev-replace
 2020-01-22  7:20 UTC 

BTRFS critical / corrupt leaf
 2020-01-22  6:51 UTC  (4+ messages)

[PATCH] Btrfs: send, skip backreference walking for extents with many references
 2020-01-22  1:22 UTC  (6+ messages)

BTRFS failure after resume from hibernate
 2020-01-22  0:43 UTC  (14+ messages)

[PATCH 0/3] fixup work fixes
 2020-01-21 19:34 UTC  (5+ messages)
` [PATCH 1/3] Btrfs: keep pages dirty when using btrfs_writepage_fixup_worker
` [PATCH 2/3] btrfs: drop the -EBUSY case in __extent_writepage_io
` [PATCH 3/3][v2] btrfs: do not do delalloc reservation under page lock
  ` [PATCH][v3] "

[PATCH][v2] btrfs: free block groups after free'ing fs trees
 2020-01-21 16:04 UTC  (2+ messages)

[PATCH 0/4] More split-brain fixes for metadata uuid feature
 2020-01-21 15:23 UTC  (5+ messages)
` [PATCH 3/4] btrfs: Handle another split brain scenario with "

[PATCH] btrfs: do not do delalloc reservation under page lock
 2020-01-21 13:38 UTC  (2+ messages)

[PATCH][RESEND] btrfs: set trans->drity in btrfs_commit_transaction
 2020-01-21 13:26 UTC  (2+ messages)

[PATCH] Btrfs: fix infinite loop during fsync after rename operations
 2020-01-21 13:20 UTC  (2+ messages)

[PATCH][RESEND] btrfs: free block groups after free'ing fs trees
 2020-01-21 13:07 UTC  (2+ messages)

[PATCH] btrfs/raid56: remove unused actions
 2020-01-21  7:34 UTC 

[PATCH] Btrfs: remove macros tlv_put_u8/16/32
 2020-01-21  7:34 UTC 

[PATCH] btrfs: remove unused macro BTRFS_FEAT_ATTR_COMPAT
 2020-01-21  7:34 UTC 

[PATCH] btrfs: remove unused actions
 2020-01-21  7:34 UTC 

Next btrfs development cycle - 5.7
 2020-01-21  7:19 UTC  (2+ messages)

[PATCH v6 00/28] btrfs: zoned block device support
 2020-01-21  6:54 UTC  (6+ messages)
` [PATCH v6 15/28] btrfs: serialize data allocation and submit IOs

Regression in Linux 5.5.0-rc[1-5]: btrfs send/receive out of memory
 2020-01-21  2:18 UTC  (3+ messages)

KASAN splat during mount on 5.4.5, no reproducer
 2020-01-20 19:46 UTC  (2+ messages)

[PATCH 0/4] btrfs, sysfs cleanup and add dev_state
 2020-01-20 19:10 UTC  (3+ messages)
` [PATCH] btrfs: update devid after replace

[PATCH v2] btrfs: scrub: Don't check free space before marking a block group RO
 2020-01-20 10:45 UTC  (5+ messages)

[PATCH] btrfs-progs: Output proper csum string if csum mismatch
 2020-01-20  9:32 UTC 

[PATCH 1/2] fstests: Always dump dmesg for failed test cases
 2020-01-20  7:09 UTC  (2+ messages)
` [PATCH 2/2] fstests: btrfs: Fix a bug where test case can't grab the 2nd device when glob is used

[PATCH v5 2/4] btrfs: Introduce per-profile available space facility
 2020-01-18 12:51 UTC  (2+ messages)

[PATCH 0/3] btrfs-progs: Do proper extent item generation repair
 2020-01-18  1:08 UTC  (3+ messages)

linux-next: Tree for Dec 6 (objtool, lots in btrfs)
 2020-01-17 22:22 UTC  (17+ messages)

[GIT PULL] Btrfs fixes for 5.5-rc7
 2020-01-17 20:00 UTC  (2+ messages)

Scrub resume regression
 2020-01-17 19:39 UTC  (7+ messages)

Problems with determining data presence by examining extents?
 2020-01-17 16:43 UTC  (10+ messages)

Making linkat() able to overwrite the target
 2020-01-17 16:39 UTC  (7+ messages)

[PATCH 0/6][v3] btrfs: fix hole corruption issue with !NO_HOLES
 2020-01-17 15:08 UTC  (4+ messages)
` [PATCH 2/6] btrfs: don't use path->leave_spinning for truncate
` [PATCH 6/6] btrfs: delete the ordered isize update code

[PATCH][v2] btrfs: drop log root for dropped roots
 2020-01-17 15:00 UTC  (3+ messages)

[PATCH] Btrfs: always copy scrub arguments back to user space
 2020-01-17 14:24 UTC  (3+ messages)

[PATCH v3 0/5] btrfs: fix issues due to alien device
 2020-01-17 14:23 UTC  (5+ messages)
` [PATCH v3 3/5] btrfs: remove identified alien btrfs device in open_fs_devices

[PATCH] btrfs: statfs: Don't reset f_bavail if we're over committing metadata space
 2020-01-17 14:22 UTC  (8+ messages)

[PATCH] btrfs: add extra ending condition for indirect data backref resolution
 2020-01-17 14:21 UTC  (6+ messages)

[PATCH][RESEND] btrfs: kill update_block_group_flags
 2020-01-17 14:08 UTC 

[PATCH 0/3][v2] clean up how we mark block groups read only
 2020-01-17 14:07 UTC  (4+ messages)
` [PATCH 1/3] btrfs: check rw_devices, not num_devices for restriping
` [PATCH 2/3] btrfs: fix force usage in inc_block_group_ro
` [PATCH 3/3] btrfs: use btrfs_can_overcommit "


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