linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-21 12:42:42 to 2019-10-24 19:40:10 UTC [more...]

[PATCH 1/2] btrfs: Consider system chunk array size for new SYSTEM chunks
 2019-10-24 19:40 UTC  (2+ messages)

Effect of punching holes
 2019-10-24 19:04 UTC  (6+ messages)

[PATCH] btrfs: tree-checker: Check item size before reading file extent type
 2019-10-24 18:24 UTC  (2+ messages)

[PATCH 0/2] Provide an estimation of (free/total) inodes in statfs
 2019-10-24 15:44 UTC  (3+ messages)
` [PATCH 1/2] btrfs: remove cached space_info in btrfs_statfs()
` [PATCH 2/2] btrfs: provide an estimated number of inodes for statfs

[RFC PATCH 0/3] btrfs-progs: make quiet to overrule verbose
 2019-10-24 15:41 UTC  (5+ messages)
` [RFC PATCH 1/3] btrfs-progs: send: let option quiet "
` [RFC PATCH 2/3] btrfs-progs: receive: "
` [RFC PATCH 3/3] btrfs-progs: receive: make quiet really quiet

[PATCH 0/6] Block group structure cleanups
 2019-10-24 12:09 UTC  (16+ messages)
` [PATCH 1/6] btrfs: move block_group_item::used to block group
` [PATCH 2/6] btrfs: move block_group_item::flags "
` [PATCH 3/6] btrfs: remove embedded block_group_cache::item
` [PATCH 4/6] btrfs: rename block_group_item on-stack accessors to follow naming
` [PATCH 5/6] btrfs: rename extent buffer block group item accessors
` [PATCH 6/6] btrfs: add dedicated members for start and length of a block group

[PATCH] fs: use READ_ONCE/WRITE_ONCE with the i_size helpers
 2019-10-24 12:08 UTC  (2+ messages)

[PATCH] btrfs: Remove btrfs_bio::flags member
 2019-10-24 12:04 UTC  (4+ messages)

first it froze, now the (btrfs) root fs won't mount 
 2019-10-24 11:40 UTC  (16+ messages)

[PATCH v2] btrfs: Remove btrfs_bio::flags member
 2019-10-24 11:17 UTC  (2+ messages)

[PATCH] fstests: btrfs: Test if btrfs can trim adjacent extents across adjacent block groups boundary
 2019-10-24 10:16 UTC 

[PATCH v3 0/2] btrfs: trim: Fix a bug certain range may not be trimmed properly
 2019-10-24  9:11 UTC  (7+ messages)
` [PATCH v3 1/2] btrfs: volumes: Use more straightforward way to calculate map length
` [PATCH v3 2/2] btrfs: extent-tree: Ensure we trim ranges across block group boundary

[PATCH 0/5] btrfs: send uevent on subvolume add/remove
 2019-10-24  2:36 UTC  (6+ messages)
` [PATCH 1/5] btrfs: sysfs: Add envp argument to btrfs_kobject_uevent
` [PATCH 2/5] btrfs: ioctl: Introduce btrfs_vol_uevent
` [PATCH 3/5] btrfs: ioctl: Call btrfs_vol_uevent on subvol creation
` [PATCH 4/5] btrfs: ctree.h: Add btrfs_is_snapshot function
` [PATCH 5/5] btrfs: ioctl: Call btrfs_vol_uevent on subvolume deletion

[PATCH v2 00/22] btrfs: async discard support
 2019-10-23 22:53 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] btrfs-progs: build: add missing symbols to libbtrfs - new patch
 2019-10-23 17:07 UTC  (3+ messages)

[PATCH] btrfs: save i_size in compress_file_range
 2019-10-23 16:51 UTC  (2+ messages)

MD RAID 5/6 vs BTRFS RAID 5/6
 2019-10-23 16:32 UTC  (5+ messages)

Curious problem: btrfs device stats & unpriviliged access
 2019-10-23 14:24 UTC  (7+ messages)

[PATCH v2 0/2] btrfs: trim: Fix a bug certain range may not be trimmed properly
 2019-10-23 13:48 UTC  (6+ messages)
` [PATCH v2 1/2] btrfs: volumes: Use more straightforward way to calculate map length
` [PATCH v2 2/2] btrfs: extent-tree: Ensure we trim ranges across block group boundary

[PATCH] btrfs-progs: build: add missing symbols from volumes.o to libbtrfs
 2019-10-23 12:22 UTC  (2+ messages)

[PATCH] btrfs-progs: mkfs-tests/005: check global prereq for dmsetup
 2019-10-23 12:14 UTC  (2+ messages)

[RFC PATCH v2 0/5] fs: interface for directly reading/writing compressed data
 2019-10-23 12:12 UTC  (25+ messages)
` [PATCH man-pages] Document encoded I/O
` [RFC PATCH v2 1/5] fs: add O_ENCODED open flag
` [RFC PATCH v2 2/5] fs: add RWF_ENCODED for reading/writing compressed data
` [RFC PATCH v2 5/5] btrfs: implement RWF_ENCODED writes

[PATCH 0/5] Extent buffer locking and documentation
 2019-10-23 11:16 UTC  (9+ messages)
` [PATCH 3/5] btrfs: access eb::blocking_writers according to ACCESS_ONCE policies
` [PATCH 4/5] btrfs: serialize blocking_writers updates
` [PATCH 5/5] btrfs: document extent buffer locking

[GIT PULL] Btrfs fixes for 5.4-rc5
 2019-10-23 10:25 UTC  (3+ messages)

[PATCH 0/2] btrfs: trim: Fix a bug certain range may not be trimmed properly
 2019-10-23  9:56 UTC  (7+ messages)
` [PATCH 1/2] btrfs: volumes: Return the mapped length for discard
` [PATCH 2/2] btrfs: extent-tree: Ensure we trim ranges across block group boundary

btrfs check (not lowmem) and OOM-like hangs (4.17.6)
 2019-10-23  0:55 UTC  (5+ messages)
  ` 5.1.21: fs/btrfs/extent-tree.c:7100 __btrfs_free_extent+0x18b/0x921

[PATCH 0/5] Remove extent_map::bdev
 2019-10-22 14:00 UTC  (2+ messages)

[PATCH 0/2] btrfs-progs: Setting implicit-fallthrough by default
 2019-10-22 13:10 UTC  (9+ messages)
` [PATCH 1/2] btrfs-progs: utils: Replace __attribute__(fallthrough)
` [PATCH 2/2] btrfs-progs: Makefile: Add -Wimplicit-fallthrough

[PATCH v2 0/7] btrfs-progs: Support for BG_TREE feature
 2019-10-22 12:27 UTC  (12+ messages)

[PATCH v2 1/2] btrfs-progs: warn users about the possible dangers of check --repair
 2019-10-22 12:19 UTC  (7+ messages)

feature request, explicit mount and unmount kernel messages
 2019-10-22 12:11 UTC  (8+ messages)

[RFC PATCH 00/14] btrfs-progs: global-verbose option
 2019-10-22 11:45 UTC  (4+ messages)

[PATCH 1/2] fstest: btrfs/196: test for alien btrfs-devices
 2019-10-22  9:24 UTC  (8+ messages)
` [PATCH 2/2] fstest: btrfs/197: test for alien devices
` [PATCH v2 1/2] fstest: btrfs/197: test for alien btrfs-devices
  ` [PATCH v2 2/2] fstest: btrfs/198: test for alien devices

[PATCH 0/2] btrfs: dm-log-writes test for fstrim with fsstress
 2019-10-22  9:16 UTC  (5+ messages)
` [PATCH 1/2] fstests: log-writes: Add new discard check point
` [PATCH 2/2] fstests: btrfs: dm-logwrites test for fstrim and fsstress workload

[PATCH v3] btrfs-progs: add verbose option to btrfs device scan
 2019-10-21 23:48 UTC  (7+ messages)

More checksumming algorithms for btrfs
 2019-10-21 16:45 UTC 

[PATCH 0/2 + 0/2] Add BLAKE2 checksumming support
 2019-10-21 16:45 UTC  (5+ messages)
` [PATCH 1/2] btrfs: add member for a specific checksum driver
` [PATCH 2/2] btrfs: add blake2b to checksumming algorithms
` [PATCH 3/4] btrfs-progs: add blake2b reference implementation
` [PATCH 3/4] btrfs-progs: add blake2b support

[PATCH 0/3] btrfs-progs: Add check and repair for invalid inode generation
 2019-10-21 16:01 UTC  (12+ messages)

[PATCH v3 00/10] btrfs-progs: image: Enhancement with new data dump feature
 2019-10-21 15:45 UTC  (2+ messages)

[PATCH v3] tools/lib/traceevent, perf tools: Handle %pU format correctly
 2019-10-21 15:34 UTC  (6+ messages)

[PATCH v3 0/7] btrfs-progs: Support for BG_TREE feature
 2019-10-21 15:26 UTC  (2+ messages)

[PULL REQUEST] btrfs-progs: For next merge window
 2019-10-21 14:55 UTC  (4+ messages)

"BUG: kernel NULL pointer dereference," when unmounting filesystem hitted by enospc error
 2019-10-21 14:32 UTC  (3+ messages)

[PATCH 0/4] Small coding style cleanups
 2019-10-21 13:38 UTC  (9+ messages)
` [PATCH 1/4] btrfs: reduce indentation in lock_stripe_add

[PATCH -next] btrfs: Make init_tree_roots static
 2019-10-21 13:17 UTC  (3+ messages)

Lots of btrfs_dump_space_info in kernel log
 2019-10-21 13:07 UTC  (2+ messages)

[PATCH] btrfs-progs: small fixes/cleanup in Documentation
 2019-10-21 12:59 UTC  (5+ messages)
` [PATCH v2] "


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