linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-07 23:59:00 to 2020-09-14 07:07:06 UTC [more...]

64k and 4k page size inter-op?
 2020-09-14  7:06 UTC  (2+ messages)

Detecting new partitions fails after "btrfs device scan --forget"
 2020-09-14  0:36 UTC  (2+ messages)

Drive won't mount, please help
 2020-09-13 20:56 UTC 

[PATCH] btrfs: add test for free space tree remounts
 2020-09-13 16:49 UTC  (4+ messages)
` [PATCH v2] "

[PATCH][v2] fstests: btrfs/219 add a test to test -o rescue=all
 2020-09-13 15:45 UTC  (2+ messages)

[PATCH] fstests: btrfs/219 add a test for some disk caching usecases
 2020-09-13 15:03 UTC  (4+ messages)
` [PATCH][v4] fstests: add generic/609 to test O_DIRECT|O_DSYNC

Changes in 5.8.x cause compsize/bees failure
 2020-09-12 20:43 UTC  (5+ messages)

[GIT PULL] Btrfs fixes for 5.9-rc5
 2020-09-12 20:00 UTC  (2+ messages)

[PATCH v7 00/39] btrfs: zoned block device support
 2020-09-12  5:30 UTC  (43+ messages)
` [PATCH v7 01/39] btrfs: introduce ZONED feature flag
` [PATCH v7 02/39] btrfs: Get zone information of zoned block devices
` [PATCH v7 03/39] btrfs: Check and enable ZONED mode
` [PATCH v7 04/39] btrfs: introduce max_zone_append_size
` [PATCH v7 05/39] btrfs: disallow space_cache in ZONED mode
` [PATCH v7 06/39] btrfs: disallow NODATACOW "
` [PATCH v7 07/39] btrfs: disable fallocate "
` [PATCH v7 08/39] btrfs: disallow mixed-bg "
` [PATCH v7 09/39] btrfs: disallow inode_cache "
` [PATCH v7 10/39] btrfs: implement log-structured superblock for "
` [PATCH v7 11/39] btrfs: implement zoned chunk allocator
` [PATCH v7 12/39] btrfs: verify device extent is aligned to zone
` [PATCH v7 13/39] btrfs: load zone's alloction offset
` [PATCH v7 14/39] btrfs: emulate write pointer for conventional zones
` [PATCH v7 15/39] btrfs: track unusable bytes for zones
` [PATCH v7 16/39] btrfs: do sequential extent allocation in ZONED mode
` [PATCH v7 17/39] btrfs: reset zones of unused block groups
` [PATCH v7 18/39] btrfs: redirty released extent buffers in ZONED mode
` [PATCH v7 19/39] btrfs: limit bio size under max_zone_append_size
` [PATCH v7 20/39] btrfs: limit ordered extent size to max_zone_append_size
` [PATCH v7 21/39] btrfs: extend btrfs_rmap_block for specifying a device
` [PATCH v7 22/39] btrfs: use ZONE_APPEND write for ZONED btrfs
` [PATCH v7 23/39] btrfs: handle REQ_OP_ZONE_APPEND as writing
` [PATCH v7 24/39] btrfs: enable zone append writing for direct IO
` [PATCH v7 25/39] btrfs: introduce dedicated data write path for ZONED mode
` [PATCH v7 26/39] btrfs: serialize meta IOs on "
` [PATCH v7 27/39] btrfs: wait existing extents before truncating
` [PATCH v7 28/39] btrfs: avoid async metadata checksum on ZONED mode
` [PATCH v7 29/39] btrfs: mark block groups to copy for device-replace
` [PATCH v7 30/39] btrfs: implement cloning for ZONED device-replace
` [PATCH v7 31/39] btrfs: implement copying "
` [PATCH v7 32/39] btrfs: support dev-replace in ZONED mode
` [PATCH v7 33/39] btrfs: enable relocation "
` [PATCH v7 34/39] btrfs: relocate block group to repair IO failure in ZONED
` [PATCH v7 35/39] btrfs: split alloc_log_tree()
` [PATCH v7 36/39] btrfs: extend zoned allocator to use dedicated tree-log block group
` [PATCH v7 37/39] btrfs: serialize log transaction on ZONED mode
` [PATCH v7 38/39] btrfs: reorder log node allocation
` [PATCH v7 39/39] btrfs: enable to mount ZONED incompat flag

Not all deduped disk space freed?
 2020-09-11 23:59 UTC  (3+ messages)

[PATCH 00/17] btrfs: add read-only support for subpage sector size
 2020-09-11 13:55 UTC  (43+ messages)
` [PATCH 01/17] btrfs: extent-io-tests: remove invalid tests
` [PATCH 02/17] btrfs: calculate inline extent buffer page size based on page size
` [PATCH 03/17] btrfs: remove the open-code to read disk-key
` [PATCH 04/17] btrfs: make btrfs_fs_info::buffer_radix to take sector size devided values
` [PATCH 05/17] btrfs: don't allow tree block to cross page boundary for subpage support
` [PATCH 06/17] btrfs: handle sectorsize < PAGE_SIZE case for extent buffer accessors
` [PATCH 07/17] btrfs: make csum_tree_block() handle sectorsize smaller than page size
` [PATCH 08/17] btrfs: refactor how we extract extent buffer from page for alloc_extent_buffer()
` [PATCH 09/17] btrfs: refactor btrfs_release_extent_buffer_pages()
` [PATCH 10/17] btrfs: add assert_spin_locked() for attach_extent_buffer_page()
` [PATCH 11/17] btrfs: extract the extent buffer verification from btree_readpage_end_io_hook()
` [PATCH 12/17] btrfs: remove the unnecessary parameter @start and @len for check_data_csum()
` [PATCH 13/17] btrfs: extent_io: only require sector size alignment for page read
` [PATCH 14/17] btrfs: make btrfs_readpage_end_io_hook() follow sector size
` [PATCH 15/17] btrfs: introduce subpage_eb_mapping for extent buffers
` [PATCH 16/17] btrfs: handle extent buffer verification proper for subpage size
` [PATCH 17/17] btrfs: allow RO mount of 4K sector size fs on 64K page system

[PATCH 0/5] btrfs: fix enospc and transaction aborts during fallocate
 2020-09-11 14:02 UTC  (12+ messages)
` [PATCH 1/5] btrfs: fix metadata reservation for fallocate that leads to transaction aborts
` [PATCH 2/5] btrfs: remove item_size member of struct btrfs_clone_extent_info
` [PATCH 3/5] btrfs: rename struct btrfs_clone_extent_info to a more generic name
` [PATCH 4/5] btrfs: rename btrfs_punch_hole_range() "
` [PATCH 5/5] btrfs: rename btrfs_insert_clone_extent() "

[PATCH 0/9] btrfs: implement send/receive of compressed extents without decompressing
 2020-09-11 14:13 UTC  (4+ messages)
` [PATCH 2/9] btrfs: send: avoid copying file data

No space left after add device and balance
 2020-09-11 15:33 UTC  (4+ messages)

[PATCH 0/5] Improve setup_items_for_insert
 2020-09-11 14:50 UTC  (5+ messages)
` [PATCH 5/5] btrfs: improve error message in setup_items_for_insert

[PATCH] fixup: btrfs: simplify parameters of btrfs_sysfs_add_devices_dir
 2020-09-11 12:03 UTC  (2+ messages)

[Spam] We are still waiting for your email
 2020-09-09  8:49 UTC 

[PATCH v2 0/3] btrfs: free space tree mounting fixes
 2020-09-10 16:47 UTC  (9+ messages)
` [PATCH v2 1/3] btrfs: support remount of ro fs with free space tree
` [PATCH v2 2/3] btrfs: remove free space items when creating "
` [PATCH 3/3] btrfs: skip space_cache v1 setup when not using it

[PATCH 00/10] Cleanup metadata page reading path
 2020-09-10 15:04 UTC  (25+ messages)
` [PATCH 01/10] btrfs: Remove btree_readpage
` [PATCH 02/10] btrfs: Remove pg_offset from btrfs_get_extent
` [PATCH 03/10] btrfs: Simplify metadata pages reading
` [PATCH 04/10] btrfs: Remove btree_get_extent
` [PATCH 05/10] btrfs: Remove btrfs_get_extent indirection from __do_readpage
` [PATCH 06/10] btrfs: Remove mirror_num argument from extent_read_full_page
` [PATCH 07/10] btrfs: Promote extent_read_full_page to btrfs_readpage
` [PATCH 08/10] btrfs: Sink mirror_num argument in extent_read_full_page
` [PATCH 09/10] btrfs: Sink read_flags argument into extent_read_full_page
` [PATCH 10/10] btrfs: Sink mirror_num argument in __do_readpage

[PATCH -next] btrfs: Remove unused function calc_global_rsv_need_space()
 2020-09-10 15:53 UTC  (4+ messages)

[PATCH 0/5] Convert seed devices to proper list API
 2020-09-10 16:28 UTC  (6+ messages)
` [PATCH 5/5] btrfs: Switch seed device to list api

backref mismatch / backpointer mismatch
 2020-09-10  5:36 UTC  (3+ messages)

[PATCH] generic: add test for zero range over a file range with many small extents
 2020-09-10  3:14 UTC  (3+ messages)

Corrupted filesystem after power loss
 2020-09-10  2:25 UTC  (2+ messages)

[PATCH v3 0/16] btrfs: seed fix null ptr, use only main device_list_mutex, and cleanups
 2020-09-09 13:14 UTC  (12+ messages)
` [PATCH 01/16] btrfs: fix put of uninitialized kobject after seed device delete
` [PATCH 13/16] btrfs: cleanup btrfs_remove_chunk

[PATCH] fstests: btrfs/219 add a test to test -o rescue=all
 2020-09-09 12:20 UTC  (3+ messages)

[btrfs] 3b54a0a703: WARNING:at_fs/btrfs/inode.c:#btrfs_finish_ordered_io[btrfs]
 2020-09-09  7:49 UTC 

[PATCH 0/2][v3] Some leaked root fixes
 2020-09-09  7:37 UTC  (4+ messages)
` [PATCH 2/2] btrfs: pretty print leaked root name

[PATCH] btrfs: introduce rescue=all
 2020-09-09  7:25 UTC  (4+ messages)

[PATCH] btrfs-progs: support free space tree in mkfs
 2020-09-08 20:41 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] fstests: add a _require_scratch_mountopt helper
 2020-09-08 15:42 UTC 

[PATCH 0/4][v2] Lockdep fixes
 2020-09-08 12:52 UTC  (4+ messages)
` [PATCH 4/4] btrfs: do not create raid sysfs entries under any locks

[PATCH U-BOOT v3 00/30] PLEASE TEST fs: btrfs: Re-implement btrfs support using code from btrfs-progs
 2020-09-08 18:18 UTC  (7+ messages)
` [PATCH U-BOOT v3 25/30] fs: btrfs: Implement btrfs_file_read()

[PATCH] btrfs: fix NULL pointer dereference after failure to create snapshot
 2020-09-07 23:56 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).