linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-13 21:25:37 to 2022-06-18 02:39:51 UTC [more...]

[PATCH] btrfs: zlib: refactor how we prepare the input buffer
 2022-06-18  2:39 UTC 

[RFC PATCH v2 0/3] btrfs: Convert zlib.c to use kmap_local_page()
 2022-06-17 22:16 UTC  (13+ messages)
` [RFC PATCH v2 1/3] btrfs: Convert zlib_decompress_bio() "
` [RFC PATCH v2 2/3] btrfs: Use kmap_local_page() on "out_page" in zlib_compress_pages()
` [RFC PATCH v2 3/3] btrfs: Use kmap_local_page() on "in_page" "

[PATCH] btrfs: don't limit direct reads to a single sector
 2022-06-17 15:58 UTC  (5+ messages)

[PATCH v3] btrfs: Batch up release of reserved metadata for delayed items used for deletion
 2022-06-17 15:11 UTC  (3+ messages)

[PATCH 0/4] Remove indirect iterators for inode references
 2022-06-17 15:06 UTC  (2+ messages)

[PATCH v1 0/3] btrfs: add sysfs switch to get/set metadata size
 2022-06-17 14:14 UTC  (11+ messages)
` [PATCH v1 1/3] btrfs: store chunk size in space-info struct
` [PATCH v1 2/3] btrfs: expose chunk size in sysfs
` [PATCH v1 3/3] btrfs: add force_chunk_alloc sysfs entry to force allocation

[PATCH 0/2] btrfs: cleanup related to the 1MiB reserved space
 2022-06-17 14:04 UTC  (16+ messages)
` [PATCH 1/2] btrfs: introduce BTRFS_DEFAULT_RESERVED macro
` [PATCH 2/2] btrfs: warn about dev extents that are inside the reserved range

[PATCH 0/9] Extent tree search cleanups
 2022-06-17 14:01 UTC  (11+ messages)
` [PATCH 3/9] btrfs: lift start and end parameters to callers of insert_state
` [PATCH 5/9] btrfs: add fast path for extent_state insertion
` [PATCH 9/9] btrfs: unify tree search helper returning prev and next nodes

[RFC PATCH] btrfs: Replace kmap() with kmap_local_page() in zlib.c
 2022-06-17 12:18 UTC  (3+ messages)

[PATCH v2] btrfs: Batch up release of reserved metadata for delayed items used for deletion
 2022-06-17 11:54 UTC  (2+ messages)

cleanup btrfs bio submission v2
 2022-06-17 10:38 UTC  (12+ messages)
` [PATCH 01/10] btrfs: remove a bunch of pointles stripe_len arguments
` [PATCH 02/10] btrfs: return proper mapped length for RAID56 profiles in __btrfs_map_block()
` [PATCH 03/10] btrfs: remove the btrfs_map_bio return value
` [PATCH 04/10] btrfs: remove the raid56_parity_write "
` [PATCH 05/10] btrfs: remove the raid56_parity_recover "
` [PATCH 06/10] btrfs: transfer the bio counter reference to the raid submission helpers
` [PATCH 07/10] btrfs: simplify the reloc root check in btrfs_submit_data_write_bio
` [PATCH 08/10] btrfs: handle allocation failure in btrfs_wq_submit_bio gracefully
` [PATCH 09/10] btrfs: remove the btrfs_submit_dio_bio return value
` [PATCH 10/10] btrfs: remove bioc->stripes_pending

[PATCH 12/12] btrfs: reduce amount of reserved metadata for delayed item insertion
 2022-06-17 10:32 UTC  (8+ messages)
` [btrfs] 62bd8124e2: WARNING:at_fs/btrfs/block-rsv.c:#btrfs_release_global_block_rsv[btrfs]

[PATCH] btrfs: Batch up release of delayed inode metadata
 2022-06-17 10:30 UTC  (2+ messages)

[PATCH 0/4] btrfs: fix error handling of cow_file_range(unlock = 0)
 2022-06-17 10:21 UTC  (9+ messages)
` [PATCH 1/4] btrfs: ensure pages are unlocked on cow_file_range() failure
` [PATCH 2/4] btrfs: extend btrfs_cleanup_ordered_extens for NULL locked_page
` [PATCH 3/4] btrfs: fix error handling of fallbacked uncompress write
` [PATCH 4/4] btrfs: replace unnecessary goto with direct return

cleanup btrfs bio submission
 2022-06-17  9:55 UTC  (19+ messages)
` [PATCH 1/5] btrfs: remove a bunch of pointles stripe_len arguments
` [PATCH 2/5] btrfs: return proper mapped length for RAID56 profiles in __btrfs_map_block()
` [PATCH 3/5] btrfs: remove the btrfs_map_bio return value
` [PATCH 4/5] btrfs: remove the raid56_parity_{write,recover} "
` [PATCH 5/5] btrfs: remove bioc->stripes_pending

Btrfs autodefrag wrote 5TB in one day to a 0.5TB SSD without a measurable benefit
 2022-06-17  0:20 UTC 

[PATCH] btrfs: use preallocated page for super block write
 2022-06-16 22:00 UTC  (4+ messages)
` [btrfs] 66a7a2412f: xfstests.btrfs.131.fail

[RESEND PATCH v4 0/2] btrfs: Replace kmap() with kmap_local_page() in zstd.c
 2022-06-16 21:00 UTC  (3+ messages)
` [RESEND PATCH v4 1/2] highmem: Make __kunmap_{local,atomic}() take "const void *"
` [RESEND PATCH v4 2/2] btrfs: Replace kmap() with kmap_local_page() in zstd.c

Rebuilding 24TB Raid5 array (was btrfs corruption: parent transid verify failed + open_ctree failed)
 2022-06-16 20:16 UTC  (23+ messages)

[PATCH] btrfs: Fix 64-bit divisions in btrfs_commit_stats_show() on 32-bit
 2022-06-16 19:33 UTC  (2+ messages)

[PATCH v2 0/2] btrfs: Expose BTRFS commit stats through sysfs
 2022-06-16 16:53 UTC  (11+ messages)
` [PATCH v2 1/2] btrfs: Add the capability of getting commit stats in BTRFS
` [PATCH v2 2/2] btrfs: Expose the BTRFS commit stats through sysfs

[syzbot] KASAN: use-after-free Read in copy_page_from_iter_atomic (2)
 2022-06-16 14:57 UTC  (8+ messages)

[PATCH v3 1/2] highmem: Make __kunmap_{local,atomic}() take "const void *"
 2022-06-16  8:32 UTC  (2+ messages)
` [PATCH v3 2/2] btrfs: Replace kmap() with kmap_local_page() in zstd.c

[PATCH v4 0/2] Replace kmap() with kmap_local_page() in zstd.c
 2022-06-16  8:11 UTC  (3+ messages)
` [PATCH v3 1/2] highmem: Make __kunmap_{local,atomic}() take "const void *"
` [PATCH v3 2/2] btrfs: Replace kmap() with kmap_local_page() in zstd.c

[PATCH v3 0/2] Replace kmap() with kmap_local_page() in zstd.c
 2022-06-16  7:15 UTC  (3+ messages)
` [PATCH v3 1/2] highmem: Make __kunmap_{local,atomic}() take "const void *"
` [PATCH v3 2/2] btrfs: Replace kmap() with kmap_local_page() in zstd.c

Repeating csum errors on block group with increasing inode id
 2022-06-16  6:35 UTC 

Failed balance leads to R/O disk and un-cancelable balance
 2022-06-15 20:49 UTC 

Missing UUID on BTRFS partition in some applications
 2022-06-15 15:19 UTC  (2+ messages)

[PATCH] btrfs: Replace kmap() with kmap_local_page() in zstd.c
 2022-06-15 13:32 UTC  (10+ messages)

[PATCH 0/6] More send v2 updates: otime, fileattr
 2022-06-15 13:25 UTC  (7+ messages)
` [PATCH 1/6] btrfs: send: add OTIME as utimes attribute for proto 2+ by default
` [PATCH 2/6] btrfs: send: add new command FILEATTR for file attributes
` [PATCH 3/6] btrfs: send: drop __KERNEL__ ifdef from send.h
` [PATCH 4/6] btrfs: send: simplify includes
` [PATCH 5/6] btrfs: send: remove old TODO regarding ERESTARTSYS
` [PATCH 6/6] btrfs: send: use boolean types for current inode status

[PATCH] btrfs: Fix typo in comment
 2022-06-15 12:33 UTC  (2+ messages)

[PATCH] btrfs: sysfs: advertise zoned support among features
 2022-06-15 12:26 UTC  (2+ messages)

[PATCH v2] btrfs: don't trust any cached sector in __raid56_parity_recover()
 2022-06-15 12:26 UTC  (4+ messages)

[PATCH 0/4] btrfs: cleanups and preparation for the incoming RAID56J features
 2022-06-15 11:45 UTC  (2+ messages)

[btrfs] [confidence: ] b3eab9f80b: kernel_BUG_at_fs/btrfs/raid56.c
 2022-06-15 11:10 UTC  (3+ messages)

[PATCH v2 00/19] Convert aops->migratepage to aops->migrate_folio
 2022-06-15  8:11 UTC  (3+ messages)
` [PATCH v2 14/19] f2fs: Convert to filemap_migrate_folio()
  ` [f2fs-dev] "

[PATCH] btrfs: don't trust any cached sector in __raid56_parity_recover()
 2022-06-15  5:47 UTC  (7+ messages)

[PATCH DRAFT 0/6] btrfs-progs: partial support for WRITE_INTENT_BITMAP compat RO flag
 2022-06-14 22:56 UTC  (7+ messages)
` [PATCH DRAFT 1/6] btrfs-progs: introduce a new compat RO flag, EXTRA_SUPER_RESERVED
` [PATCH DRAFT 2/6] btrfs-progs: mkfs: add support for extra-super-reserved runtime flag
` [PATCH DRAFT 3/6] btrfs-progs: print-tree: remove duplicated definition for compat RO flags
` [PATCH DRAFT 4/6] btrfs-progs: print-tree: support btrfs_super_block::reserved_bytes
` [PATCH DRAFT 5/6] btrfs-progs: check: add extra warning for dev extents inside the reserved range
` [PATCH DRAFT 6/6] btrfs-progs: introduce the experimental compat RO flag, WRITE_INTENT_BITMAP

[PATCH DRAFT 0/4] btrfs: introduce the WRITE_INTENT_BITMAP compat RO flag and extra per-dev reserved space for it
 2022-06-14 22:50 UTC  (5+ messages)
` [PATCH DRAFT 1/4] btrfs: introduce BTRFS_DEFAULT_RESERVED macro
` [PATCH DRAFT 2/4] btrfs: warn about dev extents that are inside the reserved range
` [PATCH DRAFT 3/4] btrfs: introduce new compat RO flag, EXTRA_SUPER_RESERVED
` [PATCH DRAFT 4/4] btrfs: introduce a new experimental compat RO flag, WRITE_INTENT_BITMAP

お問い合わせいただき、誠にありがとうございます
 2022-06-14 22:30 UTC 

simple synchronous read repair v2
 2022-06-14 16:25 UTC  (3+ messages)
` [PATCH 7/9] btrfs: use the new read repair code for buffered reads

[PATCH v3 0/5] btrfs: avoid unnecessary double loop usage in RAID56
 2022-06-14 15:40 UTC  (2+ messages)

[PATCH] btrfs: reset block group chunk force if we have to wait
 2022-06-14 14:57 UTC  (3+ messages)

[PATCH 0/2] btrfs: Expose BTRFS commit stats through sysfs
 2022-06-14 14:15 UTC  (4+ messages)
` [PATCH 1/2] btrfs: Add the capability of getting commit stats in BTRFS

[PATCH] docs: update btrfs list of features and link to readthedocs.io
 2022-06-14 13:37 UTC 

[PATCH v2 0/2] btrfs: fix deadlock with fsync and full sync
 2022-06-14 13:14 UTC  (3+ messages)

[PATCH v5 00/19] btrfs-progs: extent tree v2 support, global roots
 2022-06-14 12:47 UTC  (8+ messages)
` [PATCH v5 12/19] btrfs-progs: set the number of global roots in the super block

Suggestions for building new 44TB Raid5 array
 2022-06-14 11:03 UTC  (2+ messages)

Suggestions for building new 44TB Raid5 array
 2022-06-14  6:36 UTC  (9+ messages)

[PATCH] fs-verity: mention btrfs support
 2022-06-14  4:00 UTC  (3+ messages)

[PATCH RESEND] fs-verity: mention btrfs support
 2022-06-14  3:57 UTC 

[PATCH] btrfs: ensure pages are unlocked on cow_file_range() failure
 2022-06-14  3:00 UTC  (6+ 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).