linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-17 23:17:29 to 2024-01-24 19:58:32 UTC [more...]

[PATCH v5 00/52] btrfs: add fscrypt support
 2024-01-24 19:58 UTC  (59+ messages)
` [PATCH v5 01/52] fscrypt: add per-extent encryption support
` [PATCH v5 02/52] fscrypt: allow inline encryption for extent based encryption
` [PATCH v5 03/52] fscrypt: add a fscrypt_inode_open helper
` [PATCH v5 04/52] fscrypt: conditionally don't wipe mk secret until the last active user is done
` [PATCH v5 05/52] blk-crypto: add a process bio callback
` [PATCH v5 06/52] fscrypt: add a process_bio hook to fscrypt_operations
` [PATCH v5 07/52] fscrypt: expose fscrypt_nokey_name
` [PATCH v5 08/52] fscrypt: add documentation about extent encryption
` [PATCH v5 09/52] btrfs: add infrastructure for safe em freeing
` [PATCH v5 10/52] btrfs: disable various operations on encrypted inodes
` [PATCH v5 11/52] btrfs: disable verity "
` [PATCH v5 12/52] btrfs: start using fscrypt hooks
` [PATCH v5 13/52] btrfs: add inode encryption contexts
` [PATCH v5 14/52] btrfs: add new FEATURE_INCOMPAT_ENCRYPT flag
` [PATCH v5 15/52] btrfs: adapt readdir for encrypted and nokey names
` [PATCH v5 16/52] btrfs: handle "
` [PATCH v5 17/52] btrfs: implement fscrypt ioctls
` [PATCH v5 18/52] btrfs: gate encryption behind BTRFS_DEBUG
` [PATCH v5 19/52] btrfs: select encryption dependencies if FS_ENCRYPTION
` [PATCH v5 20/52] btrfs: add get_devices hook for fscrypt
` [PATCH v5 21/52] btrfs: set file extent encryption excplicitly
` [PATCH v5 22/52] btrfs: add fscrypt_info and encryption_type to extent_map
` [PATCH v5 23/52] btrfs: add fscrypt_info and encryption_type to ordered_extent
` [PATCH v5 24/52] btrfs: plumb through setting the fscrypt_info for ordered extents
` [PATCH v5 25/52] btrfs: plumb the fscrypt extent context through create_io_em
` [PATCH v5 26/52] btrfs: populate the ordered_extent with the fscrypt context
` [PATCH v5 27/52] btrfs: keep track of fscrypt info and orig_start for dio reads
` [PATCH v5 28/52] btrfs: add an optional encryption context to the end of file extents
` [PATCH v5 29/52] btrfs: explicitly track file extent length for replace and drop
` [PATCH v5 30/52] btrfs: pass through fscrypt_extent_info to the file extent helpers
` [PATCH v5 31/52] btrfs: implement the fscrypt extent encryption hooks
` [PATCH v5 32/52] btrfs: setup fscrypt_extent_info for new extents
` [PATCH v5 33/52] btrfs: populate ordered_extent with the orig offset
` [PATCH v5 34/52] btrfs: set the bio fscrypt context when applicable
` [PATCH v5 35/52] btrfs: add a bio argument to btrfs_csum_one_bio
` [PATCH v5 36/52] btrfs: add orig_logical to btrfs_bio
` [PATCH v5 37/52] btrfs: limit encrypted writes to 256 segments
` [PATCH v5 38/52] btrfs: implement process_bio cb for fscrypt
` [PATCH v5 39/52] btrfs: implement read repair for encryption
` [PATCH v5 40/52] btrfs: add test_dummy_encryption support
` [PATCH v5 41/52] btrfs: don't rewrite ret from inode_permission
` [PATCH v5 42/52] btrfs: move inode_to_path higher in backref.c
` [PATCH v5 43/52] btrfs: make btrfs_ref_to_path handle encrypted filenames
` [PATCH v5 44/52] btrfs: don't search back for dir inode item in INO_LOOKUP_USER
` [PATCH v5 45/52] btrfs: deal with encrypted symlinks in send
` [PATCH v5 46/52] btrfs: decrypt file names for send
` [PATCH v5 47/52] btrfs: load the inode context before sending writes
` [PATCH v5 48/52] btrfs: set the appropriate free space settings in reconfigure
` [PATCH v5 49/52] btrfs: support encryption with log replay
` [PATCH v5 50/52] btrfs: disable auto defrag on encrypted files
` [PATCH v5 51/52] btrfs: disable encryption on RAID5/6
` [PATCH v5 52/52] btrfs: disable send if we have encryption enabled

[PATCH 0/2] btrfs: subvol qgroup lifetime invariants
 2024-01-24 16:36 UTC  (9+ messages)
` [PATCH 1/2] btrfs: forbid creating subvol qgroups
` [PATCH 2/2] btrfs: forbid deleting live subvol qgroup

[PATCH] fstests: make read-repair tests md5sum the data
 2024-01-24 16:05 UTC 

[PATCH v2] btrfs/310: test qgroup deletion
 2024-01-24 12:26 UTC  (2+ messages)

[PATCH] fstests: btrfs: verify the read behavior of compressed inline extent
 2024-01-24 12:10 UTC  (6+ messages)

[PATCH RFC 0/2] btrfs: defrag: further preparation for multi-page sector size
 2024-01-24  5:50 UTC  (8+ messages)
` [PATCH RFC 1/2] btrfs: introduce cached folio size
` [PATCH RFC 2/2] btrfs: defrag: prepare defrag for larger data "

[PATCH v2] btrfs: zstd: fix and simplify the inline extent decompression
 2024-01-24  1:08 UTC  (4+ messages)

[PATCH 0/2] btrfs: disable inline checksum for multi-dev striped FS
 2024-01-24  0:19 UTC  (15+ messages)
` [PATCH 1/2] btrfs: introduce inline_csum_mode to tweak inline checksum behavior
` [PATCH 2/2] btrfs: detect multi-dev stripe and disable automatic inline checksum
    `  "
    ` Re: [PATCH 0/2] btrfs: disable inline checksum for multi-dev striped FS

[PATCH] btrfs: Remove btrfs/303
 2024-01-23 23:41 UTC  (2+ messages)

[PATCH 0/5] block: remove gfp_mask for blkdev_zone_mgmt()
 2024-01-23 23:31 UTC  (10+ messages)
` [PATCH 1/5] zonefs: pass GFP_KERNEL to blkdev_zone_mgmt() call
` [PATCH 2/5] dm: dm-zoned: pass GFP_KERNEL to blkdev_zone_mgmt
` [PATCH 3/5] btrfs: zoned: call blkdev_zone_mgmt in nofs scope
` [PATCH 4/5] f2fs: guard blkdev_zone_mgmt with "
` [PATCH 5/5] block: remove gfp_flags from blkdev_zone_mgmt

[PATCH] btrfs: do not ASSERT() if the newly created subvolume already got read
 2024-01-23 20:03 UTC  (3+ messages)

[PATCH v2 0/3] page to folio conversion
 2024-01-23 19:28 UTC  (4+ messages)
` [PATCH 1/3] btrfs: page to folio conversion: prealloc_file_extent_cluster()
` [PATCH 2/3] btrfs: convert relocate_one_page() to relocate_one_folio()
` [PATCH 3/3] btrfs: page to folio conversion in put_file_data()

[PATCH 0/2] btrfs: zoned: kick reclaim earlier on fast zoned devices
 2024-01-23 18:35 UTC  (14+ messages)
` [PATCH 1/2] btrfs: zoned: use rcu list for iterating devices to collect stats
` [PATCH 2/2] btrfs: zoned: wake up cleaner sooner if needed
      `  "

[PATCH 13/82] btrfs: Refactor intentional wrap-around calculation
 2024-01-23 18:00 UTC  (4+ messages)
` [PATCH 44/82] btrfs: Refactor intentional wrap-around test

[PATCH 1/4] btrfs: Use IS_ERR() instead of checking folio for NULL
 2024-01-23 16:36 UTC  (15+ messages)
    `  "
` [PATCH 2/4] btrfs: page to folio conversion: prealloc_file_extent_cluster()
` [PATCH 3/4] btrfs: convert relocate_one_page() to relocate_one_folio()
    `  "
` [PATCH 4/4] btrfs: page to folio conversion in put_file_data()

[PATCH 3/3] btrfs: zstd: fix and simplify the inline extent decompression
 2024-01-23 10:50 UTC  (4+ messages)

[PATCH] btrfs/304: test qgroup deletion
 2024-01-23  6:01 UTC  (2+ messages)

[PATCH] fstests: btrfs: verify subpage reflinking of a compressed inline extent
 2024-01-23  5:05 UTC 

[GIT PULL] Btrfs fixes for 6.8-rc2
 2024-01-22 23:27 UTC  (7+ messages)

Btrfs progs release 6.7
 2024-01-22 19:16 UTC 

RAID1 array failed to read chunk root
 2024-01-22 14:53 UTC 

[PATCH][next] btrfs: zlib: Fix spelling mistake "infalte" -> "inflate"
 2024-01-22 13:01 UTC 

[PATCH] btrfs/zoned: test premature ENOSPC because of reclaim being too slow
 2024-01-22 12:46 UTC  (4+ messages)

[btrfs] commit bc27d6f0aa0e4de184b617aceeaf25818cc646de breaks update-grub
 2024-01-22  1:46 UTC  (7+ messages)

[6.7 regression] [BISECTED] 28270e25c69a causes overallocation of metadata space
 2024-01-20 14:46 UTC  (2+ messages)

[Linux Kernel Bug] kernel BUG in btrfs_get_root_ref (assertion failed: !anon_dev) and general protection fault in btrfs_update_reloc_root
 2024-01-20  6:25 UTC  (3+ messages)

Disk write deterioration in 5.x kernel
 2024-01-19 13:34 UTC  (5+ messages)

[PATCH 0/2] Block size helper cleanups
 2024-01-18 22:29 UTC  (3+ messages)

[PATCH v4 0/4] kstrtox: introduce memparse_safe()
 2024-01-18 17:52 UTC  (5+ messages)
` [PATCH v4 2/4] kstrtox: introduce a safer version of memparse()

[LSF/MM/BPF TOPIC] Dropping page cache of individual fs
 2024-01-18 14:26 UTC  (10+ messages)

Question about btrfs no space left error and forced readonly
 2024-01-18  9:37 UTC  (6+ messages)

[PATCH v2 0/2] btrfs-progs: parser related cleanups
 2024-01-18  1:16 UTC  (3+ messages)
` [PATCH v2 2/2] btrfs-progs: implement arg_strtou64_with_suffix() with a new helper


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