Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2021-01-28 16:13:45 to 2021-02-04 17:44:47 UTC [more...]

put 2 hard drives in mdadm raid 1 and detect bitrot like btrfs does, what's that called?
 2021-02-04 17:43 UTC  (6+ messages)
    `  "

[PATCH] btrfs: fix extent buffer leak on failure to copy root
 2021-02-04 16:08 UTC  (2+ messages)

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

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

[PATCH 0/2] btrfs: add proper subpage compress read support
 2021-02-04 12:17 UTC  (4+ messages)
` [PATCH 1/2] btrfs: make btrfs_submit_compressed_read() to be subpage compatible
` [PATCH 2/2] btrfs: make check_compressed_csum() "

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

btrfs becomes read only on removal of folders
 2021-02-04 11:02 UTC 

Space cache
 2021-02-04 10:17 UTC  (2+ messages)

[PATCH 0/4] btrfs: fix a couple swapfile support bugs
 2021-02-04 10:11 UTC  (8+ 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-04  8:25 UTC  (37+ 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 17/42] btrfs: enable to mount ZONED incompat flag
` [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

[PATCH] btrfs: Remove unneeded return variable
 2021-02-04  6:29 UTC 

"bad tree block start" when trying to mount on ARM
 2021-02-04  6:16 UTC  (19+ messages)

[PATCH v5 00/18] btrfs: add read-only support for subpage sector size
 2021-02-04  5:13 UTC  (24+ messages)
` [PATCH v5 06/18] btrfs: support subpage for extent buffer page release
` [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

Need help for my Unraid cache drive
 2021-02-04  3:16 UTC  (2+ messages)

Large multi-device BTRFS array (usually) fails to mount on boot
 2021-02-04  0:56 UTC  (3+ messages)

[PATCH v2 0/4] btrfs: send: correctly recreate changed inodes
 2021-02-03 16:20 UTC  (6+ 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)

[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  (2+ messages)

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

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  (2+ messages)

[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  (10+ 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] "

[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  (2+ 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:34 UTC 

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

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


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