linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-30 13:54:01 to 2020-11-03 13:31:59 UTC [more...]

[PATCH 00/32] btrfs: preparation patches for subpage support
 2020-11-03 13:30 UTC  (14+ messages)
` [PATCH 01/32] btrfs: extent_io: remove the extent_start/extent_len for end_bio_extent_readpage()
` [PATCH 02/32] btrfs: extent_io: integrate page status update into endio_readpage_release_extent()
` [PATCH 03/32] btrfs: extent_io: add lockdep_assert_held() for attach_extent_buffer_page()
` [PATCH 04/32] btrfs: extent_io: extract the btree page submission code into its own helper function
` [PATCH 05/32] btrfs: extent-io-tests: remove invalid tests
` [PATCH 06/32] btrfs: extent_io: calculate inline extent buffer page size based on page size
` [PATCH 07/32] btrfs: extent_io: make btrfs_fs_info::buffer_radix to take sector size devided values
` [PATCH 08/32] btrfs: extent_io: sink less common parameters for __set_extent_bit()
` [PATCH 09/32] btrfs: extent_io: sink less common parameters for __clear_extent_bit()
` [PATCH 10/32] btrfs: disk_io: grab fs_info from extent_buffer::fs_info directly for btrfs_mark_buffer_dirty()
` [PATCH 11/32] btrfs: disk-io: make csum_tree_block() handle sectorsize smaller than page size
` [PATCH 12/32] btrfs: disk-io: extract the extent buffer verification from btrfs_validate_metadata_buffer()
` [PATCH 13/32] btrfs: disk-io: accept bvec directly for csum_dirty_buffer()

[PATCH v9 00/41] btrfs: zoned block device support
 2020-11-03 13:28 UTC  (60+ messages)
` [PATCH v9 01/41] block: add bio_add_zone_append_page
  ` [PATCH v9 02/41] iomap: support REQ_OP_ZONE_APPEND
  ` [PATCH v9 04/41] btrfs: Get zone information of zoned block devices
  ` [PATCH v9 06/41] btrfs: introduce max_zone_append_size
  ` [PATCH v9 07/41] btrfs: disallow space_cache in ZONED mode
  ` [PATCH v9 08/41] btrfs: disallow NODATACOW "
  ` [PATCH v9 11/41] btrfs: implement log-structured superblock for "
  ` [PATCH v9 12/41] btrfs: implement zoned chunk allocator
  ` [PATCH v9 13/41] btrfs: verify device extent is aligned to zone
  ` [PATCH v9 14/41] btrfs: load zone's alloction offset
  ` [PATCH v9 15/41] btrfs: emulate write pointer for conventional zones
  ` [PATCH v9 16/41] btrfs: track unusable bytes for zones
  ` [PATCH v9 17/41] btrfs: do sequential extent allocation in ZONED mode
  ` [PATCH v9 20/41] btrfs: extract page adding function
  ` [PATCH v9 21/41] btrfs: use bio_add_zone_append_page for zoned btrfs
  ` [PATCH v9 22/41] btrfs: handle REQ_OP_ZONE_APPEND as writing
` [PATCH v9 05/41] btrfs: Check and enable ZONED mode
` [PATCH v9 09/41] btrfs: disable fallocate in "
` [PATCH v9 10/41] btrfs: disallow mixed-bg "

[patch V3 00/37] mm/highmem: Preemptible variant of kmap_atomic & friends
 2020-11-03 12:25 UTC  (40+ messages)
` [patch V3 01/37] mm/highmem: Un-EXPORT __kmap_atomic_idx()
` [patch V3 02/37] highmem: Remove unused functions
` [patch V3 03/37] fs: Remove asm/kmap_types.h includes
` [patch V3 04/37] sh/highmem: Remove all traces of unused cruft
` [patch V3 05/37] asm-generic: Provide kmap_size.h
` [patch V3 06/37] highmem: Provide generic variant of kmap_atomic*
` [patch V3 07/37] highmem: Make DEBUG_HIGHMEM functional
` [patch V3 08/37] x86/mm/highmem: Use generic kmap atomic implementation
` [patch V3 09/37] arc/mm/highmem: "
` [patch V3 10/37] ARM: highmem: Switch to generic kmap atomic
` [patch V3 11/37] csky/mm/highmem: "
` [patch V3 12/37] microblaze/mm/highmem: "
` [patch V3 13/37] mips/mm/highmem: "
` [patch V3 14/37] nds32/mm/highmem: "
` [patch V3 15/37] powerpc/mm/highmem: "
` [patch V3 16/37] sparc/mm/highmem: "
` [patch V3 17/37] xtensa/mm/highmem: "
` [patch V3 18/37] highmem: Get rid of kmap_types.h
` [patch V3 19/37] mm/highmem: Remove the old kmap_atomic cruft
` [patch V3 20/37] io-mapping: Cleanup atomic iomap
` [patch V3 21/37] Documentation/io-mapping: Remove outdated blurb
` [patch V3 22/37] highmem: High implementation details and document API
` [patch V3 23/37] sched: Make migrate_disable/enable() independent of RT
` [patch V3 24/37] sched: highmem: Store local kmaps in task struct
` [patch V3 25/37] mm/highmem: Provide kmap_local*
` [patch V3 26/37] io-mapping: Provide iomap_local variant
` [patch V3 27/37] x86/crashdump/32: Simplify copy_oldmem_page()
` [patch V3 28/37] mips/crashdump: "
` [patch V3 29/37] ARM: mm: Replace kmap_atomic_pfn()
` [patch V3 30/37] highmem: Remove kmap_atomic_pfn()
` [patch V3 31/37] drm/ttm: Replace kmap_atomic() usage
` [patch V3 32/37] drm/vmgfx: Replace kmap_atomic()
` [patch V3 33/37] highmem: Remove kmap_atomic_prot()
` [patch V3 34/37] drm/qxl: Replace io_mapping_map_atomic_wc()
` [patch V3 35/37] drm/nouveau/device: "
` [patch V3 36/37] drm/i915: "
` [patch V3 37/37] io-mapping: Remove io_mapping_map_atomic_wc()

ERROR: modpost: "__udivdi3" [fs/btrfs/btrfs.ko] undefined!
 2020-11-03 11:14 UTC  (4+ messages)

[PATCH 00/10] Sectorsize, csum_size lifted to fs_info
 2020-11-03  9:31 UTC  (20+ messages)
` [PATCH 01/10] btrfs: use precalculated sectorsize_bits from fs_info
` [PATCH 02/10] btrfs: replace div_u64 by shift in free_space_bitmap_size
` [PATCH 03/10] btrfs: replace s_blocksize_bits with fs_info::sectorsize_bits
` [PATCH 05/10] btrfs: precalculate checksums per leaf once
` [PATCH 06/10] btrfs: use cached value of fs_info::csum_size everywhere

Restore btrfs partition
 2020-11-03  9:13 UTC 

[PATCH v4 00/68] btrfs: add basic rw support for subpage sector size
 2020-11-03  6:07 UTC  (7+ messages)
` [PATCH v4 01/68] btrfs: extent-io-tests: remove invalid tests

[GIT PULL][PATCH v5 0/9] Update to zstd-1.4.6
 2020-11-03  6:05 UTC  (9+ messages)
` [PATCH v5 1/9] lib: zstd: Add zstd compatibility wrapper
` [PATCH v5 2/9] lib: zstd: Add decompress_sources.h for decompress_unzstd
` [PATCH v5 4/9] crypto: zstd: Switch to zstd-1.4.6 API
` [PATCH v5 5/9] btrfs: zstd: Switch to the "
` [PATCH v5 6/9] f2fs: "
` [PATCH v5 7/9] squashfs: "
` [PATCH v5 8/9] lib: unzstd: "
` [PATCH v5 9/9] lib: zstd: Remove zstd compatibility wrapper

[PATCH RESEND v2 0/3] cleanup btrfs_find_device and fix sysbot warning
 2020-11-03  5:49 UTC  (4+ messages)
` [PATCH RESEND v2 1/3] btrfs: drop never met condition of disk_total_bytes == 0
` [PATCH RESEND v2 2/3] btrfs: fix btrfs_find_device unused arg seed
` [PATCH RESEND v2 3/3] btrfs: fix devid 0 without a replace item by failing the mount

[PATCH AUTOSEL 5.9 18/35] btrfs: drop the path before adding qgroup items when enabling qgroups
 2020-11-03  1:18 UTC  (2+ messages)
` [PATCH AUTOSEL 5.9 19/35] btrfs: add a helper to read the tree_root commit root for backref lookup

[PATCH AUTOSEL 5.8 17/29] btrfs: add a helper to read the tree_root commit root for backref lookup
 2020-11-03  1:19 UTC 

btrfs CPU usage limiting performance
 2020-11-02 21:10 UTC  (2+ messages)

[PATCH] btrfs: balance RAID1/RAID10 mirror selection
 2020-11-02 19:36 UTC  (5+ messages)

Switching from spacecache v1 to v2
 2020-11-02 17:03 UTC  (5+ messages)

[PATCH 00/14] Another batch of inode vs btrfs_inode cleanups
 2020-11-02 16:25 UTC  (18+ messages)
` [PATCH 01/14] btrfs: Make btrfs_inode_safe_disk_i_size_write take btrfs_inode
` [PATCH 02/14] btrfs: Make insert_prealloc_file_extent "
` [PATCH 03/14] btrfs: Make btrfs_truncate_inode_items "
` [PATCH 04/14] btrfs: Make btrfs_finish_ordered_io btrfs_inode-centric
` [PATCH 05/14] btrfs: Make btrfs_delayed_update_inode take btrfs_inode
` [PATCH 06/14] btrfs: Make btrfs_update_inode_item "
` [PATCH 07/14] btrfs: Make btrfs_update_inode "
` [PATCH 08/14] btrfs: Make maybe_insert_hole "
` [PATCH 09/14] btrfs: Make find_first_non_hole "
` [PATCH 10/14] btrfs: Make btrfs_insert_replace_extent "
` [PATCH 11/14] btrfs: Make btrfs_truncate_block "
` [PATCH 12/14] btrfs: Make btrfs_cont_expand "
` [PATCH 13/14] btrfs: Make btrfs_drop_extents "
` [PATCH 14/14] btrfs: Make btrfs_update_inode_fallback "

[PATCH] btrfs: fix build warning due to u64 devided by u32 for 32bit arch
 2020-11-02 15:03 UTC  (4+ messages)

[PATCH] btrfs: Use transid for DIR_ITEM/DIR_INDEX's location
 2020-11-02 14:17 UTC  (2+ messages)

damaged filesystem - how to continue
 2020-11-02 11:20 UTC 

[PATCH 2/4] fs: btrfs: volumes: prevent overflow for multiplying
 2020-11-02  1:06 UTC 

[PATCH v2] btrfs-progs: device stats: add json output format
 2020-11-01 21:24 UTC  (4+ messages)

[PATCH 0/3] fstests: Fix tests which checks for swapfile support
 2020-11-01 16:03 UTC  (2+ messages)

[PATCH] btrfs: sysfs: remove unneeded semicolon
 2020-11-01 15:30 UTC 

[PATCH] btrfs: fix boolreturn.cocci warnings
 2020-11-01  5:20 UTC 

NULL pointer exception in btrfs_compress_pages
 2020-10-31 18:06 UTC 

[PATCH] btrfs-progs: Sort main help menu
 2020-10-31  0:15 UTC 

btrfsck segfaults on root 5 missing its root dir, recreating
 2020-10-30 21:56 UTC  (2+ messages)

[PATCH 00/14] Set the lockdep class on eb's at allocation time
 2020-10-30 21:03 UTC  (15+ messages)
` [PATCH 01/14] btrfs: remove lockdep classes for the fs tree
` [PATCH 02/14] btrfs: cleanup extent buffer readahead
` [PATCH 03/14] btrfs: use btrfs_read_node_slot in btrfs_realloc_node
` [PATCH 04/14] btrfs: use btrfs_read_node_slot in walk_down_reloc_tree
` [PATCH 05/14] btrfs: use btrfs_read_node_slot in do_relocation
` [PATCH 06/14] btrfs: use btrfs_read_node_slot in replace_path
` [PATCH 07/14] btrfs: use btrfs_read_node_slot in walk_down_tree
` [PATCH 08/14] btrfs: use btrfs_read_node_slot in qgroup_trace_extent_swap
` [PATCH 09/14] btrfs: use btrfs_read_node_slot in qgroup_trace_new_subtree_blocks
` [PATCH 10/14] btrfs: use btrfs_read_node_slot in btrfs_qgroup_trace_subtree
` [PATCH 11/14] btrfs: pass root owner to read_tree_block
` [PATCH 12/14] btrfs: pass the root owner and level around for reada
` [PATCH 13/14] btrfs: pass the owner_root and level to alloc_extent_buffer
` [PATCH 14/14] btrfs: set the lockdep class for ebs on creation

[GIT PULL] Btrfs fixes for 5.10-rc2
 2020-10-30 20:35 UTC  (2+ messages)

WARNING in close_fs_devices (2)
 2020-10-30 18:36 UTC  (5+ 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).