Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2022-09-03 17:38:28 to 2022-09-07 21:11:55 UTC [more...]

consolidate btrfs checksumming, repair and bio splitting
 2022-09-07 21:11 UTC  (62+ messages)
` [PATCH 01/17] block: export bio_split_rw
` [PATCH 02/17] btrfs: stop tracking failed reads in the I/O tree
` [PATCH 03/17] btrfs: move repair_io_failure to volumes.c
` [PATCH 04/17] btrfs: handle checksum validation and repair at the storage layer
` [PATCH 05/17] btrfs: handle checksum generation in "
` [PATCH 06/17] btrfs: handle recording of zoned writes "
` [PATCH 07/17] btrfs: allow btrfs_submit_bio to split bios
` [PATCH 08/17] btrfs: pass the iomap bio to btrfs_submit_bio
` [PATCH 09/17] btrfs: remove stripe boundary calculation for buffered I/O
` [PATCH 10/17] btrfs: remove stripe boundary calculation for compressed I/O
` [PATCH 11/17] btrfs: remove stripe boundary calculation for encoded I/O
` [PATCH 12/17] btrfs: remove struct btrfs_io_geometry
` [PATCH 13/17] btrfs: remove submit_encoded_read_bio
` [PATCH 15/17] btrfs: calculate file system wide queue limit for zoned mode
` [PATCH 16/17] btrfs: split zone append bios in btrfs_submit_bio
` [PATCH 17/17] iomap: remove IOMAP_F_ZONE_APPEND
` code placement for bio / storage layer code

[PATCH v2 00/20] btrfs: add fscrypt integration
 2022-09-07 20:43 UTC  (33+ messages)
` [PATCH v2 01/20] fscrypt: expose fscrypt_nokey_name
` [PATCH v2 02/20] fscrypt: add flag allowing partially-encrypted directories
` [PATCH v2 03/20] fscrypt: add fscrypt_have_same_policy() to check inode compatibility
` [PATCH v2 04/20] fscrypt: allow fscrypt_generate_iv() to distinguish filenames
` [PATCH v2 05/20] fscrypt: add extent-based encryption
` [PATCH v2 06/20] fscrypt: document btrfs' fscrypt quirks
` [PATCH v2 07/20] btrfs: store directory's encryption state
` [PATCH v2 08/20] btrfs: use fscrypt_names instead of name/len everywhere
` [PATCH v2 09/20] btrfs: setup fscrypt_names from dentrys using helper
` [PATCH v2 10/20] btrfs: factor a fscrypt_name matching method
` [PATCH v2 11/20] btrfs: disable various operations on encrypted inodes
` [PATCH v2 12/20] btrfs: start using fscrypt hooks
` [PATCH v2 13/20] btrfs: add fscrypt_context items
` [PATCH v2 14/20] btrfs: translate btrfs encryption flags and encrypted inode flag
` [PATCH v2 15/20] btrfs: store a fscrypt extent context per normal file extent
` [PATCH v2 16/20] btrfs: Add new FEATURE_INCOMPAT_FSCRYPT feature flag
` [PATCH v2 17/20] btrfs: reuse encrypted filename hash when possible
` [PATCH v2 18/20] btrfs: adapt directory read and lookup to potentially encrypted filenames
` [PATCH v2 19/20] btrfs: encrypt normal file extent data if appropriate
` [PATCH v2 20/20] btrfs: implement fscrypt ioctls

[PATCH 00/31] btrfs: move extent_io_tree code and cleanups
 2022-09-07 19:03 UTC  (16+ messages)
` [PATCH 01/31] btrfs: cleanup clean_io_failure
` [PATCH 03/31] btrfs: stop using extent_io_tree for io_failure_record's
` [PATCH 09/31] btrfs: convert BUG_ON(EXTENT_BIT_LOCKED) checks to ASSERT's
` [PATCH 12/31] btrfs: move the core extent_io_tree code into extent-io-tree.c
` [PATCH 26/31] btrfs: get rid of track_uptodate
` [PATCH 27/31] btrfs: get rid of ->dirty_bytes

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

[man-pages RFC PATCH v4] statx, inode: document the new STATX_INO_VERSION field
 2022-09-07 15:11 UTC  (13+ messages)

[PATCH] btrfs: refactor btrfs_check_zoned_mode
 2022-09-07 14:51 UTC  (2+ messages)

[PATCH] btrfs: zoned: wait extent buffer IOs before finishing a zone
 2022-09-07 14:43 UTC 

[PATCH v4 0/6] vfs: clean up i_version behavior and expose it via statx
 2022-09-07 11:33 UTC  (7+ messages)
` [PATCH v4 1/6] iversion: update comments with info about atime updates
` [PATCH v4 2/6] ext4: fix i_version handling in ext4
` [PATCH v4 3/6] ext4: unconditionally enable the i_version counter
` [PATCH v4 4/6] vfs: report an inode version in statx for IS_I_VERSION inodes
` [PATCH v4 5/6] nfs: report the inode version in statx if requested
` [PATCH v4 6/6] ceph: fill in the change attribute in statx requests

[PATCH] btrfs: stop tracking failed reads in the I/O tree
 2022-09-07 11:17 UTC 

[PATCH] btrfs: fix the max chunk size and stripe length calculation
 2022-09-07 10:44 UTC  (4+ messages)

[PATCH 00/10] btrfs: make lseek and fiemap much more efficient
 2022-09-07  9:47 UTC  (9+ messages)

btrfs I/O completion cleanup and single device I/O optimizations v2
 2022-09-07  9:08 UTC  (3+ messages)

[PATCH 0/2] fstests: add btrfs encryption support
 2022-09-07  9:02 UTC  (4+ messages)
` [PATCH 1/2] fstests: fscrypt: enable btrfs testing
` [PATCH 2/2] fstests: fscrypt: update tests of encryption contents for btrfs

some help for improvement in btrfs
 2022-09-07  8:46 UTC  (8+ messages)
                ` delete whole file system

[RFC PATCH v2] statx, inode: document the new STATX_INO_VERSION field
 2022-09-06 19:55 UTC  (8+ messages)

[PATCH v2 0/5] btrfs: scrub: make scrub uses less memory for metadata scrub
 2022-09-06 16:52 UTC  (3+ messages)

[PATCH] btrfs: add KCSAN annotations for unlocked access to block_rsv->full
 2022-09-06 16:48 UTC 

[PATCH v3 0/3] btrfs: separate BLOCK_GROUP_TREE feature from extent-tree-v2
 2022-09-06 16:16 UTC  (10+ messages)
` [PATCH v3 1/3] btrfs: enhance unsupported compat RO flags handling
` [PATCH v3 3/3] btrfs: separate BLOCK_GROUP_TREE compat RO flag from EXTENT_TREE_V2

[PATCH] btrfs: zoned: fix API misuse of zone finish waiting
 2022-09-06 15:51 UTC  (2+ messages)

[man-pages RFC PATCH v3] statx, inode: document the STATX_INO_VERSION field
 2022-09-06 13:29 UTC 

Feature suggestion for the btrfs
 2022-09-06 13:20 UTC  (2+ messages)

[PATCH STABLE 5.4] btrfs: harden identification of a stale device
 2022-09-06 12:01 UTC  (4+ messages)

[PATCH] btrfs: check for overlapping extent items in tree checker
 2022-09-06 11:25 UTC  (2+ messages)

stalling IO regression since linux 5.12, through 5.18
 2022-09-06  9:49 UTC  (16+ messages)

RAID1/RAID0, online replace
 2022-09-06  6:30 UTC  (4+ messages)

[PATCH 0/6] btrfs-progs: add encryption support
 2022-09-06  0:01 UTC  (7+ messages)
` [PATCH 1/6] btrfs-progs: add fscrypt support to mkfs
` [PATCH 2/6] btrfs-progs: update to match renamed dir_type
` [PATCH 3/6] btrfs-progs: interpret encrypted file extents
` [PATCH 4/6] btrfs-progs: handle fscrypt context items
` [PATCH 5/6] btrfs-progs: escape unprintable characters in names
` [PATCH 6/6] btrfs-progs: check: update inline extent length checking

[PATCH v2] btrfs: test that we can not delete a subvolume with an active swap file
 2022-09-05 18:38 UTC  (4+ messages)

[PATCH v4 0/5] btrfs: qgroup: address the performance penalty for subvolume dropping
 2022-09-05 17:43 UTC  (3+ messages)
` [PATCH v4 3/5] btrfs: introduce BTRFS_QGROUP_RUNTIME_FLAG_CANCEL_RESCAN

for-next: KCSAN failures on 6130a25681d4 (kdave/for-next) Merge branch 'for-next-next-v5.20-20220804' into for-next-20220804
 2022-09-05 16:05 UTC  (5+ messages)

[PATCH v2] btrfs: slience the sparse warn of rcu_string
 2022-09-05 15:34 UTC  (3+ messages)

[PATCH linux-next] btrfs: Remove the unneeded result variables
 2022-09-05 15:16 UTC  (2+ messages)

[PATCH v2] btrfs: zoned: fix mounting with conventional zones
 2022-09-05 13:42 UTC  (3+ messages)

btrfs check: extent buffer leak: start 30572544 len 16384
 2022-09-05 13:07 UTC  (7+ messages)

[PATCH] btrfs: remove 'seek' group from btrfs/007
 2022-09-05  9:20 UTC  (6+ messages)

Fedora 36, grub2, UEFI: booting after adding 2nd disk to root?
 2022-09-05  6:33 UTC  (3+ messages)

[PATCH linux-next] btrfs: Remove the unneeded result variable
 2022-09-05  3:26 UTC  (2+ messages)

[PATCH PoC 1/9] btrfs: introduce BTRFS_IOC_SCRUB_FS family of ioctls
 2022-09-05  2:05 UTC  (4+ messages)
    ` [kbuild-all] "

[PATCH V4] btrfs-progs: Make btrfs_prepare_device parallel during mkfs.btrfs
 2022-09-04 12:21 UTC  (7+ messages)

[PATCH V3] Make btrfs_prepare_device parallel during mkfs.btrfs
 2022-09-04  4:27 UTC  (2+ messages)

[PATCH 00/23] Convert to filemap_get_folios_tag()
 2022-09-03 17:38 UTC  (11+ messages)
` [PATCH 18/23] nilfs2: Convert nilfs_lookup_dirty_data_buffers() to use filemap_get_folios_tag()
` [PATCH 19/23] nilfs2: Convert nilfs_lookup_dirty_node_buffers() "
` [PATCH 20/23] nilfs2: Convert nilfs_btree_lookup_dirty_buffers() "
` [PATCH 21/23] nilfs2: Convert nilfs_copy_dirty_pages() "
` [PATCH 22/23] nilfs2: Convert nilfs_clear_dirty_pages() "


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