public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-03-02 10:59:02 to 2023-03-09 10:32:56 UTC [more...]

consolidate btrfs checksumming, repair and bio splitting v4
 2023-03-09 10:32 UTC  (10+ messages)
` [PATCH 03/34] btrfs: add a btrfs_inode pointer to struct btrfs_bio

[PATCH 01/21] fs: readahead_begin() to call before locking folio
 2023-03-09  9:14 UTC  (29+ messages)
` [PATCH 02/21] btrfs: add WARN_ON() on incorrect lock range
` [PATCH 03/21] btrfs: Add start < end check in btrfs_debug_check_extent_io_range()
` [PATCH 04/21] btrfs: make btrfs_qgroup_flush() non-static
` [PATCH 05/21] btrfs: Lock extents before pages for buffered write()
` [PATCH 06/21] btrfs: wait ordered range before locking during truncate
` [PATCH 07/21] btrfs: lock extents while truncating
` [PATCH 08/21] btrfs: no need to lock extent while performing invalidate_folio()
` [PATCH 09/21] btrfs: lock extents before folio for read()s
` [PATCH 10/21] btrfs: lock extents before pages in writepages
` [PATCH 11/21] btrfs: locking extents for async writeback
` [PATCH 12/21] btrfs: lock extents before pages - defrag
` [PATCH 13/21] btrfs: Perform memory faults under locked extent
` [PATCH 14/21] btrfs: writepage fixup lock rearrangement
` [PATCH 15/21] btrfs: lock extent before pages for encoded read ioctls
` [PATCH 16/21] btrfs: lock extent before pages in encoded write
` [PATCH 17/21] btrfs: btree_writepages lock extents before pages
` [PATCH 18/21] btrfs: check if writeback pages exist before starting writeback
` [PATCH 19/21] btrfs: lock extents before pages in relocation
` [PATCH 20/21] btrfs: Add inode->i_count instead of calling ihold()
` [PATCH 21/21] btrfs: debug extent locking

simplify extent_buffer reading and writing
 2023-03-09  9:05 UTC  (21+ messages)
` [PATCH 01/20] btrfs: mark extent_buffer_under_io static
` [PATCH 02/20] btrfs: move setting the buffer uptodate out of validate_extent_buffer
` [PATCH 03/20] btrfs: merge verify_parent_transid and btrfs_buffer_uptodate
` [PATCH 04/20] btrfs: always read the entire extent_buffer
` [PATCH 05/20] btrfs: simplify extent buffer reading
` [PATCH 06/20] btrfs: remove the mirror_num argument to btrfs_submit_compressed_read
` [PATCH 07/20] btrfs: simplify the read_extent_buffer end_io handler
` [PATCH 08/20] btrfs: do not try to unlock the extent for non-subpage metadata reads
` [PATCH 09/20] btrfs: return bool from lock_extent_buffer_for_io
` [PATCH 10/20] btrfs: submit a writeback bio per extent_buffer
` [PATCH 11/20] btrfs: move page locking from lock_extent_buffer_for_io to write_one_eb
` [PATCH 12/20] btrfs: simplify extent buffer writing
` [PATCH 13/20] btrfs: simplify the extent_buffer write end_io handler
` [PATCH 14/20] btrfs: simplify btree block checksumming
` [PATCH 15/20] btrfs: remove the io_pages field in struct extent_buffer
` [PATCH 16/20] btrfs: stop using PageError for extent_buffers
` [PATCH 17/20] btrfs: don't check for uptodate pages in read_extent_buffer_pages
` [PATCH 18/20] btrfs: stop using lock_extent in btrfs_buffer_uptodate
` [PATCH 19/20] btrfs: use per-buffer locking for extent_buffer reading
` [PATCH 20/20] btrfs: merge write_one_subpage_eb into write_one_eb

[PATCH v7 00/13] btrfs: introduce RAID stripe tree
 2023-03-09  7:08 UTC  (37+ messages)
` [PATCH v7 01/13] btrfs: re-add trans parameter to insert_delayed_ref
` [PATCH v7 04/13] btrfs: add support for inserting raid stripe extents
` [PATCH v7 13/13] btrfs: add raid-stripe-tree to features enabled with debug

[PATCH v2 0/6] btrfs-progs: add support for RAID stripe tree
 2023-03-09  1:14 UTC  (3+ messages)
` [PATCH v2 6/6] btrfs-progs: allow zoned RAID

[LSF TOPIC] online repair of filesystems: what next?
 2023-03-08 21:54 UTC  (3+ messages)

[PATCH] btrfs: fix compilation error on sparc/parisc
 2023-03-08 17:12 UTC  (2+ messages)

[PATCH v3] btrfs: fix dio continue after short write due to buffer page fault
 2023-03-08 16:00 UTC  (2+ messages)

[PATCH] btrfs/284: list a couple btrfs-progs git commits
 2023-03-08 10:09 UTC  (5+ messages)

[PATCH] btrfs/286: add missing calls to _scratch_dev_pool_put and _spare_dev_put
 2023-03-08  8:05 UTC  (2+ messages)

Uneven raid1 allocation on current longterm kernel (6.1)
 2023-03-07 22:34 UTC 

[PATCH v2 0/2] btrfs: dio partial write corruption fix
 2023-03-07 22:01 UTC  (6+ messages)
` [PATCH v2 2/2] btrfs: fix dio continue after short write due to buffer page fault

improve type safety by passing struct btrfs_bio where possible v2
 2023-03-07 16:39 UTC  (11+ messages)
` [PATCH 01/10] btrfs: remove unused members from struct btrfs_encoded_read_private
` [PATCH 02/10] btrfs: cleanup btrfs_encoded_read_regular_fill_pages
` [PATCH 03/10] btrfs: move zero filling of compressed read bios into common code
` [PATCH 04/10] btrfs: pass a btrfs_bio to btrfs_submit_bio
` [PATCH 05/10] btrfs: pass a btrfs_bio to btrfs_submit_compressed_read
` [PATCH 06/10] btrfs: store a pointer to the original btrfs_bio in struct compressed_bio
` [PATCH 07/10] btrfs: simplify finding the inode in submit_one_bio
` [PATCH 08/10] btrfs: store a pointer to a btrfs_bio in struct btrfs_bio_ctrl
` [PATCH 09/10] btrfs: return a btrfs_bio from btrfs_bio_alloc
` [PATCH 10/10] btrfs: make btrfs_split_bio work on struct btrfs_bio

return an ERR_PTR from __filemap_get_folio v3
 2023-03-07 15:23 UTC  (9+ 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
` [Cluster-devel] return an ERR_PTR from __filemap_get_folio v3

RFC PATCH v3. reduce the frequences of relink free space tree With benchmark data
 2023-03-07  6:45 UTC 

[PATCH v3] common/rc: don't clear superblock for zoned scratch pools
 2023-03-07  1:47 UTC  (3+ messages)

[PATCH v2] btrfs: handle missing chunk mapping more gracefully
 2023-03-06 19:04 UTC  (2+ messages)

[PATCH] btrfs: remove redundant clear NODISCARD
 2023-03-06 18:58 UTC  (2+ messages)

[PATCH] btrfs: avoid repetitive define BTRFS_FEATURE_INCOMPAT_SUPP
 2023-03-06 18:53 UTC  (2+ messages)

[PATCH] btrfs: fix block group item corruption after inserting new block group
 2023-03-06 18:41 UTC  (3+ messages)

improve type safety by passing struct btrfs_bio around
 2023-03-06 16:57 UTC  (47+ messages)
` [PATCH 01/10] btrfs: remove unused members from struct btrfs_encoded_read_private
` [PATCH 02/10] btrfs: cleanup btrfs_encoded_read_regular_fill_pages
` [PATCH 03/10] btrfs: move zero filling of compressed read bios into common code
` [PATCH 04/10] btrfs: pass a btrfs_bio to btrfs_submit_bio
` [PATCH 05/10] btrfs: pass a btrfs_bio to btrfs_submit_compressed_read
` [PATCH 06/10] btrfs: store a pointer to the original btrfs_bio in struct compressed_bio
` [PATCH 07/10] btrfs: simplify finding the inode in submit_one_bio
` [PATCH 08/10] btrfs: store a pointer to a btrfs_bio in struct btrfs_bio_ctrl
` [PATCH 09/10] btrfs: return a btrfs_bio from btrfs_bio_alloc
` [PATCH 10/10] btrfs: make btrfs_split_bio work on struct btrfs_bio

[syzbot] [btrfs?] KMSAN: uninit-value in extent_fiemap
 2023-03-06 17:56 UTC 

Build regressions/improvements in v6.3-rc1
 2023-03-06  8:42 UTC 

IO scheduler for BTRFS ?
 2023-03-05 23:20 UTC 

Salvaging the performance of a high-metadata filesystem
 2023-03-05  9:36 UTC  (10+ messages)

Btrfs progs release 6.2.1
 2023-03-03 16:20 UTC 

[RFC PATCH 0/2] btrfs: zoned: replace active_total_bytes system
 2023-03-03  8:26 UTC  (3+ messages)
` [RFC PATCH 1/2] btrfs: zoned: count fresh BG region as zone unusable
` [RFC PATCH 2/2] btrfs: zoned: drop space_info->active_total_bytes

[PATCH 00/21] Lock extents before pages
 2023-03-02 22:24 UTC 

[PATCH 0/3] Fix active zone accounting for zoned
 2023-03-02 16:07 UTC  (9+ messages)
` [PATCH 1/3] btrfs: rename BTRFS_FS_NO_OVERCOMMIT -> BTRFS_FS_ACTIVE_ZONE_TRACKING
` [PATCH 2/3] btrfs: clean up space_info usage in btrfs_update_block_group
` [PATCH 3/3] btrfs: handle active zone accounting properly

btrfs-transaction stalls
 2023-03-02 13:42 UTC 


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