linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-08 18:08:15 to 2023-08-11 10:10:39 UTC [more...]

remove get_super
 2023-08-11 10:08 UTC  (12+ messages)
` [PATCH 01/17] FOLD: reverts part of "fs: use the super_block as holder when mounting file systems"
` [PATCH 02/17] btrfs: always open the device read-only in btrfs_scan_one_device
` [PATCH 03/17] btrfs: call btrfs_close_devices from ->kill_sb
` [PATCH 04/17] btrfs: split btrfs_fs_devices.opened
` [PATCH 05/17] btrfs: open block devices after superblock creation
` [PATCH 06/17] btrfs: use the super_block as holder when mounting file systems
` [PATCH 07/17] nbd: call blk_mark_disk_dead in nbd_clear_sock_ioctl
` [PATCH 08/17] block: simplify the disk_force_media_change interface
` [PATCH 09/17] floppy: call disk_force_media_change when changing the format
` [PATCH 10/17] amiflop: don't call fsync_bdev in FDFMTBEG
` [PATCH 12/17] block: drop the "busy inodes on changed media" log message

btrfs write-bandwidth performance regression of 6.5-rc4/rc3
 2023-08-11  8:58 UTC  (5+ messages)

[PATCH v2] btrfs: remove v0 extent handling
 2023-08-11  7:47 UTC 

[PATCH] btrfs: remove v0 extent handling
 2023-08-11  7:31 UTC 

Filesystem hangs under high NFS load
 2023-08-11  7:21 UTC  (2+ messages)

[PATCH] btrfs: doc/dev: enhance the error handling guideline
 2023-08-11  6:00 UTC 

[PATCH] btrfs: fix return value when race occur between balance and cancel/pause
 2023-08-11  2:35 UTC  (3+ messages)

[PATCH] btrfs: Copy dir permission and time when creating a stub subvolume
 2023-08-11  1:46 UTC  (2+ messages)

[PATCH] btrfs: Copy dir permission and time when creating a stub subvolume
 2023-08-11  1:44 UTC 

[syzbot] [btrfs?] WARNING in btrfs_finish_one_ordered
 2023-08-10 18:40 UTC  (2+ messages)

[PATCH v2 0/5] btrfs: scrub: improve the scrub performance
 2023-08-10 18:09 UTC  (2+ messages)

more blkdev_get and holder work
 2023-08-10 18:14 UTC  (7+ messages)
` [PATCH 02/12] nilfs2: use setup_bdev_super to de-duplicate the mount code

[PATCH v2] btrfs: output extra debug info if we failed to find an inline backref
 2023-08-10 17:25 UTC  (2+ messages)

[PATCH] btrfs: remove unused pages_processed variable
 2023-08-10 17:20 UTC  (4+ messages)

[PATCH v3 00/16] fscrypt: add extent encryption
 2023-08-10 17:17 UTC  (24+ messages)
` [PATCH v3 01/16] fscrypt: factor helper for locking master key
` [PATCH v3 03/16] fscrypt: adjust effective lblks based on extents
` [PATCH v3 04/16] fscrypt: add a super_block pointer to fscrypt_info
` [PATCH v3 05/16] fscrypt: setup leaf inodes for extent encryption
` [PATCH v3 06/16] fscrypt: allow infos to be owned by extents
` [PATCH v3 07/16] fscrypt: use an optional ino equivalent for per-extent infos
` [PATCH v3 08/16] fscrypt: move function call warning of busy inodes
` [PATCH v3 09/16] fscrypt: revamp key removal for extent encryption
` [PATCH v3 10/16] fscrypt: add creation/usage/freeing of per-extent infos
` [PATCH v3 11/16] fscrypt: allow load/save of extent contexts
` [PATCH v3 12/16] fscrypt: save session key credentials for extent infos
` [PATCH v3 13/16] fscrypt: allow multiple extents to reference one info
` [PATCH v3 14/16] fscrypt: cache list of inlinecrypt devices
` [PATCH v3 15/16] fscrypt: allow asynchronous info freeing
` [PATCH v3 16/16] fscrypt: update documentation for per-extent keys

btrfs NOCOW fix and cleanups
 2023-08-10 17:07 UTC  (6+ messages)
` [PATCH 5/6] btrfs: use nocow_end for the loop iteration in run_delalloc_cow
` [PATCH 6/6] btrfs: clone relocation checksums in btrfs_alloc_ordered_extent

[PATCH v2] btrfs: zoned: do not zone finish data relocation block group
 2023-08-10 16:29 UTC  (2+ messages)

[PATCH] btrfs: set_page_extent_mapped after read_folio in relocate_one_page
 2023-08-10 15:50 UTC  (2+ messages)

[PATCH v3 00/10] btrfs: zoned: write-time activation of metadata block group
 2023-08-10 14:36 UTC  (11+ messages)
` [PATCH v3 07/10] btrfs: zoned: activate metadata block group on write time
` [PATCH v3 08/10] btrfs: zoned: no longer count fresh BG region as zone unusable

[PATCH] btrfs: wait on uncached block groups on every allocation loop
 2023-08-10 14:30 UTC  (2+ messages)

[PATCH] btrfs-progs: tests/misc/058: reduce the space requirement and speed up the test
 2023-08-10 14:22 UTC  (6+ messages)

[PATCH -next v2] btrfs: Use LIST_HEAD() to initialize the list_head
 2023-08-10 14:12 UTC  (2+ messages)

[PATCH v2 0/8] btrfs-progs: add encryption support
 2023-08-10 12:23 UTC  (11+ messages)
` [PATCH v2 1/8] btrfs-progs: add new FEATURE_INCOMPAT_ENCRYPT flag
` [PATCH v2 2/8] btrfs-progs: start tracking extent encryption context info
` [PATCH v2 3/8] btrfs-progs: add inode encryption contexts
` [PATCH v2 4/8] btrfs-progs: save and load fscrypt extent contexts
` [PATCH v2 5/8] btrfs-progs: interpret encrypted file extents
` [PATCH v2 6/8] btrfs-progs: handle fscrypt context items
` [PATCH v2 7/8] btrfs-progs: escape unprintable characters in names
` [PATCH v2 8/8] btrfs-progs: check: update inline extent length checking

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

[PATCH] btrfs: fix race between balance and cancel/pause
 2023-08-10  5:45 UTC  (4+ messages)

[PATCH -next] btrfs: Use LIST_HEAD to initialize splice
 2023-08-10  2:05 UTC  (3+ messages)

[PATCH] btrfs: handle errors properly in update_inline_extent_backref()
 2023-08-10  1:13 UTC  (8+ messages)

[PATCH v4 0/3] btrfs: fix an ASSERT() triggered inside prepare_to_merge()
 2023-08-10  0:57 UTC  (5+ messages)
` [PATCH v4 2/3] btrfs: exit gracefully if reloc roots don't match

[PATCH v7 00/13] fs: implement multigrain timestamps
 2023-08-09 22:37 UTC  (38+ messages)
` [PATCH v7 03/13] fs: drop the timespec64 arg from generic_update_time
` [PATCH v7 04/13] btrfs: have it use inode_update_timestamps
` [PATCH v7 05/13] fat: make fat_update_time get its own timestamp
` [PATCH v7 06/13] ubifs: have ubifs_update_time use inode_update_timestamps
` [PATCH v7 07/13] xfs: have xfs_vn_update_time gets its own timestamp
` [PATCH v7 08/13] fs: drop the timespec64 argument from update_time

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

[PATCH] btrfs: set cache_block_group_error if we find an error
 2023-08-09 20:08 UTC  (2+ messages)

[PATCH 0/7] btrfs-progs: tune: add resume support for csum conversion
 2023-08-09 15:50 UTC  (4+ messages)

small writeback fixes v2
 2023-08-09 14:13 UTC  (3+ messages)

[PATCH] btrfs-progs: tests/misc/030: do not require v1 cache for the test case
 2023-08-09 13:18 UTC  (2+ messages)

[PATCH] btrfs-progs: tests/mkfs/005: use udevadm settle to avoid false alerts
 2023-08-09 13:17 UTC  (2+ messages)

[syzbot] [btrfs?] kernel BUG in update_inline_extent_backref
 2023-08-09  4:15 UTC 

[PATCH 0/4] btrfs-progs: tests false alerts fixes
 2023-08-08 22:40 UTC  (5+ messages)
` [PATCH 1/4] btrfs-progs: tests/mkfs/005: use udevadm settle to avoid false alerts
` [PATCH 2/4] btrfs-progs: tests/misc/030: do not require v1 cache for the test case
` [PATCH 3/4] btrfs-progs: tests/misc/046: fix false alerts on write detection
` [PATCH 4/4] btrfs-progs: tests/misc/058: reduce the space requirement and speed up the test

[RFC PATCH v3 0/9] fstests: add btrfs encryption testing
 2023-08-08 18:46 UTC  (11+ messages)
` [RFC PATCH v3 1/9] common/encrypt: separate data and inode nonces
` [RFC PATCH v3 2/9] common/encrypt: add btrfs to get_encryption_*nonce
` [RFC PATCH v3 3/9] common/encrypt: add btrfs to get_ciphertext_filename
` [RFC PATCH v3 4/9] common/encrypt: enable making a encrypted btrfs filesystem
` [RFC PATCH v3 5/9] generic/613: write some actual data for btrfs
` [RFC PATCH v3 6/9] tests: adjust generic/429 for extent encryption
` [RFC PATCH v3 7/9] common/verity: explicitly don't allow btrfs encryption
` [RFC PATCH v3 8/9] btrfs: add simple test of reflink of encrypted data
` [RFC PATCH v3 9/9] btrfs: test snapshotting encrypted subvol

[syzbot] [btrfs?] KASAN: slab-use-after-free Read in btrfs_open_devices
 2023-08-08 17:38 UTC  (7+ 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).