messages from 2020-02-24 17:42:02 to 2020-02-29 13:02:26 UTC [more...]
(One more) BTRFS damaged FS... Any hope ?
2020-02-29 13:02 UTC
[PATCH v4 0/9] fs: interface for directly reading/writing compressed data
2020-02-29 10:44 UTC (14+ messages)
` [PATCH man-pages v4] Document encoded I/O
` [PATCH v4 1/9] iov_iter: add copy_struct_from_iter()
` [PATCH v4 2/9] fs: add O_ALLOW_ENCODED open flag
` [PATCH v4 3/9] fs: add RWF_ENCODED for reading/writing compressed data
` [PATCH v4 4/9] btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()
` [PATCH v4 5/9] btrfs: add ram_bytes and offset to btrfs_ordered_extent
` [PATCH v4 6/9] btrfs: support different disk extent size for delalloc
` [PATCH v4 7/9] btrfs: optionally extend i_size in cow_file_range_inline()
` [PATCH v4 8/9] btrfs: implement RWF_ENCODED reads
` [PATCH v4 9/9] btrfs: implement RWF_ENCODED writes
USB reset + raid6 = majority of files unreadable
2020-02-29 6:31 UTC (16+ messages)
[PATCH 00/10] btrfs: relocation: Refactor build_backref_tree()
2020-02-29 1:00 UTC (14+ 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
[PATCH] btrfs: fix btrfs_calc_reclaim_metadata_size calculation
2020-02-28 16:39 UTC (3+ messages)
[PATCH] Btrfs: fix crash during unmount due to race with delayed inode workers
2020-02-28 16:20 UTC (2+ messages)
[PATCH] btrfs: set root to null in btrfs_search_path_in_tree_user
2020-02-28 15:59 UTC (2+ messages)
[PATCH v3 00/21] btrfs: refactor and generalize chunk/dev_extent/extent allocation
2020-02-28 14:32 UTC (25+ 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()
[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
scrub resume after suspend not working
2020-02-28 11:34 UTC (5+ 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)
[bug report] btrfs: hold a ref on the root in btrfs_search_path_in_tree_user
2020-02-27 15:02 UTC (2+ messages)
Newly added disks not used after "soft" rebalance, not used after rebalance < 1%
2020-02-27 0:13 UTC (3+ messages)
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
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 (33+ 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 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 (9+ messages)
` [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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox