linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-06 16:00:11 to 2020-02-11 01:05:16 UTC [more...]

[PATCH v5 00/13] Change readahead API
 2020-02-11  1:03 UTC  (14+ 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 05/13] mm: Add page_cache_readahead_limit
` [PATCH v5 06/13] fs: Convert mpage_readpages to mpage_readahead
` [PATCH v5 07/13] btrfs: Convert from readpages to readahead
` [PATCH v5 08/13] erofs: Convert uncompressed files "
` [PATCH v5 09/13] erofs: Convert compressed "
` [PATCH v5 10/13] ext4: Convert "
` [PATCH v5 11/13] f2fs: "
` [PATCH v5 12/13] fuse: "
` [PATCH v5 13/13] iomap: "

[PATCH v2] fstests: common/btrfs: use complete sub command
 2020-02-11  0:45 UTC 

[PATCH] fstests: common/btrfs: use complete sub command
 2020-02-11  0:45 UTC  (4+ messages)

[PATCH] btrfs: Doc: Fix the wrong doc about `btrfs filesystem sync`
 2020-02-11  0:29 UTC  (6+ messages)

[PATCHv3] btrfs: Introduce new BTRFS_IOC_SNAP_DESTROY_V2 ioctl
 2020-02-10 23:41 UTC  (2+ messages)

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

[PATCH] mkfs-tests: Only check supported checksums
 2020-02-10 17:05 UTC  (2+ messages)

[PATCH 0/4] btrfs: improve normal backref walking
 2020-02-10 16:29 UTC  (15+ messages)
` [PATCH 1/4] btrfs: backref, only collect file extent items matching backref offset
` [PATCH 2/4] btrfs: backref, not adding refs from shared block when resolving normal backref
` [PATCH 3/4] btrfs: backref, only search backref entries from leaves of the same root
` [PATCH 4/4] btrfs: backref, use correct count to resolve normal data refs

Restore almost all files from non-mountable filesystem
 2020-02-10 13:29 UTC 

[PATCH v2] btrfs: log message when rw remount is attempted with unclean tree-log
 2020-02-10 10:00 UTC  (3+ messages)

[PATCH v2] btrfs: print message when tree-log replay starts
 2020-02-10  9:44 UTC  (3+ messages)

[PATCH] fstests: btrfs/179 call quota rescan
 2020-02-10  8:47 UTC  (9+ messages)

data rolled back 5 hours after crash, long fsync running times, watchdog evasion on 5.4.11
 2020-02-10  7:52 UTC  (11+ messages)

[PATCH v4 0/5] btrfs: remove buffer heads form superblock handling
 2020-02-10  7:16 UTC  (12+ messages)
` [PATCH v4 1/5] btrfs: use the page-cache for super block reading
` [PATCH v4 2/5] btrfs: use BIOs instead of buffer_heads from superblock writeout

How to Fix 'Error: could not find extent items for root 257'?
 2020-02-10  7:03 UTC  (10+ messages)

[PATCH 1/2] fstests: Always dump dmesg for failed test cases
 2020-02-10  0:30 UTC  (6+ messages)
` [PATCH 2/2] fstests: btrfs: Fix a bug where test case can't grab the 2nd device when glob is used

Bug 206477 - kernel NULL pointer dereference when replaying log after mounting
 2020-02-09 23:14 UTC 

btrfs root fs started remounting ro
 2020-02-09  5:01 UTC  (20+ messages)

[PATCH v4] btrfs: Don't submit any btree write bio after transaction is aborted
 2020-02-08 10:07 UTC 

[PATCH v3] btrfs: Don't submit any btree write bio after transaction is aborted
 2020-02-08  6:28 UTC  (5+ messages)

[PATCH] Btrfs: fix race between shrinking truncate and fiemap
 2020-02-07 16:19 UTC  (2+ messages)

[PATCH 0/3][v2] Add comments describing how space reservation works
 2020-02-07 15:11 UTC  (3+ messages)
` [PATCH 1/3] btrfs: add a comment describing block-rsvs

[PATCHv2 0/2] btrfs: Test subvolume delete by id feature
 2020-02-07 13:25 UTC  (4+ messages)
` [PATCHv2 1/2] common: btrfs: Improve _require_btrfs_command
` [PATCHv2 2/2] btrfs: Test subvolume delete --subvolid feature

[PATCHv2 0/4] btrfs-progs: Add BTRFS_IOC_SNAP_DESTROY_V2 support
 2020-02-07 13:10 UTC  (5+ messages)
` [PATCHv2 1/4] btrfs-progs: add IOC_SNAP_DESTROY_V2 to ioctl.h
` [PATCHv2 2/4] libbtrfsutil: "
` [PATCHv2 3/4] libbtrfsutil: Introduce btrfs_util_delete_subvolume_by_id_fd
` [PATCHv2 4/4] cmds: subvolume: Add --subvolid argument to subvol_delete

[PATCH 0/3] fstests: btrfs/022 fixes
 2020-02-07 11:07 UTC  (13+ messages)
` [PATCH 1/3] fstests: btrfs: Use word mathcing for _btrfs_get_subvolid()
` [PATCH 2/3] fstests: btrfs/022: Match qgroup id more correctly
` [PATCH 3/3] fstests: btrfs/022: Add debug output

[PATCH v5 0/7] btrfs: remove buffer heads form superblock handling
 2020-02-07 10:59 UTC  (12+ messages)
` [PATCH v5 1/7] btrfs: Export btrfs_release_disk_super
` [PATCH v5 2/7] btrfs: use the page-cache for super block reading
` [PATCH v5 3/7] btrfs: let btrfs_read_dev_super() return a btrfs_super_block
` [PATCH v5 4/7] btrfs: use BIOs instead of buffer_heads from superblock writeout
` [PATCH v5 5/7] btrfs: remove btrfsic_submit_bh()
` [PATCH v5 6/7] btrfs: remove buffer_heads from btrfsic_process_written_block()
` [PATCH v5 7/7] btrfs: remove buffer_heads form superblock mirror integrity checking

[PATCH 00/20] btrfs: refactor and generalize chunk/dev_extent/extent allocation
 2020-02-07  9:54 UTC  (38+ messages)
` [PATCH 01/20] btrfs: change type of full_search to bool
` [PATCH 02/20] btrfs: introduce chunk allocation policy
` [PATCH 03/20] btrfs: refactor find_free_dev_extent_start()
` [PATCH 04/20] btrfs: introduce alloc_chunk_ctl
` [PATCH 05/20] btrfs: factor out set_parameters()
` [PATCH 06/20] btrfs: factor out gather_device_info()
` [PATCH 07/20] btrfs: factor out decide_stripe_size()
` [PATCH 08/20] btrfs: factor out create_chunk()
` [PATCH 09/20] btrfs: parameterize dev_extent_min
` [PATCH 12/20] btrfs: introduce clustered_alloc_info

[PATCH v2 0/2] btrfs: qgroup: Fix deadlock where btrfs_qgroup_wait_for_completion() waits for never-queued work
 2020-02-07  5:38 UTC  (3+ messages)
` [PATCH v2 1/2] btrfs: qgroup: Ensure qgroup_rescan_running is only set when the worker is at least queued
` [PATCH v2 2/2] btrfs: qgroup: Remove the unnecesaary spin lock for qgroup_rescan_running|queued

btrfs-scrub: slow scrub speed (raid5)
 2020-02-07  4:58 UTC  (6+ messages)

[PATCH] fstests: btrfs/022: Disable snapshot ioctl in fsstress
 2020-02-07  1:39 UTC  (6+ messages)

RAID5 fails to correct correctable errors, makes them uncorrectable instead (sometimes). With reproducer for kernel 5.3.11
 2020-02-06 23:40 UTC  (2+ messages)
` RAID5 fails to correct correctable errors, makes them uncorrectable instead (sometimes). With reproducer for kernel 5.3.11, still works on 5.5.1

[PATCH 00/11] Make pinned extents tracking per-transaction
 2020-02-06 19:59 UTC  (2+ messages)

[PATCH v2] btrfs: Use btrfs_transaction::pinned_extents
 2020-02-06 19:40 UTC  (4+ messages)
` [PATCH v3] "
  ` [PATCH 11/11 "

[PATCH] Btrfs: fix race between using extent maps and merging them
 2020-02-06 17:21 UTC  (2+ messages)

[PATCH] btrfs: remove trivial nowait check
 2020-02-06 17:17 UTC  (2+ messages)

[PATCH 00/44][v5] Cleanup how we handle root refs, part 1
 2020-02-06 16:59 UTC  (6+ messages)
` [PATCH 27/44] btrfs: hold a ref on the root in btrfs_recover_relocation

btrfs scrub prevents system suspend
 2020-02-06 16:54 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).