public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-07-05 07:48:04 to 2023-07-10 17:01:47 UTC [more...]

[PATCH 1/2] btrfs: avoid Wmaybe-uninitialized warnings
 2023-07-10 16:55 UTC  (3+ messages)
` [PATCH 2/2] btrfs: fix 64-bit division link failure

[PATCH v2 00/89] fs: new accessors for inode->i_ctime
 2023-07-10 13:32 UTC  (19+ 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 v2 00/92] fs: new accessors for inode->i_ctime

[PATCH 8/8] btrfs: move btrfs_free_excluded_extents() into block-group.c
 2023-07-10  9:56 UTC  (2+ messages)

[PATCH] btrfs: add a debug accounting for eb pages contiguousness
 2023-07-10  5:52 UTC  (7+ messages)

[PATCH v2 0/2] btrfs-progs: some zoned mkfs fixups
 2023-07-10  5:28 UTC  (9+ 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

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

[PATCH] fs: btrfs: Optimize code execution process to save time
 2023-07-10  1:35 UTC  (2+ messages)

[PATCH v5 0/8] fscrypt: some rearrangements of key setup
 2023-07-09 18:53 UTC  (9+ 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 5/8] fscrypt: reduce special-casing of IV_INO_LBLK_32
` [PATCH v5 6/8] fscrypt: move all the shared mode key setup deeper
` [PATCH v5 7/8] fscrypt: make infos have a pointer to prepared keys
` [PATCH v5 8/8] fscrypt: make prepared keys record their type

[PATCH v2 00/14] fscrypt: add extent encryption
 2023-07-09 18:53 UTC  (15+ 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 v2 07/14] fscrypt: notify per-extent infos if master key vanishes
` [PATCH v2 08/14] fscrypt: use an optional ino equivalent for per-extent infos
` [PATCH v2 09/14] fscrypt: move function call warning of busy inodes
` [PATCH v2 10/14] fscrypt: revamp key removal for extent encryption
` [PATCH v2 11/14] fscrypt: add creation/usage/freeing of per-extent infos
` [PATCH v2 12/14] fscrypt: allow load/save of extent contexts
` [PATCH v2 13/14] fscrypt: save session key credentials for extent infos
` [PATCH v2 14/14] fscrypt: update documentation for per-extent keys

[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 

question to btrfs scrub
 2023-07-08  5:08 UTC  (21+ 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 RFC 0/6 v2] block: Add config option to not allow writing to mounted devices
 2023-07-07 12:28 UTC  (21+ messages)
` [PATCH 1/6] "
` [PATCH 3/6] xfs: Block writes to log device
` [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  (13+ messages)
` [PATCH 01/32] block: Provide blkdev_get_handle_* functions

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)

[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 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox