linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-13 13:41:14 to 2021-06-21 23:39:58 UTC [more...]

Please don't waste maintainers' time on your KPI grabbing patches (AKA, don't be a KPI jerk)
 2021-06-21 23:39 UTC  (5+ messages)

Filesystem goes readonly soon after mount, cannot free space or rebalance
 2021-06-21 23:36 UTC  (11+ messages)

[PATCH RESEND x3 v9 0/9] fs: interface for directly reading/writing compressed data
 2021-06-21 20:55 UTC  (28+ messages)
` [PATCH RESEND x3 v9 1/9] iov_iter: add copy_struct_from_iter()
` [PATCH RESEND x3 v9 2/9] fs: add O_ALLOW_ENCODED open flag
` [PATCH RESEND x3 v9 3/9] fs: add RWF_ENCODED for reading/writing compressed data
` [PATCH RESEND x3 v9 4/9] btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()
` [PATCH RESEND x3 v9 5/9] btrfs: add ram_bytes and offset to btrfs_ordered_extent
` [PATCH RESEND x3 v9 6/9] btrfs: support different disk extent size for delalloc
` [PATCH RESEND x3 v9 7/9] btrfs: optionally extend i_size in cow_file_range_inline()
` [PATCH RESEND x3 v9 8/9] btrfs: implement RWF_ENCODED reads
` [PATCH RESEND x3 v9 9/9] btrfs: implement RWF_ENCODED writes

[PATCH] btrfs: fix unbalanced unlock in qgroup_account_snapshot()
 2021-06-21 16:17 UTC  (3+ messages)

[PATCH v2] btrfs: fix lockdep warning while mounting sprout fs
 2021-06-21 15:52 UTC  (2+ messages)

Recovering from filesystem errors?
 2021-06-21 11:20 UTC  (3+ messages)

hung_task issue by wait_event() in check_system_chunk()
 2021-06-21 10:17 UTC  (2+ messages)

[PATCH 0/2] btrfs: fixes for send with relocation and reclaim
 2021-06-21 10:10 UTC  (6+ messages)
` [PATCH 1/2] btrfs: ensure relocation never runs while we have send operations running
` [PATCH 2/2] btrfs: send: fix crash when memory allocations trigger reclaim
` [PATCH v2 0/2] btrfs: fixes for send with relocation and reclaim
  ` [PATCH v2 1/2] btrfs: ensure relocation never runs while we have send operations running
  ` [PATCH v2 2/2] btrfs: send: fix crash when memory allocations trigger reclaim

[syzbot] general protection fault in detach_extent_buffer_page
 2021-06-21  8:53 UTC  (2+ messages)

Recover from "couldn't read tree root"?
 2021-06-20 22:53 UTC  (7+ messages)

(no subject)
 2021-06-20 20:31 UTC 

[GIT PULL] Btrfs fix for 5.13-rc7
 2021-06-18 23:41 UTC  (2+ messages)

Kernel GPF on RAID6 replace
 2021-06-18 19:50 UTC  (3+ messages)

IO failure without other (device) error
 2021-06-18 18:24 UTC  (6+ messages)

[PATCH 0/4][v2] btrfs: commit the transaction unconditionally for ensopc
 2021-06-18 15:18 UTC  (5+ messages)
` [PATCH 1/4] btrfs: rip out may_commit_transaction
` [PATCH 2/4] btrfs: remove FLUSH_DELAYED_REFS from data enospc flushing
` [PATCH 3/4] btrfs: rip the first_ticket_bytes logic from fail_all_tickets
` [PATCH 4/4] btrfs: rip out ->total_bytes_pinned

[PATCH 0/2] Mount option bit definitions cleanups
 2021-06-18 14:52 UTC  (3+ messages)
` [PATCH 1/2] btrfs: switch mount option bits to enums and use wider type
` [PATCH 2/2] btrfs: shorten integrity checker extent data mount option

[PATCH v5 00/11] btrfs: add data write support for subpage
 2021-06-18  7:24 UTC  (12+ messages)
` [PATCH v5 01/11] btrfs: extract relocation page read and dirty part into its own function
` [PATCH v5 02/11] btrfs: make relocate_one_page() to handle subpage case
` [PATCH v5 03/11] btrfs: fix wild subpage writeback which does not have ordered extent
` [PATCH v5 04/11] btrfs: disable inline extent creation for subpage
` [PATCH v5 05/11] btrfs: allow submit_extent_page() to do bio split "
` [PATCH v5 06/11] btrfs: reject raid5/6 fs "
` [PATCH v5 07/11] btrfs: fix a crash caused by race between prepare_pages() and btrfs_releasepage()
` [PATCH v5 08/11] btrfs: fix a use-after-free bug in writeback subpage helper
` [PATCH v5 09/11] btrfs: fix a subpage false alert for relocating partial preallocated data extents
` [PATCH v5 10/11] btrfs: fix a subpage relocation data corruption
` [PATCH v5 11/11] btrfs: allow read-write for 4K sectorsize on 64K page size systems

[PATCH 1/1] btrfs: tests: remove unnecessary oom message
 2021-06-18  6:05 UTC  (5+ messages)

[PATCH v4 0/9] btrfs: compression: refactor and enhancement preparing for subpage compression support
 2021-06-18  5:18 UTC  (14+ messages)
` [PATCH v4 1/9] btrfs: remove a dead comment for btrfs_decompress_bio()
` [PATCH v4 2/9] btrfs: introduce compressed_bio::pending_sectors to trace compressed bio more elegantly
` [PATCH v4 3/9] btrfs: handle errors properly inside btrfs_submit_compressed_read()
` [PATCH v4 4/9] btrfs: handle errors properly inside btrfs_submit_compressed_write()
` [PATCH v4 5/9] btrfs: introduce submit_compressed_bio() for compression
` [PATCH v4 6/9] btrfs: introduce alloc_compressed_bio() "
` [PATCH v4 7/9] btrfs: make btrfs_submit_compressed_read() to determine stripe boundary at bio allocation time
` [PATCH v4 8/9] btrfs: make btrfs_submit_compressed_write() "
` [PATCH v4 9/9] btrfs: remove unused function btrfs_bio_fits_in_stripe()

[PATCH v4 00/30] btrfs: add data write support for subpage
 2021-06-17 20:40 UTC  (7+ messages)

[PATCH] btrfs-progs: quota: Check for args.progress in cmd_quota_rescan
 2021-06-17 20:29 UTC  (2+ messages)

[PATCH v2] btrfs-progs: device: print num_stripes in usage command
 2021-06-17 20:23 UTC  (2+ messages)

[PATCH] btrfs: quota: Introduce new flag to cancel quota rescan
 2021-06-17 12:44 UTC  (2+ messages)

Combining nodatasum + compression
 2021-06-17 12:35 UTC  (6+ messages)

the major/minor value of statx(kernel samples/vfs/test-statx.c) does not match /usr/bin/stat
 2021-06-17 10:12 UTC 

[PATCH 0/6] Support resize and device delete cancel ops
 2021-06-17  9:18 UTC  (7+ messages)
` [PATCH 2/6] btrfs: add cancelable chunk relocation support
      ` [PATCH v2] btrfs: add cancellable "

[PATCH] btrfs: fix negative space_info->bytes_readonly
 2021-06-17  9:13 UTC  (3+ messages)

Btrfs: Issues with remove-intensive workload
 2021-06-16 23:01 UTC  (3+ messages)

[PATCH v3 0/9] btrfs: compression: refactor and enhancement preparing for subpage compression support
 2021-06-16 22:23 UTC  (18+ messages)
` [PATCH v3 1/9] btrfs: remove a dead comment for btrfs_decompress_bio()
` [PATCH v3 2/9] btrfs: introduce compressed_bio::io_sectors to trace compressed bio more elegantly
` [PATCH v3 3/9] btrfs: hunt down the BUG_ON()s inside btrfs_submit_compressed_read()
` [PATCH v3 4/9] btrfs: hunt down the BUG_ON()s inside btrfs_submit_compressed_write()
` [PATCH v3 5/9] btrfs: introduce submit_compressed_bio() for compression
` [PATCH v3 6/9] btrfs: introduce alloc_submit_compressed_bio() "
` [PATCH v3 7/9] btrfs: make btrfs_submit_compressed_read() to determine stripe boundary at bio allocation time
` [PATCH v3 8/9] btrfs: make btrfs_submit_compressed_write() "
` [PATCH v3 9/9] btrfs: remove unused function btrfs_bio_fits_in_stripe()

[PATCH] btrfs: add a way to monitor for ENOSPC events on a file system
 2021-06-16 21:17 UTC  (2+ messages)

[RFC PATCH 00/31] btrfs buffered iomap support
 2021-06-16 20:03 UTC  (31+ messages)
` [RFC PATCH 01/31] iomap: Check if blocksize == PAGE_SIZE in to_iomap_page()
` [RFC PATCH 02/31] iomap: Add submit_io to writepage_ops
` [RFC PATCH 04/31] iomap: Introduce iomap_readpage_ops
` [RFC PATCH 05/31] btrfs: writepage() lock extent before pages
` [RFC PATCH 06/31] btrfs: lock extents while truncating
` [RFC PATCH 08/31] btrfs: btrfs_em_to_iomap () to convert em to iomap
` [RFC PATCH 10/31] btrfs: Add btrfs_map_blocks to for iomap_writeback_ops
` [RFC PATCH 11/31] btrfs: Use submit_io to submit btrfs writeback bios
` [RFC PATCH 13/31] btrfs: do not checksum for free space inode
` [RFC PATCH 17/31] btrfs: Introduce btrfs_iomap
` [RFC PATCH 19/31] btrfs: Add reservation information to btrfs_iomap
` [RFC PATCH 26/31] btrfs: use srcmap for read-before-write cases
` [RFC PATCH 27/31] btrfs: Rename end_bio_extent_readpage to btrfs_readpage_endio
` [RFC PATCH 28/31] btrfs: iomap_begin() for buffered read
` [RFC PATCH 29/31] btrfs: Use iomap_readpage_ops to allocate and submit bio
` [RFC PATCH 30/31] btrfs: Do not call btrfs_io_bio_free_csum() if BTRFS_INODE_NODATASUM is not set
` [RFC PATCH 31/31] btrfs: Switch to iomap_readpage() and iomap_readahead()

[PATCH 0/4] btrfs: shrink delalloc fixes
 2021-06-16  4:41 UTC  (14+ messages)
` [PATCH 1/4] btrfs: wait on async extents when flushing delalloc
` [PATCH 2/4] btrfs: wake up async_delalloc_pages waiters after submit
` [PATCH 3/4] fs: add a filemap_fdatawrite_wbc helper
` [PATCH 4/4] btrfs: use the filemap_fdatawrite_wbc helper for delalloc shrinking

About `bio->bi_iter.bi_size` at write endio time
 2021-06-15  8:37 UTC  (2+ messages)

[syzbot] KMSAN: uninit-value in generic_bin_search (2)
 2021-06-15  8:32 UTC  (3+ messages)

WARNING at asm/kfence.h:44 kfence_protect_page
 2021-06-14 21:29 UTC  (5+ messages)

[PATCH 0/3] btrfs: commit the transaction unconditionally for ensopc
 2021-06-14 18:26 UTC  (5+ messages)
` [PATCH 1/3] btrfs: rip out may_commit_transaction

[PATCH v2] btrfs: sysfs: export dev stats in devinfo directory
 2021-06-14 17:19 UTC  (3+ messages)

[PATCH] btrfs: props: change how empty value is interpreted
 2021-06-14 16:41 UTC 

[PATCH] btrfs: compression: don't try to compress if we don't have enough pages
 2021-06-14 14:23 UTC 


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).