linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-21 20:54:33 to 2022-10-27 21:21:23 UTC [more...]

Major bug in BTRFS (syncs are ignored with libaio or io_uring)
 2022-10-27 21:21 UTC 

[PATCH v4 00/21] btrfs: add fscrypt integration
 2022-10-27 18:57 UTC  (25+ 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 v2 0/5] btrfs: btrfs_get_extent() cleanup for inline extents
 2022-10-27 14:46 UTC  (5+ messages)
` [PATCH v2 5/5] btrfs: extract the inline extent read code into its own function

compsize reports that filesystem uses zlib compression, while I set zstd compression everywhere
 2022-10-27 14:32 UTC  (6+ messages)

[PATCH 00/26] btrfs: final ctree.h cleanups
 2022-10-27 14:02 UTC  (53+ messages)
` [PATCH 01/26] btrfs: convert discard stat defs to enum
` [PATCH 02/26] btrfs: move btrfs_chunk_item_size out of ctree.h
` [PATCH 03/26] btrfs: add dependencies to fs.h and block-rsv.h
` [PATCH 04/26] btrfs: add blk_types.h include to compression.h
` [PATCH 05/26] btrfs: move the printk and assert helpers to messages.c
` [PATCH 06/26] btrfs: move inode prototypes to btrfs_inode.h
` [PATCH 07/26] btrfs: rename tree-defrag.c to defrag.c
` [PATCH 08/26] btrfs: move the auto defrag code "
` [PATCH 09/26] btrfs: move the file defrag code into defrag.c
` [PATCH 10/26] btrfs: move defrag related prototypes to their own header
` [PATCH 11/26] btrfs: move dir-item prototypes into dir-item.h
` [PATCH 12/26] btrfs: move file-item prototypes into their own header
` [PATCH 13/26] btrfs: move uuid tree prototypes to uuid-tree.h
` [PATCH 14/26] btrfs: move ioctl prototypes into ioctl.h
` [PATCH 15/26] btrfs: move file prototypes to file.h
` [PATCH 16/26] btrfs: move the 32bit warn defines into messages.h
` [PATCH 17/26] btrfs: move the snapshot drop related prototypes to extent-tree.h
` [PATCH 18/26] btrfs: move acl prototypes into acl.h
` [PATCH 19/26] btrfs: move relocation prototypes into relocation.h
` [PATCH 20/26] btrfs: move scrub prototypes into scrub.h
` [PATCH 21/26] btrfs: move dev-replace prototypes into dev-replace.h
` [PATCH 22/26] btrfs: move verity prototypes into verity.h
` [PATCH 23/26] btrfs: move CONFIG_BTRFS_FS_RUN_SANITY_TESTS checks to fs.h
` [PATCH 24/26] btrfs: move super prototypes into super.h
` [PATCH 25/26] btrfs: move super_block specific helpers "
` [PATCH 26/26] btrfs: move orphan prototypes into orphan.h

consolidate btrfs checksumming, repair and bio splitting
 2022-10-27 13:54 UTC  (14+ messages)

[PATCH 2/2] btrfs: Fix kernel-doc
 2022-10-27 12:30 UTC  (3+ messages)
` [PATCH 1/2] "

[PATCH] btrfs: update function comments
 2022-10-27 12:28 UTC 

[PATCH -next 1/3] btrfs: Remove duplicated include in root-tree.c
 2022-10-27 11:24 UTC  (7+ messages)
` [PATCH -next 2/3] btrfs: Remove duplicated include in free-space-cache.c
` [PATCH -next 3/3] btrfs: Remove duplicated include in delayed-inode.c

[PATCH 0/2] Merge extent_page_data and bio_ctrl
 2022-10-27 11:07 UTC  (3+ messages)
` [PATCH 1/2] btrfs: switch extent_page_data bit fields to bools
` [PATCH 2/2] btrfs: merge struct extent_page_data to btrfs_bio_ctrl

Lenovo X1 - kernel 6.0.N - complete freeze btrfs or i915 related
 2022-10-27  8:05 UTC  (5+ messages)

[PATCH] btrfs: simplify percent calculation helpers, rename div_factor
 2022-10-26 21:25 UTC 

[PATCH STABLE 5.15] btrfs: enhance unsupported compat RO flags handling
 2022-10-26 15:01 UTC  (2+ messages)

[PATCH RFC 0/5] btrfs: raid56: do full stripe data checksum verification and recovery at RMW time
 2022-10-26 13:19 UTC  (7+ messages)
` [PATCH RFC 5/5] btrfs: raid56: do full stripe data checksum verification before RMW

[syzbot] WARNING in cow_file_range_inline
 2022-10-26  8:14 UTC  (3+ messages)

[PATCH v3] btrfs: volumes: Increase bioc pointer check
 2022-10-26  6:42 UTC  (2+ messages)

[PATCH 0/8] btrfs: raid56: use submit-and-wait method to handle raid56 writes
 2022-10-26  5:06 UTC  (9+ 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 5/8] btrfs: raid56: implement the degraded write "
` [PATCH 6/8] btrfs: raid56: implement the write submission part for run_one_write_bio()
` [PATCH 7/8] btrfs: raid56: implement raid56_parity_write_v2()
` [PATCH 8/8] btrfs: raid56: switch to the new run_one_write_rbio()

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

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

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

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  (2+ messages)

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

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

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  (5+ messages)
` [PATCH v3 12/22] btrfs: add fscrypt_context items
` [PATCH v3 15/22] btrfs: encrypt normal file extent data if appropriate


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