linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-12 12:50:45 to 2020-02-15 01:15:56 UTC [more...]

[PATCH v5 00/13] Change readahead API
 2020-02-15  1:15 UTC  (18+ messages)
` [PATCH v5 01/13] mm: Fix the return type of __do_page_cache_readahead
` [PATCH v5 02/13] mm: Ignore return value of ->readpages
` [PATCH v5 03/13] mm: Put readahead pages in cache earlier
` [PATCH v5 04/13] mm: Add readahead address space operation
` [PATCH v5 06/13] fs: Convert mpage_readpages to mpage_readahead

[PATCH] btrfs: add a find_contiguous_extent_bit helper and use it for safe isize
 2020-02-14 21:17 UTC  (7+ messages)

[PATCH 0/8][v4] Cleanup how we handle root refs, part 2
 2020-02-14 21:11 UTC  (9+ messages)
` [PATCH 1/8] btrfs: make the extent buffer leak check per fs info
` [PATCH 2/8] btrfs: move ino_cache_inode dropping
` [PATCH 3/8] btrfs: move the root freeing stuff into btrfs_put_root
` [PATCH 4/8] btrfs: make inodes hold a ref on their roots
` [PATCH 5/8] btrfs: hold a ref on the root on the dead roots list
` [PATCH 6/8] btrfs: don't take an extra root ref at allocation time
` [PATCH 7/8] btrfs: make btrfs_cleanup_fs_roots use the fs_roots_radix_lock
` [PATCH 8/8] btrfs: kill the subvol_srcu

[PATCH] Btrfs: avoid unnecessary splits when setting bits on an extent io tree
 2020-02-14 20:45 UTC  (2+ messages)

[PATCH] xfstests: add a CGROUP configuration option
 2020-02-14 20:34 UTC 

[PATCH] btrfs: set update the uuid generation as soon as possible
 2020-02-14 20:22 UTC 

cpu bound I/O behaviour in linux 5.4 (possibly others)
 2020-02-14 20:07 UTC  (7+ messages)

[PATCH] btrfs: bail out of uuid tree scanning if we're closing
 2020-02-14 20:05 UTC 

[PATCH AUTOSEL 5.5 123/542] Btrfs: keep pages dirty when using btrfs_writepage_fixup_worker
 2020-02-14 15:48 UTC  (7+ messages)
` [PATCH AUTOSEL 5.5 419/542] btrfs: fix possible NULL-pointer dereference in integrity checks
` [PATCH AUTOSEL 5.5 420/542] btrfs: safely advance counter when looking up bio csums
` [PATCH AUTOSEL 5.5 421/542] btrfs: device stats, log when stats are zeroed
` [PATCH AUTOSEL 5.5 448/542] btrfs: separate definition of assertion failure handlers
` [PATCH AUTOSEL 5.5 449/542] btrfs: Fix split-brain handling when changing FSID to metadata uuid
` [PATCH AUTOSEL 5.5 503/542] btrfs: do not do delalloc reservation under page lock

[PATCH AUTOSEL 5.4 107/459] Btrfs: keep pages dirty when using btrfs_writepage_fixup_worker
 2020-02-14 16:01 UTC  (7+ messages)
` [PATCH AUTOSEL 5.4 359/459] btrfs: fix possible NULL-pointer dereference in integrity checks
` [PATCH AUTOSEL 5.4 360/459] btrfs: safely advance counter when looking up bio csums
` [PATCH AUTOSEL 5.4 361/459] btrfs: device stats, log when stats are zeroed
` [PATCH AUTOSEL 5.4 385/459] btrfs: separate definition of assertion failure handlers
` [PATCH AUTOSEL 5.4 386/459] btrfs: Fix split-brain handling when changing FSID to metadata uuid
` [PATCH AUTOSEL 5.4 431/459] btrfs: do not do delalloc reservation under page lock

[PATCH v2 0/4] btrfs: Make balance cancelling response faster
 2020-02-14 17:12 UTC  (12+ messages)
` [PATCH v2 1/4] btrfs: relocation: Introduce error injection points for cancelling balance
` [PATCH v2 2/4] btrfs: relocation: Check cancel request after each data page read
` [PATCH v2 3/4] btrfs: relocation: Check cancel request after each extent found
` [PATCH v2 4/4] btrfs: relocation: Work around dead relocation stage loop

[PATCH AUTOSEL 4.19 194/252] btrfs: fix possible NULL-pointer dereference in integrity checks
 2020-02-14 16:10 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 195/252] btrfs: safely advance counter when looking up bio csums
` [PATCH AUTOSEL 4.19 196/252] btrfs: device stats, log when stats are zeroed

[PATCH v2] btrfs: destroy qgroup extent records on transaction abort
 2020-02-14 17:03 UTC  (3+ messages)

[PATCH] btrfs: Add comment for BTRFS_ROOT_REF_COWS
 2020-02-14 16:53 UTC  (3+ messages)

Help with unmountable btrfs fs - device tree issues suspected
 2020-02-14 16:51 UTC 

[PATCH AUTOSEL 4.14 144/186] btrfs: fix possible NULL-pointer dereference in integrity checks
 2020-02-14 16:16 UTC  (3+ messages)
` [PATCH AUTOSEL 4.14 145/186] btrfs: safely advance counter when looking up bio csums
` [PATCH AUTOSEL 4.14 146/186] btrfs: device stats, log when stats are zeroed

[PATCH] btrfs: relocation: Remove is_cowonly_root()
 2020-02-14 16:38 UTC  (3+ messages)

[PATCH v8 0/8] btrfs: remove buffer heads form superblock handling
 2020-02-14 15:43 UTC  (15+ messages)
` [PATCH v8 1/8] btrfs: Export btrfs_release_disk_super
` [PATCH v8 2/8] btrfs: don't kmap() pages from block devices
` [PATCH v8 3/8] btrfs: reduce scope of btrfs_scratch_superblocks()
` [PATCH v8 4/8] btrfs: use the page-cache for super block reading
` [PATCH v8 5/8] btrfs: use BIOs instead of buffer_heads from superblock writeout
` [PATCH v8 6/8] btrfs: remove btrfsic_submit_bh()
` [PATCH v8 7/8] btrfs: remove buffer_heads from btrfsic_process_written_block()
` [PATCH v8 8/8] btrfs: remove buffer_heads form superblock mirror integrity checking

[PATCH v2] btrfs: Use btrfs_transaction::pinned_extents
 2020-02-14 15:33 UTC  (5+ messages)
` [PATCH v3] "
  ` [PATCH 11/11 "

[PATCH] btrfs: Don't free tree_root when exiting btrfs_ioctl_get_subvol_info()
 2020-02-14 13:38 UTC  (4+ messages)

[PATCH v2 0/3] Btrfs: relocation: Refactor build_backref_tree() using btrfs_backref_iterator infrastructure
 2020-02-14  9:36 UTC  (16+ messages)
` [PATCH v2 1/3] btrfs: backref: Introduce the skeleton of btrfs_backref_iterator
` [PATCH v2 2/3] btrfs: backref: Implement btrfs_backref_iterator_next()
` [PATCH v2 3/3] btrfs: relocation: Use btrfs_backref_iterator infrastructure

[PATCH 0/3] Btrfs: relocation: Refactor build_backref_tree() using btrfs_backref_iterator infrastructure
 2020-02-14  7:25 UTC  (6+ messages)
` [PATCH 1/3] btrfs: backref: Introduce the skeleton of btrfs_backref_iterator
` [PATCH 2/3] btrfs: backref: Implement btrfs_backref_iterator_next()
` [PATCH 3/3] btrfs: relocation: Use btrfs_backref_iterator infrastructure

[PATCH] Btrfs: fix btrfs_wait_ordered_range() so that it waits for all ordered extents
 2020-02-13 20:13 UTC  (3+ messages)

[PATCH 0/5] Fix memory leak on failed cache-writes
 2020-02-13 20:10 UTC  (2+ messages)

[PATCH v2 00/21] btrfs: refactor and generalize chunk/dev_extent/extent allocation
 2020-02-13 19:59 UTC  (44+ messages)
` [PATCH v2 02/21] btrfs: do not BUG_ON with invalid profile
` [PATCH v2 04/21] btrfs: refactor find_free_dev_extent_start()
` [PATCH v2 05/21] btrfs: introduce alloc_chunk_ctl
` [PATCH v2 06/21] btrfs: factor out init_alloc_chunk_ctl
` [PATCH v2 09/21] btrfs: factor out create_chunk()
` [PATCH v2 10/21] btrfs: parameterize dev_extent_min
` [PATCH v2 11/21] btrfs: introduce extent allocation policy
` [PATCH v2 12/21] btrfs: move hint_byte into find_free_extent_ctl
` [PATCH v2 13/21] btrfs: move vairalbes for clustered allocation "
` [PATCH v2 14/21] btrfs: factor out do_allocation()
` [PATCH v2 15/21] btrfs: drop unnecessary arguments from clustered allocation functions
` [PATCH v2 16/21] btrfs: factor out release_block_group()
` [PATCH v2 17/21] btrfs: factor out found_extent()
` [PATCH v2 18/21] btrfs: drop unnecessary arguments from find_free_extent_update_loop()
` [PATCH v2 19/21] btrfs: factor out chunk_allocation_failed()
` [PATCH v2 20/21] btrfs: skip LOOP_NO_EMPTY_SIZE if not clustered allocation
` [PATCH v2 21/21] btrfs: factor out prepare_allocation()

KASAN splat during mount on 5.4.5, no reproducer
 2020-02-13 18:36 UTC  (6+ messages)
    ` KASAN splat during mount on 5.4.5...and 5.5.3

[PATCH v7 1/5] btrfs: Introduce per-profile available space facility
 2020-02-13 17:12 UTC  (2+ messages)

[PATCH v2 0/5] Fix memory leak on failed cache-writes
 2020-02-13 15:58 UTC  (6+ messages)
` [PATCH v2 1/5] btrfs: free allocated pages on failed cache write-out
` [PATCH v2 2/5] btrfs: use inode from io_ctl in io_ctl_prepare_pages
` [PATCH v2 3/5] btrfs: make the uptodate argument of io_ctl_add_pages() boolean
` [PATCH v2 4/5] btrfs: use standard debug config option to enable free-space-cache debug prints
` [PATCH v2 5/5] btrfs: simplify error handling in __btrfs_write_out_cache()

[PATCH 0/4][v2] Error condition failure fixes
 2020-02-13 15:47 UTC  (5+ messages)
` [PATCH 1/4] btrfs: set fs_root = NULL on error
` [PATCH 2/4] btrfs: do not check delayed items are empty for single trans cleanup
` [PATCH 3/4] btrfs: handle logged extent failure properly
` [PATCH 4/4] btrfs: fix bytes_may_use underflow in prealloc error condtition

[PATCH 0/4] Error condition failure fixes
 2020-02-13 15:32 UTC  (15+ messages)
` [PATCH 1/4] btrfs: set fs_root = NULL on error
` [PATCH 2/4] btrfs: do not check delayed items are empty for single trans cleanup
` [PATCH 3/4] btrfs: handle logged extent failure properly
` [PATCH 4/4] btrfs: fix bytes_may_use underflow in prealloc error condtition

tree-checker read time corruption
 2020-02-13 14:14 UTC  (6+ messages)

read time tree block corruption detected
 2020-02-13 14:01 UTC  (4+ messages)

[PATCH 00/12] Change readahead API
 2020-02-13 13:43 UTC  (3+ messages)

[PATCH 0/4] btrfs: sysfs, add devinfo, fix devid and cleanups
 2020-02-13 13:12 UTC  (4+ messages)
  ` [PATCH] btrfs: fix devid attribute name

[PATCH v7 0/8] btrfs: remove buffer heads form superblock handling
 2020-02-13  9:12 UTC  (4+ messages)
` [PATCH v7 8/8] btrfs: remove buffer_heads form superblock mirror integrity checking

5.6-rc1, fstrim reports different value 1 minute later
 2020-02-13  6:51 UTC  (5+ messages)
  ` 5.5-5.6-rc1, "
  `  "

[PATCH 0/4] btrfs: improve normal backref walking
 2020-02-13  0:59 UTC  (12+ messages)
` [PATCH 1/4] btrfs: backref, only collect file extent items matching backref offset

[PATCH] Btrfs: send, fix emission of invalid clone operations within the same file
 2020-02-12 19:20 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v2 2/2] btrfs: sysfs, add read_policy attribute
 2020-02-12 14:24 UTC  (4+ messages)
` [PATCH v3 "

[PATCH v2] fstests: btrfs/179 call sync qgroup counts
 2020-02-12 14:20 UTC  (2+ messages)

[PATCH] btrfs: Only require sector size alignment for parent eb bytenr
 2020-02-12 13:00 UTC  (4+ messages)

[PATCH v5] btrfs: Don't submit any btree write bio if the fs has error
 2020-02-12 12:50 UTC  (2+ 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).