linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-11 06:38:15 to 2022-07-16 14:11:17 UTC [more...]

[GIT PULL] Btrfs fixes for 5.19-rc7
 2022-07-16 14:06 UTC 

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

[PATCH v2 0/2] btrfs-corrupt-block: btree data corruption
 2022-07-15 21:22 UTC  (3+ messages)
` [PATCH v2 1/2] btrfs-progs: corrupt generic item data with btrfs-corrupt-block
` [PATCH v2 2/2] btrfs-progs: expand corrupt_file_extent in btrfs-corrupt-block

[PATCH v10 0/5] tests for btrfs fsverity
 2022-07-15 20:31 UTC  (6+ messages)
` [PATCH v10 1/5] common/verity: require corruption functionality
` [PATCH v10 2/5] common/verity: support btrfs in generic fsverity tests
` [PATCH v10 3/5] btrfs: test btrfs specific fsverity corruption
` [PATCH v10 4/5] btrfs: test verity orphans with dmlogwrites
` [PATCH v10 5/5] generic: test fs-verity EFBIG scenarios

[PATCH v2 0/9] btrfs: block group cleanups
 2022-07-15 19:45 UTC  (10+ messages)
` [PATCH v2 1/9] btrfs: use btrfs_fs_closing for background bg work
` [PATCH v2 2/9] btrfs: simplify btrfs_update_space_info
` [PATCH v2 3/9] btrfs: handle space_info setting of bg in btrfs_add_bg_to_space_info
` [PATCH v2 4/9] btrfs: convert block group bit field to use bit helpers
` [PATCH v2 5/9] btrfs: remove block_group->lock protection for TO_COPY
` [PATCH v2 6/9] btrfs: simplify btrfs_put_block_group_cache
` [PATCH v2 7/9] btrfs: remove BLOCK_GROUP_FLAG_HAS_CACHING_CTL
` [PATCH v2 8/9] btrfs: remove bg->lock protection for relocation repair flag
` [PATCH v2 9/9] btrfs: delete btrfs_wait_space_cache_v1_finished

[PATCH 0/3] btrfs: fix a couple sleeps while holding a spinlock
 2022-07-15 16:52 UTC  (6+ messages)

btrfs I/O completion cleanup and single device I/O optimizations v2
 2022-07-15  8:30 UTC  (27+ 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

[PATCH 0/4] btrfs: output more info for -ENOSPC caused transaction abort and other enhancement
 2022-07-15  8:18 UTC  (9+ messages)
` [PATCH 1/4] btrfs: output human readable space info flag
` [PATCH 2/4] btrfs: make __btrfs_dump_space_info() output better formatted
` [PATCH 3/4] btrfs: make DUMP_BLOCK_RSV() to have better output
` [PATCH 4/4] btrfs: dump all space infos if we abort transaction due to ENOSPC

[PATCH 0/5] btrfs: block group cleanups
 2022-07-14 22:40 UTC  (11+ messages)
` [PATCH 1/5] btrfs: use btrfs_fs_closing for background bg work
` [PATCH 2/5] btrfs: convert block group bit field to use bit helpers
` [PATCH 3/5] btrfs: remove block_group->lock protection for TO_COPY
` [PATCH 4/5] btrfs: simplify btrfs_put_block_group_cache
` [PATCH 5/5] btrfs: remove BLOCK_GROUP_FLAG_HAS_CACHING_CTL

[PATCH 0/2] btrfs: Annotate transaction wait events with
 2022-07-14 16:29 UTC  (11+ messages)
` [PATCH 1/2] btrfs: Add a lockdep model for the num_writers wait event

[PATCH v2] btrfs: simplify error handling in btrfs_lookup_dentry
 2022-07-14 12:57 UTC  (3+ messages)

[PATCH] btrfs: align max_zone_append_size to the sector size
 2022-07-14 12:52 UTC  (3+ messages)

[PATCH] btrfs: Replace kmap() with kmap_local_page() in zstd.c
 2022-07-14 12:33 UTC  (4+ messages)

[PATCH] btrfs: slience the sparse warn of rcu_string
 2022-07-14  8:00 UTC  (3+ messages)

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

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

[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  (10+ messages)
` [PATCH 01/13] block: add bdev_max_segments() helper
` [PATCH 03/13] btrfs: replace BTRFS_MAX_EXTENT_SIZE with fs_info->max_extent_size
` [PATCH 07/13] btrfs: zoned: finish least available block group on data BG allocation
` [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)


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