Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2020-11-18 23:38:36 to 2020-11-30 14:28:43 UTC [more...]

[PATCH] btrfs: do not allow -o compress-force to override per-inode settings
 2020-11-30 14:27 UTC  (3+ messages)

[PATCH v10 00/41] btrfs: zoned block device support
 2020-11-30 13:15 UTC  (50+ messages)
` [PATCH v10 02/41] iomap: support REQ_OP_ZONE_APPEND
` [PATCH v10 03/41] btrfs: introduce ZONED feature flag
` [PATCH v10 04/41] btrfs: get zone information of zoned block devices
` [PATCH v10 05/41] btrfs: check and enable ZONED mode
` [PATCH v10 06/41] btrfs: introduce max_zone_append_size
` [PATCH v10 07/41] btrfs: disallow space_cache in ZONED mode
` [PATCH v10 08/41] btrfs: disallow NODATACOW "
` [PATCH v10 09/41] btrfs: disable fallocate "
` [PATCH v10 10/41] btrfs: disallow mixed-bg "
` [PATCH v10 11/41] btrfs: implement log-structured superblock for "
` [PATCH v10 12/41] btrfs: implement zoned chunk allocator
` [PATCH v10 13/41] btrfs: verify device extent is aligned to zone

corrupted root, doesnt check, repair or mount
 2020-11-30 13:15 UTC  (4+ messages)

WARNING in close_fs_devices (3)
 2020-11-29 16:52 UTC  (3+ messages)

[btrfs] 5dd570e069: xfstests.btrfs.220.fail
 2020-11-29 14:41 UTC 

[PATCH] btrfs: disk-io: output error message for tree block bytenr mismatch case
 2020-11-29 10:16 UTC 

[PATCH] btrfs: test if rename handles dir item collision correctly
 2020-11-29  7:19 UTC  (3+ messages)

[PATCH][next] btrfs: fix spelling mistake "inititialize" -> "initialize"
 2020-11-27 19:44 UTC  (2+ messages)

[PATCH -next] btrfs: remove unused variable
 2020-11-27 19:49 UTC  (2+ messages)

[PATCH v4 0/3] btrfs-progs: Fix logical-resolve
 2020-11-27 19:30 UTC  (4+ messages)
` [PATCH v4 1/3] btrfs-progs: Adapt find_mount_root to verify other fields of mntent struct
` [PATCH v4 2/3] btrfs-progs: inspect: Fix logical-resolve file path lookup
` [PATCH v4 3/3] btrfs-progs: tests: Add new logical-resolve test

btrfs crash on armv7
 2020-11-28  0:45 UTC  (7+ messages)

[GIT PULL] Btrfs fixes for 5.10-rc6
 2020-11-27 21:21 UTC  (2+ messages)

Change Btrfs defaults on LUKS container on SSDs to dup metadata profile
 2020-11-27 20:21 UTC 

[PATCH 0/3] Remove deprecated inode cache feature
 2020-11-27 16:30 UTC  (8+ messages)
` [PATCH 1/3] btrfs: Move btrfs_find_highest_objectid/btrfs_find_free_objectid to disk-io.c
` [PATCH 2/3] btrfs: Replace calls to btrfs_find_free_ino with btrfs_find_free_objectid
` [PATCH 3/3] btrfs: Remove inode cache feature

btrfs metadata mirroring
 2020-11-27 16:09 UTC  (2+ messages)

Many "incorrect global backref count" – repair advisable?
 2020-11-27  5:07 UTC 

Safe unmounting of external btrfs disk
 2020-11-27  2:17 UTC  (3+ messages)

State of BTRFS
 2020-11-26 18:18 UTC  (3+ messages)

Snapshots, Dirty Data, and Power Failure
 2020-11-26 15:10 UTC  (5+ messages)

[PATCH] btrfs: drop casts of bio bi_sector
 2020-11-26 15:10 UTC  (2+ messages)

[btrfs] ccb0edc68b: xfstests.btrfs.179.fail
 2020-11-26 11:09 UTC  (2+ messages)

[PATCH 0/3] fstests: Fix tests which checks for swapfile support
 2020-11-26  3:51 UTC  (3+ messages)

Requesting help recovering broken Btrfs file system
 2020-11-25 18:28 UTC  (2+ messages)

[PATCH 0/6] btrfs: some performance improvements for dbench alike workloads
 2020-11-25 12:19 UTC  (7+ messages)
` [PATCH 1/6] btrfs: fix race causing unnecessary inode logging during link and rename
` [PATCH 2/6] btrfs: fix race that results in logging old extents during a fast fsync
` [PATCH 3/6] btrfs: fix race that causes unnecessary logging of ancestor inodes
` [PATCH 4/6] btrfs: fix race that makes inode logging fallback to transaction commit
` [PATCH 5/6] btrfs: fix race leading to unnecessary transaction commit when logging inode
` [PATCH 6/6] btrfs: do not block inode logging for so long during transaction commit

[PATCH 4/4] btrfs: Return bool from btrfs_should_end_transaction
 2020-11-25 11:54 UTC  (2+ messages)

[PATCH] btrfs: Return bool from should_end_transaction
 2020-11-25 11:53 UTC  (2+ messages)

[PATCH] btrfs: Remove noinline attribute from wait_for_commit
 2020-11-25 11:51 UTC  (5+ messages)

[PATCH 1/1] Btrfs: correctly calculate item size used when item key collision happends
 2020-11-25 11:48 UTC  (4+ messages)

[PATCH v2 00/42] Cleanup error handling in relocation
 2020-11-24 18:44 UTC  (18+ messages)
` [PATCH v2 02/42] btrfs: fix lockdep splat in btrfs_recover_relocation
` [PATCH v2 05/42] btrfs: return an error from btrfs_record_root_in_trans
` [PATCH v2 13/42] btrfs: handle btrfs_record_root_in_trans failure in btrfs_recover_log_trees
` [PATCH v2 14/42] btrfs: handle btrfs_record_root_in_trans failure in create_subvol
` [PATCH v2 20/42] btrfs: do not panic in __add_reloc_root
` [PATCH v2 33/42] btrfs: handle extent reference errors in do_relocation
` [PATCH v2 37/42] btrfs: handle __add_reloc_root failure in btrfs_recover_relocation

[PATCH 0/3] Simplify error handling in 3 functions
 2020-11-24 16:12 UTC  (5+ messages)
` [PATCH 1/3] btrfs: Remove err variable from btrfs_delete_subvolume
` [PATCH 2/3] btrfs: Eliminate err variable from merge_reloc_root
` [PATCH 3/3] btrfs: Remove err variable from do_relocation

[PATCH] btrfs: Annotate unlocked accesses to transaction state
 2020-11-24 14:44 UTC 

[PATCH v2 00/24] btrfs: preparation patches for subpage support
 2020-11-24  6:20 UTC  (35+ messages)
` [PATCH v2 02/24] btrfs: extent-io-tests: remove invalid tests
` [PATCH v2 03/24] btrfs: extent_io: replace extent_start/extent_len with better structure for end_bio_extent_readpage()
` [PATCH v2 04/24] btrfs: extent_io: introduce helper to handle page status update in end_bio_extent_readpage()
` [PATCH v2 06/24] btrfs: remove the phy_offset parameter for btrfs_validate_metadata_buffer()
` [PATCH v2 13/24] btrfs: handle sectorsize < PAGE_SIZE case for extent buffer accessors
` [PATCH v2 14/24] btrfs: disk-io: only clear EXTENT_LOCK bit for extent_invalidatepage()
` [PATCH v2 15/24] btrfs: extent-io: make type of extent_state::state to be at least 32 bits
` [PATCH v2 16/24] btrfs: file-item: use nodesize to determine whether we need readahead for btrfs_lookup_bio_sums()
` [PATCH v2 18/24] btrfs: file-item: refactor btrfs_lookup_bio_sums() to handle out-of-order bvecs
` [PATCH v2 19/24] btrfs: scrub: remove the anonymous structure from scrub_page
` [PATCH v2 22/24] btrfs: scrub: support subpage data scrub

[PATCH] fs/btrfs: remove parent_level in btrfs_sb_log_location_bdev
 2020-11-24  5:03 UTC 

[PATCH] btrfs: fix lockdep splat when reading qgroup config on mount
 2020-11-24  2:42 UTC  (3+ messages)

[PATCH] btrfs: fix lockdep splat when enabling and disabling qgroups
 2020-11-23 19:50 UTC  (2+ messages)

[PATCH] btrfs: do nofs allocations when adding and removing qgroup relations
 2020-11-23 19:43 UTC  (2+ messages)

[PATCH v2] btrfs: return EAGAIN when receiving a pending signal in the defrag loops
 2020-11-23 19:17 UTC  (2+ messages)

[PATCH] btrfs: remove the useless value assignment in block_rsv_release_bytes
 2020-11-23 17:58 UTC  (4+ messages)

[PATCH v6 00/11] fs: interface for directly reading/writing compressed data
 2020-11-23 17:09 UTC  (14+ messages)
` [PATCH man-pages v6] Document encoded I/O
` [PATCH v6 02/11] fs: add O_ALLOW_ENCODED open flag
` [PATCH v6 03/11] fs: add RWF_ENCODED for reading/writing compressed data
` [PATCH v6 04/11] btrfs: fix btrfs_write_check()
` [PATCH v6 05/11] btrfs: fix check_data_csum() error message for direct I/O

[PATCH v7 00/10] btrfs: free space tree mounting fixes
 2020-11-23 16:57 UTC  (5+ messages)
` [PATCH v7 01/12] btrfs: lift rw mount setup from mount and remount

[PATCH] btrfs: unlock path before checking if extent is shared during nocow writeback
 2020-11-23 16:13 UTC  (2+ messages)

[PATCH] btrfs: tree-checker: annotate all error branches as unlikely
 2020-11-23 15:39 UTC  (3+ messages)

[PATCH] Btrfs: correctly caculate item size used when item key collision happends
 2020-11-23 10:58 UTC  (4+ messages)
` [PATCH v2] Btrfs: correctly calculate "

[btrfs] 19cfa79c62: fio.write_iops 17.8% improvement
 2020-11-23  6:51 UTC 

[PATCH v3 0/3] btrfs-progs: Fix logical-resolve
 2020-11-23  3:50 UTC  (4+ messages)
` [PATCH v3 1/3] btrfs-progs: Adapt find_mount_root to verify other fields of mntent struct
` [PATCH v3 2/3] btrfs-progs: inspect: Fix logical-resolve file path lookup
` [PATCH v3 3/3] btrfs-progs: tests: Add new logical-resolve test

[PATCH v2 0/3] btrfs-progs: Fix logical-resolve
 2020-11-21 12:48 UTC  (9+ messages)
` [PATCH v2 1/3] btrfs-progs: Adapt find_mount_root to verify other fields of mntent struct
` [PATCH v2 2/3] btrfs-progs: inspect: Fix logical-resolve file path lookup

[PATCH] btrfs: remove stub device info from messages when we have no fs_info
 2020-11-21  8:35 UTC  (2+ messages)

Not enough space during conversion to raid5, filesystem fails to mount as RW
 2020-11-21  6:02 UTC  (2+ messages)

[PATCH] btrfs: tree-checker: add missing returns after data_ref alignment checks
 2020-11-20 22:51 UTC  (2+ messages)

[PATCH v3] btrfs: don't access possibly stale fs_info data for printing duplicate device
 2020-11-20 16:36 UTC  (4+ messages)

Need Help with crashed Btrfs filesystem
 2020-11-20 14:57 UTC  (2+ messages)

corrupt leaf; invalid root item size
 2020-11-20 13:47 UTC  (14+ messages)

[PATCH 5/5] btrfs: restart snapshot delete if we have to end the transaction
 2020-11-20  8:48 UTC  (2+ messages)

[PATCH] btrfs: free-space-cache: Fix error return code in __load_free_space_cache
 2020-11-20  1:08 UTC 

[PATCH] btrfs-progs: fix invalid size check for extent items
 2020-11-19 21:14 UTC 

[PATCH] btrfs-progs: print the eb flags for nodes as well
 2020-11-19 16:17 UTC 

[PATCH] btrfs-progs: only spit out the parent or ref root for ref mismatches
 2020-11-19 15:42 UTC 

[PATCH RFC] btrfs: introduce qgroup dirty extents threshold mechanism for snapshot drop and inode truncation
 2020-11-19  7:28 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox