linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-10 03:49:09 to 2020-04-17 07:08:30 UTC [more...]

[PATCH] btrfs: Remove the duplicated @level parameter for btrfs_bin_search()
 2020-04-17  7:08 UTC 

[PATCHv3 0/3] btrfs-progs: Auto resize fs after device replace
 2020-04-17  2:15 UTC  (5+ messages)
` [PATCHv3 1/3] btrfs-progs: Move resize into functionaly into utils.c
` [PATCHv3 2/3] btrfs-progs: replace: New argument to resize the fs after replace
` [PATCHv3 3/3] btrfs-progs: tests: misc: Add some replace tests

cancel resize
 2020-04-17  0:10 UTC  (3+ messages)

[PATCH v2 00/15] btrfs: read repair/direct I/O improvements
 2020-04-16 21:46 UTC  (16+ messages)
` [PATCH v2 01/15] block: add bio_for_each_bvec_all()
` [PATCH v2 02/15] btrfs: fix error handling when submitting direct I/O bio
` [PATCH v2 03/15] btrfs: fix double __endio_write_update_ordered in direct I/O
` [PATCH v2 04/15] btrfs: look at full bi_io_vec for repair decision
` [PATCH v2 05/15] btrfs: don't do repair validation for checksum errors
` [PATCH v2 06/15] btrfs: clarify btrfs_lookup_bio_sums documentation
` [PATCH v2 07/15] btrfs: rename __readpage_endio_check to check_data_csum
` [PATCH v2 08/15] btrfs: make btrfs_check_repairable() static
` [PATCH v2 09/15] btrfs: kill btrfs_dio_private->private
` [PATCH v2 10/15] btrfs: convert btrfs_dio_private->pending_bios to refcount_t
` [PATCH v2 11/15] btrfs: put direct I/O checksums in btrfs_dio_private instead of bio
` [PATCH v2 12/15] btrfs: get rid of one layer of bios in direct I/O
` [PATCH v2 13/15] btrfs: simplify direct I/O read repair
` [PATCH v2 14/15] btrfs: get rid of endio_repair_workers
` [PATCH v2 15/15] btrfs: unify buffered and direct I/O read repair

[PATCH v4 0/9] fs: interface for directly reading/writing compressed data
 2020-04-16 20:39 UTC  (5+ messages)
` [PATCH man-pages v4] Document encoded I/O

[PATCH v2] btrfs: Make btrfs_read_disk_super return struct btrfs_disk_super
 2020-04-16 18:37 UTC  (5+ messages)

[PATCH] btrfs: fix setting last_trans for reloc roots
 2020-04-16 15:34 UTC  (5+ messages)

authenticated file systems using HMAC(SHA256)
 2020-04-16 14:24 UTC  (11+ messages)

5.4.20: cannot mount device that blipped off the bus: duplicate device fsid:devid for
 2020-04-16 10:43 UTC  (9+ messages)

[PATCH] btrfs: drop logs when we've aborted a transaction
 2020-04-16 13:16 UTC  (2+ messages)

[PATCH] btrfs-progs: Fix bad kernel header non-flat include case
 2020-04-16 12:56 UTC  (2+ messages)

[PATCH v4 0/2] btrfs: Reformat and make btrfs_tree.h self-contained
 2020-04-16 12:54 UTC  (5+ messages)
` [PATCH v4 1/2] btrfs: Move on-disk structure definition to btrfs_tree.h
` [PATCH v4 2/2] btrfs: Reformat btrfs_tree.h comments

Backup failing with "failed to clone extents" error
 2020-04-16 11:53 UTC  (2+ messages)

[PATCH] btrfs: Test snapshot creation with qgroup inherit would mark qgroup inconsistent
 2020-04-16 10:52 UTC  (2+ messages)

[PATCH 00/15] btrfs: read repair/direct I/O improvements
 2020-04-16 10:08 UTC  (5+ messages)
` [PATCH 13/15] btrfs: simplify direct I/O read repair

[PATCH fstests] btrfs/14{2,3}: use dm-dust instead of fail_make_request
 2020-04-15 20:54 UTC 

[PATCH] btrfs: Make btrfs_read_disk_super return struct btrfs_disk_super
 2020-04-15 18:48 UTC  (6+ messages)

[PATCH AUTOSEL 5.6 051/129] btrfs: handle NULL roots in btrfs_put/btrfs_grab_fs_root
 2020-04-15 13:22 UTC  (3+ messages)
` [PATCH AUTOSEL 5.6 052/129] btrfs: add RCU locks around block group initialization

[PATCH AUTOSEL 5.5 043/106] btrfs: handle NULL roots in btrfs_put/btrfs_grab_fs_root
 2020-04-15 11:41 UTC  (2+ messages)
` [PATCH AUTOSEL 5.5 044/106] btrfs: add RCU locks around block group initialization

[PATCH AUTOSEL 5.4 29/84] btrfs: handle NULL roots in btrfs_put/btrfs_grab_fs_root
 2020-04-15 11:43 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 30/84] btrfs: add RCU locks around block group initialization

[PATCH AUTOSEL 4.19 09/40] btrfs: handle NULL roots in btrfs_put/btrfs_grab_fs_root
 2020-04-15 11:45 UTC 

[PATCH AUTOSEL 4.14 09/30] btrfs: handle NULL roots in btrfs_put/btrfs_grab_fs_root
 2020-04-15 11:46 UTC 

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

btrfs freezing on writes
 2020-04-15 11:14 UTC  (8+ messages)

[PATCH v3] btrfs: Move on-disk structure definition to btrfs_tree.h
 2020-04-15  6:53 UTC  (3+ messages)

[PATCH 0/2] mm, treewide: Rename kzfree() to kfree_sensitive()
 2020-04-15  5:01 UTC  (19+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] crypto: Remove unnecessary memzero_explicit()
` [PATCH v2 "
` [PATCH v2 3/3] btrfs: Use kfree() in btrfs_ioctl_get_subvol_info()

[PATCH] btrfs: Fix backref.c selftest compilation warning
 2020-04-15  1:22 UTC  (7+ messages)

[PATCHv2 0/2] btrfs-progs: Auto resize fs after device replace
 2020-04-14 22:55 UTC  (5+ messages)
` [PATCHv2 1/2] btrfs-progs: Move resize into functionaly into utils.c
` [PATCHv2 2/2] btrfs-progs: replace: New argument to resize the fs after replace

[PATCH] btrfs-progs: Use shared kernel btrfs_tree.h
 2020-04-14 21:49 UTC  (2+ messages)

[GIT PULL] Btrfs fixes for 5.7-rc2
 2020-04-14 19:05 UTC  (2+ messages)

[PATCH 3/3] fstests: make all btrfs tests that exercise balance use _run_btrfs_balance_start()
 2020-04-14 16:22 UTC 

[PATCH 2/3] fstests: stop using run_check in _run_btrfs_balance_start
 2020-04-14 16:22 UTC 

[PATCH 1/3] btrfs: add several test to the balance group
 2020-04-14 16:22 UTC 

[PATCH] btrfs-progs: Remove extent_buffer::tree member
 2020-04-14 15:05 UTC  (2+ messages)

[PATCH] btrfs-progs: Do proper error handling in add_cache_extent()
 2020-04-14 15:07 UTC  (2+ messages)

[PATCH] btrfs: allow setting per extent compression
 2020-04-14 14:58 UTC  (2+ messages)

slow single -> raid1 conversion (heavy write to original LVM volume)
 2020-04-14  9:07 UTC  (4+ messages)
  ` balance canceling was: "

Fwd: BTRFS error (device sdb1): open_ctree failed
 2020-04-14  8:12 UTC 

[RFC][PATCH V3] btrfs: ssd_metadata: storing metadata on SSD
 2020-04-14  5:24 UTC  (3+ messages)
` [PATCH] btrfs: add ssd_metadata mode

[PATCH AUTOSEL 5.6 64/68] btrfs: hold a ref on the root in btrfs_recover_relocation
 2020-04-13 17:19 UTC  (6+ messages)
` [PATCH AUTOSEL 5.6 65/68] btrfs: qgroup: ensure qgroup_rescan_running is only set when the worker is at least queued
` [PATCH AUTOSEL 5.6 66/68] btrfs: remove a BUG_ON() from merge_reloc_roots()
` [PATCH AUTOSEL 5.6 67/68] btrfs: restart relocate_tree_blocks properly

[PATCH] btrfs-progs: add RAID5/6 support to btrfs fi us
 2020-04-13 17:05 UTC  (4+ messages)

Balance loops: what we know so far
 2020-04-11 21:14 UTC 

[RESEND PATCH 1/2] btrfs: Read stripe len directly in btrfs_rmap_block
 2020-04-10 20:16 UTC  (3+ messages)

[RESEND PATCH] btrfs: Remove received information from snapshot on ro->rw switch
 2020-04-10 19:23 UTC  (2+ messages)

[PATCH] btrfs: check that cloning an inline extent does not lead to data loss
 2020-04-10 19:22 UTC  (2+ messages)

[PATCH] btrfs: Move on-disk structure definition to btrfs_tree.h
 2020-04-10 19:20 UTC  (2+ messages)

[PATCH] btrfs: qgroup: Mark qgroup inconsistent if we're inherting snapshot to a new qgroup
 2020-04-10 19:19 UTC  (2+ messages)

[PATCH] btrfs: re-instantiate the removed BTRFS_SUBVOL_CREATE_ASYNC definition
 2020-04-10 16:45 UTC  (2+ messages)

[PATCH 1/2] btrfs: Remove superflous lock acquisition in __del_reloc_root
 2020-04-10 16:33 UTC  (4+ messages)
` [PATCH 2/2] btrfs: Use list_for_each_entry_safe in free_reloc_roots

[PATCH] btrfs: don't force read-only after error in drop snapshot
 2020-04-10 16:24 UTC  (2+ messages)

[PATCH] btrfs: fix improper generation setting in parent node
 2020-04-10 16:07 UTC  (3+ messages)

[PATCH AUTOSEL 5.5 52/56] btrfs: hold a ref on the root in btrfs_recover_relocation
 2020-04-10  3:48 UTC  (5+ messages)
` [PATCH AUTOSEL 5.5 53/56] btrfs: qgroup: ensure qgroup_rescan_running is only set when the worker is at least queued
` [PATCH AUTOSEL 5.5 54/56] btrfs: remove a BUG_ON() from merge_reloc_roots()
` [PATCH AUTOSEL 5.5 55/56] btrfs: restart relocate_tree_blocks properly
` [PATCH AUTOSEL 5.5 56/56] btrfs: track reloc roots based on their commit root bytenr

[PATCH AUTOSEL 5.4 42/46] btrfs: hold a ref on the root in btrfs_recover_relocation
 2020-04-10  3:49 UTC  (5+ messages)
` [PATCH AUTOSEL 5.4 43/46] btrfs: qgroup: ensure qgroup_rescan_running is only set when the worker is at least queued
` [PATCH AUTOSEL 5.4 44/46] btrfs: remove a BUG_ON() from merge_reloc_roots()
` [PATCH AUTOSEL 5.4 45/46] btrfs: restart relocate_tree_blocks properly
` [PATCH AUTOSEL 5.4 46/46] btrfs: track reloc roots based on their commit root bytenr

[PATCH AUTOSEL 4.19 29/32] btrfs: hold a ref on the root in btrfs_recover_relocation
 2020-04-10  3:50 UTC  (4+ messages)
` [PATCH AUTOSEL 4.19 30/32] btrfs: qgroup: ensure qgroup_rescan_running is only set when the worker is at least queued
` [PATCH AUTOSEL 4.19 31/32] btrfs: remove a BUG_ON() from merge_reloc_roots()
` [PATCH AUTOSEL 4.19 32/32] btrfs: track reloc roots based on their commit root bytenr

[PATCH AUTOSEL 4.14 20/22] btrfs: hold a ref on the root in btrfs_recover_relocation
 2020-04-10  3:50 UTC  (3+ messages)
` [PATCH AUTOSEL 4.14 21/22] btrfs: remove a BUG_ON() from merge_reloc_roots()
` [PATCH AUTOSEL 4.14 22/22] btrfs: track reloc roots based on their commit root bytenr

[PATCH AUTOSEL 4.9 8/9] btrfs: remove a BUG_ON() from merge_reloc_roots()
 2020-04-10  3:51 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 9/9] btrfs: track reloc roots based on their commit root bytenr

[PATCH AUTOSEL 4.4 7/8] btrfs: remove a BUG_ON() from merge_reloc_roots()
 2020-04-10  3:51 UTC  (2+ messages)
` [PATCH AUTOSEL 4.4 8/8] btrfs: track reloc roots based on their commit root bytenr


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