linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-15 09:27:44 to 2022-09-22 00:28:29 UTC [more...]

[PATCH 00/16] btrfs: make open_ctree() init/exit sequence strictly matched
 2022-09-22  0:28 UTC  (18+ messages)
` [PATCH 01/16] btrfs: make btrfs module init/exit match their sequence
` [PATCH 02/16] btrfs: initialize fs_info->sb at the very beginning of open_ctree()
` [PATCH 03/16] btrfs: remove @fs_devices argument from open_ctree()
` [PATCH 04/16] btrfs: extract btree inode init code into its own init/exit helpers
` [PATCH 05/16] btrfs: extract super block read code into its own init helper
` [PATCH 06/16] btrfs: extract mount options and features init "
` [PATCH 07/16] btrfs: move btrfs_init_workqueus() and btrfs_stop_all_workers() into open_ctree_seq[]
` [PATCH 08/16] btrfs: extract chunk tree read code into its own init/exit helpers
` [PATCH 09/16] btrfs: extract tree roots and zone info initialization into "
` [PATCH 10/16] btrfs: extract mount time checks and items load code into its init helper
` [PATCH 11/16] btrfs: extract sysfs init into its own helper
` [PATCH 12/16] btrfs: extra block groups read code into its own init/exit helpers
` [PATCH 13/16] btrfs: move the fs root related "
` [PATCH 14/16] btrfs: extract kthread "
` [PATCH 15/16] btrfs: move qgroup init/exit code into open_ctree_seq[] array
` [PATCH 16/16] btrfs: introduce a debug mount option to do error injection for each stage of open_ctree()

[PATCH] btrfs-progs: hide block group tree behind experimental feature
 2022-09-21 22:20 UTC  (3+ messages)

[PATCH] btrfs-progs: balance: fix some cases wrongly parsed as old syntax
 2022-09-21 21:54 UTC  (5+ messages)
` [PATCH] btrfs-progs: balance: deprecate "
` [PATCH v2] "

[man-pages RFC PATCH v4] statx, inode: document the new STATX_INO_VERSION field
 2022-09-21 21:41 UTC  (31+ messages)

[PATCH v3] btrfs-progs: receive: add support for fs-verity
 2022-09-21 14:31 UTC  (2+ messages)

[PATCH v3 00/12] io-uring/btrfs: support async buffered writes
 2022-09-21 14:33 UTC  (4+ messages)

[PATCH 00/13] btrfs: fixes and cleanups around extent maps
 2022-09-21 11:11 UTC  (18+ messages)
` [PATCH 01/13] btrfs: fix missed extent on fsync after dropping "
` [PATCH 02/13] btrfs: move btrfs_drop_extent_cache() to extent_map.c
` [PATCH 03/13] btrfs: use extent_map_end() at btrfs_drop_extent_map_range()
` [PATCH 04/13] btrfs: use cond_resched_rwlock_write() during inode eviction
` [PATCH 05/13] btrfs: move open coded extent map tree deletion out of "
` [PATCH 06/13] btrfs: add helper to replace extent map range with a new extent map
` [PATCH 07/13] btrfs: remove the refcount warning/check at free_extent_map()
` [PATCH 08/13] btrfs: remove unnecessary extent map initializations
` [PATCH 09/13] btrfs: assert tree is locked when clearing extent map from logging
` [PATCH 10/13] btrfs: remove unnecessary NULL pointer checks when searching extent maps
` [PATCH 11/13] btrfs: remove unnecessary next extent map search
` [PATCH 12/13] btrfs: avoid pointless extent map tree search when flushing delalloc
` [PATCH 13/13] btrfs: drop extent map range more efficiently

[PATCH] btrfs: loosen the block-group-tree feature dependency check
 2022-09-21 10:02 UTC  (4+ messages)

move the low-level btrfs_bio code into a separate file (resent)
 2022-09-21  9:40 UTC  (5+ messages)
` [PATCH 1/2] btrfs: split the bio submission path into a separate file

[PATCH 00/10] btrfs: clean up zoned device helpers
 2022-09-21  9:39 UTC  (20+ messages)
` [PATCH 01/10] btrfs: add a helper for opening a new device to add to the fs
` [PATCH 02/10] btrfs: move btrfs_check_device_zone_type into volumes.c
` [PATCH 03/10] btrfs: move btrfs_can_zone_reset into extent-tree.c
` [PATCH 04/10] btrfs: move btrfs_check_super_location into scrub.c
` [PATCH 05/10] btrfs: move btrfs_zoned_meta_io_*lock to extent_io.c
` [PATCH 06/10] btrfs: move btrfs_clear_treelog_bg to extent-tree.c
` [PATCH 07/10] btrfs: move btrfs_zoned_data_reloc_*lock to extent_io.c
` [PATCH 08/10] btrfs: move btrfs_zoned_bg_is_full into block-group.c
` [PATCH 09/10] btrfs: make the zoned helpers take btrfs_zoned_device_info

[PATCH v2 0/3] btrfs: optimize the argument list for submit_extent_page()
 2022-09-21  9:18 UTC  (2+ messages)

fiemap is slow on btrfs on files with multiple extents
 2022-09-21  9:00 UTC  (7+ messages)

call trace when btrfs-check tries to write on ro-blockdev
 2022-09-21  3:43 UTC  (3+ messages)

[GIT PULL] Btrfs fixes for 6.0-rc7
 2022-09-20 17:34 UTC  (2+ messages)

improve pagecache PSI annotations v2
 2022-09-20 17:21 UTC  (10+ messages)
` [PATCH 1/5] mm: add PSI accounting around ->read_folio and ->readahead calls
` [PATCH 2/5] sched/psi: export psi_memstall_{enter,leave}
` [PATCH 3/5] btrfs: add manual PSI accounting for compressed reads
` [PATCH 4/5] erofs: add manual PSI accounting for the compressed address space
` [PATCH 5/5] block: remove PSI accounting from the bio layer

[syzbot] KMSAN: uninit-value in btrfs_clean_tree_block (2)
 2022-09-20 13:43 UTC  (4+ messages)
` [PATCH] btrfs: Call btrfs_set_header_generation() before btrfs_clean_tree_block()
    ` [PATCH v2] "

[PATCH 00/15] btrfs: strip out btrfs_fs_info dependencies
 2022-09-20 12:21 UTC  (46+ messages)
` [PATCH 01/15] btrfs: move btrfs_caching_type to block-group.h
` [PATCH 02/15] btrfs: move btrfs_full_stripe_locks_tree into block-group.h
` [PATCH 03/15] btrfs: move btrfs_init_async_reclaim_work prototype to space-info.h
` [PATCH 04/15] btrfs: move btrfs_pinned_by_swapfile prototype into volumes.h
` [PATCH 05/15] btrfs: remove temporary btrfs_map_token declaration in ctree.h
` [PATCH 06/15] btrfs: move static_assert() for btrfs_super_block into fs.c
` [PATCH 07/15] btrfs: move btrfs_swapfile_pin into volumes.h
` [PATCH 08/15] btrfs: move fs_info struct declarations to the top of ctree.h
` [PATCH 09/15] btrfs: move btrfs_csum_ptr to inode.c
` [PATCH 10/15] btrfs: move the fs_info related helpers closer to fs_info in ctree.h
` [PATCH 11/15] btrfs: move btrfs_ordered_sum_size into file-item.c
` [PATCH 12/15] btrfs: delete btrfs_inode_sectorsize helper
` [PATCH 13/15] btrfs: delete btrfs_insert_inode_hash helper
` [PATCH 14/15] btrfs: use a runtime flag to indicate an inode is a free space inode
` [PATCH 15/15] btrfs: add struct declarations in dev-replace.h

[PATCH] btrfs: make btrfs module init/exit match their sequence
 2022-09-19 23:37 UTC 

[linux-next:master] BUILD REGRESSION 4c9ca5b1597e3222177ba2a94658f78fa5ef4f58
 2022-09-19 23:06 UTC 

[PATCH RFC] btrfs: make btrfs module init/exit match their sequence
 2022-09-19 23:00 UTC  (3+ messages)

[PATCH v2 00/23] Convert to filemap_get_folios_tag()
 2022-09-19 17:34 UTC  (2+ messages)

[PATCH v2 00/20] btrfs: add fscrypt integration
 2022-09-19 17:20 UTC  (12+ messages)
` [PATCH v2 02/20] fscrypt: add flag allowing partially-encrypted directories
` [PATCH v2 10/20] btrfs: factor a fscrypt_name matching method

Domain hardwaremonitor.de
 2022-09-19 16:11 UTC 

[PATCH 00/16] btrfs: split out larger chunks of ctree.h
 2022-09-19 12:53 UTC  (34+ messages)
` [PATCH 01/16] btrfs: move fs wide helpers out "
` [PATCH 02/16] btrfs: move larger compat flag helpers to their own c file
` [PATCH 03/16] btrfs: move the printk helpers out of ctree.h
` [PATCH 04/16] btrfs: push extra checks into __btrfs_abort_transaction
` [PATCH 05/16] btrfs: move assert and error helpers out of btrfs-printk.h
` [PATCH 06/16] btrfs: push printk index code into their respective helpers
` [PATCH 07/16] btrfs: move BTRFS_FS_STATE* defs and helpers to fs.h
` [PATCH 08/16] btrfs: move incompat and compat flag helpers to fs.c
` [PATCH 09/16] btrfs: move mount option definitions to fs.h
` [PATCH 10/16] btrfs: move fs_info->flags enum "
` [PATCH 11/16] btrfs: add a BTRFS_FS_NEED_TRANS_COMMIT flag
` [PATCH 12/16] btrfs: remove fs_info::pending_changes and related code
` [PATCH 13/16] btrfs: move the compat/incompat flag masks to fs.h
` [PATCH 14/16] btrfs: rename struct-funcs.c -> item-accessors.c
` [PATCH 15/16] btrfs: move btrfs_map_token to item-accessors

btrfs-check for filesystems with many snapshots (with many files) gets slow
 2022-09-18 21:15 UTC 

[PATCH] btrfs: adjust error jump position
 2022-09-18  7:56 UTC 

[PATCH] btrfs: remove redundant code
 2022-09-18  7:26 UTC 

Help w/ Parent transid verify failed
 2022-09-17 23:09 UTC  (2+ messages)

Converting from single to raid0 creates a ton of unused data chunks
 2022-09-17 16:00 UTC 

[PATCH v2 0/5] btrfs: btrfs_get_extent() cleanup for inline extents
 2022-09-16  7:28 UTC  (6+ messages)
` [PATCH v2 1/5] btrfs: selftests: remove impossible inline extent at non-zero file offset
` [PATCH v2 2/5] btrfs: make inline extent read calculation much simpler
` [PATCH v2 3/5] btrfs: do not reset extent map members for inline extents read
` [PATCH v2 4/5] btrfs: remove the @new_inline argument from btrfs_extent_item_to_extent_map()
` [PATCH v2 5/5] btrfs: extract the inline extent read code into its own function

[PATCH] btrfs: fixed an incorrect variable assignment
 2022-09-16  3:11 UTC 

[PATCH 0/2] btrfs: btrfs_get_extent() cleanup
 2022-09-15 22:36 UTC  (4+ messages)
` [PATCH 1/2] btrfs: refactor the inline extent read code inside btrfs_get_extent()

[PATCH v4] btrfs: skip update of block group item if used bytes are the same
 2022-09-15 15:32 UTC  (2+ messages)

[PATCH 0/2] btrfs-progs: make corrupt-block metadata geneartion corruption work again
 2022-09-15 14:34 UTC  (2+ messages)

[PATCH 00/17] btrfs: initial ctree.h cleanups, simple stuff
 2022-09-15 14:30 UTC  (38+ messages)
` [PATCH 01/17] btrfs: remove set/clear_pending_info helpers
` [PATCH 02/17] btrfs: remove BTRFS_TOTAL_BYTES_PINNED_BATCH
` [PATCH 03/17] btrfs: remove BTRFS_IOPRIO_READA
` [PATCH 05/17] btrfs: move btrfs_get_block_group helper out of disk-io.h
` [PATCH 06/17] btrfs: move maximum limits to btrfs_tree.h
` [PATCH 07/17] btrfs: move BTRFS_MAX_MIRRORS into scrub.c
` [PATCH 08/17] btrfs: move discard stat defs to free-space-cache.h
` [PATCH 09/17] btrfs: move btrfs_chunk_item_size out of ctree.h
` [PATCH 10/17] btrfs: move btrfs_should_fragment_free_space into block-group.c
` [PATCH 11/17] btrfs: move flush related definitions to space-info.h
` [PATCH 12/17] btrfs: move btrfs_print_data_csum_error into inode.c
` [PATCH 13/17] btrfs: move trans_handle_cachep out of ctree.h
` [PATCH 14/17] btrfs: move btrfs_path_cachep "
` [PATCH 15/17] btrfs: move free space cachep's "
` [PATCH 16/17] btrfs: move btrfs_next_old_item into ctree.c
` [PATCH 17/17] btrfs: move the btrfs_verity_descriptor_item defs up in ctree.h


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