linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-24 16:04:00 to 2020-07-01 23:45:14 UTC [more...]

first mount(s) after unclean shutdown always fail
 2020-07-01 23:45 UTC  (4+ messages)

"parent transid verify failed" and mount usebackuproot does not seem to work
 2020-07-01 21:36 UTC  (5+ messages)

[PATCH][RFC] btrfs: introduce rescue=onlyfs
 2020-07-01 21:17 UTC  (9+ messages)

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

[PATCH] btrfs: allow use of global block reserve for balance item deletion
 2020-07-01 19:33 UTC  (3+ messages)

remove dead bdi congestion leftovers
 2020-07-01 18:25 UTC  (10+ messages)
` [PATCH 1/4] drbd: remove a bogus bdi_rw_congested call
` [PATCH 2/4] writeback: remove {set,clear}_wb_congested
` [PATCH 3/4] writeback: remove struct bdi_writeback_congested
` [PATCH 4/4] writeback: remove bdi->congested_fn

[PATCH] btrfs: set tree_root->node = NULL on error
 2020-07-01 18:05 UTC  (3+ messages)

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

[PATCH] btrfs: speedup mount time with force readahead chunk tree
 2020-07-01 16:05 UTC  (3+ messages)

[PATCH 0/2] Removal of deprecated mount options
 2020-07-01 15:16 UTC  (3+ messages)
` [PATCH 1/2] btrfs: remove deprecated mount option alloc_start
` [PATCH 2/2] btrfs: remove deprecated mount option subvolrootid

[PATCH] btrfs: speedup mount time with force readahead chunk tree
 2020-07-01  9:29 UTC 

[PATCH 0/6 v10] btrfs direct-io using iomap
 2020-07-01  7:53 UTC  (12+ 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
  ` always fall back to buffered I/O after invalidation failures, was: "
` [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

[PATCH v2 0/2] btrfs: add sysfs interface for qgroup
 2020-07-01  0:06 UTC  (9+ messages)
` [PATCH v2 1/2] btrfs: use __u16 for the return value of btrfs_qgroup_level()
` [PATCH v2 2/2] btrfs: qgroup: add sysfs interface for debug

BUG at fs/btrfs/relocation.c:794!
 2020-06-30 22:10 UTC 

"parent transid verify failed" and mount usebackuproot does not seem to work
 2020-06-30 19:55 UTC  (2+ messages)

[PATCH 1/2] btrfs: kill update_block_group_flags
 2020-06-30 18:17 UTC  (2+ messages)
` [PATCH 2/2] btrfs: if we're restriping, use the target restripe profile

[PATCH] btrfs: fix reclaim_size counter leak after stealing from global reserve
 2020-06-30 16:54 UTC  (2+ messages)

[PATCH 0/8] Rearrange inode locking
 2020-06-30 14:36 UTC  (15+ messages)
` [PATCH 2/8] btrfs: Move FS error state bit early during write
` [PATCH 4/8] btrfs: Introduce btrfs_inode_lock()/unlock()
` [PATCH 6/8] btrfs: Use shared inode lock for direct writes within EOF

[PATCH v4] btrfs: pass checksum type via BTRFS_IOC_FS_INFO ioctl
 2020-06-30 14:08 UTC  (4+ messages)

[PATCH 00/23] Change data reservations to use the ticketing infra
 2020-06-30 13:59 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][RESEND] btrfs: kill update_block_group_flags
 2020-06-30 13:35 UTC  (5+ messages)

[PATCH v3] btrfs: pass checksum type via BTRFS_IOC_FS_INFO ioctl
 2020-06-30  8:50 UTC  (7+ messages)

[PATCH] btrfs: Always initialize btrfs_bio::tgtdev_map/raid_map pointers
 2020-06-30  8:03 UTC  (2+ messages)

"parent transid verify failed" and mount usebackuproot does not seem to work
 2020-06-30  4:24 UTC 

Buggy disk firmware (fsync/FUA) and power-loss btrfs survability
 2020-06-29 23:05 UTC  (4+ messages)

Btrfs progs pre-release 5.7-rc1
 2020-06-29 22:50 UTC 

[PATCH U-BOOT v3 00/30] PLEASE TEST fs: btrfs: Re-implement btrfs support using code from btrfs-progs
 2020-06-29 17:26 UTC  (12+ messages)
` [PATCH U-BOOT v3 03/30] fs: btrfs: Crossport btrfs_read_dev_super() "
` [PATCH U-BOOT v3 05/30] fs: btrfs: Crossport extent-cache.[ch] "
` [PATCH U-BOOT v3 06/30] fs: btrfs: Crossport extent-io.[ch] "
` [PATCH U-BOOT v3 08/30] fs: btrfs: Crossport volumes.[ch] "
` [PATCH U-BOOT v3 10/30] fs: btrfs: Rename struct btrfs_path to struct __btrfs_path
` [PATCH U-BOOT v3 11/30] fs: btrfs: Rename btrfs_root to __btrfs_root
` [PATCH U-BOOT v3 12/30] fs: btrfs: Crossport struct btrfs_root to ctree.h

[PATCH v7 0/3] btrfs: allow btrfs_truncate_block() to fallback to nocow for data space reservation
 2020-06-29 17:09 UTC  (6+ messages)
` [PATCH v7 1/3] "
` [PATCH v7 2/3] btrfs: add comments for btrfs_check_can_nocow() and can_nocow_extent()
` [PATCH v7 3/3] btrfs: refactor btrfs_check_can_nocow() into two variants

[PATCH v2 02/16] btrfs-progs: add global verbose and quiet options and helper functions
 2020-06-29 15:36 UTC  (3+ messages)
` [PATCH v3 "

[PATCH 0/6] Fix enum values print in tracepoints
 2020-06-29 20:52 UTC  (2+ messages)

[PATCH] btrfs-progs: doc: snapshot -r and -i can be used together
 2020-06-29 11:15 UTC 

[PATCH v6 0/3] btrfs: allow btrfs_truncate_block() to fallback to nocow for data space reservation
 2020-06-29 20:29 UTC  (8+ messages)
` [PATCH v6 1/3] "
` [PATCH v6 2/3] btrfs: add comments for btrfs_check_can_nocow() and can_nocow_extent()
` [PATCH v6 3/3] btrfs: refactor btrfs_check_can_nocow() into two variants

[PATCH btrfs-progs] btrfs-convert, ext2_copy_inodes: print inode number on error
 2020-06-28 16:55 UTC 

How to use btrfs raid5 successfully(ish)
 2020-06-28  0:06 UTC  (2+ messages)

weekly fstrim (still) necessary?
 2020-06-27 12:13 UTC  (19+ messages)
                ` Fwd: "

Current bugs with operational impact on btrfs raid5
 2020-06-27  3:06 UTC 

Lockdep splat on 5.4.43 with mmap file writers
 2020-06-27  2:45 UTC 

BUG_ON in btrfs_check_repairable during btrfs raid5 replace
 2020-06-27  2:44 UTC 

btrfs raid5 hangs at the end of 'btrfs replace'
 2020-06-27  2:42 UTC 

Spurious read errors in btrfs raid5 degraded mode
 2020-06-27  2:42 UTC 

RAID5 scrub 1 or 2 disks at a time instead to speed up
 2020-06-27  2:21 UTC  (3+ messages)

Is this btrfs scrub script still viable?
 2020-06-26 17:20 UTC 

[PATCH v5 0/3] btrfs: allow btrfs_truncate_block() to fallback to nocow for data space reservation
 2020-06-26 15:37 UTC  (3+ messages)
` [PATCH v5 3/3] btrfs: refactor btrfs_check_can_nocow() into two variants

[PATCH v2] btrfs: pass checksum type via BTRFS_IOC_FS_INFO ioctl
 2020-06-26 14:28 UTC  (7+ messages)

[PATCH] btrfs: qgroup: add sysfs interface for debug
 2020-06-26 11:43 UTC  (9+ messages)

[PATCH 0/6 v9] btrfs direct-io using iomap
 2020-06-25 17:42 UTC  (4+ messages)
` [PATCH 1/6] iomap: Convert wait_for_completion to flags

[PATCH] btrfs: pass checksum type via BTRFS_IOC_FS_INFO ioctl
 2020-06-25  7:48 UTC  (6+ messages)

[PATCH] btrfs: tests: remove if duplicate in __check_free_space_extents()
 2020-06-24 16:16 UTC  (2+ 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).