linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-23 07:59:52 to 2023-06-29 02:34:36 UTC [more...]

[PATCH 01/23] btrfs: pass a flags argument to cow_file_range
 2023-06-29  2:34 UTC 

[PATCH v1 00/12] fscrypt: add extent encryption
 2023-06-29  1:55 UTC  (14+ messages)
` [PATCH v1 01/12] fscrypt: factor helper for locking master key
` [PATCH v1 02/12] fscrypt: factor getting info for a specific block
` [PATCH v1 03/12] fscrypt: adjust effective lblks based on extents
` [PATCH v1 04/12] fscrypt: add a super_block pointer to fscrypt_info
` [PATCH v1 05/12] fscrypt: setup leaf inodes for extent encryption
` [PATCH v1 06/12] fscrypt: allow infos to be owned by extents
` [PATCH v1 07/12] fscrypt: notify per-extent infos if master key vanishes
` [PATCH v1 08/12] fscrypt: use an optional ino equivalent for per-extent infos
` [PATCH v1 09/12] fscrypt: add creation/usage/freeing of "
` [PATCH v1 10/12] fscrypt: allow load/save of extent contexts
` [PATCH v1 11/12] fscrypt: save session key credentials for extent infos
` [PATCH v1 12/12] fscrypt: update documentation for per-extent keys

[PATCH v1 00/17] btrfs: add encryption feature
 2023-06-29  0:35 UTC  (18+ messages)
` [PATCH v1 01/17] btrfs: disable various operations on encrypted inodes
` [PATCH v1 02/17] btrfs: disable verity "
` [PATCH v1 03/17] fscrypt: expose fscrypt_nokey_name
` [PATCH v1 04/17] btrfs: start using fscrypt hooks
` [PATCH v1 05/17] btrfs: add inode encryption contexts
` [PATCH v1 06/17] btrfs: add new FEATURE_INCOMPAT_ENCRYPT flag
` [PATCH v1 07/17] btrfs: adapt readdir for encrypted and nokey names
` [PATCH v1 08/17] btrfs: use correct name hash for "
` [PATCH v1 09/17] btrfs: implement fscrypt ioctls
` [PATCH v1 10/17] btrfs: add encryption to CONFIG_BTRFS_DEBUG
` [PATCH v1 11/17] btrfs: add get_devices hook for fscrypt
` [PATCH v1 12/17] btrfs: turn on inlinecrypt mount option for encrypt
` [PATCH v1 13/17] btrfs: turn on the encryption ioctls
` [PATCH v1 14/17] btrfs: create and free extent fscrypt_infos
` [PATCH v1 15/17] btrfs: start tracking extent encryption context info
` [PATCH v1 16/17] btrfs: explicitly track file extent length and encryption
` [PATCH v1 17/17] btrfs: save and load fscrypt extent contexts

[PATCH v4 0/8] fscrypt: some rearrangements of key setup
 2023-06-29  0:28 UTC  (9+ messages)
` [PATCH v4 1/8] fscrypt: move inline crypt decision to info setup
` [PATCH v4 2/8] fscrypt: split and rename setup_file_encryption_key()
` [PATCH v4 3/8] fscrypt: split setup_per_mode_enc_key()
` [PATCH v4 4/8] fscrypt: move dirhash key setup away from IO key setup
` [PATCH v4 5/8] fscrypt: reduce special-casing of IV_INO_LBLK_32
` [PATCH v4 6/8] fscrypt: move all the shared mode key setup deeper
` [PATCH v4 7/8] fscrypt: make infos have a pointer to prepared keys
` [PATCH v4 8/8] fscrypt: make prepared keys record their type

[PATCH v2] common/btrfs: handle dmdust as mounted device in _btrfs_buffered_read_on_mirror()
 2023-06-29  0:10 UTC 

[PATCH 0/4] btrfs-progs: tune: add --device and --noscan option
 2023-06-28 23:27 UTC  (2+ messages)

[PATCH 0/6 v3] btrfs-progs: cleanup and preparatory around device scan
 2023-06-28 22:24 UTC  (2+ messages)

[PATCH 0/3 v2] btrfs-progs: dump-super: fix dump-super on aarch64
 2023-06-28 21:42 UTC  (9+ messages)
` [PATCH 1/3] btrfs-progs: dump-super: improve error log
` [PATCH 2/3] btrfs-progs: dump_super: drop the label out and variable ret
` [PATCH 3/3] btrfs-progs: dump-super: fix read beyond device size

[PATCH 0/2 v2] btrfs-progs: tests: fix no acl support
 2023-06-28 21:10 UTC  (2+ messages)

[PATCH 0/4] btrfs-progs: tests: fix warnings during make test
 2023-06-28 19:45 UTC  (5+ messages)
` [PATCH 2/4] btrfs-progs: tests/fsstress.c: move do_mmap under HAVE_SYS_MMAN_H
` [PATCH 3/4] btrfs-progs: tests/fsstress.c: move do_fallocate under HAVE_LINUX_FALLOC_H
` [PATCH 4/4] btrfs-progs: tests/fsstress.c: move delete_subvol_children under HAVE_BTRFSUTIL_H

[linux-next:master] BUILD REGRESSION 5c875096d59010cee4e00da1f9c7bdb07a025dc2
 2023-06-28 17:53 UTC 

[PATCH] btrfs: fix use-after-free of new block group that became unused
 2023-06-28 16:13 UTC 

btrfs compressed writeback cleanups
 2023-06-28 15:45 UTC  (25+ messages)
` [PATCH 01/23] btrfs: pass a flags argument to cow_file_range
` [PATCH 02/23] btrfs: don't create inline extents in fallback_to_cow
` [PATCH 03/23] btrfs: split page locking out of __process_pages_contig
` [PATCH 04/23] btrfs: remove btrfs_writepage_endio_finish_ordered
` [PATCH 05/23] btrfs: remove end_extent_writepage
` [PATCH 06/23] btrfs: reduce debug spam from submit_compressed_extents
` [PATCH 07/23] btrfs: remove the return value from submit_uncompressed_range
` [PATCH 08/23] btrfs: remove the return value from extent_write_locked_range
` [PATCH 09/23] btrfs: improve the delalloc_to_write calculation in writepage_delalloc
` [PATCH 10/23] btrfs: reduce the number of arguments to btrfs_run_delalloc_range
` [PATCH 11/23] btrfs: clean up the check for uncompressed ranges in submit_one_async_extent
` [PATCH 12/23] btrfs: don't clear async_chunk->inode in async_cow_start
` [PATCH 13/23] btrfs: merge async_cow_start and compress_file_range
` [PATCH 14/23] btrfs: merge submit_compressed_extents and async_cow_submit
` [PATCH 15/23] btrfs: streamline compress_file_range
` [PATCH 16/23] btrfs: further simplify the compress or not logic in compress_file_range
` [PATCH 17/23] btrfs: use a separate label for the incompressible case "
` [PATCH 18/23] btrfs: share the code to free the page array "
` [PATCH 19/23] btrfs: don't redirty pages "
` [PATCH 20/23] btrfs: refactor the zoned device handling in cow_file_range
` [PATCH 21/23] btrfs: don't redirty locked_page in run_delalloc_zoned
` [PATCH 22/23] btrfs: fix zoned handling in submit_uncompressed_range
` [PATCH 23/23] mm: remove folio_account_redirty

[PATCH] common/btrfs: handle dmdust as mounted device in _btrfs_buffered_read_on_mirror()
 2023-06-28 15:16 UTC  (7+ messages)

[PATCH v2 0/9] btrfs: metadata_uuid refactors part1
 2023-06-28 13:07 UTC  (4+ messages)

[PATCH 00/10] btrfs-progs: check and tune: add device and noscan options
 2023-06-28 11:56 UTC  (11+ messages)
` [PATCH 01/10] btrfs-progs: common: add --device option helpers
` [PATCH 02/10] btrfs-progs: tune: consolidate return goto free-out
` [PATCH 03/10] btrfs-progs: tune: introduce --device option
` [PATCH 04/10] btrfs-progs: docs: update btrfstune "
` [PATCH 05/10] btrfs-progs: tune: introduce --noscan option
` [PATCH 06/10] btrfs-progs: docs: update btrfstune "
` [PATCH 07/10] btrfs-progs: check: introduce --device option
` [PATCH 08/10] btrfs-progs: docs: update btrfs check "
` [PATCH 09/10] btrfs-progs: check: introduce --noscan option
` [PATCH 10/10] btrfs-progs: docs: update btrfs check "

[PATCH 0/2] btrfs: port to new mount api
 2023-06-28 11:01 UTC  (7+ messages)
` [PATCH 1/2] fs: indicate request originates from old "
` [PATCH 2/2] btrfs: port to new "

[PATCH] btrfs: zoned: do not zone finish data relocation block group
 2023-06-28  5:06 UTC  (2+ messages)

[PATCH] btrfs: add comments for btrfs_map_block()
 2023-06-28  5:59 UTC  (6+ messages)

[PATCH v2] btrfs: avoid duplicated chunk lookup during btrfs_map_block()
 2023-06-28  8:37 UTC  (2+ messages)

[PATCH] btrfs: raid56: remove unused BTRFS_RBIO_PARITY_SCRUB
 2023-06-28  8:26 UTC  (2+ messages)

[PATCH] btrfs: zoned: do not enable async discard
 2023-06-28  6:03 UTC  (3+ messages)

[POSSIBLE BUG]: btrfs partition: cat sees one version of the script, exec the old version
 2023-06-28  5:26 UTC 

[BUG] btrfs: MAX_LOCKDEP_CHAIN_HLOCKS too low!
 2023-06-27 18:49 UTC  (5+ messages)

btrfs receive
 2023-06-27 17:57 UTC 

[PATCH v2 00/24] use vmalloc_array and vcalloc
 2023-06-27 16:40 UTC  (3+ messages)
` [PATCH v2 12/24] btrfs: zoned: "

[PATCH] btrfs: avoid duplicated chunk lookup during btrfs_map_block()
 2023-06-27 16:03 UTC  (3+ messages)

[PATCH 0/2] btrfs-progs: dump-super: fix dump-super on aarch64
 2023-06-27  8:44 UTC  (8+ messages)
` [PATCH 2/2] btrfs-progs: dump-super: fix read beyond device size

btrfs_map_block tidyups
 2023-06-27  7:41 UTC  (7+ messages)
` [PATCH 1/2] btrfs: be a bit more careful when setting mirror_num_ret in btrfs_map_block
` [PATCH 2/2] btrfs: simplify the no-bioc fast path condition "

[PATCH] btrfs: deprecate check_int* feature
 2023-06-27  6:14 UTC  (2+ messages)

decouple block open flags from fmode_t
 2023-06-27  5:41 UTC  (3+ messages)
` [PATCH 06/31] cdrom: remove the unused mode argument to cdrom_release

[PATCH] btrfs: scrub: remove unused btrfs_path in scrub_simple_mirror()
 2023-06-27  5:20 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 60e7c4a25da68cd826719b685babbd23e73b85b0
 2023-06-27  1:22 UTC 

[GIT PULL] Btrfs updates for 6.5
 2023-06-26 20:02 UTC  (4+ messages)

[GIT PULL] fsverity updates for 6.5
 2023-06-26 20:02 UTC  (2+ messages)

[PATCH] mm/vmalloc: do not output a spurious warning when huge vmalloc() fails
 2023-06-26 14:09 UTC  (8+ messages)

Out of space loop: skip_balance not working
 2023-06-26 12:58 UTC  (19+ messages)

[PATCH] btrfs: add a test case to verify the write behavior of large RAID5 data chunks
 2023-06-26 10:35 UTC  (4+ messages)

[PATCH] btrfs: use a dedicated helper to convert stripe_nr to offset
 2023-06-26 10:32 UTC  (4+ messages)

[PATCH] fs: btrfs: Optimize code execution process to save time
 2023-06-26 10:07 UTC 

[PATCH 00/26] use array_size
 2023-06-26  7:59 UTC  (4+ messages)
` [PATCH 12/26] btrfs: zoned: "

[syzbot] [btrfs?] WARNING: refcount bug in __btrfs_release_delayed_node
 2023-06-26  5:12 UTC 

[PATCH 00/29] use refcount+RCU method to implement lockless slab shrink
 2023-06-25  3:15 UTC  (24+ messages)
` [PATCH 01/29] mm: shrinker: add shrinker::private_data field
    ` [External] "
` [PATCH 02/29] mm: vmscan: introduce some helpers for dynamically allocating shrinker
` [PATCH 05/29] drm/panfrost: dynamically allocate the drm-panfrost shrinker
` [PATCH 15/29] NFSD: dynamically allocate the nfsd-client shrinker
` [PATCH 24/29] mm: vmscan: make global slab shrink lockless
` [PATCH 29/29] mm: shrinker: move shrinker-related code into a separate file

Btrfs shrink user failure
 2023-06-25  0:31 UTC  (3+ messages)

[GIT PULL] Btrfs fix for 6.4-rc7, part 2
 2023-06-23 23:53 UTC  (2+ messages)

[syzbot] [btrfs?] WARNING in btrfs_relocate_block_group
 2023-06-23 20:18 UTC  (2+ messages)

empty directory from previous subvolume in a snapshot is not sent|received
 2023-06-23 18:10 UTC  (5+ messages)

[PATCH 00/79] fs: new accessors for inode->i_ctime
 2023-06-23 12:41 UTC 

[PATCH 00/29] use refcount+RCU method to implement lockless slab shrink
 2023-06-23 10:01 UTC  (3+ messages)
` [PATCH 05/29] drm/panfrost: dynamically allocate the drm-panfrost shrinker


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