messages from 2023-07-04 09:07:47 to 2023-07-09 18:54:03 UTC [more...]
[PATCH v2 00/14] fscrypt: add extent encryption
2023-07-09 18:53 UTC (7+ messages)
` [PATCH v2 01/14] fscrypt: factor helper for locking master key
` [PATCH v2 02/14] fscrypt: factor getting info for a specific block
` [PATCH v2 03/14] fscrypt: adjust effective lblks based on extents
` [PATCH v2 04/14] fscrypt: add a super_block pointer to fscrypt_info
` [PATCH v2 05/14] fscrypt: setup leaf inodes for extent encryption
` [PATCH v2 06/14] fscrypt: allow infos to be owned by extents
[PATCH v5 0/8] fscrypt: some rearrangements of key setup
2023-07-09 18:53 UTC (6+ messages)
` [PATCH v5 1/8] fscrypt: move inline crypt decision to info setup
` [PATCH v5 2/8] fscrypt: split and rename setup_file_encryption_key()
` [PATCH v5 3/8] fscrypt: split setup_per_mode_enc_key()
` [PATCH v5 4/8] fscrypt: move dirhash key setup away from IO key setup
` [PATCH v5 8/8] fscrypt: make prepared keys record their type
[PATCH v2] btrfs: move subpage preallocation out of the loop
2023-07-09 7:08 UTC
[PATCH] btrfs: move subpage preallocation out of the loop
2023-07-09 5:48 UTC
[PATCH] btrfs: add a debug accounting for eb pages contiguousness
2023-07-09 4:44 UTC (5+ messages)
question to btrfs scrub
2023-07-08 5:08 UTC (22+ messages)
[PATCH v1 00/17] btrfs: add encryption feature
2023-07-07 23:36 UTC (5+ messages)
` [PATCH v1 01/17] btrfs: disable various operations on encrypted inodes
` [PATCH v1 05/17] btrfs: add inode encryption contexts
[PATCH 0/2] btrfs: fix error paths of btrfs_orphan_cleanup()
2023-07-07 20:26 UTC (5+ messages)
` [PATCH 1/2] btrfs: fix double iput() on inode after an error during orphan cleanup
` [PATCH 2/2] btrfs: fix iput() on error pointer after "
[PATCH 00/11] btrfs-progs: fix bugs and CHANGING_FSID_V2 flag
2023-07-07 15:52 UTC (12+ messages)
` [PATCH 01/11] btrfs-progs: fix duplicate missing device
` [PATCH 02/11] btrfs-progs: call warn() for "
` [PATCH 03/11] btrfs-progs: track missing device counter
` [PATCH 04/11] btrfs-progs: NULL initialize device name for missing
` [PATCH 05/11] btrfs-progs: tune: check for missing device
` [PATCH 06/11] btrfs-progs: track changing_fsid flag in fs_devices
` [PATCH 07/11] btrfs-progs: track num_devices per fs_devices
` [PATCH 08/11] btrfs-progs: track total_devs in fs devices
` [PATCH 09/11] btrfs-progs: track active metadata_uuid per fs_devices
` [PATCH 10/11] btrfs-progs: add helper to reunite devices with same metadata_uuid
` [PATCH 11/11] btrfs-progs: tune: fix incomplete fsid_change
[PATCH v2] common/btrfs: handle dmdust as mounted device in _btrfs_buffered_read_on_mirror()
2023-07-07 13:46 UTC (2+ messages)
[PATCH v2 00/89] fs: new accessors for inode->i_ctime
2023-07-07 12:42 UTC (16+ messages)
` [PATCH v2 07/92] fs: add ctime accessors infrastructure
` [PATCH v2 08/92] fs: new helper: simple_rename_timestamp
` [apparmor] "
` [PATCH v2 92/92] fs: rename i_ctime field to __i_ctime
[PATCH RFC 0/6 v2] block: Add config option to not allow writing to mounted devices
2023-07-07 12:28 UTC (28+ messages)
` [PATCH 1/6] "
` [PATCH 2/6] fs: Block writes to mounted block devices
` [PATCH 3/6] xfs: Block writes to log device
` [PATCH 4/6] ext4: Block writes to journal device
` [PATCH 5/6] btrfs: Block writes to seed devices
` [PATCH 6/6] fs: Make bind mounts work with bdev_allow_write_mounted=n
[PATCH RFC 0/32] block: Make blkdev_get_by_*() return handle
2023-07-07 12:24 UTC (17+ messages)
` [PATCH 01/32] block: Provide blkdev_get_handle_* functions
` [PATCH 21/32] btrfs: Convert to blkdev_get_handle_by_path()
` [PATCH 32/32] block: Rename blkdev_get_handle_by_*() and blkdev_handle_put()
[PATCH v2 0/2] btrfs-progs: some zoned mkfs fixups
2023-07-07 11:38 UTC (6+ messages)
` [PATCH v2 1/2] btrfs-progs: print out the correct minimum size for zoned file systems
` [PATCH v2 2/2] btrfs-progs: set the proper minimum size for a zoned file system
Fwd: vmalloc error: btrfs-delalloc btrfs_work_helper [btrfs] in kernel 6.3.x
2023-07-07 10:13 UTC (11+ messages)
[PATCH] btrfs-progs: fix duplicate missing device
2023-07-07 5:58 UTC (2+ messages)
linux-btrfs@vger.kernel.org 電子メール通知
2023-07-07 0:39 UTC
[PATCH 0/2] Supporting same fsid filesystems mounting on btrfs
2023-07-06 22:32 UTC (6+ messages)
` [PATCH 1/2] btrfs: Introduce the virtual_fsid feature
ENOSPC Cannot add device or resize max due to Global reserve hit 512M
2023-07-06 18:15 UTC
[PATCH 0/2] btrfs-progs: some zoned mkfs fixups
2023-07-06 14:31 UTC (5+ messages)
` [PATCH 1/2] btrfs-progs: print out the correct minimum size for zoned file systems
` [PATCH 2/2] btrfs-progs: set the proper minimum size for a zoned file system
[PATCH] btrfs: zoned: do not zone finish data relocation block group
2023-07-06 12:45 UTC (4+ messages)
[PATCH v2] btrfs: zoned: do not enable async discard
2023-07-06 12:43 UTC (2+ messages)
[PATCH v2 09/92] btrfs: convert to simple_rename_timestamp
2023-07-06 10:51 UTC (3+ messages)
` [PATCH v2 29/92] btrfs: convert to ctime accessor functions
[PATCH v2 00/24] use vmalloc_array and vcalloc
2023-07-06 1:35 UTC (2+ messages)
[PATCH v2] fsverity: use shash API instead of ahash API
2023-07-06 0:18 UTC (2+ messages)
` [f2fs-dev] "
[PATCH 01/30] block: also call ->open for incremental partition opens
2023-07-06 0:18 UTC (2+ messages)
` [f2fs-dev] "
[PATCH 0/5] btrfs: simple quotas fstests
2023-07-05 23:42 UTC (6+ messages)
` [PATCH 1/5] btrfs/400: new test for simple quotas
` [PATCH 2/5] common/btrfs: quota mode helpers
` [PATCH 3/5] common/btrfs: quota rescan helpers
` [PATCH 4/5] btrfs: use new rescan wrapper
` [PATCH 5/5] btrfs: skip squota incompatible tests
[PATCH] btrfs: use spin_lock_irq() when running delayed iputs
2023-07-05 23:41 UTC (2+ messages)
` [PATCH v2] btrfs: use irq safe locking when running and adding "
[PATCH 0/8] btrfs-progs: simple quotas
2023-07-05 23:36 UTC (9+ messages)
` [PATCH 1/8] btrfs-progs: document squotas
` [PATCH 2/8] btrfs-progs: simple quotas kernel definitions
` [PATCH 3/8] btrfs-progs: simple quotas dump commands
` [PATCH 4/8] btrfs-progs: simple quotas fsck
` [PATCH 5/8] btrfs-progs: simple quotas mkfs
` [PATCH 6/8] btrfs-progs: simple quotas btrfstune
` [PATCH 7/8] btrfs-progs: simple quotas enable cmd
` [PATCH 8/8] btrfs-progs: tree-checker: handle owner ref items
[PATCH 00/18] btrfs: simple quotas
2023-07-05 23:20 UTC (19+ messages)
` [PATCH 01/18] btrfs: free qgroup rsv on io failure
` [PATCH 02/18] btrfs: fix start transaction qgroup rsv double free
` [PATCH 03/18] btrfs: introduce quota mode
` [PATCH 04/18] btrfs: add new quota mode for simple quotas
` [PATCH 05/18] btrfs: expose quota mode via sysfs
` [PATCH 06/18] btrfs: flush reservations during quota disable
` [PATCH 07/18] btrfs: create qgroup earlier in snapshot creation
` [PATCH 08/18] btrfs: function for recording simple quota deltas
` [PATCH 09/18] btrfs: rename tree_ref and data_ref owning_root
` [PATCH 10/18] btrfs: track owning root in btrfs_ref
` [PATCH 11/18] btrfs: track original extent owner in head_ref
` [PATCH 12/18] btrfs: new inline ref storing owning subvol of data extents
` [PATCH 13/18] btrfs: inline owner ref lookup helper
` [PATCH 14/18] btrfs: record simple quota deltas
` [PATCH 15/18] btrfs: simple quota auto hierarchy for nested subvols
` [PATCH 16/18] btrfs: check generation when recording simple quota delta
` [PATCH 17/18] btrfs: track metadata relocation cow with simple quota
` [PATCH 18/18] btrfs: track data relocation "
[PATCH 0/2] fsverity: simplify initcall and move sysctl registration
2023-07-05 21:27 UTC (3+ messages)
` [PATCH 1/2] fsverity: simplify handling of errors during initcall
` [PATCH 2/2] fsverity: move sysctl registration out of signature.c
[PATCH v1 00/12] fscrypt: add extent encryption
2023-07-05 19:41 UTC (11+ messages)
[PATCH 1/2] btrfs: avoid Wmaybe-uninitialized warnings
2023-07-05 14:01 UTC (2+ messages)
` [PATCH 2/2] btrfs: fix 64-bit division link failure
[syzbot] [btrfs?] inconsistent lock state in btrfs_run_delayed_iputs
2023-07-05 13:17 UTC
[PATCH] btrfs: zoned: don't read beyond write pointer for scrub
2023-07-05 9:06 UTC (7+ messages)
[syzbot] [btrfs?] inconsistent lock state in btrfs_add_delayed_iput
2023-07-05 7:47 UTC
[PATCH] btrfs: speedup scrub csum verification
2023-07-05 6:48 UTC
[syzbot] [btrfs?] kernel BUG in merge_reloc_roots
2023-07-05 3:55 UTC (3+ messages)
[PATCH 00/29] use refcount+RCU method to implement lockless slab shrink
2023-07-05 3:27 UTC (7+ messages)
` [PATCH 24/29] mm: vmscan: make global slab shrink lockless
Scrub of my nvme SSD has slowed by about 2/3
2023-07-05 2:44 UTC (3+ messages)
btrfs compressed writeback cleanups
2023-07-04 9:09 UTC (5+ messages)
` [PATCH 11/23] btrfs: clean up the check for uncompressed ranges in submit_one_async_extent
` [PATCH 13/23] btrfs: merge async_cow_start and compress_file_range
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox