linux-btrfs
Thread
Date
Earlier messages
Later messages
Messages by Date
2023/10/02
Re: [RFC PATCH v3 2/9] common/encrypt: add btrfs to get_encryption_*nonce
Anand Jain
2023/10/02
Re: [RFC PATCH v3 6/9] tests: adjust generic/429 for extent encryption
Anand Jain
2023/09/26
[PATCH 35/35] btrfs: implement process_bio cb for fscrypt
Josef Bacik
2023/09/26
[PATCH 34/35] btrfs: add orig_logical to btrfs_bio
Josef Bacik
2023/09/26
[PATCH 32/35] btrfs: set the bio fscrypt context when applicable
Josef Bacik
2023/09/26
[PATCH 33/35] btrfs: add a bio argument to btrfs_csum_one_bio
Josef Bacik
2023/09/26
[PATCH 29/35] btrfs: implement the fscrypt extent encryption hooks
Josef Bacik
2023/09/26
[PATCH 31/35] btrfs: populate ordered_extent with the orig offset
Josef Bacik
2023/09/26
[PATCH 30/35] btrfs: setup fscrypt_extent_info for new extents
Josef Bacik
2023/09/26
[PATCH 26/35] btrfs: explicitly track file extent length for replace and drop
Josef Bacik
2023/09/26
[PATCH 28/35] btrfs: pass the fscrypt_info through the replace extent infrastructure
Josef Bacik
2023/09/26
[PATCH 27/35] btrfs: pass through fscrypt_extent_info to the file extent helpers
Josef Bacik
2023/09/26
[PATCH 25/35] btrfs: add an optional encryption context to the end of file extents
Josef Bacik
2023/09/26
[PATCH 23/35] btrfs: populate the ordered_extent with the fscrypt context
Josef Bacik
2023/09/26
[PATCH 20/35] btrfs: add fscrypt_info and encryption_type to extent_map
Josef Bacik
2023/09/26
[PATCH 24/35] btrfs: keep track of fscrypt info and orig_start for dio reads
Josef Bacik
2023/09/26
[PATCH 22/35] btrfs: plumb through setting the fscrypt_info for ordered extents
Josef Bacik
2023/09/26
[PATCH 21/35] btrfs: add fscrypt_info and encryption_type to ordered_extent
Josef Bacik
2023/09/26
[PATCH 18/35] btrfs: turn on inlinecrypt mount option for encrypt
Josef Bacik
2023/09/26
[PATCH 17/35] btrfs: add get_devices hook for fscrypt
Josef Bacik
2023/09/26
[PATCH 19/35] btrfs: set file extent encryption excplicitly
Josef Bacik
2023/09/26
[PATCH 15/35] btrfs: implement fscrypt ioctls
Josef Bacik
2023/09/26
[PATCH 13/35] btrfs: adapt readdir for encrypted and nokey names
Josef Bacik
2023/09/26
[PATCH 16/35] btrfs: add encryption to CONFIG_BTRFS_DEBUG
Josef Bacik
2023/09/26
[PATCH 14/35] btrfs: handle nokey names.
Josef Bacik
2023/09/26
[PATCH 11/35] btrfs: add inode encryption contexts
Josef Bacik
2023/09/26
[PATCH 07/35] btrfs: add infrastructure for safe em freeing
Josef Bacik
2023/09/26
[PATCH 06/35] fscrypt: add documentation about extent encryption
Josef Bacik
2023/09/26
[PATCH 10/35] btrfs: start using fscrypt hooks
Josef Bacik
2023/09/26
[PATCH 12/35] btrfs: add new FEATURE_INCOMPAT_ENCRYPT flag
Josef Bacik
2023/09/26
[PATCH 05/35] fscrypt: expose fscrypt_nokey_name
Josef Bacik
2023/09/26
[PATCH 09/35] btrfs: disable verity on encrypted inodes
Josef Bacik
2023/09/26
[PATCH 03/35] fscrypt: disable all but standard v2 policies for extent encryption
Josef Bacik
2023/09/26
[PATCH 01/35] fscrypt: rename fscrypt_info => fscrypt_inode_info
Josef Bacik
2023/09/26
[PATCH 02/35] fscrypt: add per-extent encryption support
Josef Bacik
2023/09/26
[PATCH 04/35] blk-crypto: add a process bio callback
Josef Bacik
2023/09/26
[PATCH 08/35] btrfs: disable various operations on encrypted inodes
Josef Bacik
2023/09/26
[PATCH 00/35] btrfs: add fscrypt support
Josef Bacik
2023/09/24
[PATCH v3 5/5] fscrypt: support crypto data unit size less than filesystem block size
Eric Biggers
2023/09/24
[PATCH v3 1/5] fscrypt: make it clearer that key_prefix is deprecated
Eric Biggers
2023/09/24
[PATCH v3 4/5] fscrypt: replace get_ino_and_lblk_bits with just has_32bit_inodes
Eric Biggers
2023/09/24
[PATCH v3 3/5] fscrypt: compute max_lblk_bits from s_maxbytes and block size
Eric Biggers
2023/09/24
[PATCH v3 0/5] fscrypt: add support for data_unit_size < fs_block_size
Eric Biggers
2023/09/24
[PATCH v3 2/5] fscrypt: make the bounce page pool opt-in instead of opt-out
Eric Biggers
2023/09/15
Re: [RFC PATCH 0/4] fscrypt: add support for per-extent encryption
Josef Bacik
2023/09/14
Re: [RFC PATCH 0/4] fscrypt: add support for per-extent encryption
Eric Biggers
2023/09/14
Re: [PATCH 2/4] fscrypt: add per-extent encryption support
kernel test robot
2023/09/14
Re: [PATCH 2/4] fscrypt: add per-extent encryption support
kernel test robot
2023/09/14
[PATCH 4/4] blk-crypto: add a process bio callback
Josef Bacik
2023/09/14
[PATCH 3/4] fscrypt: disable all but standard v2 policies for extent encryption
Josef Bacik
2023/09/14
[PATCH 2/4] fscrypt: add per-extent encryption support
Josef Bacik
2023/09/14
[PATCH 1/4] fscrypt: rename fscrypt_info => fscrypt_inode_info
Josef Bacik
2023/09/14
[RFC PATCH 0/4] fscrypt: add support for per-extent encryption
Josef Bacik
2023/09/14
[PATCH v2 2/5] fscrypt: make the bounce page pool opt-in instead of opt-out
Eric Biggers
2023/09/14
[PATCH v2 5/5] fscrypt: support crypto data unit size less than filesystem block size
Eric Biggers
2023/09/14
[PATCH v2 4/5] fscrypt: replace get_ino_and_lblk_bits with just has_32bit_inodes
Eric Biggers
2023/09/14
[PATCH v2 1/5] fscrypt: make it extra clear that key_prefix is deprecated
Eric Biggers
2023/09/14
[PATCH v2 3/5] fscrypt: use s_maxbytes instead of filesystem lblk_bits
Eric Biggers
2023/09/14
[PATCH v2 0/5] fscrypt: add support for data_unit_size < fs_block_size
Eric Biggers
2021/04/20
Re: Replacing disk strange (buggy?) behaviour - RAID1
Jonah Sabean
2021/04/20
Re: [PATCH v3] fs/btrfs: Fix uninitialized variable
kernel test robot
2021/04/20
Re: read time tree block corruption detected
Qu Wenruo
2021/04/20
Re: About the state of Btrfs RAID 5/6
Damien Le Moal
2021/04/20
Re: About the state of Btrfs RAID 5/6
Neal Gompa
2021/04/20
Re: [PATCH v3] fs/btrfs: Fix uninitialized variable
kernel test robot
2021/04/20
[PATCH v6 2/3] btrfs: rename delete_unused_bgs_mutex
Johannes Thumshirn
2021/04/20
[PATCH v6 3/3] btrfs: zoned: automatically reclaim zones
Johannes Thumshirn
2021/04/20
[PATCH v6 1/3] btrfs: zoned: reset zones of relocated block groups
Johannes Thumshirn
2021/04/20
[PATCH v6 0/3] btrfs: zoned: automatic BG reclaim
Johannes Thumshirn
2021/04/20
Re: Replacing disk strange (buggy?) behaviour - RAID1
Andrei Borzenkov
2021/04/20
Re: [PATCH v5 1/3] btrfs: zoned: reset zones of relocated block groups
David Sterba
2021/04/20
Re: [PATCH v2] btrfs: do more graceful error/warning for 32bit kernel
David Sterba
2021/04/20
Re: [PATCH v2] btrfs: zoned: fix unpaired block group unfreeze during device replace
David Sterba
2021/04/20
Re: [PATCH] btrfs: fix race when picking most recent mod log operation for an old root
David Sterba
2021/04/20
Re: [PATCH] btrfs: fix metadata extent leak after failure to create subvolume
David Sterba
2021/04/20
Converting EXT4
Forrest Aldrich
2021/04/20
[PATCH v3] fs/btrfs: Fix uninitialized variable
Khaled ROMDHANI
2021/04/20
Re: read time tree block corruption detected
Gervais, Francois
2021/04/20
Re: [PATCH v2] fs/btrfs: Fix uninitialized variable
Khaled Romdhani
2021/04/20
Re: [PATCH v2] fs/btrfs: Fix uninitialized variable
Khaled Romdhani
2021/04/20
Re: [PATCH v2] fs/btrfs: Fix uninitialized variable
Dan Carpenter
2021/04/20
[PATCH] btrfs: fix race when picking most recent mod log operation for an old root
fdmanana
2021/04/20
[PATCH] btrfs: fix metadata extent leak after failure to create subvolume
fdmanana
2021/04/20
Re: [PATCH v5 3/3] btrfs: zoned: automatically reclaim zones
Johannes Thumshirn
2021/04/20
Re: [PATCH v5 3/3] btrfs: zoned: automatically reclaim zones
Johannes Thumshirn
2021/04/20
Re: [PATCH v5 1/3] btrfs: zoned: reset zones of relocated block groups
Johannes Thumshirn
2021/04/20
[PATCH v3] btrfs-progs: mkfs: only output the warning if the sectorsize is not supported
Qu Wenruo
2021/04/19
[PATCH v3] btrfs-progs: fi resize: fix false 0.00B sized output
Su Yue
2021/04/19
Re: [PATCH v2] btrfs-progs: fi resize: fix false 0.00B sized output
Su Yue
2021/04/19
Re: read time tree block corruption detected
Qu Wenruo
2021/04/19
Re: [PATCH v2] btrfs-progs: mkfs: only output the warning if the sectorsize is not supported
Qu Wenruo
2021/04/19
Re: Help recover from btrfs error
Chris Murphy
2021/04/19
Re: [PATCH v2 0/2] btrfs: remove the inode_need_compress() call in
David Sterba
2021/04/19
Re: [PATCH v2] fs/btrfs: Fix uninitialized variable
David Sterba
2021/04/19
Re: [PATCH v2] btrfs-progs: fi resize: fix false 0.00B sized output
David Sterba
2021/04/19
Re: [PATCH v5 3/3] btrfs: zoned: automatically reclaim zones
David Sterba
2021/04/19
Re: [PATCH v5 3/3] btrfs: zoned: automatically reclaim zones
David Sterba
2021/04/19
Re: [PATCH v5 1/3] btrfs: zoned: reset zones of relocated block groups
David Sterba
2021/04/19
Re: [PATCH v2] btrfs-progs: fi resize: fix false 0.00B sized output
Boris Burkov
2021/04/19
Re: [PATCH v2] btrfs-progs: fi resize: fix false 0.00B sized output
David Sterba
2021/04/19
Re: [PATCH 3/4] btrfs: zoned: fail mount if the device does not support zone append
David Sterba
2021/04/19
Re: [PATCH v2] btrfs-progs: mkfs: only output the warning if the sectorsize is not supported
Boris Burkov
2021/04/19
Replacing disk strange (buggy?) behaviour - RAID1
Jonah Sabean
2021/04/19
Re: read time tree block corruption detected
Gervais, Francois
2021/04/19
Help needed with read time tree block corruption on single disk mDUP drive
Fabian Otto
2021/04/19
Re: read time tree block corruption detected
Qu Wenruo
2021/04/19
Re: [PATCH v3 00/13] btrfs: support read-write for subpage metadata
Qu Wenruo
2021/04/19
Re: read time tree block corruption detected
Gervais, Francois
2021/04/19
[PATCH v2] btrfs-progs: fi resize: fix false 0.00B sized output
Su Yue
2021/04/19
Re: [PATCH] btrfs-progs: fi resize: fix false 0.00B sized output
Su Yue
2021/04/19
[PATCH] btrfs-progs: fi resize: fix false 0.00B sized output
Su Yue
2021/04/19
Re: [PATCH 3/4] btrfs: zoned: fail mount if the device does not support zone append
Damien Le Moal
2021/04/19
Re: [PATCH 3/4] btrfs: zoned: fail mount if the device does not support zone append
h...@infradead.org
2021/04/19
Re: [PATCH 3/4] btrfs: zoned: fail mount if the device does not support zone append
Johannes Thumshirn
2021/04/19
Re: [PATCH 3/4] btrfs: zoned: fail mount if the device does not support zone append
Damien Le Moal
2021/04/19
Re: [PATCH 3/4] btrfs: zoned: fail mount if the device does not support zone append
Christoph Hellwig
2021/04/19
[PATCH v5 3/3] btrfs: zoned: automatically reclaim zones
Johannes Thumshirn
2021/04/19
[PATCH v5 2/3] btrfs: rename delete_unused_bgs_mutex
Johannes Thumshirn
2021/04/19
[PATCH v5 0/3] btrfs: zoned: automatic BG reclaim
Johannes Thumshirn
2021/04/19
[PATCH v5 1/3] btrfs: zoned: reset zones of relocated block groups
Johannes Thumshirn
2021/04/19
Re: [PATCH v3 00/13] btrfs: support read-write for subpage metadata
Qu Wenruo
2021/04/19
Re: [PATCH v3 00/13] btrfs: support read-write for subpage metadata
riteshh
2021/04/18
[PATCH v2] btrfs-progs: mkfs: only output the warning if the sectorsize is not supported
Qu Wenruo
2021/04/18
5.12-rc7 occasional btrfs splat when rebooting
Chris Murphy
2021/04/18
Re: [PATCH v3 00/13] btrfs: support read-write for subpage metadata
Qu Wenruo
2021/04/18
Re: [PATCH v3 00/13] btrfs: support read-write for subpage metadata
riteshh
2021/04/18
Re: [PATCH 02/42] btrfs: introduce write_one_subpage_eb() function
Thiago Jung Bauermann
2021/04/18
Re: [PATCH] btrfs-progs: tests: add misc test for enqueue parameter
Long An
2021/04/17
Re: Fwd: Interaction of nodatacow and snapshots
Andrei Borzenkov
2021/04/17
Recovery from automatic balance?
Richard D. Hamlin
2021/04/17
Help recover from btrfs error
Florian Franzeck
2021/04/17
Fwd: Interaction of nodatacow and snapshots
Ross Boylan
2021/04/17
[PATCH v2] fs/btrfs: Fix uninitialized variable
Khaled ROMDHANI
2021/04/17
[PATCH U-boot v2] fs: btrfs: fix the false alert of decompression failure
Qu Wenruo
2021/04/17
[PATCH UBoot] fs: btrfs: fix the false alert of decompression failure
Qu Wenruo
2021/04/17
Re: [PATCH-next] fs/btrfs: Fix uninitialized variable
Khaled Romdhani
2021/04/16
Re: Design strangeness of incremental btrfs send/recieve
Andrei Borzenkov
2021/04/16
Re: Design strangeness of incremental btrfs send/recieve
Alexandru Stan
2021/04/16
Re: Design strangeness of incremental btrfs send/recieve
Chris Murphy
2021/04/16
Design strangeness of incremental btrfs send/recieve
Alexandru Stan
2021/04/16
Re: read time tree block corruption detected
Qu Wenruo
2021/04/16
Re: [PATCH] btrfs-progs: mkfs: only output the warning if the sectorsize is not supported
Qu Wenruo
2021/04/16
Re: [PATCH 3/3] btrfs-progs: misc-tests: add test to ensure the restored image can be mounted
Qu Wenruo
2021/04/16
Re: [PATCH 2/3] btrfs-progs: image: enlarge the output file if no tree modification is needed for restore
Qu Wenruo
2021/04/16
Re: [PATCH 17/42] btrfs: only require sector size alignment for end_bio_extent_writepage()
Qu Wenruo
2021/04/16
Re: [PATCH 14/42] btrfs: pass bytenr directly to __process_pages_contig()
Qu Wenruo
2021/04/16
Re: [PATCH 11/42] btrfs: refactor btrfs_invalidatepage()
Qu Wenruo
2021/04/16
Re: [PATCH 09/42] btrfs: refactor how we finish ordered extent io for endio functions
Qu Wenruo
2021/04/16
Re: [PATCH 08/42] btrfs: pass btrfs_inode into btrfs_writepage_endio_finish_ordered()
Qu Wenruo
2021/04/16
Re: [PATCH 07/42] btrfs: use u32 for length related members of btrfs_ordered_extent
Qu Wenruo
2021/04/16
Re: Is request_firmware() really safe to call in resume callback when /usr/lib/firmware is on btrfs?
Luis Chamberlain
2021/04/16
Re: [PATCH] btrfs-progs: mkfs: only output the warning if the sectorsize is not supported
Boris Burkov
2021/04/16
Re: [PATCH] btrfs-progs: mkfs: only output the warning if the sectorsize is not supported
David Sterba
2021/04/16
read time tree block corruption detected
Gervais, Francois
2021/04/16
Re: [PATCH 0/1] btrfs-progs: libbtrfsutil: Relicense to LGPLv2.1+
David Sterba
2021/04/16
Re: [PATCH] btrfs-progs: Fix null pointer deref in balance_level
David Sterba
2021/04/16
Re: [PATCH] btrfs-progs: mkfs: only output the warning if the sectorsize is not supported
Boris Burkov
2021/04/16
Re: [PATCH] btrfs-progs: mkfs: only output the warning if the sectorsize is not supported
David Sterba
2021/04/16
Re: [PATCH 3/3] btrfs-progs: misc-tests: add test to ensure the restored image can be mounted
David Sterba
2021/04/16
Re: [PATCH 2/3] btrfs-progs: image: enlarge the output file if no tree modification is needed for restore
David Sterba
2021/04/16
Re: [PATCH] btrfs-progs: tests: add misc test for enqueue parameter
Boris Burkov
2021/04/16
Re: [PATCH] btrfs-progs: mark BUG() as unreachable
David Sterba
2021/04/16
Re: [PATCH-next] fs/btrfs: Fix uninitialized variable
David Sterba
2021/04/16
Re: [RFC v3 0/2] vfs / btrfs: add support for ustat()
Neal Gompa
2021/04/16
Re: [PATCH v3 00/13] btrfs: support read-write for subpage metadata
riteshh
2021/04/16
Re: [PATCH v4 3/3] btrfs: zoned: automatically reclaim zones
David Sterba
2021/04/16
Re: [PATCH v4 3/3] btrfs: zoned: automatically reclaim zones
David Sterba
2021/04/16
Re: [PATCH v4 2/3] btrfs: rename delete_unused_bgs_mutex
David Sterba
2021/04/16
Re: [PATCH 3/4] btrfs: zoned: fail mount if the device does not support zone append
David Sterba
2021/04/16
Re: [PATCH v2 3/3] blkid: support zone reset for wipefs
David Sterba
2021/04/16
Re: [PATCH v2 2/3] blkid: add magic and probing for zoned btrfs
David Sterba
2021/04/16
Re: [PATCH 21/42] btrfs: make process_one_page() to handle subpage locking
Josef Bacik
2021/04/16
Re: [PATCH 20/42] btrfs: make end_bio_extent_writepage() to be subpage compatible
Josef Bacik
2021/04/16
Re: [PATCH 19/42] btrfs: make __process_pages_contig() to handle subpage dirty/error/writeback status
Josef Bacik
2021/04/16
Re: [PATCH 18/42] btrfs: make btrfs_dirty_pages() to be subpage compatible
Josef Bacik
2021/04/16
Re: [PATCH 17/42] btrfs: only require sector size alignment for end_bio_extent_writepage()
Josef Bacik
2021/04/16
Re: [PATCH 16/42] btrfs: provide btrfs_page_clamp_*() helpers
Josef Bacik
2021/04/16
Re: [PATCH 15/42] btrfs: refactor the page status update into process_one_page()
Josef Bacik
2021/04/16
Re: [PATCH 14/42] btrfs: pass bytenr directly to __process_pages_contig()
Josef Bacik
2021/04/16
Re: [PATCH 13/42] btrfs: rename PagePrivate2 to PageOrdered inside btrfs
Josef Bacik
2021/04/16
Re: [PATCH 12/42] btrfs: make Private2 lifespan more consistent
Josef Bacik
2021/04/16
Re: [PATCH 11/42] btrfs: refactor btrfs_invalidatepage()
Josef Bacik
2021/04/16
Re: [PATCH 10/42] btrfs: update the comments in btrfs_invalidatepage()
Josef Bacik
2021/04/16
Re: [PATCH 09/42] btrfs: refactor how we finish ordered extent io for endio functions
Josef Bacik
2021/04/16
Re: [PATCH 08/42] btrfs: pass btrfs_inode into btrfs_writepage_endio_finish_ordered()
Josef Bacik
2021/04/16
Re: [PATCH 07/42] btrfs: use u32 for length related members of btrfs_ordered_extent
Josef Bacik
2021/04/16
Re: [PATCH 06/42] btrfs: allow btrfs_bio_fits_in_stripe() to accept bio without any page
Josef Bacik
2021/04/16
Re: [PATCH 05/42] btrfs: remove the unused parameter @len for btrfs_bio_fits_in_stripe()
Josef Bacik
2021/04/16
Re: [PATCH 02/42] btrfs: introduce write_one_subpage_eb() function
Josef Bacik
2021/04/16
Re: [PATCH 04/42] btrfs: introduce submit_eb_subpage() to submit a subpage metadata page
Josef Bacik
2021/04/16
Re: Dead fs on 2 Fedora systems: block=57084067840 write time tree block corruption detected
David Sterba
2021/04/16
Re: [PATCH v4 1/3] btrfs: zoned: reset zones of relocated block groups
Johannes Thumshirn
2021/04/16
Re: [PATCH v4 1/3] btrfs: zoned: reset zones of relocated block groups
Filipe Manana
2021/04/16
Re: [PATCH v4 3/3] btrfs: zoned: automatically reclaim zones
Filipe Manana
2021/04/16
Re: [PATCH v4 2/3] btrfs: rename delete_unused_bgs_mutex
Filipe Manana
2021/04/16
Re: [PATCH v4 1/3] btrfs: zoned: reset zones of relocated block groups
Johannes Thumshirn
2021/04/16
Re: [PATCH v4 1/3] btrfs: zoned: reset zones of relocated block groups
Filipe Manana
2021/04/16
Re: [PATCH 2/4] dm crypt: Fix zoned block device support
Johannes Thumshirn
2021/04/16
Re: [PATCH 2/4] dm crypt: Fix zoned block device support
Damien Le Moal
2021/04/16
Re: [PATCH 2/4] dm crypt: Fix zoned block device support
Johannes Thumshirn
Earlier messages
Later messages