public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-29 08:27:44 to 2023-07-05 19:03:43 UTC [more...]

[PATCH v2 09/92] btrfs: convert to simple_rename_timestamp
 2023-07-05 19:00 UTC 

[PATCH v2 00/89] fs: new accessors for inode->i_ctime
 2023-07-05 18:58 UTC  (4+ messages)
` [PATCH v2 07/92] fs: add ctime accessors infrastructure
` [PATCH v2 08/92] fs: new helper: simple_rename_timestamp
` [PATCH v2 92/92] fs: rename i_ctime field to __i_ctime

question to btrfs scrub
 2023-07-05 17:53 UTC  (12+ messages)

[PATCH v1 00/12] fscrypt: add extent encryption
 2023-07-05 17:00 UTC  (10+ messages)

[PATCH RFC 0/6 v2] block: Add config option to not allow writing to mounted devices
 2023-07-05 16:14 UTC  (21+ 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-05 16:12 UTC  (12+ 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 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  (11+ 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  (17+ messages)
` [PATCH 01/23] btrfs: pass a flags argument to cow_file_range
` [PATCH 04/23] btrfs: remove btrfs_writepage_endio_finish_ordered
` [PATCH 06/23] btrfs: reduce debug spam from submit_compressed_extents
` [PATCH 07/23] btrfs: remove the return value from submit_uncompressed_range
` [PATCH 08/23] btrfs: remove the return value from extent_write_locked_range
` [PATCH 10/23] btrfs: reduce the number of arguments to btrfs_run_delalloc_range
` [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

[PATCH 00/14] btrfs: scrub: introduce SCRUB_LOGICAL flag
 2023-07-03 23:19 UTC  (20+ 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 04/14] btrfs: raid56: add the interfaces to submit recovery rbio
` [PATCH 05/14] btrfs: add the ability to read P/Q stripes directly
` [PATCH 06/14] btrfs: scrub: make scrub_ctx::stripes dynamically allocated
` [PATCH 07/14] btrfs: scrub: introduce the skeleton for logical-scrub
` [PATCH 08/14] btrfs: scrub: extract the common preparation before scrubbing a block group
` [PATCH 09/14] btrfs: scrub: implement the chunk iteration code for scrub_logical
` [PATCH 10/14] btrfs: scrub: implement the basic extent iteration code
` [PATCH 11/14] btrfs: scrub: implement the repair part of scrub logical
` [PATCH 12/14] btrfs: scrub: add RAID56 support for queue_scrub_logical_stripes()
` [PATCH 13/14] btrfs: scrub: introduce the RAID56 data recovery path for scrub logical
` [PATCH 14/14] btrfs: scrub: implement the RAID56 P/Q scrub code

[PATCH 0/2] btrfs: fix error paths of btrfs_orphan_cleanup()
 2023-07-03 17:15 UTC  (3+ 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 "

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

Balance "error (device sda: state A) in __btrfs_free_extent"
 2023-07-03 16:14 UTC 

[PATCH] btrfs: fix leak after finding block group with super blocks on zoned fs
 2023-07-03 12:14 UTC  (3+ messages)

[PATCH RFC 0/2] btrfs-progs: boilerplate code for printing devices
 2023-07-03  7:55 UTC  (3+ messages)
` [PATCH RFC 1/2] btrfs-progs: print device list volumes-c api
` [PATCH RFC 2/2] btrfs-progs: print device list

[PATCH] btrfs-progs: fix duplicate missing device
 2023-07-03  7:53 UTC 

[syzbot] [btrfs?] kernel BUG in prepare_to_merge
 2023-07-03  5:10 UTC  (2+ messages)

Fwd: vmalloc error: btrfs-delalloc btrfs_work_helper [btrfs] in kernel 6.3.x
 2023-07-02 23:28 UTC  (8+ messages)

[PATCH AUTOSEL 5.10 7/7] btrfs: add xxhash to fast checksum implementations
 2023-07-02 19:41 UTC 

[PATCH AUTOSEL 6.4 12/15] btrfs: add xxhash to fast checksum implementations
 2023-07-02 19:40 UTC  (3+ messages)
` [PATCH AUTOSEL 6.4 13/15] btrfs: don't check PageError in __extent_writepage
` [PATCH AUTOSEL 6.4 14/15] btrfs: abort transaction at update_ref_for_cow() when ref count is zero

[PATCH AUTOSEL 5.15 08/10] btrfs: add xxhash to fast checksum implementations
 2023-07-02 19:41 UTC  (3+ messages)
` [PATCH AUTOSEL 5.15 09/10] btrfs: don't check PageError in __extent_writepage
` [PATCH AUTOSEL 5.15 10/10] btrfs: abort transaction at update_ref_for_cow() when ref count is zero

[PATCH AUTOSEL 6.1 10/12] btrfs: add xxhash to fast checksum implementations
 2023-07-02 19:41 UTC  (3+ messages)
` [PATCH AUTOSEL 6.1 11/12] btrfs: don't check PageError in __extent_writepage
` [PATCH AUTOSEL 6.1 12/12] btrfs: abort transaction at update_ref_for_cow() when ref count is zero

[PATCH AUTOSEL 6.3 11/14] btrfs: add xxhash to fast checksum implementations
 2023-07-02 19:40 UTC  (3+ messages)
` [PATCH AUTOSEL 6.3 12/14] btrfs: don't check PageError in __extent_writepage
` [PATCH AUTOSEL 6.3 13/14] btrfs: abort transaction at update_ref_for_cow() when ref count is zero

Can't mount RAID-0 btrfs volume
 2023-07-01 19:52 UTC  (3+ messages)

[PATCH 00/79] fs: new accessors for inode->i_ctime
 2023-06-30 22:12 UTC  (2+ messages)
  ` [PATCH 01/79] fs: add ctime accessors infrastructure

[linux-next:master] BUILD REGRESSION 6352a698ca5bf26a9199202666b16cf741f579f6
 2023-06-30 16:16 UTC 

[PATCH 0/8] btrfs: remove a couple BUG_ON()s and cleanups
 2023-06-30 15:03 UTC  (9+ messages)
` [PATCH 1/8] btrfs: remove BUG_ON()'s in add_new_free_space()
` [PATCH 2/8] btrfs: update documentation for add_new_free_space()
` [PATCH 3/8] btrfs: rename add_new_free_space() to btrfs_add_new_free_space()
` [PATCH 4/8] btrfs: make btrfs_destroy_marked_extents() return void
` [PATCH 5/8] btrfs: make btrfs_destroy_pinned_extent() "
` [PATCH 6/8] btrfs: make find_first_extent_bit() return a boolean
` [PATCH 7/8] btrfs: open code trivial btrfs_add_excluded_extent()
` [PATCH 8/8] btrfs: move btrfs_free_excluded_extents() into block-group.c

[PATCH] btrfs: add a test case to make sure scrub can repair parity corruption
 2023-06-30  1:36 UTC 

[syzbot] [btrfs?] kernel BUG in add_new_free_space
 2023-06-30  1:12 UTC  (2+ messages)

[PATCH] btrfs: raid56: always verify the P/Q contents for scrub
 2023-06-30  0:56 UTC 

[PATCH v2] btrfs: zoned: do not enable async discard
 2023-06-30  0:00 UTC  (4+ messages)

[PATCH] btrfs-progs: tests/common: simplify check_prereq_btrfsacl
 2023-06-29 22:31 UTC  (4+ messages)
` [PATCH] btrfs: sysfs: display ACL support

[PATCH 1/8] progs: add new FEATURE_INCOMPAT_ENCRYPT flag
 2023-06-29 20:32 UTC  (5+ messages)
` [PATCH 2/8] progs: start tracking extent encryption context info
` [PATCH 3/8] progs: add inode encryption contexts
` [PATCH 4/8] progs: save and load fscrypt extent contexts

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

[PATCH v2] btrfs: avoid duplicated chunk lookup during btrfs_map_block()
 2023-06-29 19:38 UTC  (2+ messages)

[PATCH] btrfs: fix use-after-free of new block group that became unused
 2023-06-29 18:00 UTC  (2+ messages)

[PATCH] btrfs: raid56: simplify the trace events
 2023-06-29 17:10 UTC  (2+ messages)

btrfs_map_block tidyups
 2023-06-29 16:28 UTC  (2+ messages)

[PATCH] btrfs: raid56: remove unused BTRFS_RBIO_PARITY_SCRUB
 2023-06-29 16:14 UTC  (2+ messages)

[PATCH] btrfs: add comments for btrfs_map_block()
 2023-06-29 16:02 UTC  (4+ messages)

[PATCH] fs: btrfs: Optimize code execution process to save time
 2023-06-29 15:33 UTC  (2+ messages)

[PATCH][next] btrfs: remove redundant initialization of variables leaf and slot
 2023-06-29 15:26 UTC  (2+ messages)

[PATCH][next] btrfs: scrub: remove redundant division of stripe_nr
 2023-06-29 15:17 UTC  (2+ messages)

[PATCH] btrfs: fix race between balance and cancel/pause
 2023-06-29 15:01 UTC  (2+ messages)

[PATCH 00/26] use array_size
 2023-06-29 14:30 UTC  (3+ messages)
` [PATCH 12/26] btrfs: zoned: "

[PATCH] btrfs: scrub: remove unused btrfs_path in scrub_simple_mirror()
 2023-06-29 14:13 UTC  (4+ messages)

[PATCH v1 00/17] btrfs: add encryption feature
 2023-06-29 13:20 UTC  (3+ messages)
` [PATCH v1 11/17] btrfs: add get_devices hook for fscrypt

[syzbot] Monthly btrfs report (Jun 2023)
 2023-06-29 10:14 UTC 

RAID6 Profile Conversion "error (device sda: state A) in __btrfs_free_extent"
 2023-06-29  9:03 UTC 

[PATCH] btrfs: zoned: do not zone finish data relocation block group
 2023-06-29  8:27 UTC  (3+ messages)


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