linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-14 15:58:47 to 2019-11-20 21:51:31 UTC [more...]

[PATCH v3 00/22] btrfs: async discard support
 2019-11-20 21:51 UTC  (3+ messages)
` [PATCH 01/22] bitmap: genericize percpu bitmap region iterators
` [PATCH 02/22] btrfs: rename DISCARD opt to DISCARD_SYNC

btrfs based backup?
 2019-11-20 18:32 UTC  (6+ messages)
  ` freezes during snapshot creation/deletion -- to be expected? (Was: Re: btrfs based backup?)

[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

How to replace a missing device with a smaller one
 2019-11-20 17:07 UTC  (7+ messages)

[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  (3+ messages)
` [PATCH 2/2] btrfs-progs: fuzz-tests: add image trigers abort of open_ctree()

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

[PATCH 00/15] btrfs: sysfs, cleanups
 2019-11-20  6:44 UTC  (25+ 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()

[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  (10+ messages)
` [PATCH 1/4] btrfs-progs: check/lowmem: Fix a false alert on uninitialized value
` [PATCH 2/4] btrfs-progs: libbtrfsutil: Convert to designated initialization for BtrfsUtilError_type
` [PATCH 3/4] btrfs-progs: libbtrfsutil: Convert to designated initialization for QgroupInherit_type
` [PATCH 4/4] btrfs-progs: libbtrfsutil: Convert to designated initialization for SubvolumeIterator_type

[PATCH] btrfs: do not call synchronize_srcu() in inode_tree_del
 2019-11-19 18:59 UTC 

[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  (7+ messages)
` [PATCH V2 1/2] fs: Clean up mapping variable
` [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  (19+ messages)
` [PATCH 1/7] fs: Export generic_file_buffered_read()
` [PATCH 2/7] btrfs: basic direct I/O read operation
` [PATCH 3/7] iomap: use a function pointer for dio submits
` [PATCH 4/7] btrfs: Use iomap_dio_rw() for direct I/O
` [PATCH 5/7] btrfs: Use iomap_dio_ops.submit_io()
` [PATCH 6/7] btrfs: flush dirty pages on compressed I/O for dio
` [PATCH 7/7] btrfs: Wait for extent bits to release page

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

[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  (6+ messages)
` [PATCH v2] "

[PATCH] btrfs: test fsync after hole punching when using the no-holes feature
 2019-11-19 12:07 UTC  (3+ 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  (3+ 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  (3+ messages)

[PATCH AUTOSEL 4.19 027/237] btrfs: defrag: use btrfs_mod_outstanding_extents in cluster_pages_for_defrag
 2019-11-18 11:11 UTC  (5+ messages)
` [PATCH AUTOSEL 4.19 028/237] Btrfs: fix alignment in declaration and prototype of btrfs_get_extent
` [PATCH AUTOSEL 4.19 029/237] btrfs: handle error of get_old_root
` [PATCH AUTOSEL 4.19 195/237] btrfs: avoid link error with CONFIG_NO_AUTO_INLINE

Does GRUB btrfs support log tree?
 2019-11-17 23:24 UTC  (11+ messages)

Avoiding BRTFS RAID5 write hole
 2019-11-17 19:49 UTC  (5+ messages)

[PATCH AUTOSEL 4.14 016/150] Btrfs: fix alignment in declaration and prototype of btrfs_get_extent
 2019-11-16 15:46 UTC  (3+ messages)
` [PATCH AUTOSEL 4.14 017/150] btrfs: handle error of get_old_root
` [PATCH AUTOSEL 4.14 119/150] btrfs: avoid link error with CONFIG_NO_AUTO_INLINE

[PATCH AUTOSEL 4.9 11/99] btrfs: handle error of get_old_root
 2019-11-16 15:49 UTC 

[PATCH AUTOSEL 4.4 10/77] btrfs: handle error of get_old_root
 2019-11-16 15:52 UTC 

Decoding "unable to fixup (regular)" errors
 2019-11-16  6:16 UTC  (9+ messages)

[PATCH v2 0/7] remove BUG_ON()s in btrfs_close_one_device()
 2019-11-15 21:11 UTC  (5+ messages)
` [PATCH v2 3/7] btrfs: handle allocation failure in strdup

[PATCH v2 00/22] btrfs: async discard support
 2019-11-15 17:40 UTC  (9+ messages)
` [PATCH 14/22] btrfs: add bps discard rate limit
` [PATCH 18/22] btrfs: only keep track of data extents for async discard

[PATCH 1/2] btrfs-progs: add comments of block group lookup functions
 2019-11-15 16:20 UTC  (7+ messages)

[PATCH] btrfs-progs: dump-tree: Introduce --nofilename option
 2019-11-15 15:52 UTC  (2+ messages)

[PATCH v2 1/2] btrfs-progs: warn users about the possible dangers of check --repair
 2019-11-15 12:53 UTC  (2+ messages)

[PATCH 0/3] btrfs-progs: check: Introduce optional argument for -b|--backup
 2019-11-15 12:36 UTC  (3+ messages)

[PATCH 0/3] Misc btrfs-progs fixes
 2019-11-15 12:22 UTC  (2+ messages)

[PATCH btrfs-progs 0/2] balance: check balance errors on background
 2019-11-15 12:18 UTC  (3+ messages)

[PATCH 1/2] btrfs-progs: Reduce error level from error to warning for OPEN_CTREE_PARTIAL
 2019-11-15 11:40 UTC  (3+ messages)
` [PATCH 2/2] btrfs: rescue/zero-log: Manually write all supers to handle extent tree error more gracefully

[PATCH v3 0/4] RAID1 with 3- and 4- copies
 2019-11-15 10:28 UTC  (5+ messages)

[PATCH] Documentation/fs: Move swap_[de]activate() to file_operations
 2019-11-15  8:44 UTC  (3+ messages)

[next-20191108] Assertion failure in space-info.c:btrfs_update_space_info()
 2019-11-15  0:51 UTC  (5+ messages)

[PATCH 1/3] fsstress: add the ability to create/delete subvolumes
 2019-11-14 18:14 UTC  (2+ messages)
` [PATCH][v2] "

[PATCH 0/3] fsstress: add support for btrfs subvol and snapshot ops
 2019-11-14 15:58 UTC  (2+ messages)
` [PATCH 3/3] fsstress: allow operations to use either a directory or subvol


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