linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-13 11:01:49 to 2020-03-19 11:57:05 UTC [more...]

[PATCH v8 00/25] Change readahead API
 2020-03-19 11:57 UTC  (4+ messages)

[PATCH 00/15] btrfs: read repair/direct I/O improvements
 2020-03-19  9:03 UTC  (36+ messages)
` [PATCH 01/15] btrfs: fix error handling when submitting direct I/O bio
` [PATCH 02/15] btrfs: fix double __endio_write_update_ordered in direct I/O
` [PATCH 03/15] btrfs: look at full bi_io_vec for repair decision
` [PATCH 05/15] btrfs: clarify btrfs_lookup_bio_sums documentation
` [PATCH 06/15] btrfs: rename __readpage_endio_check to check_data_csum
` [PATCH 07/15] btrfs: make btrfs_check_repairable() static
` [PATCH 08/15] btrfs: move btrfs_dio_private to inode.c
` [PATCH 09/15] btrfs: kill btrfs_dio_private->private
` [PATCH 10/15] btrfs: convert btrfs_dio_private->pending_bios to refcount_t
` [PATCH 11/15] btrfs: put direct I/O checksums in btrfs_dio_private instead of bio
` [PATCH 12/15] btrfs: get rid of one layer of bios in direct I/O
` [PATCH 15/15] btrfs: unify buffered and direct I/O read repair

[PATCH 0/2] btrfs-progs: Auto resize fs after device replace
 2020-03-19  7:03 UTC  (5+ messages)
` [PATCH 2/2] btrfs-progs: replace: New argument to resize the fs after replace

[PATCH] btrfs-progs: add RAID5/6 support to btrfs fi us
 2020-03-18 21:11 UTC  (2+ messages)
` [PATCH] Add support for the raid5/6 profiles in the btrfs fi us command

[PATCH v4 00/11] btrfs-progs: mkfs: Quota support through -Q|--quota
 2020-03-18 20:21 UTC  (12+ messages)
` [PATCH v4 01/11] btrfs-progs: qgroup-verify: Avoid NULL pointer dereference for later silent qgroup repair
` [PATCH v4 02/11] btrfs-progs: qgroup-verify: Also repair qgroup status version
` [PATCH v4 03/11] btrfs-progs: qgroup-verify: Use fs_info->readonly to check if we should repair qgroups
` [PATCH v4 04/11] btrfs-progs: qgroup-verify: Move qgroup classification out of report_qgroups
` [PATCH v4 05/11] btrfs-progs: qgroup-verify: Allow repair_qgroups function to do silent repair
` [PATCH v4 06/11] btrfs-progs: ctree: Introduce function to create an empty tree
` [PATCH v4 07/11] btrfs-progs: mkfs: Introduce function to insert qgroup info and limit items
` [PATCH v4 08/11] btrfs-progs: mkfs: Introduce function to setup quota root and rescan
` [PATCH v4 09/11] btrfs-progs: mkfs: Introduce mkfs time quota support
` [PATCH v4 10/11] btrfs-progs: test/mkfs: Add test case for -Q|--quota option
` [PATCH v4 11/11] btrfs-progs: test/mkfs: Add test case for --rootdir and --quota

[PATCH 0/2] Drop some mis-uses of READA
 2020-03-18 14:44 UTC  (8+ messages)
` [PATCH 1/2] btrfs: do not use READA for running delayed refs
` [PATCH 2/2] btrfs: do not READA in build_backref_tree

failed to read block groups: -5; open_ctree failed
 2020-03-18  8:00 UTC  (2+ messages)

[PATCH v4 0/4] btrfs-progs: image: Enhancement with new data dump feature
 2020-03-18  7:54 UTC  (5+ messages)
` [PATCH v4 1/4] btrfs-progs: image: Introduce framework for more dump versions
` [PATCH v4 2/4] btrfs-progs: image: Introduce -d option to dump data
` [PATCH v4 3/4] btrfs-progs: image: Reduce memory requirement for decompression
` [PATCH v4 4/4] btrfs: image: Fix restored image size misalignment

Errors after SATA hard resets: parent transid verify failed, csum mismatch on free space cache
 2020-03-17 21:42 UTC  (4+ messages)

[PATCH] btrfs-progs: Fix xxhash on big endian machines
 2020-03-17 20:34 UTC  (4+ messages)

[PATCH] Btrfs: fix missing semaphore unlock
 2020-03-17 19:51 UTC  (3+ messages)

[PATCH] btrfs: force chunk allocation if our global rsv is larger than metadata
 2020-03-17 15:47 UTC  (2+ messages)

[PATCH 0/5][v2] Deal with a few ENOSPC corner cases
 2020-03-17 15:46 UTC  (11+ messages)
` [PATCH 1/5] btrfs: Improve global reserve stealing logic
` [PATCH 2/5] btrfs: allow us to use up to 90% of the global rsv for unlink
` [PATCH 3/5] btrfs: Account for trans_block_rsv in may_commit_transaction
` [PATCH 4/5] btrfs: only check priority tickets for priority flushing
` [PATCH 5/5] btrfs: run btrfs_try_granting_tickets if a priority ticket fails

[PATCH RFC 00/39] btrfs: qgroup: Use backref cache based backref walk for commit roots
 2020-03-17  8:11 UTC  (40+ messages)
` [PATCH RFC 01/39] btrfs: backref: Introduce the skeleton of btrfs_backref_iter
` [PATCH RFC 02/39] btrfs: backref: Implement btrfs_backref_iter_next()
` [PATCH RFC 03/39] btrfs: relocation: Use btrfs_backref_iter infrastructure
` [PATCH RFC 04/39] btrfs: relocation: Rename mark_block_processed() and __mark_block_processed()
` [PATCH RFC 05/39] btrfs: relocation: Add backref_cache::pending_edge and backref_cache::useless_node members
` [PATCH RFC 06/39] btrfs: relocation: Add backref_cache::fs_info member
` [PATCH RFC 07/39] btrfs: relocation: Make reloc root search specific for relocation backref cache
` [PATCH RFC 08/39] btrfs: relocation: Refactor direct tree backref processing into its own function
` [PATCH RFC 09/39] btrfs: relocation: Refactor indirect "
` [PATCH RFC 10/39] btrfs: relocation: Use wrapper to replace open-coded edge linking
` [PATCH RFC 11/39] btrfs: relocation: Specify essential members for alloc_backref_node()
` [PATCH RFC 12/39] btrfs: relocation: Remove the open-coded goto loop for breadth-first search
` [PATCH RFC 13/39] btrfs: relocation: Refactor the finishing part of upper linkage into finish_upper_links()
` [PATCH RFC 14/39] btrfs: relocation: Refactor the useless nodes handling into its own function
` [PATCH RFC 15/39] btrfs: Move backref node/edge/cache structure to backref.h
` [PATCH RFC 16/39] btrfs: Rename tree_entry to simple_node and export it
` [PATCH RFC 17/39] btrfs: Move backref_cache_init() to backref.c
` [PATCH RFC 18/39] btrfs: Move alloc_backref_node() "
` [PATCH RFC 19/39] btrfs: Move alloc_backref_edge() "
` [PATCH RFC 20/39] btrfs: Move link_backref_edge() "
` [PATCH RFC 21/39] btrfs: Move free_backref_node() and free_backref_edge() to backref.h
` [PATCH RFC 22/39] btrfs: Move drop_backref_node() and needed facilities "
` [PATCH RFC 23/39] btrfs: Rename remove_backref_node() to cleanup_backref_node() and move it to backref.c
` [PATCH RFC 24/39] btrfs: Rename backref_cache_cleanup() to backref_cache_release() "
` [PATCH RFC 25/39] btrfs: Rename backref_tree_panic() to backref_cache_panic(), "
` [PATCH RFC 26/39] btrfs: Rename should_ignore_root() to should_ignore_reloc_root() and export it
` [PATCH RFC 27/39] btrfs: relocation: Open-code read_fs_root() for handle_indirect_tree_backref()
` [PATCH RFC 28/39] btrfs: Rename handle_one_tree_block() to backref_cache_add_one_tree_block() and move it to backref.c
` [PATCH RFC 29/39] btrfs: Rename finish_upper_links() to backref_cache_finish_upper_links() "
` [PATCH RFC 30/39] btrfs: relocation: Move error handling of build_backref_tree() "
` [PATCH RFC 31/39] btrfs: relocation: Use btrfs_find_all_leaves() to locate parent tree leaves of a data extent
` [PATCH RFC 32/39] btrfs: backref: Only ignore reloc roots for indrect backref resolve if the backref cache is for reloction purpose
` [PATCH RFC 33/39] btrfs: qgroup: Introduce qgroup backref cache
` [PATCH RFC 34/39] btrfs: qgroup: Introduce qgroup_backref_cache_build() function
` [PATCH RFC 35/39] btrfs: qgroup: Introduce a function to iterate through backref_cache to find all parents for specified node
` [PATCH RFC 36/39] btrfs: qgroup: Introduce helpers to get needed tree block info
` [PATCH RFC 37/39] btrfs: qgroup: Introduce verification for function to ensure old roots ulist matches btrfs_find_all_roots() result
` [PATCH RFC 38/39] btrfs: qgroup: Introduce a new function to get old_roots ulist using backref cache
` [PATCH RFC 39/39] btrfs: qgroup: Use backref cache to speed up old_roots search

Request about "Page cache invalidation failure on direct I/O."
 2020-03-17  0:29 UTC  (2+ messages)

Next btrfs development cycle - 5.8
 2020-03-16 22:38 UTC 

the free space cache file is invalid, skip it
 2020-03-16 17:22 UTC  (4+ messages)
  ` Re[2]: "

[PATCH 0/3] Removal of BTRFS_SUBVOL_CREATE_ASYNC support
 2020-03-16 17:01 UTC  (7+ messages)
` [PATCH 1/3] btrfs: Remove "
` [PATCH 2/3] btrfs: Remove transid argument from btrfs_ioctl_snap_create_transid
` [PATCH 3/3] btrfs: Remove async_transid btrfs_mksubvol/create_subvol/create_snapshot

kernel panic after upgrading to Linux 5.5
 2020-03-16 12:32 UTC  (7+ messages)

[PATCH] btrfs-progs: qgroup-verify: Remove duplicated message in report_qgroups
 2020-03-16 12:04 UTC  (2+ messages)

[PATCH v2] btrfs-progs: Remove support for BTRFS_SUBVOL_CREATE_ASYNC
 2020-03-16  9:28 UTC 

[PATCH v2,RESEND] btrfs: fix the duplicated definition of 'inode_item_err'
 2020-03-16  9:17 UTC  (4+ messages)

100% disk usage reported by "df"
 2020-03-15 21:38 UTC  (2+ messages)

Howto take a snapshot from an image as ordinary user?
 2020-03-15 15:48 UTC  (4+ messages)

[RFC] btrfs-progs: use the new ioctl BTRFS_IOC_GET_CHUNK_INFO
 2020-03-15 15:24 UTC  (4+ messages)
` [PATCH 1/3] btrfs-progs: remove use BLKGETSIZE64
` [PATCH 2/3] btrfs-progs: Add BTRFS_IOC_GET_CHUNK_INFO ioctl
` [PATCH 3/3] btrfs-progs: use the new ioctl BTRFS_IOC_GET_CHUNK_INFO

[RFC] new ioctl BTRFS_IOC_GET_CHUNK_INFO
 2020-03-15 15:24 UTC  (2+ messages)
` [PATCH] New "

[PATCH 0/8][v2] relocation error handling fixes
 2020-03-14  0:13 UTC  (7+ messages)
` [PATCH 4/8] btrfs: free the reloc_control in a consistent way

[PATCH 00/13] Throttle delayed refs based on time
 2020-03-13 21:23 UTC  (14+ messages)
` [PATCH 01/13] btrfs: use a stable rolling avg for delayed refs avg
` [PATCH 02/13] btrfs: change btrfs_should_throttle_delayed_refs to a bool
` [PATCH 03/13] btrfs: make btrfs_should_throttle_delayed_refs only check run time
` [PATCH 04/13] btrfs: make should_end_transaction check time to run delayed refs
` [PATCH 05/13] btrfs: squash should_end_transaction
` [PATCH 06/13] btrfs: add a mode for delayed ref time based throttling
` [PATCH 07/13] btrfs: kick off async delayed ref flushing if we are over time budget
` [PATCH 08/13] btrfs: adjust the arguments for btrfs_should_throttle_delayed_refs
` [PATCH 09/13] btrfs: throttle delayed refs based on time
` [PATCH 10/13] btrfs: handle uncontrolled delayed ref generation
` [PATCH 11/13] btrfs: check delayed refs while relocating
` [PATCH 12/13] btrfs: throttle truncate for delayed ref generation
` [PATCH 13/13] btrfs: throttle snapshot delete on delayed refs

[PATCH 0/8][v4] Cleanup how we handle root refs, part 2
 2020-03-13 21:19 UTC  (2+ messages)

[PATCH 0/4] Relocation and backref resolution fixes
 2020-03-13 21:17 UTC  (5+ messages)
` [PATCH 1/4] btrfs: move reserve_metadat_bytes up in relocate_tree_block
` [PATCH 2/4] btrfs: restart relocate_tree_blocks properly
` [PATCH 3/4] btrfs: track reloc roots based on their commit_root bytenr
` [PATCH 4/4] btrfs: do not resolve backrefs for roots that are being deleted

[PATCH 0/5] Fix up some stupid delayed ref flushing behaviors
 2020-03-13 21:12 UTC  (6+ messages)
` [PATCH 1/5] btrfs: set delayed_refs.flushing for the first delayed ref flushing
` [PATCH 2/5] btrfs: delayed refs pre-flushing should only run the heads we have
` [PATCH 3/5] btrfs: only run delayed refs once before committing
` [PATCH 4/5] btrfs: run delayed refs less often in commit_cowonly_roots
` [PATCH 5/5] btrfs: stop running all delayed refs during snapshot

[PATCH 0/5] Deal with a few ENOSPC corner cases
 2020-03-13 19:54 UTC  (7+ messages)
` [PATCH 5/5] btrfs: run btrfs_try_granting_tickets if a priority ticket fails

LSF/MM/BPF 2020: Postponement announcement
 2020-03-13 18:47 UTC 

[PATCH] btrfs-progs: Remove support for BTRFS_SUBVOL_CREATE_ASYNC
 2020-03-13 18:36 UTC  (2+ messages)

[PATCH 0/8][v3] relocation error handling fixes
 2020-03-13 17:39 UTC  (12+ messages)
` [PATCH 1/8] btrfs: drop block from cache on error in relocation
` [PATCH 2/8] btrfs: do not init a reloc root if we aren't relocating
` [PATCH 3/8] btrfs: unset reloc control if we fail to recover
` [PATCH 4/8] btrfs: free the reloc_control in a consistent way
` [PATCH 5/8] btrfs: run clean_dirty_subvols if we fail to start a trans
` [PATCH 6/8] btrfs: clear BTRFS_ROOT_DEAD_RELOC_TREE before dropping the reloc root
` [PATCH 7/8] btrfs: hold a ref on the root->reloc_root
` [PATCH 8/8] btrfs: remove a BUG_ON() from merge_reloc_roots()

[PATCH v3 0/4] Btrfs: make ranged fsyncs always respect the given range
 2020-03-13 13:17 UTC  (4+ 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).