linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-15 02:24:12 to 2020-01-17 13:52:43 UTC [more...]

[PATCH 0/8][v2] Cleanup how we handle root refs, part 2
 2020-01-17 13:52 UTC 

[PATCH][RESEND] btrfs: drop log root for dropped roots
 2020-01-17 13:49 UTC  (2+ messages)

[PATCH 00/43][v3] Cleanup how we handle root refs, part 2
 2020-01-17 13:47 UTC  (44+ 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

Linux swap file not activating after reboot
 2020-01-17 13:47 UTC  (6+ messages)

[PATCH 0/5] btrfs: remove buffer heads form superblock handling
 2020-01-17 13:38 UTC  (8+ 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 4/5] btrfs: remove buffer_heads from btrfsic_process_written_block()
` [PATCH 5/5] btrfs: remove buffer_heads form superblock mirror integrity checking

read time tree block corruption detected
 2020-01-17 12:04 UTC  (10+ messages)

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

[PATCH] btrfs: add extra ending condition for indirect data backref resolution
 2020-01-17 10:44 UTC  (5+ messages)

write time tree block corruption detected
 2020-01-17 10:09 UTC  (4+ messages)

[PATCH v3 0/5] btrfs: fix issues due to alien device
 2020-01-17  9:10 UTC  (17+ messages)
` [PATCH 1/5] btrfs: drop useless goto in open_fs_devices
` [PATCH 2/5] btrfs: include non-missing as a qualifier for the latest_bdev
` [PATCH v3 3/5] btrfs: remove identified alien btrfs device in open_fs_devices
` [PATCH 4/5] btrfs: remove identified alien "
` [PATCH 5/5] btrfs: free alien device due to device add

[PATCH 0/3] btrfs-progs: Do proper extent item generation repair
 2020-01-17  7:29 UTC  (4+ messages)
` [PATCH 1/3] btrfs-progs: check/lowmem: Repair invalid extent item generation
` [PATCH 2/3] btrfs-progs: check/original: Repair "
` [PATCH 3/3] btrfs-progs: tests/fsck-044: Enable repair test for invalid "

[PATCH] btrfs: tests: Fix an NULL vs IS_ERR() test
 2020-01-17  7:11 UTC  (2+ messages)

[PATCH v6 0/4] Introduce per-profile available space array to avoid over-confident can_overcommit()
 2020-01-17  2:00 UTC  (12+ messages)
` [PATCH v6 1/5] btrfs: Introduce per-profile available space facility
` [PATCH v6 2/5] btrfs: space-info: Use per-profile available space in can_overcommit()
` [PATCH v6 3/5] btrfs: statfs: Use pre-calculated per-profile available space
` [PATCH v6 4/5] btrfs: Reset device size when btrfs_update_device() failed in btrfs_grow_device()
` [PATCH v6 5/5] btrfs: volumes: Revert device used bytes when calc_per_profile_avail() failed

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

[PATCH AUTOSEL 4.19 539/671] Btrfs: fix hang when loading existing inode cache off disk
 2020-01-16 17:03 UTC  (4+ messages)
` [PATCH AUTOSEL 4.19 540/671] Btrfs: fix inode cache waiters hanging on failure to start caching thread
` [PATCH AUTOSEL 4.19 541/671] Btrfs: fix inode cache waiters hanging on path allocation failure
` [PATCH AUTOSEL 4.19 542/671] btrfs: use correct count in btrfs_file_write_iter()

[PATCH AUTOSEL 4.14 291/371] Btrfs: fix hang when loading existing inode cache off disk
 2020-01-16 17:22 UTC  (4+ messages)
` [PATCH AUTOSEL 4.14 292/371] Btrfs: fix inode cache waiters hanging on failure to start caching thread
` [PATCH AUTOSEL 4.14 293/371] Btrfs: fix inode cache waiters hanging on path allocation failure
` [PATCH AUTOSEL 4.14 294/371] btrfs: use correct count in btrfs_file_write_iter()

[PATCH AUTOSEL 4.9 198/251] Btrfs: fix hang when loading existing inode cache off disk
 2020-01-16 17:35 UTC 

[PATCH] btrfs: Implement lazytime
 2020-01-16 18:01 UTC  (7+ messages)

[PATCH AUTOSEL 4.4 135/174] Btrfs: fix hang when loading existing inode cache off disk
 2020-01-16 17:42 UTC 

[PATCH 0/5][v3] clean up how we mark block groups read only
 2020-01-16 16:25 UTC  (6+ messages)
` [PATCH 1/5] btrfs: check rw_devices, not num_devices for restriping

[PATCH] generic/527: add additional test including a file with a hardlink
 2020-01-16 16:16 UTC  (3+ messages)

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

[PATCH] Btrfs: always copy scrub arguments back to user space
 2020-01-16 14:12 UTC  (4+ messages)

Scrub resume regression
 2020-01-16 14:02 UTC  (7+ messages)

[PATCH 0/5][v2] btrfs: fix hole corruption issue with !NO_HOLES
 2020-01-16 12:46 UTC  (16+ messages)
` [PATCH 1/5] btrfs: use btrfs_ordered_update_i_size in clone_finish_inode_update
` [PATCH 2/5] btrfs: introduce the inode->file_extent_tree
` [PATCH 3/5] btrfs: use the file extent tree infrastructure
` [PATCH 4/5] btrfs: replace all uses of btrfs_ordered_update_i_size
` [PATCH 5/5] btrfs: delete the ordered isize update code

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

[PATCH v3 0/3] btrfs: qgroup rescan races (part 1)
 2020-01-16  6:41 UTC  (3+ messages)
` [PATCH 1/3] btrfs: qgroups, fix rescan worker running races

[PATCH v2] btrfs: relocation: Add an introduction for how relocation works
 2020-01-16  5:04 UTC 

read time tree block corruption with kernel 5.4.11
 2020-01-16  3:45 UTC  (6+ messages)

Issues with FS going read-only and bad drive
 2020-01-16  3:39 UTC 

Issues with FS going read-only and bad drive?
 2020-01-16  3:28 UTC  (2+ messages)

Monitoring not working as "dev stats" returns 0 after read error occurred
 2020-01-16  1:16 UTC  (2+ messages)

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

[PATCH v4] fs: Fix page_mkwrite off-by-one errors
 2020-01-15 17:10 UTC  (3+ messages)

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

[PATCH -next] btrfs: Fix return value while kcalloc fails in btrfs_rmap_block
 2020-01-15 16:05 UTC  (2+ messages)

slow single -> raid1 conversion (heavy write to original LVM volume)
 2020-01-15 11:28 UTC  (9+ messages)

[PATCH] btrfs: relocation: Add an introduction for how relocation works
 2020-01-15 11:25 UTC  (4+ messages)

[PATCH 0/6] Cleanup super block stripe exclusion code
 2020-01-15 10:52 UTC  (4+ messages)
` [PATCH 5/6] btrfs: Read stripe len directly in btrfs_rmap_block

[PATCH v5 0/4] Introduce per-profile available space array to avoid over-confident can_overcommit()
 2020-01-15  7:05 UTC  (5+ messages)
` [PATCH v5 1/4] btrfs: Reset device size when btrfs_update_device() failed in btrfs_grow_device()


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