linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-27 10:14:42 to 2021-02-03 16:22:02 UTC [more...]

[PATCH v2 0/4] btrfs: send: correctly recreate changed inodes
 2021-02-03 16:20 UTC  (8+ messages)
` [PATCH v2 3/4] btrfs: send: fix invalid commands for inodes with changed rdev but same gen

[PATCH v7 00/10] fs: interface for directly reading/writing compressed data
 2021-02-03 16:03 UTC  (3+ messages)

[PATCH 0/6] btrfs: some performance improvements for dbench alike workloads
 2021-02-03 15:16 UTC  (9+ messages)
` [PATCH 6/6] btrfs: do not block inode logging for so long during transaction commit

[bug report] btrfs: mark block groups to copy for device-replace
 2021-02-03 14:26 UTC  (2+ messages)

[PATCH] btrfs: add comment on why we can return 0 if we failed to atomically lock the page in read_extent_buffer_pages()
 2021-02-03 13:27 UTC  (4+ messages)

[PATCH v5 00/18] btrfs: add read-only support for subpage sector size
 2021-02-03 13:20 UTC  (50+ 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 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
` [bug report] Unable to handle kernel paging request

[PATCH v5.1 17/62] btrfs: integrate page status update for data read path into begin/end_page_read()
 2021-02-03 12:44 UTC  (2+ messages)

[PATCH 0/4] btrfs: fix a couple swapfile support bugs
 2021-02-03 11:17 UTC  (5+ messages)
` [PATCH 1/4] btrfs: avoid checking for RO block group twice during nocow writeback
` [PATCH 2/4] btrfs: fix race between writes to swap files and scrub
` [PATCH 3/4] btrfs: remove no longer used function btrfs_extent_readonly()
` [PATCH 4/4] btrfs: fix race between swap file activation and snapshot creation

[PATCH v14 00/42] btrfs: zoned block device support
 2021-02-03  7:10 UTC  (42+ messages)
` [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 12/42] btrfs: calculate allocation offset for conventional zones
` [PATCH v14 13/42] btrfs: track unusable bytes for zones
` [PATCH v14 17/42] btrfs: enable to mount ZONED incompat flag
` [PATCH v14 22/42] btrfs: split ordered extent when bio is sent
` [PATCH v14 29/42] btrfs: introduce dedicated data write path for ZONED mode
` [PATCH v14 32/42] btrfs: avoid async metadata checksum on "
` [PATCH v14 41/42] btrfs: serialize log transaction "
` [PATCH v14 42/42] btrfs: reorder log node allocation

is back and forth incremental send/receive supported/stable?
 2021-02-02 19:44 UTC  (10+ messages)

[BUG] remove_from_free_space_tree error
 2021-02-02 17:22 UTC 

Unexpected reflink/subvol snapshot behaviour
 2021-02-02  6:02 UTC  (10+ messages)

ENOSPC in btrfs_run_delayed_refs with 5.10.8 + zstd
 2021-02-01 22:08 UTC  (3+ messages)
  ` ENOSPC in btrfs_run_delayed_refs with 5.10.8

[PATCH 0/7] btrfs: more performance improvements for dbench workloads
 2021-02-01 21:56 UTC  (14+ 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

[RFC][PATCH V6] btrfs: allocation_hint mode
 2021-02-01 21:28 UTC  (6+ messages)
` [PATCH 1/5] btrfs: add ioctl BTRFS_IOC_DEV_PROPERTIES
` [PATCH 2/5] btrfs: add flags to give an hint to the chunk allocator
` [PATCH 3/5] btrfs: export dev_item.type in /sys/fs/btrfs/<uuid>/devinfo/<devid>/type
` [PATCH 4/5] btrfs: add allocation_hint option
` [PATCH 5/5] btrfs: add allocator_hint mode

[RFC][PATCH V5] btrfs-progs: allocation_hint disk property
 2021-02-01 21:28 UTC  (3+ messages)
` [PATCH 1/2] btrfs-progs: add ioctl BTRFS_IOC_DEV_PROPERTIES
` [PATCH 2/2] btrfs-progs: new "allocation_hint" property

[PATCH for-next 0/3] Fix potential deadlock, types and typo in zoned series
 2021-02-01 17:48 UTC  (5+ messages)
` [PATCH for-next 1/3] btrfs: fix to return bool instead of int
` [PATCH for-next 2/3] btrfs: properly unlock log_mutex in error case
` [PATCH for-next 3/3] btrfs: fix a typo in comment

[PATCH for-next 0/2] Fix compilation and checker errors in zoned series
 2021-02-01 17:42 UTC  (4+ messages)
` [PATCH for-next 1/2] btrfs: fix compilation error for !CONFIG_BLK_DEV_ZONED
` [PATCH for-next 2/2] btrfs: fix double free in btrfs_get_dev_zone_info

misc bio allocation cleanups
 2021-02-01 12:22 UTC  (11+ messages)
` [PATCH 04/17] block: split bio_kmalloc from bio_alloc_bioset
` [PATCH 07/17] f2fs: use blkdev_issue_flush in __submit_flush_wait
  ` [f2fs-dev] "
` [PATCH 08/17] f2fs: remove FAULT_ALLOC_BIO
  ` [f2fs-dev] "

"bad tree block start" when trying to mount on ARM
 2021-02-01  5:49 UTC  (18+ messages)

[btrfs] e3953975b6: kobject(#):tried_to_init_an_initialized_object,something_is_seriously_wrong
 2021-02-01  5:49 UTC 

[GIT PULL] Btrfs fixes for 5.11-rc6
 2021-01-30 20:01 UTC  (3+ messages)

[PATCH] fs: btrfs: Select SHA256 in Kconfig
 2021-01-30 19:21 UTC  (6+ messages)

[PATCH] btrfs: fix boolreturn.cocci warnings
 2021-01-30  6:49 UTC 

Entrega de sugestão - Museu Fundação Oriente
 2021-01-30  7:25 UTC 

Entrega de sugestão - Museu Fundação Oriente
 2021-01-30  7:25 UTC 

Need help for my Unraid cache drive
 2021-01-30  5:22 UTC 

Need help for my Unraid cache drive
 2021-01-30  5:34 UTC 

[PATCH v4 0/3] btrfs: read_policy types latency, device and round-robin
 2021-01-30  1:08 UTC  (7+ messages)
` [PATCH v4 1/3] btrfs: add read_policy latency

[PATCH v2] btrfs: Avoid calling btrfs_get_chunk_map() twice
 2021-01-29 19:42 UTC  (11+ messages)

[RFC PATCH] io_uring: add support for IORING_OP_GETDENTS64
 2021-01-29  9:41 UTC  (7+ messages)

super_total_bytes mismatch with fs_devices total_rw_bytes
 2021-01-28 11:15 UTC  (2+ messages)

[bug report] btrfs: introduce read_extent_buffer_subpage()
 2021-01-28 11:10 UTC  (3+ messages)

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

[PATCH] btrfs: Simplify the calculation of variables
 2021-01-28 10:44 UTC  (3+ messages)

Only one subvolume can be mounted after replace/balance
 2021-01-27 20:56 UTC  (4+ messages)

btrfs becomes read-only
 2021-01-27 20:54 UTC  (6+ messages)

[PATCH v4 00/18] btrfs: add read-only support for subpage sector size
 2021-01-27 19:58 UTC  (6+ messages)
` [PATCH v4 04/18] btrfs: make attach_extent_buffer_page() to handle subpage case

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

[PATCH v3 00/12] Improve preemptive ENOSPC flushing
 2021-01-27 15:27 UTC  (5+ messages)
` [PATCH v3 01/12] btrfs: make flush_space take a enum btrfs_flush_state instead of int

[PATCH v4 00/12] Improve preemptive ENOSPC flushing
 2021-01-27 15:03 UTC  (2+ messages)

[PATCH] btrfs: Avoid calling btrfs_get_chunk_map() twice
 2021-01-27 12:16 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


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