linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-17 08:09:30 to 2024-01-24 17:19:50 UTC [more...]

[PATCH v5 00/52] btrfs: add fscrypt support
 2024-01-24 17:18 UTC  (29+ 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 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  (4+ 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  (6+ messages)
` [PATCH 1/2] btrfs: replace sb::s_blocksize by fs_info::sectorsize
` [PATCH 2/2] btrfs: replace i_blocksize "

[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  (12+ 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  (4+ messages)
` [PATCH v2 1/2] btrfs-progs: use parse_u64() to implement arg_strtou64()
` [PATCH v2 2/2] btrfs-progs: implement arg_strtou64_with_suffix() with a new helper

[PATCH v2 0/2] btrfs-progs: parser related cleanups
 2024-01-17 23:14 UTC  (4+ messages)
` [PATCH v2 1/2] btrfs-progs: use parse_u64() to implement arg_strtou64()

[PATCH] btrfs: fix oob Read in getname_kernel
 2024-01-17 20:08 UTC  (3+ messages)
` [syzbot] [btrfs?] KASAN: slab-out-of-bounds Read in getname_kernel (2)

[PATCH] btrfs fi us: wrong values in case of raid5 and not root
 2024-01-17 19:58 UTC  (2+ messages)

[PATCH] btrfs-progs: btrfs dev us: don't print uncorrect unallocated data
 2024-01-17 19:52 UTC  (2+ messages)

[PATCH 0/2] btrfs-progs: parser related cleanups
 2024-01-17 19:34 UTC  (2+ messages)

[PATCH v2 0/2] btrfs: scrub avoid use-after-free when chunk length is not 64K aligned
 2024-01-17 17:17 UTC  (5+ messages)

[PATCH] btrfs: remove duplicate recording of physical address
 2024-01-17 17:02 UTC  (4+ messages)

Meeting with the Development Team
 2024-01-17  8:40 UTC 


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