public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-07 11:16:21 to 2023-01-13 09:57:54 UTC [more...]

[PATCH v4 0/5] btrfs: data block group size classes
 2023-01-13  9:55 UTC  (3+ messages)
` [PATCH v4 3/5] btrfs: introduce size class to block group allocator

[PATCH v3] btrfs: update fs features sysfs directory asynchronously
 2023-01-13  9:24 UTC  (2+ messages)

[PATCH] btrfs: add a test case to verify that per-fs features directory gets updated
 2023-01-13  7:06 UTC 

[PATCH v5 00/23] Convert to filemap_get_folios_tag()
 2023-01-13  3:03 UTC  (9+ messages)
` [PATCH v5 09/23] cifs: Convert wdata_alloc_and_fillpages() to use filemap_get_folios_tag()
` [PATCH v5 10/23] ext4: Convert mpage_prepare_extent_to_map() "
` [PATCH v5 14/23] f2fs: Convert f2fs_write_cache_pages() "
  ` [f2fs-dev] "

[PATCH v2] btrfs: update fs features sysfs directory asynchronously
 2023-01-13  2:09 UTC  (5+ messages)

[PATCH rcu v2 10/20] fs/btrfs: Remove "select SRCU"
 2023-01-13  0:11 UTC 

[PATCH] btrfs: hold block_group refcount during async discard
 2023-01-13  0:05 UTC 

errors found in extent allocation tree or chunk allocation
 2023-01-12 22:59 UTC  (2+ messages)

[PATCH] btrfs: fix race between quota rescan and disable leading to NULL pointer deref
 2023-01-12 18:21 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] btrfs-progs: docs: add sysfs doc
 2023-01-12 17:23 UTC  (2+ messages)

[PATCH] btrfs: scrub: improve its tree block error reporting
 2023-01-12 15:29 UTC  (2+ messages)

[PATCH] fs/btrfs: handle data extents, which crosss stripe boundaries, correctly
 2023-01-12 15:19 UTC  (2+ messages)

[PATCH] btrfs: fix invalid leaf access due to inline extent during lseek
 2023-01-12 14:49 UTC  (2+ messages)

[PATCH 0/8] btrfs: some log tree fixes and cleanups
 2023-01-12 14:45 UTC  (11+ messages)
` [PATCH 1/8] btrfs: fix missing error handling when logging directory items
` [PATCH 2/8] btrfs: fix directory logging due to race with concurrent index key deletion
` [PATCH 3/8] btrfs: add missing setup of log for full commit at add_conflicting_inode()
` [PATCH 4/8] btrfs: do not abort transaction on failure to write log tree when syncing log
` [PATCH 5/8] btrfs: do not abort transaction on failure to update log root
` [PATCH 6/8] btrfs: simplify update of last_dir_index_offset when logging a directory
` [PATCH 7/8] btrfs: use a negative value for BTRFS_LOG_FORCE_COMMIT
` [PATCH 8/8] btrfs: use a single variable to track return value for log_dir_items()

[regression] Bug 216908 - General Protection Fault in btrfs_file_llseek
 2023-01-12 14:29 UTC  (2+ messages)

consolidate btrfs checksumming, repair and bio splitting v3
 2023-01-12 14:01 UTC  (23+ messages)
` [PATCH 01/19] block: export bio_split_rw
` [PATCH 02/19] btrfs: handle checksum validation and repair at the storage layer
` [PATCH 03/19] btrfs: remove the submit_bio_start helpers
` [PATCH 04/19] btrfs: simplify the btrfs_csum_one_bio calling convention
` [PATCH 05/19] btrfs: handle checksum generation in the storage layer
` [PATCH 06/19] btrfs: handle recording of zoned writes "
` [PATCH 07/19] btrfs: support cloned bios in btree_csum_one_bio
` [PATCH 08/19] btrfs: allow btrfs_submit_bio to split bios
` [PATCH 09/19] btrfs: pass the iomap bio to btrfs_submit_bio
` [PATCH 10/19] btrfs: remove stripe boundary calculation for buffered I/O
` [PATCH 11/19] btrfs: remove stripe boundary calculation for compressed I/O
` [PATCH 12/19] btrfs: remove stripe boundary calculation for encoded I/O
` [PATCH 13/19] btrfs: remove struct btrfs_io_geometry
` [PATCH 14/19] btrfs: remove submit_encoded_read_bio
` [PATCH 15/19] btrfs: remove the fs_info argument to btrfs_submit_bio
` [PATCH 16/19] btrfs: remove now spurious bio submission helpers
` [PATCH 17/19] btrfs: calculate file system wide queue limit for zoned mode
` [PATCH 18/19] btrfs: split zone append bios in btrfs_submit_bio
` [PATCH 19/19] iomap: remove IOMAP_F_ZONE_APPEND

small raid56 cleanups v3
 2023-01-12 11:00 UTC  (23+ messages)
` [PATCH 01/10] btrfs: cleanup raid56_parity_write
` [PATCH 02/10] btrfs: cleanup rmw_rbio
` [PATCH 03/10] btrfs: wait for I/O completion in submit_read_bios
` [PATCH 04/10] btrfs: add a bio_list_put helper
` [PATCH 05/10] btrfs: fold recover_assemble_read_bios into recover_rbio
` [PATCH 06/10] btrfs: fold rmw_read_wait_recover into rmw_read_bios
` [PATCH 07/10] btrfs: submit the read bios from scrub_assemble_read_bios
` [PATCH 08/10] btrfs: call rbio_orig_end_io from rmw_rbio
` [PATCH 09/10] btrfs: call rbio_orig_end_io from recover_rbio
` [PATCH 10/10] btrfs: call rbio_orig_end_io from scrub_rbio

[PATCH] btrfs: update fs features sysfs directory asynchronously
 2023-01-12 10:39 UTC  (5+ messages)

Silikonmischungen
 2023-01-12  8:31 UTC 

remove write_one_page / folio_write_one
 2023-01-12  8:02 UTC  (25+ messages)
` [PATCH 1/7] btrfs: don't read the disk superblock for zoned devices in btrfs_scratch_superblocks
` [PATCH 2/7] btrfs: stop using write_one_page in btrfs_scratch_superblock
` [PATCH 3/7] minix: don't flush page immediately for DIRSYNC directories
` [PATCH 4/7] sysv: "
` [PATCH 5/7] ufs: "
` [PATCH 6/7] ocfs2: don't use write_one_page in ocfs2_duplicate_clusters_by_page
  ` [Ocfs2-devel] "
` [PATCH 7/7] mm,jfs: move write_one_page/folio_write_one to jfs

[PATCH] btrfs: keep sysfs features in tandem with runtime features change
 2023-01-12  6:31 UTC  (5+ messages)

[PATCH v3] btrfs: use PAGE_{ALIGN, ALIGNED, ALIGN_DOWN} macro
 2023-01-11 23:27 UTC  (5+ messages)

[PATCH] btrfs: remove the wait argument to btrfs_start_ordered_extent
 2023-01-11 21:57 UTC  (2+ messages)

[PATCH 0/8] extent buffer dirty cleanups
 2023-01-11 20:44 UTC  (8+ messages)
` [PATCH 2/8] btrfs: do not check header generation in btrfs_clean_tree_block

[PATCH] btrfs: zoned: enable metadata over-commit for non-ZNS setup
 2023-01-11 18:31 UTC  (3+ messages)

[PATCH 00/19] btrfs: some optimizations for send
 2023-01-11 11:36 UTC  (20+ messages)
` [PATCH 01/19] btrfs: send: directly return from did_overwrite_ref() and simplify it
` [PATCH 02/19] btrfs: send: avoid unnecessary generation search at did_overwrite_ref()
` [PATCH 03/19] btrfs: send: directly return from will_overwrite_ref() and simplify it
` [PATCH 04/19] btrfs: send: avoid extra b+tree searches when checking reference overrides
` [PATCH 05/19] btrfs: send: remove send_progress argument from can_rmdir()
` [PATCH 06/19] btrfs: send: avoid duplicated orphan dir allocation and initialization
` [PATCH 07/19] btrfs: send: avoid unnecessary orphan dir rbtree search at can_rmdir()
` [PATCH 08/19] btrfs: send: reduce searches on parent root when checking if dir can be removed
` [PATCH 09/19] btrfs: send: iterate waiting dir move rbtree only once when processing refs
` [PATCH 10/19] btrfs: send: use MT_FLAGS_LOCK_EXTERN for the backref cache maple tree
` [PATCH 11/19] btrfs: send: initialize all the red black trees earlier
` [PATCH 12/19] btrfs: send: genericize the backref cache to allow it to be reused
` [PATCH 13/19] btrfs: adapt lru cache to allow for 64 bits keys on 32 bits systems
` [PATCH 14/19] btrfs: send: cache information about created directories
` [PATCH 15/19] btrfs: allow a generation number to be associated with lru cache entries
` [PATCH 16/19] btrfs: add an api to delete a specific entry from the lru cache
` [PATCH 17/19] btrfs: send: use the lru cache to implement the name cache
` [PATCH 18/19] btrfs: send: update size of roots array for backref cache entries
` [PATCH 19/19] btrfs: send: cache utimes operations for directories if possible

[syzbot] [btrfs?] kernel BUG in __set_extent_bit
 2023-01-11 10:51 UTC 

recurring corruption with latest kernels
 2023-01-11  9:03 UTC  (10+ messages)

question about copy_file_range() between btrfs filesystem
 2023-01-11  8:45 UTC 

[regression] Bug 216851 - btrfs write time corrupting for log tree
 2023-01-10 21:12 UTC  (13+ messages)

[PATCH v2] btrfs/012: check if ext4 is available
 2023-01-10 18:03 UTC  (2+ messages)

[PATCH] btrfs/012: check if ext4 is available
 2023-01-10 15:43 UTC  (5+ messages)

please rebase the patch queue-6.1(btrfs: fix an error handling path in btrfs_defrag_leaves)
 2023-01-10 15:26 UTC  (5+ messages)

[PATCH] btrfs: qgroup: do not warn on record without @old_roots populated
 2023-01-10 15:15 UTC  (3+ messages)

[PATCH v2 0/3] btrfs: fix unexpected -ENOMEM with percpu_counter_init when create snapshot
 2023-01-10 15:08 UTC  (5+ messages)

[PATCH] btrfs: add extra error messages to cover non-ENOMEM errors from device_add_list()
 2023-01-10 14:46 UTC  (2+ messages)

[PATCH v2 00/11] fsverity: support for non-4K pages
 2023-01-10  3:10 UTC  (7+ messages)
` [PATCH v2 10/11] fs/buffer.c: support fsverity in block_read_full_folio()

Btrfs progs release 6.1
 2023-01-09 22:35 UTC  (3+ messages)

minor sb clearing improvements
 2023-01-09 20:15 UTC  (2+ messages)

[PATCH v2] btrfs: adjust error jump position
 2023-01-09 20:14 UTC  (4+ messages)

[PATCH] generic: test lseek with seek data mode on a one byte file
 2023-01-09 11:25 UTC  (3+ messages)

[PATCH] btrfs: scrub: avoid unnecessary extent tree search for simple stripes
 2023-01-09  6:13 UTC  (3+ messages)
` [PATCH] btrfs: fix resolving backrefs for inline extent followed by prealloc

File system can't mount
 2023-01-09  4:56 UTC  (12+ messages)

Weird behavior (no commit?) when writing to a really slow block device
 2023-01-08  0:59 UTC  (2+ messages)

Btrfs qgroup warning
 2023-01-07 12:49 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox