messages from 2020-01-30 12:59:51 to 2020-02-03 18:08:45 UTC [more...]
5.4.6+ kernel BUG at fs/btrfs/ctree.c:1245
2020-02-03 18:08 UTC (3+ messages)
[PATCH 0/6][v3] btrfs: fix hole corruption issue with !NO_HOLES
2020-02-03 17:59 UTC (2+ messages)
[GIT PULL] Btrfs updates for 5.6, part 2
2020-02-03 17:20 UTC (2+ messages)
[PATCH 00/23][v2] Convert data reservations to the ticketing infrastructure
2020-02-03 17:19 UTC (49+ 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 the data transaction commit logic into may_commit_transaction
` [PATCH 13/23] btrfs: add flushing states for handling data reservations
` [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 pass bytes_needed to may_commit_transaction
` [PATCH 20/23] btrfs: don't force commit if we are data
` [PATCH 21/23] btrfs: run delayed iputs before committing the transaction for data
` [PATCH 22/23] btrfs: flush delayed refs when trying to reserve data space
` [PATCH 23/23] btrfs: do async reclaim for data reservations
[PATCH 0/4 RESEND 1-3/4 v5 4/4] btrfs, sysfs cleanup and add dev_state
2020-02-03 17:16 UTC (6+ messages)
` [PATCH resend 1/4] btrfs: sysfs, use btrfs_sysfs_remove_fsid in fail return in add_fsid
` [PATCH resend 2/4] btrfs: sysfs, add UUID/devinfo kobject
` [PATCH resend v2 3/4] btrfs: sysfs, rename device_link add,remove functions
` [PATCH v5 4/4] btrfs: sysfs, add devid/dev_state kobject and device attribute
[PATCH] btrfs: qgroup: Automatically remove qgroup item when dropping a subvolume
2020-02-03 16:36 UTC (3+ messages)
[PATCH] btrfs: Don't submit any btree write bio after transaction is aborted
2020-02-03 16:38 UTC (2+ messages)
[PATCH resend] generic/527: add additional test including a file with a hardlink
2020-02-03 16:19 UTC
[PATCH resend] btrfs: add test for incremental send for file with shared extents
2020-02-03 16:19 UTC
My first attempt to use btrfs failed miserably
2020-02-03 16:17 UTC (22+ messages)
Root FS damaged
2020-02-03 14:20 UTC (6+ messages)
[PATCH 0/4] btrfs, sysfs cleanup and add dev_state
2020-02-03 10:40 UTC (4+ messages)
` [PATCH 2/4] btrfs: sysfs, add UUID/devinfo kobject
[PATCH v3 0/5] btrfs: remove buffer heads form superblock handling
2020-02-03 8:29 UTC (12+ messages)
[PATCH 1/4] btrfs: add NO_FS_INFO to btrfs_printk
2020-02-03 4:06 UTC (6+ messages)
[PATCH] btrfs: do not zero f_bavail if we have available space
2020-02-02 17:52 UTC (4+ messages)
[PATCH] btrfs-progs: qgroup: allow passing options to qgroup remove
2020-02-02 14:45 UTC
support for RAID10 installation
2020-02-02 2:19 UTC (3+ messages)
btrfs wrongly reports 0 space available in 5.4.15
2020-02-02 0:00 UTC (2+ messages)
[PATCH] btrfs: ref-verify: fix memory leaks
2020-02-01 20:38 UTC
[PATCH v4 00/12] Change readahead API
2020-02-01 15:12 UTC (4+ messages)
` [PATCH v4 03/12] readahead: Put pages in cache earlier
` [PATCH v4 04/12] mm: Add readahead address space operation
` [PATCH v4 06/12] btrfs: Convert from readpages to readahead
[PATCH] fstests: btrfs/153: Remove it from auto group
2020-02-01 13:07 UTC (5+ messages)
[PATCH 0/3] Some fsx improvements
2020-02-01 8:06 UTC (5+ messages)
` [PATCH 1/3] ltp/fsx: do size check after closeopen operation
` [PATCH 3/3] generic/521: add close+open operations to the fsx run
[PATCH] btrfs: remove trivial nowait check
2020-02-01 3:51 UTC
[PATCH 00/12] Change readahead API
2020-02-01 0:25 UTC (8+ messages)
` [PATCH 04/12] mm: Add readahead address space operation
` [PATCH 06/12] btrfs: Convert from readpages to readahead
[PATCH] btrfs-progs: Skip device tree when we failed to read it
2020-01-31 16:35 UTC (21+ messages)
` 12 TB btrfs file system on virtual machine broke again
` 12 TB btrfs file system on virtual machine broke again (third time)
` 12 TB btrfs file system on virtual machine broke again (fourth time)
` btrfs not booting any more
[PATCH 00/20][RFC] Convert data reservations to the ticketing infrastructure
2020-01-31 15:13 UTC (15+ messages)
` [PATCH 01/20] btrfs: change nr to u64 in btrfs_start_delalloc_roots
` [PATCH 05/20] btrfs: make ALLOC_CHUNK use the space info flags
` [PATCH 06/20] btrfs: call btrfs_try_granting_tickets when freeing reserved bytes
` [PATCH 07/20] btrfs: call btrfs_try_granting_tickets when unpinning anything
` [PATCH 08/20] btrfs: call btrfs_try_granting_tickets when reserving space
` [PATCH 09/20] btrfs: use the btrfs_space_info_free_bytes_may_use helper for delalloc
[PATCH] Btrfs: fix race between using extent maps and merging them
2020-01-31 14:46 UTC (2+ messages)
[PATCH 00/11] btrfs-progs: metadata_uuid feature fixes and portation
2020-01-31 12:47 UTC (11+ messages)
` [PATCH 01/11] btrfs-progs: misc-tests/034: reload btrfs module before running failure_recovery
` [PATCH 02/11] btrfs-progs: misc-tests/034: mount the second device if first device mount failed
` [PATCH 11/11] btrfs-progs: misc-tests/034: add new test images and modify the script
[PATCH] btrfs: statfs: Don't reset f_bavail if we're over committing metadata space
2020-01-31 12:34 UTC (12+ messages)
AW: Domain systemsmanagement.de
2020-01-31 10:23 UTC
[PATCH] xfstest: add a test for the btrfs file extent gap issue
2020-01-31 9:33 UTC (2+ messages)
[PATCH] fstests: generic: Introduce new test case to verify the NOCOW unaligned hole punch behavior
2020-01-31 9:26 UTC (3+ messages)
[PATCH] btrfs: test unaligned punch hole at ENOSPC
2020-01-31 5:09 UTC (3+ messages)
` [PATCH v2] "
[PATCH] btrfs: Allow btrfs_truncate_block() to fallback to nocow for data space reservation
2020-01-31 4:42 UTC (6+ messages)
With Linux 5.5: Filesystem full while still 90 GiB free
2020-01-31 4:12 UTC (23+ messages)
[PATCH] inspect: make sure LOGICAL_INO_V2 args are zero-initialized
2020-01-31 2:15 UTC (2+ messages)
[PATCH 0/2] Fix btrfs check handling of missing file extents
2020-01-30 20:47 UTC (3+ messages)
` [PATCH 1/2] btrfs-progs: fix check to catch gaps at the start of the file
` [PATCH 2/2] btrfs-progs: fix lowmem check's handling of holes
FIDEDUPERANGE woes
2020-01-30 16:59 UTC (2+ messages)
[PATCH v2] btrfs: relocation: Add an introduction for how relocation works
2020-01-30 16:54 UTC (2+ messages)
[PATCH] Btrfs: send, fix emission of invalid clone operations within the same file
2020-01-30 16:31 UTC (3+ messages)
` [PATCH v2] "
[PATCH 0/2] Refactor snapshot vs nocow writers locking
2020-01-30 14:21 UTC (12+ messages)
` [PATCH 1/2] btrfs: Implement DRW lock
` [RESEND PATCH v2 0/2] Refactor snapshot vs nocow writers locking
` [PATCH v2 1/2] btrfs: Implement DRW lock
` [PATCH v2 2/2] btrfs: convert snapshot/nocow exlcusion to drw lock
[PATCH 00/11] Make pinned extents tracking per-transaction
2020-01-30 14:03 UTC (6+ messages)
` [PATCH 01/11] btrfs: Perform pinned cleanup directly in btrfs_destroy_delayed_refs
` [PATCH 09/11] btrfs: Mark pinned log extents as excluded
[PATCH v2] btrfs: Use btrfs_transaction::pinned_extents
2020-01-30 14:02 UTC (3+ messages)
` [PATCH v3] "
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