linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-23 07:49:26 to 2024-01-26 23:48:59 UTC [more...]

[PATCH] btrfs: tree-checker: dump the page status if hit something wrong
 2024-01-26 23:48 UTC 

[GIT PULL] Btrfs fixes for 6.8-rc2
 2024-01-26 22:05 UTC  (9+ messages)

[PATCH 0/5] block: remove gfp_mask for blkdev_zone_mgmt()
 2024-01-26 22:03 UTC  (11+ 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 0/4 for 5.15 stable] btrfs: some directory fixes for stable 5.15
 2024-01-26 19:09 UTC  (10+ messages)
` [PATCH 1/4 for 5.15 stable] btrfs: fix infinite directory reads
` [PATCH 2/4 for 5.15 stable] btrfs: set last dir index to the current last index when opening dir
` [PATCH 3/4 for 5.15 stable] btrfs: refresh dir last index during a rewinddir(3) call
` [PATCH 4/4 for 5.15 stable] btrfs: fix race between reading a directory and adding entries to it

[PATCH 0/2] btrfs: subvol qgroup lifetime invariants
 2024-01-26 15:50 UTC  (7+ messages)
` [PATCH 1/2] btrfs: forbid creating subvol qgroups

[PATCH 00/20] Error handling fixes
 2024-01-26 14:19 UTC  (41+ messages)
` [PATCH 01/20] btrfs: handle directory and dentry mismatch in btrfs_may_delete()
` [PATCH 02/20] btrfs: handle invalid range and start in merge_extent_mapping()
` [PATCH 03/20] btrfs: handle block group lookup error when it's being removed
` [PATCH 04/20] btrfs: handle root deletion lookup error in btrfs_del_root()
` [PATCH 05/20] btrfs: handle invalid root reference found in btrfs_find_root()
` [PATCH 06/20] btrfs: handle invalid root reference found in btrfs_init_root_free_objectid()
` [PATCH 07/20] btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks()
` [PATCH 08/20] btrfs: handle invalid extent item reference found in check_committed_ref()
` [PATCH 09/20] btrfs: export: handle invalid inode or root reference in btrfs_get_parent()
` [PATCH 10/20] btrfs: delayed-inode: drop pointless BUG_ON in __btrfs_remove_delayed_item()
` [PATCH 11/20] btrfs: change BUG_ON to assertion when checking for delayed_node root
` [PATCH 12/20] btrfs: defrag: change BUG_ON to assertion in btrfs_defrag_leaves()
` [PATCH 13/20] btrfs: change BUG_ON to assertion in btrfs_read_roots()
` [PATCH 14/20] btrfs: change BUG_ON to assertion when verifying lockdep class setup
` [PATCH 15/20] btrfs: change BUG_ON to assertion when verifying root in btrfs_alloc_reserved_file_extent()
` [PATCH 16/20] btrfs: change BUG_ON to assertion in reset_balance_state()
` [PATCH 17/20] btrfs: unify handling of return values of btrfs_insert_empty_items()
` [PATCH 18/20] btrfs: move transaction abort to the error site in btrfs_delete_free_space_tree()
` [PATCH 19/20] btrfs: move transaction abort to the error site in btrfs_create_free_space_tree()
` [PATCH 20/20] btrfs: move transaction abort to the error site btrfs_rebuild_free_space_tree()

BUG in raid6_pq while running fstest btrfs/286
 2024-01-26 11:55 UTC  (6+ messages)

[PATCH] btrfs: Convert add_ra_bio_pages() to use a folio
 2024-01-26  6:56 UTC 

[PATCH RFC] btrfs: raid56: extra debug for raid6 syndrome generation
 2024-01-26  3:21 UTC 

[PATCH v2] btrfs: fix infinite directory reads
 2024-01-25 23:06 UTC  (5+ messages)

[PATCH] btrfs: remove unused included headers
 2024-01-25 22:31 UTC  (3+ messages)

[PATCH 0/5] btrfs: some fixes around unused block deletion
 2024-01-25 21:32 UTC  (9+ messages)
` [PATCH 1/5] btrfs: add and use helper to check if block group is used
` [PATCH 2/5] btrfs: do not delete unused block group if it may be used soon
` [PATCH 3/5] btrfs: add new unused block groups to the list of unused block groups
` [PATCH 4/5] btrfs: document what the spinlock unused_bgs_lock protects
` [PATCH 5/5] btrfs: add comment about list_is_singular() use at btrfs_delete_unused_bgs()

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

[PATCH] btrfs: fix infinite directory reads
 2024-01-25 12:04 UTC  (3+ messages)

[PATCH 5.15] btrfs: fix infinite directory reads
 2024-01-25  9:38 UTC  (3+ messages)

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

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

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

[PATCH] btrfs: do not ASSERT() if the newly created subvolume already got read
 2024-01-23 20:03 UTC  (2+ 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  (5+ messages)
` [PATCH 1/2] btrfs: zoned: use rcu list for iterating devices to collect stats

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

[PATCH 3/4] btrfs: convert relocate_one_page() to relocate_one_folio()
 2024-01-23 16:36 UTC  (3+ messages)
    `  "

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


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