linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-26 00:08:42 to 2021-01-27 20:02:18 UTC [more...]

[PATCH v4 00/18] btrfs: add read-only support for subpage sector size
 2021-01-27 19:58 UTC  (12+ messages)
` [PATCH v4 04/18] btrfs: make attach_extent_buffer_page() to handle subpage case
` [PATCH v4 08/18] btrfs: introduce helper for subpage uptodate status
` [PATCH v4 16/18] btrfs: introduce btrfs_subpage for data inodes

[PATCH] btrfs: remove wrong comment for can_nocow_extent()
 2021-01-27 19:50 UTC  (3+ messages)

[PATCH v14 00/42] btrfs: zoned block device support
 2021-01-27 19:01 UTC  (48+ messages)
` [PATCH v14 01/42] block: add bio_add_zone_append_page
` [PATCH v14 02/42] iomap: support REQ_OP_ZONE_APPEND
` [PATCH v14 03/42] btrfs: defer loading zone info after opening trees
` [PATCH v14 04/42] btrfs: use regular SB location on emulated zoned mode
` [PATCH v14 05/42] btrfs: release path before calling into btrfs_load_block_group_zone_info
` [PATCH v14 06/42] btrfs: do not load fs_info->zoned from incompat flag
` [PATCH v14 07/42] btrfs: disallow fitrim in ZONED mode
` [PATCH v14 08/42] btrfs: allow zoned mode on non-zoned block devices
` [PATCH v14 09/42] btrfs: implement zoned chunk allocator
` [PATCH v14 10/42] btrfs: verify device extent is aligned to zone
` [PATCH v14 11/42] btrfs: load zone's allocation offset
` [PATCH v14 12/42] btrfs: calculate allocation offset for conventional zones
` [PATCH v14 13/42] btrfs: track unusable bytes for zones
` [PATCH v14 14/42] btrfs: do sequential extent allocation in ZONED mode
` [PATCH v14 15/42] btrfs: redirty released extent buffers "
` [PATCH v14 16/42] btrfs: advance allocation pointer after tree log node
` [PATCH v14 17/42] btrfs: enable to mount ZONED incompat flag
` [PATCH v14 18/42] btrfs: reset zones of unused block groups
` [PATCH v14 19/42] btrfs: extract page adding function
` [PATCH v14 20/42] btrfs: use bio_add_zone_append_page for zoned btrfs
` [PATCH v14 21/42] btrfs: handle REQ_OP_ZONE_APPEND as writing
` [PATCH v14 22/42] btrfs: split ordered extent when bio is sent
` [PATCH v14 23/42] btrfs: check if bio spans across an ordered extent
` [PATCH v14 24/42] btrfs: extend btrfs_rmap_block for specifying a device
` [PATCH v14 25/42] btrfs: cache if block-group is on a sequential zone
` [PATCH v14 26/42] btrfs: save irq flags when looking up an ordered extent
` [PATCH v14 27/42] btrfs: use ZONE_APPEND write for ZONED btrfs
` [PATCH v14 28/42] btrfs: enable zone append writing for direct IO
` [PATCH v14 29/42] btrfs: introduce dedicated data write path for ZONED mode
` [PATCH v14 30/42] btrfs: serialize meta IOs on "
` [PATCH v14 31/42] btrfs: wait existing extents before truncating
` [PATCH v14 32/42] btrfs: avoid async metadata checksum on ZONED mode
` [PATCH v14 33/42] btrfs: mark block groups to copy for device-replace
` [PATCH v14 34/42] btrfs: implement cloning for ZONED device-replace
` [PATCH v14 35/42] btrfs: implement copying "
` [PATCH v14 36/42] btrfs: support dev-replace in ZONED mode
` [PATCH v14 37/42] btrfs: enable relocation "
` [PATCH v14 38/42] btrfs: relocate block group to repair IO failure in ZONED
` [PATCH v14 39/42] btrfs: split alloc_log_tree()
` [PATCH v14 40/42] btrfs: extend zoned allocator to use dedicated tree-log block group
` [PATCH v14 41/42] btrfs: serialize log transaction on ZONED mode
` [PATCH v14 42/42] btrfs: reorder log node allocation

ENOSPC in btrfs_run_delayed_refs with 5.10.8 + zstd
 2021-01-27 17:23 UTC 

[PATCH v5 00/18] btrfs: add read-only support for subpage sector size
 2021-01-27 17:13 UTC  (37+ messages)
` [PATCH v5 01/18] btrfs: merge PAGE_CLEAR_DIRTY and PAGE_SET_WRITEBACK to PAGE_START_WRITEBACK
` [PATCH v5 02/18] btrfs: set UNMAPPED bit early in btrfs_clone_extent_buffer() for subpage support
` [PATCH v5 03/18] btrfs: introduce the skeleton of btrfs_subpage structure
` [PATCH v5 04/18] btrfs: make attach_extent_buffer_page() handle subpage case
` [PATCH v5 05/18] btrfs: make grab_extent_buffer_from_page() "
` [PATCH v5 06/18] btrfs: support subpage for extent buffer page release
` [PATCH v5 07/18] btrfs: attach private to dummy extent buffer pages
` [PATCH v5 08/18] btrfs: introduce helpers for subpage uptodate status
` [PATCH v5 09/18] btrfs: introduce helpers for subpage error status
` [PATCH v5 10/18] btrfs: support subpage in set/clear_extent_buffer_uptodate()
` [PATCH v5 11/18] btrfs: support subpage in btrfs_clone_extent_buffer
` [PATCH v5 12/18] btrfs: support subpage in try_release_extent_buffer()
` [PATCH v5 13/18] btrfs: introduce read_extent_buffer_subpage()
` [PATCH v5 14/18] btrfs: support subpage in endio_readpage_update_page_status()
` [PATCH v5 15/18] btrfs: introduce subpage metadata validation check
` [PATCH v5 16/18] btrfs: introduce btrfs_subpage for data inodes
` [PATCH v5 17/18] btrfs: integrate page status update for data read path into begin/end_page_read()
` [PATCH v5 18/18] btrfs: allow RO mount of 4K sector size fs on 64K page system

misc bio allocation cleanups
 2021-01-27 16:52 UTC  (31+ messages)
` [PATCH 01/17] zonefs: use bio_alloc in zonefs_file_dio_append
  ` [dm-devel] "
` [PATCH 02/17] btrfs: use bio_kmalloc in __alloc_device
` [PATCH 03/17] blk-crypto: use bio_kmalloc in blk_crypto_clone_bio
` [PATCH 04/17] block: split bio_kmalloc from bio_alloc_bioset
` [PATCH 05/17] block: use an on-stack bio in blkdev_issue_flush
` [PATCH 06/17] dm-clone: use blkdev_issue_flush in commit_metadata
` [PATCH 07/17] f2fs: use blkdev_issue_flush in __submit_flush_wait
` [PATCH 08/17] f2fs: remove FAULT_ALLOC_BIO
` [PATCH 09/17] drbd: remove bio_alloc_drbd
` [PATCH 10/17] drbd: remove drbd_req_make_private_bio
` [PATCH 11/17] md: remove bio_alloc_mddev
` [PATCH 12/17] md: simplify sync_page_io
` [PATCH 13/17] md: remove md_bio_alloc_sync
` [PATCH 14/17] md/raid6: refactor raid5_read_one_chunk
` [PATCH 15/17] nfs/blocklayout: remove cruft in bl_alloc_init_bio
` [PATCH 16/17] nilfs2: remove cruft in nilfs_alloc_seg_bio
` [PATCH 17/17] mm: remove get_swap_bio

[PATCH 0/7] btrfs: more performance improvements for dbench workloads
 2021-01-27 15:42 UTC  (13+ messages)
` [PATCH 1/7] btrfs: remove unnecessary directory inode item update when deleting dir entry
` [PATCH 2/7] btrfs: stop setting nbytes when filling inode item for logging
` [PATCH 3/7] btrfs: avoid logging new ancestor inodes when logging new inode
` [PATCH 4/7] btrfs: skip logging directories already logged when logging all parents
` [PATCH 5/7] btrfs: skip logging inodes already logged when logging new entries
` [PATCH 6/7] btrfs: remove unnecessary check_parent_dirs_for_sync()
` [PATCH 7/7] btrfs: make concurrent fsyncs wait less when waiting for a transaction commit

[PATCH] btrfs: Simplify the calculation of variables
 2021-01-27 14:58 UTC  (2+ messages)

[PATCH v3 00/12] Improve preemptive ENOSPC flushing
 2021-01-27 15:27 UTC  (14+ messages)
` [PATCH v3 01/12] btrfs: make flush_space take a enum btrfs_flush_state instead of int
` [PATCH v3 02/12] btrfs: add a trace point for reserve tickets
` [PATCH v3 04/12] btrfs: introduce a FORCE_COMMIT_TRANS flush operation
` [PATCH v3 06/12] btrfs: rename need_do_async_reclaim
` [PATCH v3 11/12] btrfs: adjust the flush trace point to include the source

[PATCH v4 00/12] Improve preemptive ENOSPC flushing
 2021-01-27 15:03 UTC  (14+ messages)
` [PATCH v4 01/12] btrfs: make flush_space take a enum btrfs_flush_state instead of int
` [PATCH v4 02/12] btrfs: add a trace point for reserve tickets
` [PATCH v4 03/12] btrfs: track ordered bytes instead of just dio ordered bytes
` [PATCH v4 04/12] btrfs: introduce a FORCE_COMMIT_TRANS flush operation
` [PATCH v4 05/12] btrfs: improve preemptive background space flushing
` [PATCH v4 06/12] btrfs: rename need_do_async_reclaim
` [PATCH v4 07/12] btrfs: check reclaim_size in need_preemptive_reclaim
` [PATCH v4 08/12] btrfs: rework btrfs_calc_reclaim_metadata_size
` [PATCH v4 09/12] btrfs: simplify the logic in need_preemptive_flushing
` [PATCH v4 10/12] btrfs: implement space clamping for preemptive flushing
` [PATCH v4 11/12] btrfs: adjust the flush trace point to include the source
` [PATCH v4 12/12] btrfs: add a trace class for dumping the current ENOSPC state

[PATCH v2] btrfs: Avoid calling btrfs_get_chunk_map() twice
 2021-01-27 14:08 UTC  (2+ messages)

[PATCH] fs: btrfs: Select SHA256 in Kconfig
 2021-01-27 13:57 UTC  (6+ messages)

btrfs becomes read-only
 2021-01-27 13:05 UTC  (4+ messages)

Only one subvolume can be mounted after replace/balance
 2021-01-27 13:10 UTC  (3+ messages)

[PATCH] btrfs: Avoid calling btrfs_get_chunk_map() twice
 2021-01-27 12:16 UTC  (3+ messages)

[PATCH v2 0/4] btrfs: send: correctly recreate changed inodes
 2021-01-27 10:53 UTC  (7+ messages)
` [PATCH v2 2/4] btrfs: send: fix invalid commands for inodes with changed type but same gen
` [PATCH v2 3/4] btrfs: send: fix invalid commands for inodes with changed rdev "
` [PATCH v2 4/4] btrfs: send: fix invalid commands for inodes in disconnected roots

[PATCH] btrfs: fix a bug that btrfs_invalidapge() can double account ordered extent for subpage
 2021-01-27 10:52 UTC  (3+ messages)

[PATCH v5 0/8] A variety of lock contention fixes
 2021-01-26 17:51 UTC  (8+ messages)
` [PATCH v5 2/8] btrfs: only let one thread pre-flush delayed refs in commit

[PATCH] btrfs: send: use struct send_ctx *sctx for btrfs_compare_trees and changed_cb
 2021-01-26 18:05 UTC  (2+ messages)

[PATCH v2 0/5] Serious fixes for different error paths
 2021-01-26 16:41 UTC  (2+ messages)

"bad tree block start" when trying to mount on ARM
 2021-01-26  4:54 UTC  (15+ messages)

[PATCH v13 00/42] btrfs: zoned block device support
 2021-01-25 12:08 UTC  (9+ messages)
` [PATCH v13 13/42] btrfs: track unusable bytes for zones
` [PATCH v13 22/42] btrfs: split ordered extent when bio is sent

[PATCH 1/2] btrfs-progs: tests: Extend cli/003
 2021-01-25 10:43 UTC  (2+ messages)
` [PATCH 2/2] btrfs-progs: Remove duplicate checks from cmd_filesystem_resize

[RFC][PATCH V5] btrfs: preferred_metadata: preferred device for metadata
 2021-01-25 15:21 UTC  (2+ messages)

[PATCH] btrfs: rework the order of btrfs_ordered_extent::flags
 2021-01-25 12:15 UTC  (3+ messages)

[PATCH] btrfs: Remove unused variable
 2021-01-25 12:35 UTC  (2+ messages)

[PATCH] btrfs: fix lockdep warning due to seqcount_mutex_init() with wrong address
 2021-01-26  7:03 UTC  (5+ messages)

[PATCH] btrfs: avoid double put of block group when emptying cluster
 2021-01-26 14:30 UTC  (3+ messages)

[PATCH v2] btrfs: rework the order of btrfs_ordered_extent::flags
 2021-01-26  0:35 UTC 


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