public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-07-06 13:07:08 to 2023-07-13 14:21:02 UTC [more...]

[PATCH 00/18] btrfs: simple quotas
 2023-07-13 14:20 UTC  (13+ 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 0/2] Minor macro and type cleanups
 2023-07-13 14:10 UTC  (3+ messages)
` [PATCH 1/2] btrfs: replace unsigned char with u8 for type casts
` [PATCH 2/2] btrfs: use helper sizeof_field in struct accessors

small writeback fixes
 2023-07-13 13:04 UTC  (10+ messages)
` [PATCH 1/9] btrfs: don't stop integrity writeback too early
` [PATCH 2/9] btrfs: don't wait for writeback on clean pages in extent_write_cache_pages
` [PATCH 3/9] btrfs: fix an error handling corner case in cow_file_range
` [PATCH 4/9] btrfs: move the cow_fixup earlier in writepages handling
` [PATCH 5/9] btrfs: fix handling of errors from __extent_writepage_io
` [PATCH 6/9] btrfs: stop submitting I/O after an error in extent_write_locked_range
` [PATCH 7/9] btrfs: fix a race in clearing the writeback bit for sub-page I/O
` [PATCH 8/9] btrfs: remove the call to btrfs_mark_ordered_io_finished in btrfs_writepage_fixup_worker
` [PATCH 9/9] btrfs: lift the call to mapping_set_error out of cow_file_range

[PATCH] btrfs: disable slab merging in debug build
 2023-07-13 12:52 UTC  (5+ messages)

[PATCH 00/14] btrfs: scrub: introduce SCRUB_LOGICAL flag
 2023-07-13 12:14 UTC  (8+ messages)
` [PATCH 01/14] btrfs: raid56: remove unnecessary parameter for raid56_parity_alloc_scrub_rbio()
` [PATCH 02/14] btrfs: raid56: allow scrub operation to update both P and Q stripes
` [PATCH 03/14] btrfs: raid56: allow caching P/Q stripes

[PATCH v2 0/6] btrfs: preparation patches for the incoming metadata folio conversion
 2023-07-13 12:09 UTC  (18+ messages)
` [PATCH v2 1/6] btrfs: tests: enhance extent buffer bitmap tests
` [PATCH v2 2/6] btrfs: refactor extent buffer bitmaps operations
` [PATCH v2 3/6] btrfs: use write_extent_buffer() to implement write_extent_buffer_*id()
` [PATCH v2 4/6] btrfs: refactor memcpy_extent_buffer()
` [PATCH v2 5/6] btrfs: refactor copy_extent_buffer_full()
` [PATCH v2 6/6] btrfs: call copy_extent_buffer_full() inside btrfs_clone_extent_buffer()

[PATCH] btrfs: set_page_extent_mapped after read_folio in btrfs_cont_expand
 2023-07-13 11:27 UTC  (2+ messages)

btrfs loses 32-bit application compatibility after a while
 2023-07-13  8:09 UTC 

[PATCH] btrfs: deprecate check_int* feature
 2023-07-12 23:34 UTC  (2+ messages)

[PATCH v2] btrfs: zoned: do not enable async discard
 2023-07-12 16:23 UTC  (2+ messages)

[PATCH 8/8] btrfs: move btrfs_free_excluded_extents() into block-group.c
 2023-07-12 16:10 UTC  (3+ messages)

[PATCH 0/8] btrfs: remove a couple BUG_ON()s and cleanups
 2023-07-12 16:04 UTC  (2+ messages)

[PATCH RFC 0/32] block: Make blkdev_get_by_*() return handle
 2023-07-12 16:06 UTC  (8+ messages)
` [PATCH 01/32] block: Provide blkdev_get_handle_* functions

[PATCH 01/79] fs: add ctime accessors infrastructure
 2023-07-12 15:31 UTC 

[PATCH RFC 0/6 v2] block: Add config option to not allow writing to mounted devices
 2023-07-12 14:33 UTC  (11+ messages)
` [PATCH 5/6] btrfs: Block writes to seed devices
` [PATCH 6/6] fs: Make bind mounts work with bdev_allow_write_mounted=n

Scrub of my nvme SSD has slowed by about 2/3
 2023-07-12 11:02 UTC  (16+ messages)

[PATCH] btrfs: speedup scrub csum verification
 2023-07-11 23:28 UTC  (5+ messages)

[PATCH 0/6] btrfs: preparation patches for the incoming metadata folio conversion
 2023-07-11 22:43 UTC  (9+ messages)
` [PATCH 1/6] btrfs: tests: enhance extent buffer bitmap tests
` [PATCH 2/6] btrfs: refactor extent buffer bitmaps operations
` [PATCH 3/6] btrfs: use write_extent_buffer() to implement write_extent_buffer_*id()
` [PATCH 4/6] btrfs: refactor memcpy_extent_buffer()
` [PATCH 5/6] btrfs: refactor copy_extent_buffer_full()
` [PATCH 6/6] btrfs: call copy_extent_buffer_full() inside btrfs_clone_extent_buffer()

[PATCH v2] btrfs: move subpage preallocation out of the loop
 2023-07-11 21:10 UTC  (2+ messages)

[PATCH] btrfs: raid56: always verify the P/Q contents for scrub
 2023-07-11 20:41 UTC  (2+ messages)

[PATCH] btrfs: use spin_lock_irq() when running delayed iputs
 2023-07-11 20:23 UTC  (3+ messages)
` [PATCH v2] btrfs: use irq safe locking when running and adding "

[PATCH 0/2] btrfs: fix error paths of btrfs_orphan_cleanup()
 2023-07-11 19:59 UTC  (6+ 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] btrfs: fix leak after finding block group with super blocks on zoned fs
 2023-07-11 19:14 UTC  (2+ messages)

[PATCH v2 00/24] use vmalloc_array and vcalloc
 2023-07-11 16:31 UTC  (2+ messages)
` (subset) "

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

btrfs sequential 8K read()s from compressed files are not merging
 2023-07-10 18:56 UTC 

[PATCH v2 00/89] fs: new accessors for inode->i_ctime
 2023-07-10 13:32 UTC  (15+ messages)
` [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] 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] btrfs: move subpage preallocation out of the loop
 2023-07-09  5:48 UTC 

question to btrfs scrub
 2023-07-08  5:08 UTC  (19+ 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 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)

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


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