linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-19 18:05:53 to 2019-11-26 03:15:29 UTC [more...]

[PATCH 0/5 v2] btrfs direct-io using iomap
 2019-11-26  3:14 UTC  (2+ messages)
` [PATCH 1/5] fs: Export generic_file_buffered_read()

[PATCH 0/4][RFC] clean up how we mark block groups read only
 2019-11-26  3:00 UTC  (10+ messages)
` [PATCH 1/4] btrfs: don't pass system_chunk into can_overcommit
` [PATCH 2/4] btrfs: kill min_allocable_bytes in inc_block_group_ro
` [PATCH 3/4] btrfs: fix force usage "
` [PATCH 4/4] btrfs: use btrfs_can_overcommit "

[PATCH 0/2] btrfs qgroup cleanup
 2019-11-26  2:50 UTC  (5+ messages)
` [PATCH 1/2] btrfs: qgroup: Cleanup quota_root checks
` [PATCH 2/2] btrfs: qgroup: Return -ENOTCONN instead of -EINVAL

[PATCH 05/22] btrfs: add the beginning of async discard, discard workqueue
 2019-11-26  1:47 UTC  (5+ messages)

[GIT PULL] Btrfs updates for 5.5
 2019-11-25 22:45 UTC  (2+ messages)

[PATCH v4 00/22] btrfs: async discard support
 2019-11-25 19:47 UTC  (23+ 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 v3 00/22] btrfs: async discard support
 2019-11-25 19:37 UTC  (26+ 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: send, skip backreference walking for extents with many references
 2019-11-25 15:31 UTC  (5+ messages)

[PATCH] btrfs: don't double lock the subvol_sem
 2019-11-25 15:08 UTC  (2+ messages)

[PATCH v3 0/2] remove BUG_ON()s in btrfs_close_one_device()
 2019-11-25 14:37 UTC  (3+ messages)
` [PATCH v3 1/2] btrfs: decrement number of open devices after closing the device not before
` [PATCH v3 2/2] btrfs: reset device back to allocation state when removing

[PATCH AUTOSEL 4.19 028/237] Btrfs: fix alignment in declaration and prototype of btrfs_get_extent
 2019-11-25 14:01 UTC  (3+ messages)

[PATCH] Btrfs: fix cloning range with a hole when using the NO_HOLES feature
 2019-11-25 13:46 UTC  (2+ messages)

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

[PATCH] btrfs: handle error in btrfs_cache_block_group
 2019-11-25 13:07 UTC  (3+ messages)

[PATCH v2 00/16] btrfs-progs: global verbose and quiet option
 2019-11-25 10:39 UTC  (17+ messages)
` [PATCH 01/16] btrfs-progs: split global help HELPINFO_INSERT_GLOBALS
` [PATCH v2 02/16] btrfs-progs: add global verbose and quiet options and helper functions
` [PATCH v2 03/16] btrfs-progs: send: use global verbose and quiet options
` [PATCH v2 04/16] btrfs-progs: receive: "
` [PATCH v2 05/16] btrfs-progs: subvolume delete: use global verbose option
` [PATCH v2 06/16] btrfs-progs: filesystem defragment: "
` [PATCH v2 07/16] btrfs-progs: balance start: "
` [PATCH v2 08/16] btrfs-progs: balance status: "
` [PATCH v2 09/16] btrfs-progs: rescue chunk-recover: "
` [PATCH v2 10/16] btrfs-progs: rescue super-recover: "
` [PATCH v2 11/16] btrfs-progs: restore: "
` [PATCH v2 12/16] btrfs-progs: inspect-internal inode-resolve: use global verbose
` [PATCH v2 13/16] btrfs-progs: inspect-internal logical-resolve: use global verbose option
` [PATCH 14/16] btrfs-progs: refactor btrfs_scan_devices() to accept verbose argument
` [PATCH v2 15/16] btrfs-progs: device scan: add verbose option
` [PATCH 16/16] btrfs-progs: device scan: add quiet option

[PATCH v1.1 00/18] btrfs-progs: global verbose and quiet option
 2019-11-25 10:36 UTC  (9+ 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 RFC] btrfs: space-info: Make over-commit threshold to 87.5% of a new chunk
 2019-11-25 10:04 UTC 

[PATCH] fstests: common: Keep $seqres.dmesg in $RESULT_DIR
 2019-11-25  4:59 UTC  (3+ messages)

[PATCH 00/15] btrfs: sysfs, cleanups
 2019-11-25  3:18 UTC  (11+ messages)
` [PATCH 05/15] btrfs: sysfs, move /sys/fs/btrfs/UUID related functions together

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

How to replace a missing device with a smaller one
 2019-11-24 23:02 UTC  (9+ messages)

Business For You
 2019-11-24 12:38 UTC 

Problems balancing BTRFS
 2019-11-23 16:20 UTC  (9+ messages)

[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 

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

[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 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

[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 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  (6+ 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  (4+ messages)

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


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