linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-07 21:36:53 to 2022-07-14 00:34:19 UTC [more...]

[PATCH 0/5] btrfs: block group cleanups
 2022-07-14  0:34 UTC  (2+ messages)
` [PATCH 1/5] btrfs: use btrfs_fs_closing for background bg work

[PATCH] btrfs: Replace kmap() with kmap_local_page() in zstd.c
 2022-07-14  0:25 UTC  (2+ messages)

[PATCH 00/12] btrfs: introduce write-intent bitmaps for RAID56
 2022-07-13 23:00 UTC  (3+ messages)

[PATCH 0/2] btrfs: Annotate transaction wait events with
 2022-07-13 15:43 UTC  (5+ messages)
` [PATCH 1/2] btrfs: Add a lockdep model for the num_writers wait event
` [PATCH 2/2] btrfs: Add a lockdep model for the num_extwriters "

[RFC ONLY 0/8] btrfs: introduce raid-stripe-tree
 2022-07-13 15:28 UTC  (9+ messages)
` RAID56 discussion related to RST. (Was "Re: [RFC ONLY 0/8] btrfs: introduce raid-stripe-tree")

[PATCH 0/2 v2 RFC] device type and create chunk
 2022-07-13 14:53 UTC  (2+ messages)

[PATCH] btrfs: simplify error handling in btrfs_lookup_dentry
 2022-07-13 14:03 UTC  (6+ messages)

[PATCH v2] btrfs: don't save block group root into super block
 2022-07-13 14:05 UTC  (4+ messages)

[PATCH 0/3] btrfs: fix a couple sleeps while holding a spinlock
 2022-07-13 13:59 UTC  (5+ messages)

btrfs I/O completion cleanup and single device I/O optimizations v2
 2022-07-13 11:18 UTC  (23+ messages)
` [PATCH 01/11] btrfs: don't call bioset_integrity_create for btrfs_bioset
` [PATCH 02/11] btrfs: move btrfs_bio allocation to volumes.c
` [PATCH 03/11] btrfs: pass the operation to btrfs_bio_alloc
` [PATCH 04/11] btrfs: don't take a bio_counter reference for cloned bios
` [PATCH 05/11] btrfs: remove bioc->stripes_pending
` [PATCH 06/11] btrfs: properly abstract the parity raid bio handling
` [PATCH 07/11] btrfs: give struct btrfs_bio a real end_io handler
` [PATCH 08/11] btrfs: split submit_stripe_bio
` [PATCH 09/11] btrfs: simplify the submit_stripe_bio calling convention
` [PATCH 10/11] btrfs: make the btrfs_io_context allocation in __btrfs_map_block optional
` [PATCH 11/11] btrfs: stop allocation a btrfs_io_context for simple I/O

[RFC ONLY 00/23] btrfs: add fscrypt integration
 2022-07-13 10:29 UTC  (24+ messages)
` [RFC ONLY 01/23] btrfs: change btrfs_insert_file_extent() to btrfs_insert_hole_extent()
` [RFC ONLY 02/23] btrfs: rename dir_item's dir_type field to dir_flags
` [RFC ONLY 03/23] btrfs: add new FT_FSCRYPT flag for directories
` [RFC ONLY 04/23] btrfs: explicitly keep track of file extent item size
` [RFC ONLY 05/23] btrfs: factor out a memcmp for two extent_buffers
` [RFC ONLY 06/23] btrfs: use fscrypt_name's instead of name/len everywhere
` [RFC ONLY 07/23] btrfs: setup fscrypt_names from dentrys using helper
` [RFC ONLY 08/23] fscrypt: expose fscrypt_nokey_name
` [RFC ONLY 09/23] fscrypt: expose a method to check whether a fscrypt_name is encrypted
` [RFC ONLY 10/23] btrfs: factor a fscrypt_name matching method
` [RFC ONLY 11/23] fscrypt: add fscrypt_have_same_policy() to check inode's compatibility
` [RFC ONLY 12/23] btrfs: disable various operations on encrypted inodes
` [RFC ONLY 13/23] btrfs: add fscrypt operation table to superblock
` [RFC ONLY 14/23] btrfs: start using fscrypt hooks
` [RFC ONLY 15/23] btrfs: add a subvolume flag for whole-volume encryption
` [RFC ONLY 16/23] btrfs: translate btrfs encryption flags and encrypted inode flag
` [RFC ONLY 17/23] fscrypt: Add new encryption policy for btrfs
` [RFC ONLY 18/23] btrfs: add iv generation function
` [RFC ONLY 19/23] btrfs: Add new FEATURE_INCOMPAT_FSCRYPT feature flag
` [RFC ONLY 20/23] btrfs: reuse encrypted filename hash when possible
` [RFC ONLY 21/23] btrfs: implement fscrypt ioctls
` [RFC ONLY 22/23] btrfs: adapt directory read and lookup to potentially encrypted filenames
` [RFC ONLY 23/23] btrfs: enable encryption for normal file extent data

[PATCH 0/3] btrfs: separate BLOCK_GROUP_TREE feature from extent-tree-v2
 2022-07-13  8:06 UTC  (4+ messages)
` [PATCH 1/3] btrfs: enhance unsupported compat RO flags handling
` [PATCH 2/3] btrfs: don't save block group root into super block
` [PATCH 3/3] btrfs: separate BLOCK_GROUP_TREE compat RO flag from EXTENT_TREE_V2

[PATCH 0/3] btrfs-progs: separate BLOCK_GROUP_TREE feature from extent-tree-v2
 2022-07-13  7:57 UTC  (4+ messages)
` [PATCH 1/3] btrfs-progs: mkfs: dynamically modify mkfs blocks array
` [PATCH 2/3] btrfs-progs: don't save block group root into super block
` [PATCH 3/3] btrfs-progs: separate block group tree from extent tree v2

btrfs check reports inode issues and filesystem turns read-only
 2022-07-13  1:24 UTC 

[PATCH 00/13] btrfs: zoned: fix active zone tracking issues
 2022-07-12 20:32 UTC  (23+ messages)
` [PATCH 01/13] block: add bdev_max_segments() helper
` [PATCH 02/13] btrfs: zoned: revive max_zone_append_bytes
` [PATCH 03/13] btrfs: replace BTRFS_MAX_EXTENT_SIZE with fs_info->max_extent_size
` [PATCH 04/13] btrfs: convert count_max_extents() to use fs_info->max_extent_size
` [PATCH 05/13] btrfs: use fs_info->max_extent_size in get_extent_max_capacity()
` [PATCH 06/13] btrfs: let can_allocate_chunk return int
` [PATCH 07/13] btrfs: zoned: finish least available block group on data BG allocation
` [PATCH 08/13] btrfs: zoned: introduce space_info->active_total_bytes
` [PATCH 09/13] btrfs: zoned: disable metadata overcommit for zoned
` [PATCH 10/13] btrfs: zoned: activate metadata BG on flush_space
` [PATCH 11/13] btrfs: zoned: activate necessary block group
` [PATCH 12/13] btrfs: zoned: write out partially allocated region
` [PATCH 13/13] btrfs: zoned: wait until zone is finished when allocation didn't progress
` [PATCH v2 00/13] btrfs: zoned: fix active zone tracking issues

[PATCH] btrfs: send: always use the rbtree based inode ref management infrastructure
 2022-07-12 20:19 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 0/2] btrfs: send: fix sending link commands for existing file paths
 2022-07-12 20:14 UTC  (5+ messages)
` [PATCH v2 1/2] btrfs: send: introduce recorded_ref_alloc and recorded_ref_free
` [PATCH v2 2/2] btrfs: send: fix sending link commands for existing file paths

BTRFS won't mount in degraded mode
 2022-07-12 18:57 UTC 

BIG_METADATA - dont understand fix or implications
 2022-07-12 14:28 UTC  (8+ messages)

btrfs I/O completion cleanup and single device I/O optimizations
 2022-07-12 14:22 UTC  (5+ messages)
` [PATCH 7/7] btrfs: stop allocation a btrfs_io_context for simple I/O

[PATCH 0/2] btrfs: send: fix a bug that sending a link command on existing file path
 2022-07-12  1:37 UTC  (6+ messages)
` [PATCH 2/2] "

Thanks For Contacting Us
 2022-07-12  1:23 UTC 

[PATCH 0/2] Cleanup 2 sysfs flags
 2022-07-12  1:06 UTC  (11+ messages)
` [PATCH 1/2] btrfs: remove MIXED_BACKREF sysfs file

[GIT PULL] Btrfs fixes for 5.19-rc7
 2022-07-11 21:44 UTC  (2+ messages)

[PATCH 0/2] btrfs: optimize btrfs_ino()
 2022-07-11 17:03 UTC  (5+ messages)
` [PATCH 1/2] btrfs: set the objectid of the btree inode's location key
` [PATCH 2/2] btrfs: add optimized btrfs_ino() version for 64 bits systems

[PATCH 1/2 v2 RFC] btrfs: keep device type in the struct btrfs_device
 2022-07-11 11:14 UTC  (2+ messages)
` [PATCH 2/2 v2 RFC] btrfs: create chunk device type aware

[PATCH] btrfs: don't update the block group item if used bytes are the same
 2022-07-11  8:47 UTC  (3+ messages)

[PATCH] btrfs: don't save block group root into super block
 2022-07-11  5:17 UTC 

[PATCH] btrfs: enhance unsupported compat RO flags handling
 2022-07-11  2:08 UTC 

Cannot mount
 2022-07-09 16:38 UTC  (12+ messages)
    ` Fwd: "

[PATCH v2 0/3] Cleanup short int types in block group reserve
 2022-07-09 11:40 UTC  (3+ messages)

BTRFS critical (device md126): corrupt node: root=1 block=13404298215424 slot=307, unaligned pointer, have 12567101254720864896 should be aligned to 4096
 2022-07-09  2:20 UTC  (13+ messages)

[PATCH 00/13] btrfs: zoned: fix active zone tracking issues
 2022-07-08 23:06 UTC  (3+ messages)

[PATCH] btrfs: zoned: drop optimization of zone finish
 2022-07-08 16:52 UTC  (2+ messages)

Help with btrfs error
 2022-07-08 16:48 UTC  (4+ messages)

[PATCH 0/3] btrfs: a few direct IO fixes/improvements
 2022-07-08 15:20 UTC  (2+ messages)

[PATCH] btrfs: fix a memory leak in read_zone_info
 2022-07-08 12:46 UTC  (3+ messages)

[PATCH] btrfs: fix a memory leak in read_zone_info
 2022-07-08 12:46 UTC  (5+ messages)

[PATCH v6 0/2] btrfs: Replace kmap() with kmap_local_page() in zstd.c
 2022-07-08 12:47 UTC  (5+ messages)
` [PATCH v6 1/2] highmem: Make __kunmap_{local,atomic}() take "const void *"

[linux-next:master] BUILD REGRESSION 088b9c375534d905a4d337c78db3b3bfbb52c4a0
 2022-07-08 10:02 UTC  (4+ messages)

fix read repair on compressed extents v3
 2022-07-08  9:37 UTC  (2+ messages)

[PATCH 06/12] btrfs: write-intent: introduce an internal helper to set bits for a range
 2022-07-08  7:23 UTC  (4+ messages)

[PATCH v3 0/5] btrfs: qgroup: address the performance penalty for subvolume dropping
 2022-07-08  6:07 UTC  (6+ messages)
` [PATCH v3 1/5] btrfs: sysfs: introduce qgroup global attribute groups
` [PATCH v3 2/5] btrfs: introduce BTRFS_QGROUP_STATUS_FLAGS_MASK for later expansion
` [PATCH v3 3/5] btrfs: introduce BTRFS_QGROUP_RUNTIME_FLAG_CANCEL_RESCAN
` [PATCH v3 4/5] btrfs: introduce BTRFS_QGROUP_RUNTIME_FLAG_NO_ACCOUNTING to skip qgroup accounting
` [PATCH v3 5/5] btrfs: skip subtree scan if it's too high to avoid low stall in btrfs_commit_transaction()

[PATCH v2 00/19] Convert aops->migratepage to aops->migrate_folio
 2022-07-08  3:29 UTC  (4+ messages)
` [PATCH v2 07/19] mm/migrate: Convert expected_page_refs() to folio_expected_refs()

[PATCH] btrfs: Replace kmap_atomic() with kmap_local_page()
 2022-07-07 21:32 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).