messages from 2020-07-02 13:02:34 to 2020-07-07 15:43:34 UTC [more...]
[PATCH 00/23][v2] Change data reservations to use the ticketing infra
2020-07-07 15:42 UTC (23+ 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 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][RFC] btrfs: introduce rescue=onlyfs
2020-07-07 15:16 UTC (17+ messages)
5.6 pretty massive unexplained btrfs corruption: parent transid verify failed + open_ctree failed
2020-07-07 14:31 UTC (2+ messages)
[PATCH 0/6 v10] btrfs direct-io using iomap
2020-07-07 14:30 UTC (9+ 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] 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
[GIT PULL] Btrfs fixes for 5.8-rc5
2020-07-07 13:27 UTC
FIEMAP ioctl gets "wrong" address for the extent
2020-07-07 11:38 UTC (9+ messages)
[PATCH v5] btrfs: pass checksum type via BTRFS_IOC_FS_INFO ioctl
2020-07-07 7:20 UTC (2+ messages)
[PATCH v2] btrfs: speedup mount time with readahead chunk tree
2020-07-07 3:59 UTC
BTRFS-errors on a 20TB filesystem
2020-07-06 22:58 UTC (6+ messages)
Growing number of "invalid tree nritems" errors
2020-07-06 22:44 UTC (8+ messages)
[PATCH RFC 0/2] btrfs: make ticket wait uninterruptible to address unexpected RO during balance
2020-07-06 22:43 UTC (11+ 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 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 (27+ messages)
` [PATCH 01/10] btrfs: Always initialize btrfs_bio::tgtdev_map/raid_map pointers
` [PATCH 02/10] btrfs: raid56: Remove redundant check in rbio_add_io_page
` [PATCH 03/10] btrfs: raid56: Assign bio in while()
` [PATCH 04/10] btrfs: raid56: Remove out label in __raid56_parity_recover
` [PATCH 05/10] btrfs: raid56: Use in_range where applicable
` [PATCH 06/10] btrfs: raid56: Don't opencode swap()
` [PATCH 07/10] btrfs: Remove fail label in check_compressed_csum
` [PATCH 08/10] btrfs: Remove fail1 label in btrfs_submit_compressed_read
` [PATCH 09/10] btrfs: Remove fail2 label from btrfs_submit_compressed_read
` [PATCH 10/10] btrfs: Remove out label in btrfs_submit_compressed_read
[PATCH] btfrs: initialize return of btrfs_extent_same
2020-07-05 14:48 UTC (3+ messages)
[PATCH 0/7] Corrupt counter improvement
2020-07-05 11:39 UTC (30+ messages)
` [PATCH 1/8] btrfs: Make get_state_failrec return failrec directly
` [PATCH 2/8] btrfs: Streamline btrfs_get_io_failure_record logic
` [PATCH 3/8] btrfs: Record btrfs_device directly btrfs_io_bio
` [PATCH v2] "
` [PATCH 4/8] btrfs: Don't check for btrfs_device::bdev in btrfs_end_bio
` [PATCH 5/8] btrfs: Increment device corruption error in case of checksum error
` [PATCH 6/8] btrfs: Remove needless ASSERT
` [PATCH 7/8] btrfs: Increment corrupt device counter during compressed read
` [PATCH 8/8] btrfs: sysfs: Add bdi link to the fsid dir
` [PATCH v2] "
btrfs-progs reports nonsense scrub status
2020-07-04 14:51 UTC (17+ messages)
[PATCH 1/4] btrfs: only commit the delayed inode when doing a full fsync
2020-07-03 14:36 UTC (3+ messages)
[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
first mount(s) after unclean shutdown always fail
2020-07-03 8:04 UTC (3+ messages)
[PATCH 0/3] btrfs: qgroup: Fix the long existing regression of btrfs/153
2020-07-02 23:36 UTC (19+ messages)
` [PATCH 1/3] btrfs: Introduce extent_changeset_revert() for qgroup
` [PATCH 2/3] btrfs: qgroup: Try to flush qgroup space when we get -EDQUOT
` [PATCH 3/3] Revert "btrfs: qgroup: Commit transaction in advance to reduce early EDQUOT"
Btrfs progs release 5.7
2020-07-02 21:09 UTC
[PATCH] btrfs: test that corruption counter is incremented correctly
2020-07-02 15:06 UTC (2+ messages)
[PATCH 4/4] btrfs: remove no longer needed use of log_writers for the log root tree
2020-07-02 13:07 UTC (3+ messages)
[PATCH 3/4] btrfs: stop incremening log_batch for the log root tree when syncing log
2020-07-02 13:02 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox