linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-17 11:22:41 to 2023-01-23 21:06:26 UTC [more...]

[regression] Bug 216851 - btrfs write time corrupting for log tree
 2023-01-23 21:06 UTC  (17+ messages)

return an ERR_PTR from __filemap_get_folio v2
 2023-01-23 19:18 UTC  (15+ messages)
` [PATCH 1/7] mm: don't look at xarray value entries in split_huge_pages_in_file
` [PATCH 2/7] mm: make mapping_get_entry available outside of filemap.c
` [PATCH 3/7] mm: use filemap_get_entry in filemap_get_incore_folio
` [PATCH 4/7] shmem: remove shmem_get_partial_folio
` [PATCH 5/7] shmem: open code the page cache lookup in shmem_get_folio_gfp
` [PATCH 6/7] mm: remove FGP_ENTRY
` [PATCH 7/7] mm: return an ERR_PTR from __filemap_get_folio

[PATCH] btrfs: lock the inode in shared mode before starting fiemap
 2023-01-23 16:54 UTC 

consolidate btrfs checksumming, repair and bio splitting v4
 2023-01-23 16:53 UTC  (51+ messages)
` [PATCH 01/34] block: export bio_split_rw
` [PATCH 02/34] btrfs: better document struct btrfs_bio
` [PATCH 03/34] btrfs: add a btrfs_inode pointer to "
` [PATCH 04/34] btrfs: remove the direct I/O read checksum lookup optimization
` [PATCH 05/34] btrfs: simplify btrfs_lookup_bio_sums
` [PATCH 06/34] btrfs: slightly refactor btrfs_submit_bio
` [PATCH 07/34] btrfs: save the bio iter for checksum validation in common code
` [PATCH 08/34] btrfs: pre-load data checksum for reads in btrfs_submit_bio
` [PATCH 09/34] btrfs: add a btrfs_data_csum_ok helper
` [PATCH 10/34] btrfs: handle checksum validation and repair at the storage layer
` [PATCH 11/34] btrfs: remove btrfs_bio_free_csum
` [PATCH 12/34] btrfs: remove btrfs_bio_for_each_sector
` [PATCH 13/34] btrfs: remove now unused checksumming helpers
` [PATCH 14/34] btrfs: remove the device field in struct btrfs_bio
` [PATCH 15/34] btrfs: remove the io_failure_record infrastructure
` [PATCH 16/34] btrfs: rename the iter field in struct btrfs_bio
` [PATCH 17/34] btrfs: remove the is_metadata flag "
` [PATCH 18/34] btrfs: remove the submit_bio_start helpers
` [PATCH 19/34] btrfs: simplify the btrfs_csum_one_bio calling convention
` [PATCH 20/34] btrfs: handle checksum generation in the storage layer
` [PATCH 21/34] btrfs: handle recording of zoned writes "
` [PATCH 22/34] btrfs: support cloned bios in btree_csum_one_bio
` [PATCH 23/34] btrfs: allow btrfs_submit_bio to split bios
` [PATCH 24/34] btrfs: pass the iomap bio to btrfs_submit_bio
` [PATCH 25/34] btrfs: remove stripe boundary calculation for buffered I/O
` [PATCH 26/34] btrfs: remove stripe boundary calculation for compressed I/O
` [PATCH 27/34] btrfs: remove stripe boundary calculation for encoded I/O
` [PATCH 28/34] btrfs: remove struct btrfs_io_geometry
` [PATCH 29/34] btrfs: remove submit_encoded_read_bio
` [PATCH 30/34] btrfs: remove the fs_info argument to btrfs_submit_bio
` [PATCH 31/34] btrfs: remove now spurious bio submission helpers
` [PATCH 32/34] btrfs: calculate file system wide queue limit for zoned mode
` [PATCH 33/34] btrfs: split zone append bios in btrfs_submit_bio
` [PATCH 34/34] iomap: remove IOMAP_F_ZONE_APPEND

btrfs corruption, extent buffer leak
 2023-01-23 13:35 UTC  (6+ messages)

Will Btrfs have an official command to "uncow" existing files?
 2023-01-23  7:17 UTC  (5+ messages)

[PATCH 0/9] btrfs: more optimizations for lseek and fiemap
 2023-01-23  2:13 UTC  (5+ messages)

[syzbot] WARNING: kmalloc bug in btrfs_ioctl_send
 2023-01-22 19:53 UTC  (3+ messages)
` [syzbot] [btrfs?] "

[syzbot] kernel BUG in set_state_bits
 2023-01-21 14:15 UTC  (2+ messages)
` [syzbot] [btrfs?] "

[PATCH v2 0/2] btrfs: raid56: concurrency fix and a very tiny optimization
 2023-01-21  8:08 UTC  (5+ messages)
` [PATCH v2 1/2] btrfs: raid56: make error_bitmap update atomic
` [PATCH v2 2/2] btrfs: raid56: reduce the overhead to calculate the bio length

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

[syzbot] WARNING in cow_file_range_inline
 2023-01-21  0:36 UTC  (2+ messages)

[PATCH] btrfs: raid56: protect error_bitmap update with spinlock
 2023-01-20 23:46 UTC  (3+ messages)

btrfs balance -musage segfaulted
 2023-01-20 22:30 UTC 

[GIT PULL] Btrfs fixes for 6.2-rc5, part 2
 2023-01-20 20:06 UTC  (2+ messages)

question about copy_file_range() between btrfs filesystem
 2023-01-20 18:49 UTC  (2+ messages)

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

[PATCH] btrfs: free device in btrfs_close_devices for a single device filesystem
 2023-01-20 13:47 UTC 

[PATCH] btrfs: the raid56 code does not need irqsafe locking
 2023-01-20  8:36 UTC  (5+ messages)

new lockdep warning about registering a non-static key
 2023-01-19 20:26 UTC  (5+ messages)

[PATCH v2 0/9] extent buffer dirty cleanups
 2023-01-20  1:30 UTC  (11+ messages)
` [PATCH v2 1/9] btrfs: do not call btrfs_clean_tree_block in update_ref_for_cow
` [PATCH v2 2/9] btrfs: always lock the block before calling btrfs_clean_tree_block
` [PATCH v2 3/9] btrfs: do not check header generation in btrfs_clean_tree_block
` [PATCH v2 4/9] btrfs: do not set the header generation before btrfs_clean_tree_block
` [PATCH v2 5/9] btrfs: replace clearing extent buffer dirty bit with btrfs_clean_block
` [PATCH v2 6/9] btrfs: do not increment dirty_metadata_bytes in set_btree_ioerr
` [PATCH v2 7/9] btrfs: rename btrfs_clean_tree_block => btrfs_clear_buffer_dirty
` [PATCH v2 8/9] btrfs: combine btrfs_clear_buffer_dirty and clear_extent_buffer_dirty
` [PATCH v2 9/9] btrfs: remove btrfs_wait_tree_block_writeback

[syzbot] [btrfs?] INFO: task hung in extent_write_cache_pages
 2023-01-19 23:38 UTC 

[PATCH 0/2] btrfs: some speedup with fiemap when leaves are shared
 2023-01-19 19:36 UTC  (5+ messages)
` [PATCH 1/2] btrfs: assert commit root semaphore is held when accessing backref cache
` [PATCH 2/2] btrfs: skip backref walking during fiemap if we know the leaf is shared

[PATCH] btrfs: limit device extents to the device size
 2023-01-19 19:31 UTC  (2+ messages)

[PATCH] btrfs: hold block_group refcount during async discard
 2023-01-19 19:20 UTC  (5+ messages)

consolidate btrfs checksumming, repair and bio splitting v3
 2023-01-19 18:21 UTC  (4+ messages)
` [PATCH 02/19] btrfs: handle checksum validation and repair at the storage layer

[PATCH] btrfs: split extent_buffer handling into a separate file
 2023-01-19 12:13 UTC  (3+ messages)

[PATCH] btrfs: scrub: Remove compilation errors when -Werror=maybe-uninitialized
 2023-01-19 11:04 UTC  (2+ messages)

[PATCH 00/11] btrfs: scrub: use a more reader friendly code to implement scrub_simple_mirror()
 2023-01-19  6:57 UTC  (5+ messages)
` [PATCH 03/11] btrfs: scrub: use dedicated super block verification function to scrub one super block

btrfs mount failure with context option and latest mount command
 2023-01-19  6:13 UTC  (3+ messages)

[PATCH 0/3] btrfs-progs: docs: add entries to sysfs documentation
 2023-01-18 20:07 UTC  (6+ messages)
` [PATCH 1/3] btrfs-progs: docs: add per-space_info bg_reclaim_threshold entry
` [PATCH 2/3] btrfs-progs: docs: fix nodesize typo
` [PATCH 3/3] btrfs-progs: docs: add chunk_size description

return an ERR_PTR from __filemap_get_folio
 2023-01-18 16:50 UTC  (23+ messages)
` [PATCH 1/9] mm: don't look at xarray value entries in split_huge_pages_in_file
` [PATCH 2/9] mm: make mapping_get_entry available outside of filemap.c
` [PATCH 3/9] mm: use filemap_get_entry in filemap_get_incore_folio
` [PATCH 4/9] shmem: remove shmem_get_partial_folio
` [PATCH 5/9] shmem: open code the page cache lookup in shmem_get_folio_gfp
` [PATCH 6/9] mm: remove FGP_ENTRY
` [PATCH 7/9] gfs2: handle a NULL folio in gfs2_jhead_process_page
    ` [Cluster-devel] "
` [PATCH 8/9] btrfs: handle a NULL folio in extent_range_redirty_for_io
` [PATCH 9/9] mm: return an ERR_PTR from __filemap_get_folio

Custom Software Development
 2023-01-18  8:45 UTC 

[PATCH v5] btrfs: update fs features sysfs directory asynchronously
 2023-01-17 23:17 UTC  (3+ messages)

[PATCH] btrfs: keep sysfs features in tandem with runtime features change
 2023-01-17 19:17 UTC  (3+ messages)

[PATCH] btrfs-progs: check: enhance the error output for backref mimsatch
 2023-01-17 15:22 UTC  (2+ messages)

[PATCH] btrfs-progs: mkfs: check blkid version
 2023-01-17 15:18 UTC  (2+ messages)


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