linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-24 15:14:08 to 2020-02-28 14:08:40 UTC [more...]

[PATCH v8 00/25] Change readahead API
 2020-02-28 14:08 UTC  (36+ messages)
` [PATCH v8 01/25] mm: Move readahead prototypes from mm.h
` [PATCH v8 02/25] mm: Return void from various readahead functions
` [PATCH v8 03/25] mm: Ignore return value of ->readpages
` [PATCH v8 04/25] mm: Move readahead nr_pages check into read_pages
` [PATCH v8 05/25] mm: Add new readahead_control API
` [PATCH v8 06/25] mm: Use readahead_control to pass arguments
` [PATCH v8 07/25] mm: Rename various 'offset' parameters to 'index'
` [PATCH v8 08/25] mm: rename readahead loop variable to 'i'
` [PATCH v8 09/25] mm: Remove 'page_offset' from readahead loop
` [PATCH v8 10/25] mm: Put readahead pages in cache earlier
` [PATCH v8 11/25] mm: Add readahead address space operation
` [PATCH v8 12/25] mm: Move end_index check out of readahead loop
` [PATCH v8 13/25] mm: Add page_cache_readahead_unbounded
` [PATCH v8 14/25] mm: Document why we don't set PageReadahead
` [PATCH v8 15/25] mm: Use memalloc_nofs_save in readahead path
` [PATCH v8 16/25] fs: Convert mpage_readpages to mpage_readahead
` [PATCH v8 17/25] btrfs: Convert from readpages to readahead
` [PATCH v8 18/25] erofs: Convert uncompressed files "
` [PATCH v8 19/25] erofs: Convert compressed "
` [PATCH v8 20/25] ext4: Convert "
` [PATCH v8 21/25] ext4: Pass the inode to ext4_mpage_readpages
` [PATCH v8 22/25] f2fs: Convert from readpages to readahead
` [PATCH v8 23/25] f2fs: Pass the inode to f2fs_mpage_readpages
` [PATCH v8 24/25] fuse: Convert from readpages to readahead
` [PATCH v8 25/25] iomap: "
    ` subvolume layout?

[PATCH v4 0/3] Add full support for cloning inline extents
 2020-02-28 13:49 UTC  (5+ messages)
` [PATCH v4 1/3] Btrfs: move all reflink implementation code into its own file
` [PATCH v4 2/3] Btrfs: simplify inline extent handling when doing reflinks
` [PATCH v4 3/3] Btrfs: implement full reflink support for inline extents

[PATCH] Btrfs: fix crash during unmount due to race with delayed inode workers
 2020-02-28 13:04 UTC 

scrub resume after suspend not working
 2020-02-28 11:34 UTC  (6+ messages)

[PATCH] btrfs-progs: convert, warn if converting a fs which won't mount
 2020-02-28 10:17 UTC  (6+ messages)

[PATCH 0/4] Misc cleanups
 2020-02-28  8:43 UTC  (13+ messages)
` [PATCH 1/4] btrfs: inline checksum name and driver definitions
` [PATCH 2/4] btrfs: simplify tree block checksumming loop
` [PATCH 3/4] btrfs: return void from csum_tree_block
` [PATCH 4/4] btrfs: balance: factor out convert profile validation

corrupt leaf
 2020-02-28  3:01 UTC  (7+ messages)

[PATCH 0/3] btrfs: relocation: build_backref_cache() refactor part 2
 2020-02-28  0:15 UTC  (9+ messages)
` [PATCH 1/3] btrfs: relocation: Use wrapper to replace open-coded edge linking
` [PATCH 2/3] btrfs: relocation: Specify essential members for alloc_backref_node()
` [PATCH 3/3] btrfs: relocation: Remove the open-coded goto loop for breadth-first search

[PATCH] btrfs: don't force read-only after error in drop snapshot
 2020-02-27 19:53 UTC  (3+ messages)

[PATCH] btrfs: set root to null in btrfs_search_path_in_tree_user
 2020-02-27 15:07 UTC 

[bug report] btrfs: hold a ref on the root in btrfs_search_path_in_tree_user
 2020-02-27 15:02 UTC  (2+ messages)

USB reset + raid6 = majority of files unreadable
 2020-02-27 12:35 UTC  (15+ messages)

Newly added disks not used after "soft" rebalance, not used after rebalance < 1%
 2020-02-27  0:13 UTC  (3+ messages)

[PATCH 00/10] btrfs: relocation: Refactor build_backref_tree()
 2020-02-26 13:56 UTC  (12+ messages)
` [PATCH 01/10] btrfs: backref: Introduce the skeleton of btrfs_backref_iter
` [PATCH 02/10] btrfs: backref: Implement btrfs_backref_iter_next()
` [PATCH 03/10] btrfs: relocation: Use btrfs_backref_iter infrastructure
` [PATCH 04/10] btrfs: relocation: Rename mark_block_processed() and __mark_block_processed()
` [PATCH 05/10] btrfs: relocation: Refactor tree backref processing into its own function
` [PATCH 06/10] btrfs: relocation: Use wrapper to replace open-coded edge linking
` [PATCH 07/10] btrfs: relocation: Specify essential members for alloc_backref_node()
` [PATCH 08/10] btrfs: relocation: Remove the open-coded goto loop for breadth-first search
` [PATCH 09/10] btrfs: relocation: Refactor the finishing part of upper linkage into finish_upper_links()
` [PATCH 10/10] btrfs: relocation: Refactor the useless nodes handling into its own function

Confused about scrub output
 2020-02-26 13:03 UTC 

Confused about scrub output
 2020-02-26 11:05 UTC 

Hard link count reported by "ls -l" is wrong
 2020-02-26  0:25 UTC  (4+ messages)

[PATCH v2 0/2] btrfs: qgroup: Fix deadlock where btrfs_qgroup_wait_for_completion() waits for never-queued work
 2020-02-25 16:49 UTC  (5+ messages)
` [PATCH v2 2/2] btrfs: qgroup: Remove the unnecesaary spin lock for qgroup_rescan_running|queued

[PATCH v3 00/21] btrfs: refactor and generalize chunk/dev_extent/extent allocation
 2020-02-25 14:34 UTC  (23+ messages)
` [PATCH v3 01/21] btrfs: change type of full_search to bool
` [PATCH v3 02/21] btrfs: do not BUG_ON with invalid profile
` [PATCH v3 03/21] btrfs: introduce chunk allocation policy
` [PATCH v3 04/21] btrfs: refactor find_free_dev_extent_start()
` [PATCH v3 05/21] btrfs: introduce alloc_chunk_ctl
` [PATCH v3 06/21] btrfs: factor out init_alloc_chunk_ctl
` [PATCH v3 07/21] btrfs: factor out gather_device_info()
` [PATCH v3 08/21] btrfs: factor out decide_stripe_size()
` [PATCH v3 09/21] btrfs: factor out create_chunk()
` [PATCH v3 10/21] btrfs: parameterize dev_extent_min
` [PATCH v3 11/21] btrfs: introduce extent allocation policy
` [PATCH v3 12/21] btrfs: move hint_byte into find_free_extent_ctl
` [PATCH v3 13/21] btrfs: move variables for clustered allocation "
` [PATCH v3 14/21] btrfs: factor out do_allocation()
` [PATCH v3 15/21] btrfs: drop unnecessary arguments from clustered allocation functions
` [PATCH v3 16/21] btrfs: factor out release_block_group()
` [PATCH v3 17/21] btrfs: factor out found_extent()
` [PATCH v3 18/21] btrfs: drop unnecessary arguments from find_free_extent_update_loop()
` [PATCH v3 19/21] btrfs: factor out chunk_allocation_failed()
` [PATCH v3 20/21] btrfs: skip LOOP_NO_EMPTY_SIZE if not clustered allocation
` [PATCH v3 21/21] btrfs: factor out prepare_allocation()

Reproducable un-receive-able snapshot send
 2020-02-25 13:36 UTC  (3+ messages)

btrfs: sleeping function called from invalid context
 2020-02-25  9:36 UTC  (6+ messages)

[PATCH 10/11] btrfs: merge unlocking to common exit block in btrfs_commit_transaction
 2020-02-25  4:00 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v7 00/23] Change readahead API
 2020-02-25  1:49 UTC  (39+ messages)
` [PATCH v7 01/24] mm: Move readahead prototypes from mm.h
` [PATCH v7 02/24] mm: Return void from various readahead functions
` [PATCH v7 04/24] mm: Move readahead nr_pages check into read_pages
` [PATCH v7 05/24] mm: Use readahead_control to pass arguments
` [PATCH v7 08/24] mm: Remove 'page_offset' from readahead loop
` [PATCH v7 09/24] mm: Put readahead pages in cache earlier
` [PATCH v7 10/24] mm: Add readahead address space operation
` [PATCH v7 12/24] mm: Add page_cache_readahead_unbounded
  ` [Cluster-devel] "
` [PATCH v7 13/24] fs: Convert mpage_readpages to mpage_readahead
  ` [Cluster-devel] "
` [PATCH v7 14/24] btrfs: Convert from readpages to readahead
` [PATCH v7 21/24] iomap: Restructure iomap_readpages_actor
` [PATCH v7 22/24] iomap: Convert from readpages to readahead

[PATCH v2 0/5] Fix memory leak on failed cache-writes
 2020-02-25  0:56 UTC  (6+ messages)

[PATCH v5] btrfs: Don't submit any btree write bio if the fs has error
 2020-02-25  0:02 UTC  (5+ messages)

[PATCH misc-next] btrfs: fix compilation error in btree_write_cache_pages()
 2020-02-24 23:54 UTC  (4+ messages)

[PATCH 00/11] Minor cleanups
 2020-02-24 20:09 UTC  (3+ messages)
` [PATCH 08/11] btrfs: replace u_long type cast with unsigned long

[ fstests PATCHv3 0/2] btrfs: Test subvolume delete by id feature
 2020-02-24 19:54 UTC  (3+ messages)
` [ fstests PATCHv3 1/2] common: btrfs: Improve _require_btrfs_command

[PATCH] btrfs: drop math for block_reserved which is block_rsv size
 2020-02-24 19:08 UTC  (4+ messages)

[PATCH 0/3] Add full support for cloning inline extents
 2020-02-24 18:45 UTC  (2+ messages)

[PATCHv2] progs: mkfs-tests: Skip test if truncate failed with EFBIG
 2020-02-24 18:05 UTC 

[PATCH v4 0/4] btrfs: bypass UUID API aliasing
 2020-02-24 17:58 UTC  (11+ messages)
` [PATCH v4 1/4] uuid: Add inline helpers to import / export UUIDs
` [PATCH v4 2/4] uuid: Provide a GUID generator for raw buffer
` [PATCH v4 3/4] Btrfs: Switch to use new generic UUID API
` [PATCH v4 4/4] uuid: Remove no more needed macro

[PATCH v3 3/3] Btrfs: implement full reflink support for inline extents
 2020-02-24 17:13 UTC 

[PATCH v3 2/3] Btrfs: simplify inline extent handling when doing reflinks
 2020-02-24 17:13 UTC 

[PATCH v3 1/3] Btrfs: move all reflink implementation code into its own file
 2020-02-24 17:12 UTC 

[PATCH v3 0/2] Refactor snapshot vs nocow writers locking
 2020-02-24 16:02 UTC  (6+ messages)
` [PATCH v3 1/2] btrfs: convert snapshot/nocow exlcusion to drw lock
` [PATCH v3 2/2] btrfs: Hook btrfs' DRW lock to locktorture infrastructure
` [PATCH 1/2] btrfs: Implement DRW lock

[PATCH 01/30] btrfs: Add missing annotation for release_extent_buffer()
 2020-02-24 15:19 UTC  (2+ messages)

[PATCH] btrfs: Fix uninitialized ret in btrfsic_process_superblock_dev_mirror
 2020-02-24 15:16 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;
as well as URLs for NNTP newsgroup(s).