linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-10 02:02:29 to 2022-02-16 10:44:31 UTC [more...]

[PATCH] btrfs-progs: allow user to insert property compression=none to file
 2022-02-16 10:44 UTC  (4+ messages)

[PATCH] btrfs-progs: cmds/prop: don't change fattr string to "" if it's "none" or "no"
 2022-02-16 10:37 UTC 

[PATCH] fstests: fix btrfs/255 to fail on deadlock
 2022-02-16 10:05 UTC 

[PATCH] fstests: fix btrfs/255 to fail on deadlock
 2022-02-16  9:03 UTC 

[PATCH 0/8] Fix error handling on data bio submission
 2022-02-16  8:53 UTC  (20+ messages)
` [PATCH 1/8] btrfs: make search_csum_tree return 0 if we get -EFBIG
` [PATCH 2/8] btrfs: handle csum lookup errors properly on reads
` [PATCH 3/8] btrfs: check correct bio in finish_compressed_bio_read
` [PATCH 4/8] btrfs: remove the bio argument from finish_compressed_bio_read
` [PATCH 5/8] btrfs: track compressed bio errors as blk_status_t
` [PATCH 6/8] btrfs: do not double complete bio on errors during compressed reads
` [PATCH 7/8] btrfs: do not try to repair bio that has no mirror set
` [PATCH 8/8] btrfs: do not clean up repair bio if submit fails

Root level mismatch after sudden shutdown
 2022-02-16  7:54 UTC  (7+ messages)

[PATCH for v5.15 0/2] Defrag fixes for v5.15
 2022-02-16  7:09 UTC  (3+ messages)
` [PATCH for v5.15 1/2] btrfs: don't hold CPU for too long when defragging a file
` [PATCH for v5.15 2/2] btrfs: defrag: use the same cluster size for defrag ioctl and autodefrag

[PATCH 0/7][V11] btrfs: allocation_hint
 2022-02-16  4:43 UTC  (5+ messages)

[PATCH v2 0/2] btrfs: zoned: mark relocation as writing
 2022-02-16  3:02 UTC  (10+ messages)
` [PATCH v2 1/2] fs: add asserting functions for sb_start_{write,pagefault,intwrite}
` [PATCH v2 2/2] btrfs: zoned: mark relocation as writing

[GIT PULL] Btrfs fixes for 5.17-rc5
 2022-02-15 17:18 UTC  (2+ messages)

[PATCH] btrfs-progs: enable default zlib compression in btrfs-image
 2022-02-15 17:12 UTC 

[PATCH] btrfs-progs: add zoned_profile_supported function stub
 2022-02-15 17:12 UTC 

[PATCH] btrfs: add fs state details to error messages
 2022-02-15 16:07 UTC  (3+ messages)

[PATCH v2 0/6] fstests: fix _scratch_mkfs_sized failure handling
 2022-02-15 15:53 UTC  (6+ messages)
` [PATCH v2 1/6] common/rc: fix btrfs mixed mode usage in _scratch_mkfs_sized
` [PATCH v2 2/6] generic/204: remove unnecessary _scratch_mkfs call

[PATCH v4 0/5] btrfs: defrag: don't waste CPU time on non-target extent
 2022-02-15 15:45 UTC  (8+ messages)
` [PATCH v4 1/5] btrfs: defrag: allow defrag_one_cluster() to skip large extent which is not a target
` [PATCH v4 2/5] btrfs: uapi: introduce BTRFS_DEFRAG_RANGE_MASK for later sanity check
` [PATCH v4 3/5] btrfs: defrag: introduce btrfs_defrag_ctrl structure for later usage
` [PATCH v4 4/5] btrfs: defrag: use btrfs_defrag_ctrl to replace btrfs_ioctl_defrag_range_args for btrfs_defrag_file()
` [PATCH v4 5/5] btrfs: defrag: make btrfs_defrag_file() to report accurate number of defragged sectors

[btrfs] dae7bf275f: last_state.incomplete
 2022-02-15 12:51 UTC  (5+ messages)

[PATCH 0/4] btrfs: make autodefrag to defrag and only defrag small write ranges
 2022-02-15  6:55 UTC  (6+ messages)
` [PATCH 1/4] btrfs: remove unused parameter for btrfs_add_inode_defrag()
` [PATCH 2/4] btrfs: add trace events for defrag
` [PATCH 3/4] btrfs: autodefrag: only scan one inode once
` [PATCH 4/4] btrfs: close the gap between inode_should_defrag() and autodefrag extent size threshold

[PATCH RFC 0/3] btrfs: make autodefrag to defrag and only defrag small write ranges
 2022-02-15  5:54 UTC  (9+ messages)
` [PATCH RFC 3/3] btrfs: make autodefrag to defrag small writes without rescanning the whole file

[PATCH] btrfs: remove an ASSERT() which can cause false alert
 2022-02-15  4:46 UTC 

[PATCH] btrfs: Fix non-kernel-doc comment
 2022-02-15  3:34 UTC 

[PATCH v6 0/4] tests for btrfs fsverity
 2022-02-15  0:09 UTC  (5+ messages)
` [PATCH v6 1/4] btrfs: test btrfs specific fsverity corruption
` [PATCH v6 2/4] generic/574: corrupt btrfs merkle tree data
` [PATCH v6 3/4] btrfs: test verity orphans with dmlogwrites
` [PATCH v6 4/4] generic: test fs-verity EFBIG scenarios

[PATCH v3 0/2] btrfs: defrag: bring back the old file extent search behavior and address merged extent map generation problem
 2022-02-15  0:02 UTC  (6+ messages)
` [PATCH v3 1/2] btrfs: defrag: bring back the old file extent search behavior
` [PATCH v3 2/2] btrfs: defrag: don't use merged extent map for their generation check

[PATCH v13 00/17] btrfs: add ioctls and send/receive support for reading/writing compressed data
 2022-02-14 19:19 UTC  (32+ messages)
` [PATCH v13 01/17] fs: export rw_verify_area()
` [PATCH v13 02/17] fs: export variant of generic_write_checks without iov_iter
` [PATCH v13 03/17] btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()
` [PATCH v13 04/17] btrfs: add ram_bytes and offset to btrfs_ordered_extent
` [PATCH v13 05/17] btrfs: support different disk extent size for delalloc
` [PATCH v13 06/17] btrfs: clean up cow_file_range_inline()
` [PATCH v13 07/17] btrfs: optionally extend i_size in cow_file_range_inline()
` [PATCH v13 08/17] btrfs: add definitions + documentation for encoded I/O ioctls
` [PATCH v13 09/17] btrfs: add BTRFS_IOC_ENCODED_READ
` [PATCH v13 10/17] btrfs: add BTRFS_IOC_ENCODED_WRITE
` [PATCH v13 11/17] btrfs: send: remove unused send_ctx::{total,cmd}_send_size
` [PATCH v13 12/17] btrfs: send: explicitly number commands and attributes
` [PATCH v13 13/17] btrfs: add send stream v2 definitions
` [PATCH v13 14/17] btrfs: send: write larger chunks when using stream v2
` [PATCH v13 15/17] btrfs: send: allocate send buffer with alloc_page() and vmap() for v2
` [PATCH v13 16/17] btrfs: send: send compressed extents with encoded writes
` [PATCH v13 17/17] btrfs: send: enable support for stream v2 and compressed writes
` [PATCH v13 01/10] btrfs-progs: receive: support v2 send stream larger tlv_len
` [PATCH v13 02/10] btrfs-progs: receive: dynamically allocate sctx->read_buf
` [PATCH v13 03/10] btrfs-progs: receive: support v2 send stream DATA tlv format
` [PATCH v13 04/10] btrfs-progs: receive: add send stream v2 cmds and attrs to send.h
` [PATCH v13 05/10] btrfs-progs: receive: process encoded_write commands
` [PATCH v13 06/10] btrfs-progs: receive: encoded_write fallback to explicit decode and write
` [PATCH v13 07/10] btrfs-progs: receive: process fallocate commands
` [PATCH v13 08/10] btrfs-progs: receive: process setflags ioctl commands
` [PATCH v13 09/10] btrfs-progs: send: stream v2 ioctl flags
` [PATCH v13 10/10] btrfs-progs: receive: add tests for basic encoded_write send/receive

[PATCH v4 0/3] btrfs: fixes for defrag_check_next_extent()
 2022-02-14 18:23 UTC  (3+ messages)

[PATCH 0/4] btrfs: defrag: don't waste CPU time on non-target extent
 2022-02-14 16:19 UTC  (10+ messages)
` [PATCH 3/4] btrfs: defrag: use btrfs_defrag_ctrl to replace btrfs_ioctl_defrag_range_args for btrfs_defrag_file()

I/O errors only during shutdown and free space cache failures
 2022-02-14 15:06 UTC  (2+ messages)

[PATCH RFC] btrfs: zoned: make auto-reclaim less aggressive
 2022-02-14 15:04 UTC  (4+ messages)

[PATCH 0/2] Fix another !PageUptodate related warning
 2022-02-14 10:47 UTC  (4+ messages)
` [PATCH 1/2] btrfs: do not SetPageError on a read error for extent buffers
` [PATCH 2/2] btrfs: do not WARN_ON() if we have PageError set

[PATCH v2] btrfs: Fix subvol turns RO if root is remounted RO
 2022-02-12 11:06 UTC  (5+ messages)

[PATCH] btrfs: qgroup: Remove outdated TODO comments
 2022-02-12 10:26 UTC  (5+ messages)

BTRFS FS options on eMMC
 2022-02-12  1:05 UTC  (2+ messages)

Used space twice as actually consumed
 2022-02-11 17:50 UTC  (7+ messages)

[PATCH] btrfs: qgroup: Remove an oudated comment
 2022-02-11 13:44 UTC  (3+ messages)

[PATCH] btrfs: add test case to make sure autodefrag works even the extent maps are read from disk
 2022-02-11 11:52 UTC  (4+ messages)

[PATCH 0/5] Speedups and check_setget_bounds reporting updates
 2022-02-11 11:23 UTC  (10+ messages)
` [PATCH 1/5] btrfs: remove redundant check in up check_setget_bounds
` [PATCH 3/5] btrfs: store details about first setget bounds check failure
` [PATCH 4/5] btrfs: fail transaction when a setget bounds check failure is detected

[RFC 00/12] locking: Separate lock tracepoints from lockdep/lock_stat (v1)
 2022-02-11 10:39 UTC  (20+ messages)

It's broke, Jim. BTRFS mounted read only after corruption errors on Samsung 980 Pro
 2022-02-11  9:45 UTC  (4+ messages)

lsetxattr XXX system.posix_acl_access= failed: Operation not supported
 2022-02-11  8:19 UTC 

MySQL corruption on BTRFS
 2022-02-11  8:19 UTC  (2+ messages)

[PATCH 0/3] btrfs-progs: detect and fix orphan roots without orphan items
 2022-02-11  5:29 UTC  (2+ messages)

[PATCH] Fix read-only superblock in case of subvol RO remount
 2022-02-11  1:02 UTC  (8+ messages)

[PATCH v3 0/5] btrfs: defrag: don't waste CPU time on non-target extent
 2022-02-11  0:42 UTC  (8+ messages)

[PATCH v12 00/17] btrfs: add ioctls and send/receive support for reading/writing compressed data
 2022-02-10 18:42 UTC  (7+ messages)
` [PATCH v12 09/17] btrfs: add BTRFS_IOC_ENCODED_READ

[PATCH] btrfs: qgroup: Remove duplicated check in adding qgroup rels
 2022-02-10 17:19 UTC  (2+ messages)

[PATCH v2 0/2] btrfs: defrag: bring back the old file extent search behavior and address merged extent map generation problem
 2022-02-10 15:49 UTC  (5+ messages)
` [PATCH v2 2/2] btrfs: defrag: don't use merged extent map for their generation check

[PATCH] btrfs: zoned: introduce a minimal zone size and reject mount
 2022-02-10 15:04 UTC  (3+ messages)

[PATCH 1/2] btrfs: add lzo workspace buffer length constants
 2022-02-10 14:05 UTC  (3+ messages)
` [PATCH 2/2] btrfs: prevent copying too big compressed lzo segment

[PATCH] btrfs-progs: zoned: add upper and lower zone size boundarys
 2022-02-10 13:49 UTC 


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).