linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-03 08:31:06 to 2020-07-09 05:32:42 UTC [more...]

remove dead bdi congestion leftovers
 2020-07-09  5:32 UTC  (3+ messages)

btrfs and system df
 2020-07-09  4:09 UTC  (2+ messages)

[PATCH v2] btrfs: speedup mount time with readahead chunk tree
 2020-07-09  2:38 UTC  (9+ messages)

[PATCH 0/6 v10] btrfs direct-io using iomap
 2020-07-09  2:25 UTC  (14+ messages)
` [PATCH 2/6] iomap: IOMAP_DIO_RWF_NO_STALE_PAGECACHE return if page invalidation fails
  ` always fall back to buffered I/O after invalidation failures, was: "

[PATCH v3 0/3] btrfs: qgroup: Fix the long existing regression of btrfs/153
 2020-07-08 23:21 UTC  (7+ messages)
` [PATCH v3 1/3] btrfs: qgroup: allow btrfs_qgroup_reserve_data() to revert the range it just set without releasing other existing ranges
` [PATCH v3 2/3] btrfs: qgroup: try to flush qgroup space when we get -EDQUOT
` [PATCH v3 3/3] btrfs: qgroup: remove the ASYNC_COMMIT mechanism in favor of qgroup reserve retry-after-EDQUOT

5.6 pretty massive unexplained btrfs corruption: parent transid verify failed + open_ctree failed
 2020-07-08 22:47 UTC  (9+ messages)

[PATCH 0/6 v11] btrfs direct-io using iomap
 2020-07-08 21:19 UTC  (7+ messages)
` [PATCH 1/6] iomap: Convert wait_for_completion to flags
` [PATCH 2/6] iomap: IOMAP_DIO_RWF_NO_STALE_PAGECACHE return if page invalidation fails
` [PATCH 3/6] btrfs: switch to iomap_dio_rw() for dio
` [PATCH 4/6] fs: remove dio_end_io()
` [PATCH 5/6] btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK
` [PATCH 6/6] btrfs: split btrfs_direct_IO to read and write part

bytenr mismatch - Can I fix this?
 2020-07-08 17:40 UTC 

first mount(s) after unclean shutdown always fail, second attempt
 2020-07-08 17:35 UTC  (2+ messages)

[PATCH v5] btrfs: pass checksum type via BTRFS_IOC_FS_INFO ioctl
 2020-07-08 16:28 UTC  (3+ messages)

[PATCH 1/2] btrfs: avoid possible signal interruption for btrfs_drop_snapshot() on relocation tree
 2020-07-08 14:13 UTC  (4+ messages)
` [PATCH 2/2] btrfs: relocation: review the call sites which can be interruped by signal

[PATCH 00/23][v3] Change data reservations to use the ticketing infra
 2020-07-08 14:00 UTC  (24+ messages)
` [PATCH 01/23] btrfs: change nr to u64 in btrfs_start_delalloc_roots
` [PATCH 02/23] btrfs: remove orig from shrink_delalloc
` [PATCH 03/23] btrfs: handle U64_MAX for shrink_delalloc
` [PATCH 04/23] btrfs: make shrink_delalloc take space_info as an arg
` [PATCH 05/23] btrfs: make ALLOC_CHUNK use the space info flags
` [PATCH 06/23] btrfs: call btrfs_try_granting_tickets when freeing reserved bytes
` [PATCH 07/23] btrfs: call btrfs_try_granting_tickets when unpinning anything
` [PATCH 08/23] btrfs: call btrfs_try_granting_tickets when reserving space
` [PATCH 09/23] btrfs: use the btrfs_space_info_free_bytes_may_use helper for delalloc
` [PATCH 10/23] btrfs: use btrfs_start_delalloc_roots in shrink_delalloc
` [PATCH 11/23] btrfs: check tickets after waiting on ordered extents
` [PATCH 12/23] btrfs: add flushing states for handling data reservations
` [PATCH 13/23] btrfs: add the data transaction commit logic into may_commit_transaction
` [PATCH 14/23] btrfs: add btrfs_reserve_data_bytes and use it
` [PATCH 15/23] btrfs: use ticketing for data space reservations
` [PATCH 16/23] btrfs: serialize data reservations if we are flushing
` [PATCH 17/23] btrfs: use the same helper for data and metadata reservations
` [PATCH 18/23] btrfs: drop the commit_cycles stuff for data reservations
` [PATCH 19/23] btrfs: don't force commit if we are data
` [PATCH 20/23] btrfs: run delayed iputs before committing the transaction for data
` [PATCH 21/23] btrfs: flush delayed refs when trying to reserve data space
` [PATCH 22/23] btrfs: do async reclaim for data reservations
` [PATCH 23/23] btrfs: add a comment explaining the data flush steps

[PATCH 00/23][v2] Change data reservations to use the ticketing infra
 2020-07-08 11:23 UTC  (25+ messages)
` [PATCH 01/23] btrfs: change nr to u64 in btrfs_start_delalloc_roots
` [PATCH 02/23] btrfs: remove orig from shrink_delalloc
` [PATCH 03/23] btrfs: handle U64_MAX for shrink_delalloc
` [PATCH 04/23] btrfs: make shrink_delalloc take space_info as an arg
` [PATCH 05/23] btrfs: make ALLOC_CHUNK use the space info flags
` [PATCH 06/23] btrfs: call btrfs_try_granting_tickets when freeing reserved bytes
` [PATCH 07/23] btrfs: call btrfs_try_granting_tickets when unpinning anything
` [PATCH 08/23] btrfs: call btrfs_try_granting_tickets when reserving space
` [PATCH 09/23] btrfs: use the btrfs_space_info_free_bytes_may_use helper for delalloc
` [PATCH 10/23] btrfs: use btrfs_start_delalloc_roots in shrink_delalloc
` [PATCH 11/23] btrfs: check tickets after waiting on ordered extents
` [PATCH 12/23] btrfs: add flushing states for handling data reservations
` [PATCH 13/23] btrfs: add the data transaction commit logic into may_commit_transaction
` [PATCH 14/23] btrfs: add btrfs_reserve_data_bytes and use it
` [PATCH 15/23] btrfs: use ticketing for data space reservations
` [PATCH 16/23] btrfs: serialize data reservations if we are flushing
` [PATCH 17/23] btrfs: use the same helper for data and metadata reservations
` [PATCH 18/23] btrfs: drop the commit_cycles stuff for data reservations
` [PATCH 19/23] btrfs: don't force commit if we are data
` [PATCH 20/23] btrfs: run delayed iputs before committing the transaction for data
` [PATCH 21/23] btrfs: flush delayed refs when trying to reserve data space
` [PATCH 22/23] btrfs: do async reclaim for data reservations
` [PATCH 23/23] btrfs: add a comment explaining the data flush steps

[PATCH 1/2] btrfs: avoid possible signal interruption for btrfs_drop_snapshot() on relocation tree
 2020-07-08  7:50 UTC 

BTRFS-errors on a 20TB filesystem
 2020-07-08  6:17 UTC  (9+ messages)

[GIT PULL] Btrfs fixes for 5.8-rc5
 2020-07-07 21:25 UTC  (2+ messages)

[PATCH] btrfs: start deprecation of mount option inode_cache
 2020-07-07 17:14 UTC  (2+ messages)

[PATCH][RFC] btrfs: introduce rescue=onlyfs
 2020-07-07 16:25 UTC  (12+ messages)

[PATCH RFC 0/2] btrfs: make ticket wait uninterruptible to address unexpected RO during balance
 2020-07-07 16:16 UTC  (12+ messages)
` [PATCH RFC 1/2] btrfs: relocation: Allow signal to cancel balance
` [PATCH RFC 2/2] btrfs: space-info: Don't allow signal to interrupt ticket waiting

[PATCH] btfrs: initialize return of btrfs_extent_same
 2020-07-07 15:47 UTC  (4+ messages)

[PATCH 00/23] Change data reservations to use the ticketing infra
 2020-07-07 15:28 UTC  (10+ messages)
` [PATCH 13/23] btrfs: add the data transaction commit logic into may_commit_transaction
` [PATCH 15/23] btrfs: use ticketing for data space reservations

[PATCH] btrfs: ctree: Add do {} while (0) in btrfs_{set|clear}_and_info
 2020-07-07 14:23 UTC  (5+ messages)

[PATCH] btrfs: discard: reduce the block group ref when grabbing from unused block group list
 2020-07-07 14:06 UTC  (6+ messages)

[PATCH] btrfs : fix memory leak in add_block_entry
 2020-07-07 13:29 UTC 

FIEMAP ioctl gets "wrong" address for the extent
 2020-07-07 11:38 UTC  (8+ messages)

Growing number of "invalid tree nritems" errors
 2020-07-06 22:44 UTC  (8+ messages)

[PATCH v2 0/3] btrfs: qgroup: Fix the long existing regression of btrfs/153
 2020-07-06 13:46 UTC  (8+ messages)
` [PATCH v2 1/3] btrfs: qgroup: Allow btrfs_qgroup_reserve_data() to revert EXTENT_QGROUP_RESERVED bits when it fails
` [PATCH v2 2/3] btrfs: qgroup: Try to flush qgroup space when we get -EDQUOT
` [PATCH v2 3/3] btrfs: qgroup: remove the ASYNC_COMMIT mechanism in favor of qgroup reserve retry-after-EDQUOT

[PATCH 1/2][v2] btrfs: convert block group refcount to refcount_t
 2020-07-06 13:14 UTC  (2+ messages)
` [PATCH 2/2] btrfs: fix block group UAF bug with nocow

btrfs-dedupe broken and unsupported but in official wiki
 2020-07-06 10:46 UTC  (10+ messages)

[PATCH] btrfs: speedup mount time with force readahead chunk tree
 2020-07-06 10:07 UTC  (7+ messages)

Balance + Ctrl-C = forced readonly
 2020-07-06  7:48 UTC  (5+ messages)

[PATCH 00/10] A bunch of misc cleanups
 2020-07-06  6:38 UTC  (9+ messages)
` [PATCH 01/10] btrfs: Always initialize btrfs_bio::tgtdev_map/raid_map pointers
` [PATCH 05/10] btrfs: raid56: Use in_range where applicable

[PATCH 8/8] btrfs: sysfs: Add bdi link to the fsid dir
 2020-07-05 11:39 UTC  (3+ messages)
` [PATCH v2] "

btrfs-progs reports nonsense scrub status
 2020-07-04 14:51 UTC  (17+ messages)

[PATCH 0/7] Corrupt counter improvement
 2020-07-03 15:32 UTC  (2+ messages)

[PATCH 1/4] btrfs: only commit the delayed inode when doing a full fsync
 2020-07-03 14:36 UTC  (3+ messages)

[PATCH 3/8] btrfs: Record btrfs_device directly btrfs_io_bio
 2020-07-03 13:06 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 1/2] btrfs: convert block group refcount to refcount_t
 2020-07-03 12:54 UTC  (2+ messages)

[PATCH 0/4] btrfs: workaround exhausted anonymous block device pool
 2020-07-03 12:39 UTC  (11+ messages)
` [PATCH 3/4] btrfs: preallocate anon_dev for subvolume and snapshot creation


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