linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-18 07:05:36 to 2019-11-23 13:33:49 UTC [more...]

[PATCH] Btrfs: send, skip backreference walking for extents with many references
 2019-11-23 13:33 UTC  (3+ messages)

Problems balancing BTRFS
 2019-11-23 12:53 UTC  (8+ messages)

btrfs based backup?
 2019-11-23  3:49 UTC  (22+ messages)
  ` freezes during snapshot creation/deletion -- to be expected? (Was: Re: btrfs based backup?)

[PATCH v3 00/22] btrfs: async discard support
 2019-11-23  0:17 UTC  (24+ messages)
` [PATCH 01/22] bitmap: genericize percpu bitmap region iterators
` [PATCH 02/22] btrfs: rename DISCARD opt to DISCARD_SYNC
` [PATCH 03/22] btrfs: keep track of which extents have been discarded
` [PATCH 04/22] btrfs: keep track of cleanliness of the bitmap
` [PATCH 05/22] btrfs: add the beginning of async discard, discard workqueue
` [PATCH 06/22] btrfs: handle empty block_group removal
` [PATCH 07/22] btrfs: discard one region at a time in async discard
` [PATCH 08/22] btrfs: add removal calls for sysfs debug/
` [PATCH 09/22] btrfs: make UUID/debug have its own kobject
` [PATCH 10/22] btrfs: add discard sysfs directory
` [PATCH 11/22] btrfs: track discardable extents for async discard
` [PATCH 12/22] btrfs: keep track of discardable_bytes
` [PATCH 13/22] btrfs: calculate discard delay based on number of extents
` [PATCH 14/22] btrfs: add bps discard rate limit
` [PATCH 15/22] btrfs: limit max discard size for async discard
` [PATCH 16/22] btrfs: make max async discard size tunable
` [PATCH 17/22] btrfs: have multiple discard lists
` [PATCH 18/22] btrfs: only keep track of data extents for async discard
` [PATCH 19/22] btrfs: keep track of discard reuse stats
` [PATCH 20/22] btrfs: add async discard header
` [PATCH 21/22] btrfs: increase the metadata allowance for the free_space_cache
` [PATCH 22/22] btrfs: make smaller extents more likely to go into bitmaps

[PATCH] btrfs: do not call synchronize_srcu() in inode_tree_del
 2019-11-22 18:29 UTC  (2+ messages)

Btrfs progs pre-release 5.4-rc1
 2019-11-22 18:26 UTC 

[PATCH 00/15] btrfs: sysfs, cleanups
 2019-11-22 17:48 UTC  (26+ messages)
` [PATCH 01/15] btrfs: sysfs, rename device_link add,remove functions
` [PATCH 02/15] btrfs: sysfs, rename btrfs_sysfs_add_device()
` [PATCH 03/15] btrfs: sysfs, rename btrfs_device member device_dir_kobj
` [PATCH 04/15] btrfs: sysfs, move declared struct near its use
` [PATCH 05/15] btrfs: sysfs, move /sys/fs/btrfs/UUID related functions together
` [PATCH 06/15] btrfs: sysfs, move add remove _mounted function together
` [PATCH 07/15] btrfs: sysfs, delete code in a comment
` [PATCH 08/15] btrfs: sysfs, btrfs_sysfs_add_fsid() drop unused argument parent
` [PATCH 09/15] btrfs: sysfs, merge btrfs_sysfs_add device_dir and fsid
` [PATCH 10/15] btrfs: volume, btrfs_free_stale_devices() cleanup unreachable code
` [PATCH 11/15] btrfs: sysfs, migrate fs_decvices::fsid_kobject to struct btrfs_fs_info
` [PATCH 12/15] btrfs: sysfs, unexport btrfs_sysfs_add_mounted()
` [PATCH 13/15] btrfs: sysfs, cleanup btrfs_sysfs_remove_fsid()
` [PATCH 14/15] btrfs: sysfs, merge btrfs_sysfs_remove_fsid() helper function
` [PATCH 15/15] btrfs: sysfs, unexport btrfs_sysfs_remove_mounted()

is there a log tree replay kernel message?
 2019-11-22 17:15 UTC  (2+ messages)

[GIT PULL] Btrfs updates for 5.5
 2019-11-22 16:23 UTC 

[PATCH AUTOSEL 4.19 071/219] btrfs: Check for missing device before bio submission in btrfs_map_bio
 2019-11-22 11:33 UTC  (6+ messages)
` [PATCH AUTOSEL 4.19 072/219] btrfs: fix ncopies raid_attr for RAID56
` [PATCH AUTOSEL 4.19 073/219] btrfs: dev-replace: set result code of cancel by status of scrub
` [PATCH AUTOSEL 4.19 074/219] Btrfs: allow clear_extent_dirty() to receive a cached extent state record
` [PATCH AUTOSEL 4.19 075/219] btrfs: only track ref_heads in delayed_ref_updates

[PATCH AUTOSEL 4.4 21/68] btrfs: only track ref_heads in delayed_ref_updates
 2019-11-22  6:12 UTC 

[PATCH AUTOSEL 4.9 23/91] btrfs: only track ref_heads in delayed_ref_updates
 2019-11-22  6:00 UTC 

[PATCH AUTOSEL 4.14 031/127] btrfs: only track ref_heads in delayed_ref_updates
 2019-11-22  5:54 UTC 

[PATCH 05/22] btrfs: add the beginning of async discard, discard workqueue
 2019-11-22  4:27 UTC 

[PATCH 0/3] 3 misc patches
 2019-11-21 12:03 UTC  (4+ messages)
` [PATCH 1/3] btrfs: Don't discard unwritten extents
` [PATCH 2/3] btrfs: Open code __btrfs_free_reserved_extent in btrfs_free_reserved_extent
` [PATCH 3/3] btrfs: Rename __btrfs_free_reserved_extent to btrfs_pin_reserved_extent

How to replace a missing device with a smaller one
 2019-11-21 10:21 UTC  (8+ messages)

[PATCH v2 0/5] btrfs: sysfs, cleanups
 2019-11-21  9:33 UTC  (6+ messages)
` [PATCH v2 1/5] btrfs: sysfs, rename devices kobject holder to devices_kobj
` [PATCH v2 2/5] btrfs: sysfs, rename device_link add,remove functions
` [PATCH v2 3/5] btrfs: sysfs, btrfs_sysfs_add_fsid() drop unused argument parent
` [PATCH v2 4/5] btrfs: sysfs, rename btrfs_sysfs_add_device()
` [PATCH v2 5/5] btrfs: sysfs, merge btrfs_sysfs_add devices_kobj and fsid

[RFC PATCH] btrfs: Commit transaction to workaround ENOSPC during relocation
 2019-11-21  7:54 UTC 

[RFC PATCH v3 00/12] fs: interface for directly reading/writing compressed data
 2019-11-20 18:24 UTC  (14+ messages)
` [PATCH man-pages v2] Document encoded I/O
` [RFC PATCH v3 01/12] iov_iter: add copy_struct_from_iter()
` [RFC PATCH v3 02/12] fs: add O_ALLOW_ENCODED open flag
` [RFC PATCH v3 03/12] fs: add RWF_ENCODED for reading/writing compressed data
` [RFC PATCH v3 04/12] btrfs: get rid of trivial __btrfs_lookup_bio_sums() wrappers
` [RFC PATCH v3 05/12] btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()
` [RFC PATCH v3 06/12] btrfs: remove dead snapshot-aware defrag code
` [RFC PATCH v3 07/12] btrfs: make btrfs_ordered_extent naming consistent with btrfs_file_extent_item
` [RFC PATCH v3 08/12] btrfs: add ram_bytes and offset to btrfs_ordered_extent
` [RFC PATCH v3 09/12] btrfs: support different disk extent size for delalloc
` [RFC PATCH v3 10/12] btrfs: optionally extend i_size in cow_file_range_inline()
` [RFC PATCH v3 11/12] btrfs: implement RWF_ENCODED reads
` [RFC PATCH v3 12/12] btrfs: implement RWF_ENCODED writes

[PATCH] fstests, btrfs: check flakey device instead of backend device
 2019-11-20 13:15 UTC  (2+ messages)

[PATCH] btrfs: handle error in btrfs_cache_block_group
 2019-11-20  9:24 UTC  (2+ messages)

[PATCH 1/2] btrfs-progs: block group: do not exclude bytenr adjacent to block group
 2019-11-20  6:51 UTC  (2+ messages)

[PATCH] btrfs: block group: do not exclude bytenr adjacent to block group
 2019-11-20  6:50 UTC  (4+ messages)

[PATCH] btrfs: resize: Allow user to shrink missing device
 2019-11-20  5:52 UTC  (8+ messages)

RAID5 fails to correct correctable errors, makes them uncorrectable instead (sometimes). With reproducer for kernel 5.3.11
 2019-11-19 23:57 UTC  (3+ messages)

[PATCH 0/4] btrfs-progs: Compiling warning fixes for devel branch
 2019-11-19 20:38 UTC  (6+ messages)

[PATCH] btrfs: don't double lock the subvol_sem
 2019-11-19 18:59 UTC 

[PATCH V2 0/2] Move swap functions out of address space operations
 2019-11-19 18:57 UTC  (4+ messages)
` [PATCH V2 2/2] fs: Move swap_[de]activate to file_operations

[PATCH] btrfs-progs: print procentage of used space
 2019-11-19 18:05 UTC  (4+ messages)

btrfs direct-io using iomap
 2019-11-19 17:24 UTC  (7+ messages)
` [PATCH 4/7] btrfs: Use iomap_dio_rw() for direct I/O

[PATCH v1.1 00/18] btrfs-progs: global verbose and quiet option
 2019-11-19 17:02 UTC  (11+ messages)
` [PATCH v1.1 04/18] btrfs-progs: add global verbose and quiet options and helper functions

[PATCH] btrfs: Fix error messages in qgroup_rescan_init
 2019-11-19 16:24 UTC  (5+ messages)

[PATCH AUTOSEL 4.20 072/117] btrfs: alloc_chunk: fix more DUP stripe size handling
 2019-11-19 15:23 UTC  (7+ messages)

[PATCH] Btrfs: fix missing hole after hole punching and fsync when using NO_HOLES
 2019-11-19 15:10 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] btrfs: test fsync after hole punching when using the no-holes feature
 2019-11-19 12:07 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] Btrfs: fix cloning range with a hole when using the NO_HOLES feature
 2019-11-19 12:07 UTC 

[PATCH 0/6] Cleanup super block stripe exclusion code
 2019-11-19 12:05 UTC  (7+ messages)
` [PATCH 1/6] btrfs: Move and unexport btrfs_rmap_block
` [PATCH 2/6] btrfs: selftests: Add support for dummy devices
` [PATCH 3/6] btrfs: Add self-tests for btrfs_rmap_block
` [PATCH 4/6] btrfs: Refactor btrfs_rmap_block to improve readability
` [PATCH 5/6] btrfs: Read stripe len directly in btrfs_rmap_block
` [PATCH 6/6] btrfs: Remove dead code exclude_super_stripes

Next btrfs development cycle open - 5.6
 2019-11-19 11:48 UTC 

[PATCH 0/3] btrfs: More intelligent degraded chunk allocator
 2019-11-19 10:41 UTC  (10+ messages)
` [PATCH 2/3] btrfs: volumes: Add btrfs_fs_devices::missing_list to collect missing devices
` [PATCH 3/3] btrfs: volumes: Allocate degraded chunks if rw devices can't fullfil a chunk

unsubcribe
 2019-11-19  4:11 UTC 

[PATCH] btrfs: get bdev directly from fs_devices in submit_extent_page
 2019-11-18 22:36 UTC 

[PATCH 0/5] Remove extent_map::bdev
 2019-11-18 21:57 UTC  (4+ messages)

[PATCH 0/5] btrfs: send uevent on subvolume add/remove
 2019-11-18 20:50 UTC  (2+ messages)

[PATCH] btrfs: do not corrupt the fs with rename exchange on a subvol
 2019-11-18 19:11 UTC  (2+ messages)

(no subject)
 2019-11-18 15:52 UTC 

[PATCH] Btrfs: fix block group remaining RO forever after error during device replace
 2019-11-18 15:23 UTC  (2+ messages)

[PATCH v2] btrfs: scrub: Don't check free space before marking a block group RO
 2019-11-18 15:14 UTC  (2+ messages)

[PATCH AUTOSEL 4.19 028/237] Btrfs: fix alignment in declaration and prototype of btrfs_get_extent
 2019-11-18 11:11 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).