Linux-BTRFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-12 20:27:10 to 2021-03-19 01:54:32 UTC [more...]

[PATCH v3 00/10] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-03-19  1:52 UTC  (9+ messages)
` [PATCH v3 01/10] fsdax: Factor helpers to simplify dax fault code
` [PATCH v3 02/10] fsdax: Factor helper: dax_fault_actor()
` [PATCH v3 03/10] fsdax: Output address in dax_iomap_pfn() and rename it
` [PATCH v3 04/10] fsdax: Introduce dax_iomap_cow_copy()
` [PATCH v3 05/10] fsdax: Replace mmap entry in case of CoW
` [PATCH v3 06/10] fsdax: Add dax_iomap_cow_copy() for dax_iomap_zero
` [PATCH v3 07/10] iomap: Introduce iomap_apply2() for operations on two files
` [PATCH v3 08/10] fsdax: Dedup file range to use a compare function

[GIT PULL] Btrfs fixes for 5.12-rc4
 2021-03-18 21:01 UTC  (2+ messages)

[PATCH 0/3] Handle bad dev_root properly with rescue=all
 2021-03-18 20:45 UTC  (9+ messages)
` [PATCH 1/3] btrfs: init devices always

[PATCH v2] btrfs-progs: common: make sure that qgroup id is in range
 2021-03-18 20:34 UTC  (6+ messages)

[PATCH v8 00/10] fs: interface for directly reading/writing compressed data
 2021-03-18 20:25 UTC  (18+ messages)
` [PATCH man-pages v8] Document encoded I/O
` [PATCH v8 01/10] iov_iter: add copy_struct_from_iter()
` [PATCH v8 02/10] fs: add O_ALLOW_ENCODED open flag
` [PATCH v8 03/10] fs: add RWF_ENCODED for reading/writing compressed data
` [PATCH v8 04/10] btrfs: fix check_data_csum() error message for direct I/O
` [PATCH v8 05/10] btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()
` [PATCH v8 06/10] btrfs: add ram_bytes and offset to btrfs_ordered_extent
` [PATCH v8 07/10] btrfs: support different disk extent size for delalloc
` [PATCH v8 08/10] btrfs: optionally extend i_size in cow_file_range_inline()
` [PATCH v8 09/10] btrfs: implement RWF_ENCODED reads
` [PATCH v8 10/10] btrfs: implement RWF_ENCODED writes

[GIT PULL] iomap: fixes for 5.12-rc4
 2021-03-18 18:24 UTC  (2+ messages)

[PATCH] btrfs: fix sleep while in non-sleep context during qgroup removal
 2021-03-18 15:52 UTC  (4+ messages)

[PATCH 0/1] btrfs-progs: libbtrfsutil: Relicense to LGPLv2.1+
 2021-03-18 15:47 UTC  (8+ messages)
` [PATCH 1/1] "

[PATCH] btrfs/232: fix umount failure due to fsstress still running
 2021-03-18 11:48 UTC 

kernel 5.11.x: BUG: sleeping function called from invalid context at kernel/locking/mutex.c:281
 2021-03-18 11:24 UTC  (2+ messages)

[PATCH v2] vfs: fix fsconfig(2) LSM mount option handling for btrfs
 2021-03-18  9:42 UTC  (4+ messages)

[btrfs] 5297199a8b: xfstests.btrfs.220.fail
 2021-03-18  2:37 UTC  (3+ messages)

[RFC] btrfs: Allow read-only mount with corrupted extent tree
 2021-03-17 23:49 UTC  (5+ messages)

Fwd: btrfs-progs: libbtrfsutil is under LGPL-3.0 and statically liked into btrfs
 2021-03-17 20:06 UTC  (3+ messages)

[PATCH] btrfs: fix subvolume/snapshot deletion not triggered on mount
 2021-03-17 17:57 UTC  (2+ messages)

[PATCH v2] btrfs: Use immediate assignment when referencing cc-option
 2021-03-17 17:05 UTC  (2+ messages)

[PATCH] btrfs: zoned: automatically reclaim zones
 2021-03-17 15:40 UTC  (7+ messages)

Linux RAID with btrfs stuck and consume 100 % CPU
 2021-03-17 15:55 UTC  (11+ messages)

[PATCH] btrfs: zoned: remove outdated WARN_ON in direct IO
 2021-03-17 14:30 UTC  (6+ messages)

All files are damaged after btrfs restore
 2021-03-17 10:50 UTC  (18+ messages)

[PATCH] btrfs: fix build when using M=fs/btrfs
 2021-03-17 10:43 UTC 

[PATCH 5.4] btrfs: scrub: Don't check free space before marking a block group RO
 2021-03-17  9:51 UTC 

[PATCH] btrfs: Use immediate assignment when referencing cc-option
 2021-03-17  8:39 UTC  (4+ messages)

bcachefs snapshots design doc - RFC
 2021-03-17  7:29 UTC 

[PATCH v4 0/5] btrfs: implement send/receive of compressed extents without decompressing
 2021-03-16 19:44 UTC  (17+ messages)
` [PATCH v4 1/5] btrfs: add send stream v2 definitions
` [PATCH v4 01/11] btrfs-progs: receive: support v2 send stream larger tlv_len
` [PATCH v4 02/11] btrfs-progs: receive: dynamically allocate sctx->read_buf
` [PATCH v4 2/5] btrfs: send: write larger chunks when using stream v2
` [PATCH v4 03/11] btrfs-progs: receive: support v2 send stream DATA tlv format
` [PATCH v4 3/5] btrfs: send: allocate send buffer with alloc_page() and vmap() for v2
` [PATCH v4 04/11] btrfs-progs: receive: add send stream v2 cmds and attrs to send.h
` [PATCH v4 4/5] btrfs: send: send compressed extents with encoded writes
` [PATCH v4 05/11] btrfs-progs: receive: add stub implementation for pwritev2
` [PATCH v4 5/5] btrfs: send: enable support for stream v2 and compressed writes
` [PATCH v4 06/11] btrfs-progs: receive: process encoded_write commands
` [PATCH v4 07/11] btrfs-progs: receive: encoded_write fallback to explicit decode and write
` [PATCH v4 08/11] btrfs-progs: receive: process fallocate commands
` [PATCH v4 09/11] btrfs-progs: receive: process setflags ioctl commands
` [PATCH v4 10/11] btrfs-progs: send: stream v2 ioctl flags
` [PATCH v4 11/11] btrfs-progs: receive: add tests for basic encoded_write send/receive

[PATCH] btrfs: update outdated comment at btrfs_orphan_cleanup()
 2021-03-16 19:41 UTC  (2+ messages)

[PATCH v2 0/5] btrfs: support fsverity
 2021-03-16 18:44 UTC  (11+ messages)
` [PATCH v2 1/5] btrfs: add compat_flags to btrfs_inode_item
` [PATCH v2 2/5] btrfs: initial fsverity support

[PATCH 0/9] btrfs: bug fixes for the tree mod log and small refactorings
 2021-03-16 16:58 UTC  (9+ messages)
` [PATCH 2/9] btrfs: always pin deleted leaves when there are active tree mod log users
` [PATCH 5/9] btrfs: use a bit to track the existence of "

[PATCH 0/5] btrfs: fix transaction leaks and crashes during unmount
 2021-03-16 16:56 UTC  (5+ messages)
` [PATCH 2/5] btrfs: fix transaction leak and crash after cleaning up orphans on RO mount

[PATCH] btrfs: test delayed subvolume deletion on mount and remount
 2021-03-16 16:54 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] btrfs-progs: common: make sure that qgroup id is in range
 2021-03-16 13:03 UTC  (5+ messages)

[PATCH v2] btrfs: add test for cases when a dio write has to fallback to a buffered write
 2021-03-16 12:22 UTC 

[PATCH v2 00/15] btrfs: support read-write for subpage metadata
 2021-03-16 10:27 UTC  (13+ messages)
` [PATCH v2 01/15] btrfs: add sysfs interface for supported sectorsize
` [PATCH v2 02/15] btrfs: use min() to replace open-code in btrfs_invalidatepage()
` [PATCH v2 03/15] btrfs: remove unnecessary variable shadowing "

[PATCH 0/2] btrfs: fixes for subpage which also affect read-only mount
 2021-03-16 10:15 UTC  (12+ messages)
` [PATCH 1/2] btrfs: fix wild pointer access during metadata read failure for subpage
` [PATCH 2/2] btrfs: make reada to be subpage compatible

[PATCH] btrfs: remove duplicated in_range() macro
 2021-03-16 10:04 UTC 

Subject: [PATCH] btrfs-progs: Fix the test for EXT4_EPOCH_MASK
 2021-03-15 23:18 UTC  (6+ messages)
` [PATCH v2] btrfs-progs: build system: "

[PATCH] [PATCH] mm, slub: enable slub_debug static key when creating cache with explicit debug flags
 2021-03-15 17:59 UTC  (6+ messages)

[PATCH] btrfs: zoned: fix linked list corruption after log root tree allocation failure
 2021-03-15 15:34 UTC  (3+ messages)

[PATCH] btrfs: fix slab cache flags for free space tree bitmap
 2021-03-15 14:18 UTC 

[PATCH 0/1] zoned: moving superblock logging zones
 2021-03-15  5:53 UTC  (2+ messages)
` [PATCH] btrfs: zoned: move superblock logging zone location

[PATCH v2 00/10] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-03-13 22:00 UTC  (8+ messages)

BTRFS error (device sda1): bdev /dev/sdb1 errs: wr 2702175, rd 2719033, flush 0, corrupt 6, gen 0
 2021-03-13 18:02 UTC  (5+ messages)

[PATCH v8 00/39] Cleanup error handling in relocation
 2021-03-12 20:25 UTC  (10+ messages)
` [PATCH v8 29/39] btrfs: handle errors in reference count manipulation in replace_path
` [PATCH v8 30/39] btrfs: handle extent reference errors in do_relocation
` [PATCH v8 33/39] btrfs: do proper error handling in create_reloc_inode
` [PATCH v8 34/39] btrfs: handle __add_reloc_root failures in btrfs_recover_relocation
` [PATCH v8 35/39] btrfs: do not panic in __add_reloc_root
` [PATCH v8 36/39] btrfs: cleanup error handling in prepare_to_merge
` [PATCH v8 37/39] btrfs: handle extent corruption with select_one_root properly
` [PATCH v8 38/39] btrfs: do proper error handling in merge_reloc_roots
` [PATCH v8 39/39] btrfs: check return value of btrfs_commit_transaction in relocation


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 read-only IMAP folder(s) and NNTP newsgroup(s).