public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-10-20 15:24:12 to 2022-10-26 05:06:52 UTC [more...]

[PATCH 0/8] btrfs: raid56: use submit-and-wait method to handle raid56 writes
 2022-10-26  5:06 UTC  (5+ messages)
` [PATCH 1/8] btrfs: raid56: extract the vertical stripe recovery code into recover_vertical()
` [PATCH 2/8] btrfs: raid56: extract the pq generation code into a helper
` [PATCH 3/8] btrfs: raid56: introduce a new framework for RAID56 writes
` [PATCH 4/8] btrfs: raid56: implement the read part for run_one_write_rbio()

[PATCH] btrfs: remove unused btrfs_cond_migrate_bytes
 2022-10-26  4:08 UTC  (3+ messages)

[PATCH v3] btrfs: volumes: Increase bioc pointer check
 2022-10-26  1:36 UTC 

[PATCH RFC 0/5] btrfs: raid56: do full stripe data checksum verification and recovery at RMW time
 2022-10-25 23:31 UTC  (6+ messages)
` [PATCH RFC 5/5] btrfs: raid56: do full stripe data checksum verification before RMW

[syzbot] WARNING in cow_file_range_inline
 2022-10-25 22:18 UTC 

[PATCH] btrfs-progs: properly test for send_stream_version
 2022-10-25 19:49 UTC 

[PATCH v2 0/5] btrfs: btrfs_get_extent() cleanup for inline extents
 2022-10-25 14:11 UTC  (4+ messages)
` [PATCH v2 5/5] btrfs: extract the inline extent read code into its own function

[PATCH v4 00/21] btrfs: add fscrypt integration
 2022-10-25 13:14 UTC  (24+ messages)
` [PATCH v4 01/21] fscrypt: expose fscrypt_nokey_name
` [PATCH v4 02/21] fscrypt: add fscrypt_have_same_policy() to check inode compatibility
` [PATCH v4 03/21] fscrypt: allow fscrypt_generate_iv() to distinguish filenames
` [PATCH v4 04/21] fscrypt: add extent-based encryption
` [PATCH v4 05/21] fscrypt: direct key policies for "
` [PATCH v4 06/21] fscrypt: document btrfs' fscrypt quirks
` [PATCH v4 07/21] btrfs: use struct qstr instead of name and namelen
` [PATCH v4 08/21] btrfs: setup qstrings from dentrys using fscrypt helper
` [PATCH v4 09/21] btrfs: use struct fscrypt_str instead of struct qstr
` [PATCH v4 10/21] btrfs: store directory encryption state
` [PATCH v4 11/21] btrfs: disable various operations on encrypted inodes
` [PATCH v4 12/21] btrfs: start using fscrypt hooks
` [PATCH v4 13/21] btrfs: add fscrypt_context items
` [PATCH v4 14/21] btrfs: translate btrfs encryption flags and encrypted inode flag
` [PATCH v4 15/21] btrfs: store a fscrypt extent context per normal file extent
` [PATCH v4 16/21] btrfs: encrypt normal file extent data if appropriate
` [PATCH v4 17/21] btrfs: Add new FEATURE_INCOMPAT_ENCRYPT feature flag
` [PATCH v4 18/21] btrfs: implement fscrypt ioctls
` [PATCH v4 19/21] btrfs: permit searching for nokey names for removal
` [PATCH v4 20/21] btrfs: use correct name hash for nokey names
` [PATCH v4 21/21] btrfs: encrypt verity items

[PATCH] btrfs: remove unused function prototypes
 2022-10-25 12:29 UTC  (2+ messages)

[PATCH 0/9] btrfs: move btrfs_fs_info and some prototypes
 2022-10-25 12:25 UTC  (11+ messages)
` [PATCH 1/9] btrfs: move btrfs_fs_info declarations into fs.h
` [PATCH 2/9] btrfs: move the lockdep helpers into locking.h
` [PATCH 3/9] btrfs: minor whitespace in ctree.h
` [PATCH 4/9] btrfs: remove extra space info prototypes "
` [PATCH 5/9] btrfs: move btrfs_account_ro_block_groups_free_space into space-info.c
` [PATCH 6/9] btrfs: move extent-tree helpers into their own header file
` [PATCH 7/9] btrfs: move delalloc space related prototypes to delalloc-space.h
` [PATCH 8/9] btrfs: delete unused function prototypes in ctree.h
` [PATCH 9/9] btrfs: move root tree prototypes to their own header

[PATCH v2] btrfs: volumes: Increase bioc pointer check
 2022-10-25 11:17 UTC  (2+ messages)

btrfs filesystem becomes read only
 2022-10-25 10:50 UTC  (4+ messages)

[PATCH] btrfs: volumes: Increase bioc pointer check
 2022-10-25 10:38 UTC  (5+ messages)

[ADVICE] dd if=ubuntu.iso of=/dev/btrfs
 2022-10-25  2:22 UTC 

[PATCH v2 00/15] btrfs: make open_ctree() init/exit sequence strictly matched
 2022-10-24 23:02 UTC  (3+ messages)

consolidate btrfs checksumming, repair and bio splitting
 2022-10-24 22:18 UTC  (11+ messages)

WARN_ON in __writeback_inodes_sb_nr when btrfs mounted with flushoncommit
 2022-10-24 21:23 UTC  (4+ messages)

[PATCH v3 00/23] Convert to filemap_get_folios_tag()
 2022-10-24 20:12 UTC  (16+ messages)
` [PATCH v3 01/23] pagemap: Add filemap_grab_folio()
` [PATCH v3 02/23] filemap: Added filemap_get_folios_tag()
` [PATCH v3 03/23] filemap: Convert __filemap_fdatawait_range() to use filemap_get_folios_tag()
` [PATCH v3 04/23] page-writeback: Convert write_cache_pages() "
` [PATCH v3 10/23] ext4: Convert mpage_prepare_extent_to_map() "
` [PATCH v3 11/23] f2fs: Convert f2fs_fsync_node_pages() "
` [PATCH v3 17/23] gfs2: Convert gfs2_write_cache_jdata() "

[PATCH] btrfs: btrfs: don't trust sub_stripes from disk
 2022-10-24 14:18 UTC  (8+ messages)

[PATCH v2] btrfs: add helper to exit_btrfs_fs
 2022-10-24 13:36 UTC  (2+ messages)

[PATCH STABLE 5.15] btrfs: enhance unsupported compat RO flags handling
 2022-10-24  6:54 UTC 

btrfs and hibernation to swap file on it?
 2022-10-23 21:25 UTC  (5+ messages)

6.0.3 broke space_cache=v1 devices
 2022-10-23 17:26 UTC  (2+ messages)

[PATCH v3 09/23] cifs: Convert wdata_alloc_and_fillpages() to use filemap_get_folios_tag()
 2022-10-23 14:01 UTC  (2+ messages)

Is it safe to use snapshot without data as 'btrfs send' parent?
 2022-10-23 13:54 UTC  (4+ messages)

all(!) btrfs filesystems stuck + CPU soft lockup after btrfs mv
 2022-10-23 13:06 UTC 

[PATCH v3 00/22] btrfs: add fscrypt integration
 2022-10-21 20:58 UTC  (37+ messages)
` [PATCH v3 01/22] fscrypt: expose fscrypt_nokey_name
` [PATCH v3 02/22] fscrypt: add fscrypt_have_same_policy() to check inode compatibility
` [PATCH v3 03/22] fscrypt: allow fscrypt_generate_iv() to distinguish filenames
` [PATCH v3 04/22] fscrypt: add extent-based encryption
` [PATCH v3 05/22] fscrypt: document btrfs' fscrypt quirks
` [PATCH v3 06/22] btrfs: use struct qstr instead of name and namelen
` [PATCH v3 07/22] btrfs: setup qstrings from dentrys using fscrypt helper
` [PATCH v3 08/22] btrfs: use struct fscrypt_str instead of struct qstr
` [PATCH v3 09/22] btrfs: store directory encryption state
` [PATCH v3 10/22] btrfs: disable various operations on encrypted inodes
` [PATCH v3 11/22] btrfs: start using fscrypt hooks
` [PATCH v3 12/22] btrfs: add fscrypt_context items
` [PATCH v3 13/22] btrfs: translate btrfs encryption flags and encrypted inode flag
` [PATCH v3 14/22] btrfs: store a fscrypt extent context per normal file extent
` [PATCH v3 15/22] btrfs: encrypt normal file extent data if appropriate
` [PATCH v3 16/22] btrfs: Add new FEATURE_INCOMPAT_ENCRYPT feature flag
` [PATCH v3 17/22] btrfs: implement fscrypt ioctls
` [PATCH v3 18/22] btrfs: permit searching for nokey names for removal
` [PATCH v3 19/22] btrfs: use correct name hash for nokey names
` [PATCH v3 20/22] btrfs: adapt lookup for partially encrypted directories
` [PATCH v3 21/22] fscrypt: add flag allowing partially-encrypted directories
` [PATCH v3 22/22] btrfs: encrypt verity items

Problem with mounting btrfs partition after free space ended
 2022-10-21 14:48 UTC 

[PATCH v8 0/8] fs: clean up internal i_version handling
 2022-10-21 13:06 UTC  (9+ messages)
` [PATCH v8 1/8] fs: uninline inode_query_iversion
` [PATCH v8 2/8] fs: clarify when the i_version counter must be updated
` [PATCH v8 3/8] vfs: plumb i_version handling into struct kstat
` [PATCH v8 4/8] nfs: report the inode version in getattr if requested
` [PATCH v8 5/8] ceph: "
` [PATCH v8 6/8] nfsd: move nfsd4_change_attribute to nfsfh.c
` [PATCH v8 7/8] nfsd: use the getattr operation to fetch i_version
` [PATCH v8 8/8] nfsd: remove fetch_iversion export operation

[PATCH v7 0/9] fs: clean up handling of i_version counter
 2022-10-21 10:08 UTC  (12+ messages)
` [RFC PATCH v7 9/9] vfs: expose STATX_VERSION to userland

[syzbot] WARNING in btrfs_destroy_inode
 2022-10-21  9:56 UTC 

[RFC v3 00/11] btrfs: raid-stripe-tree draft patches
 2022-10-21  8:40 UTC  (26+ messages)
` [RFC v3 01/11] btrfs: add raid stripe tree definitions
` [RFC v3 03/11] btrfs: add support for inserting raid stripe extents
` [RFC v3 05/11] btrfs: lookup physical address from stripe extent
` [RFC v3 06/11] btrfs: add raid stripe tree pretty printer
` [RFC v3 07/11] btrfs: zoned: allow zoned RAID1
` [RFC v3 08/11] btrfs: allow zoned RAID0 and 10
` [RFC v3 09/11] btrfs: fix striping with RST
` [RFC v3 10/11] btrfs: check for leaks of ordered stripes on umount
` [RFC v3 11/11] btrfs: add tracepoints for ordered stripes

[PATCH v2 0/4] Parameter cleanup
 2022-10-21  8:07 UTC  (7+ messages)
` [PATCH v2 1/4] btrfs: sink gfp_t parameter to btrfs_backref_iter_alloc
` [PATCH v2 2/4] btrfs: sink gfp_t parameter to btrfs_qgroup_trace_extent
` [PATCH v2 3/4] btrfs: switch GFP_NOFS to GFP_KERNEL in scrub_setup_recheck_block
` [PATCH v2 4/4] btrfs: sink gfp_t parameter to alloc_scrub_sector

[PATCH v3 00/15] btrfs: split out larger chunks of ctree.h
 2022-10-21  7:29 UTC  (22+ messages)
` [PATCH v3 01/15] btrfs: move fs wide helpers out "
` [PATCH v3 02/15] btrfs: move assert "
` [PATCH v3 07/15] btrfs: move mount option definitions to fs.h
` [PATCH v3 08/15] btrfs: move fs_info->flags enum "
` [PATCH v3 09/15] btrfs: add a BTRFS_FS_NEED_TRANS_COMMIT flag
` [PATCH v3 10/15] btrfs: remove fs_info::pending_changes and related code
` [PATCH v3 11/15] btrfs: move the compat/incompat flag masks to fs.h
` [PATCH v3 12/15] btrfs: rename struct-funcs.c -> accessors.c
` [PATCH v3 15/15] btrfs: remove temporary btrfs_map_token declaration in ctree.h

[syzbot] WARNING in btrfs_block_rsv_release
 2022-10-21  4:45 UTC 

[PATCH 0/4] Parameter cleanup
 2022-10-21  2:34 UTC  (8+ messages)
` [PATCH 2/4] btrfs: sink gfp_t parameter to btrfs_qgroup_trace_extent
` [PATCH 3/4] btrfs: switch GFP_NOFS to GFP_KERNEL in scrub_setup_recheck_block

[PATCH] fstests: btrfs: test incremental send for orphan inodes
 2022-10-21  1:32 UTC  (3+ messages)

[PATCH v2] fstests: btrfs: test incremental send for orphan inodes
 2022-10-21  1:27 UTC 

[PATCH] generic: check if one fs can detect damage at/after fs thaw
 2022-10-20 22:59 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