linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-12 08:05:08 to 2021-11-22 10:36:44 UTC [more...]

read time tree block corruption detected
 2021-11-22 10:36 UTC  (4+ messages)
  `  "

[PATCH v2] btrfs-progs: filesystem: du: skip file that permission denied
 2021-11-22  9:53 UTC  (5+ messages)

[RFC PATCH] btrfs-progs: filesystem: du: skip file that permission denied
 2021-11-21 14:53 UTC  (3+ messages)

[PATCH v4] btrfs: Add new test for setting the chunk size
 2021-11-21 14:43 UTC  (3+ messages)

[PATCH] btrfs: fix the memory leak caused in lzo_compress_pages()
 2021-11-20 22:11 UTC  (2+ messages)

Ghost directory entries (previously "Unable to remove directory entry")
 2021-11-20 19:36 UTC  (9+ messages)

BUG_ON in relocation.c:4037 (seen on 5.14.18, 5.10.79)
 2021-11-20 16:14 UTC 

[syzbot] KMSAN: uninit-value in btrfs_clean_tree_block (2)
 2021-11-20 10:47 UTC 

[PATCH v2] fstests: redirect 'btrfs device add' output to seqres.full
 2021-11-19 23:04 UTC  (2+ messages)

[PATCH 00/17] Add memberof(), split some headers, and slightly simplify code
 2021-11-19 16:37 UTC  (19+ messages)
` [PATCH 02/17] Use memberof(T, m) instead of explicit NULL dereference

[PATCH v5 0/3] Index free space entries on size
 2021-11-19 15:37 UTC  (6+ messages)
` [PATCH v5 1/3] btrfs: only use ->max_extent_size if it is set in the bitmap
` [PATCH v5 2/3] btrfs: index free space entries on size
` [PATCH v5 3/3] btrfs: add self test for bytes_index free space cache

[PATCH for-5.15.x 0/6] btrfs: zoned: backport of 5.16 relocation fixes
 2021-11-19 12:34 UTC  (8+ messages)
` [PATCH for-5.15.x 1/6] btrfs: introduce btrfs_is_data_reloc_root
` [PATCH for-5.15.x 2/6] btrfs: zoned: add a dedicated data relocation block group
` [PATCH for-5.15.x 3/6] btrfs: zoned: only allow one process to add pages to a relocation inode
` [PATCH for-5.15.x 4/6] btrfs: zoned: use regular writes for relocation
` [PATCH for-5.15.x 5/6] btrfs: check for relocation inodes on zoned btrfs in should_nocow
` [PATCH for-5.15.x 6/6] btrfs: zoned: allow preallocation for relocation inodes

[PATCH] btrfs: don't bother stripe length if the profile is not stripe based
 2021-11-19 10:32 UTC  (4+ messages)

Help recovering filesystem (if possible)
 2021-11-19  4:42 UTC  (5+ messages)

[GIT PULL] Btrfs fixes for 5.16-rc2
 2021-11-18 20:49 UTC  (2+ messages)

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

[PATCH v11 00/14] btrfs: add ioctls and send/receive support for reading/writing compressed data
 2021-11-18 19:19 UTC  (3+ messages)
` [PATCH v11 01/14] fs: export rw_verify_area()

[PATCH v4 0/2] Index free space entries on size
 2021-11-18 16:43 UTC  (4+ messages)
` [PATCH v4 1/2] btrfs: only use ->max_extent_size if it is set in the bitmap
` [PATCH v4 2/2] btrfs: index free space entries on size

[PATCH v2 1/2] btrfs-progs: fi show: Print missing device for a mounted file system
 2021-11-18 15:22 UTC  (2+ messages)

[PATCH] btrfs-progs: Add test for btrfs fi usage output
 2021-11-18 15:22 UTC 

[PATCH] fstests: redirect 'btrfs device add' output to seqres.full
 2021-11-18 13:53 UTC 

[PATCH 00/25] btrfs: extent tree v2 prep work for global roots
 2021-11-18 12:22 UTC  (7+ messages)
` [PATCH 01/25] btrfs: kill BTRFS_FS_BARRIER
` [PATCH 02/25] btrfs: rework async transaction committing
` [PATCH 25/25] btrfs: track the csum, extent, and free space trees in a rb tree

[PATCH v2] btrfs: remove unnecessary @nr_written parameters
 2021-11-18 11:37 UTC  (2+ messages)

Btrfs progs pre-release 5.15.1-rc1
 2021-11-18  9:47 UTC 

[PATCH] Fix calculation of chunk size for RAID1/DUP profiles
 2021-11-18  9:12 UTC  (2+ messages)

[PATCH v3 0/7] Use global rsv stealing for evict and clean things up
 2021-11-18  8:54 UTC  (5+ messages)
` [PATCH v3 2/7] btrfs: check for priority ticket granting before flushing

Btrfs is allowed to set invalid compression type and level
 2021-11-17 15:54 UTC 

[PATCH v2 0/2] provide fsid in sysfs devinfo
 2021-11-17  3:29 UTC  (4+ messages)
` [PATCH v2 2/2] btrfs: sysfs add devinfo/fsid to retrieve fsid from the device

failed to load free space cache for block group
 2021-11-17  2:41 UTC 

[PATCH] btrfs-progs: raid56: fix the wrong recovery condition for data and P case
 2021-11-16 23:09 UTC  (3+ messages)

[Website feedback]
 2021-11-16 16:38 UTC 

[PATCH] btrfs: fix error pointer dereference in btrfs_ioctl_rm_dev_v2()
 2021-11-16 16:19 UTC  (3+ messages)

[PATCH v2] btrfs: fix a out-of-boundary access for copy_compressed_data_to_page()
 2021-11-16 16:17 UTC  (3+ messages)

[PATCH v2 00/30] btrfs-progs: extent tree v2 support, global roots
 2021-11-16 14:45 UTC  (4+ messages)
` [PATCH v2 29/30] btrfs-progs: mkfs: create the global root's
    ` [PATCH v3] "

[PATCH v2 00/13] btrfs-progs: extent tree v2 global root support prep work
 2021-11-15 18:54 UTC  (3+ messages)
` [PATCH v2 06/13] btrfs-progs: btrfs-shared: stop passing root to csum related functions

[PATCH v4] fstests: btrfs: make nospace_cache related test cases to work with latest v2 cache
 2021-11-15 19:24 UTC  (2+ messages)

5.15+, blocked tasks, folio_wait_bit_common
 2021-11-15 18:29 UTC  (6+ messages)

[PATCH v2] btrfs-progs: rescue: introduce clear-uuid-tree
 2021-11-15 16:41 UTC  (2+ messages)

[PATCH] btrfs-progs: rescue: introduce clear-uuid-tree
 2021-11-15 16:33 UTC  (3+ messages)

[PATCH v2] fstests: detect btrfs compression and disable certain tests
 2021-11-15 16:29 UTC 

[PATCH] btrfs-progs: Don't reset ratio to 1 if we don't have RAID56 profile
 2021-11-15 16:26 UTC  (2+ messages)

[PATCH v2] btrfs-progs: fix discard support check
 2021-11-15 16:23 UTC  (2+ messages)

[PATCH 0/3 RFC] fsperf: enhancements supporting read policy benchmark
 2021-11-15 11:57 UTC  (4+ messages)
` [PATCH 3/3] fsperf: add a new test case diorandread

[PATCH] fstests: detect btrfs compression and disable certain tests
 2021-11-15 11:34 UTC  (3+ messages)

[PATCH v3] btrfs: Test proper interaction between skip_balance and paused balance
 2021-11-15  8:11 UTC  (3+ messages)

Failed drive in RAID-6
 2021-11-15  7:06 UTC  (5+ messages)

Help recovering filesystem (if possible)
 2021-11-15  1:23 UTC 

[GIT PULL] zstd changes for v5.16
 2021-11-14 20:33 UTC  (5+ messages)

Large BTRFS array suddenly says 53TiB Free, usage inconsistent
 2021-11-14 19:34 UTC  (5+ messages)

[PATCH v3] fstests: btrfs: make nospace_cache related test cases to work with latest v2 cache
 2021-11-14 12:11 UTC  (6+ messages)

[PATCH] btrfs: remove unneeded variable ret
 2021-11-14  6:15 UTC 

Finding long-term data corruption
 2021-11-13 23:54 UTC  (3+ messages)
` Fwd: "

[PATCH] btrfs-progs: fix discard support check
 2021-11-13  7:49 UTC  (4+ messages)

[GIT PULL] zstd changes for v5.16
 2021-11-13  5:41 UTC  (2+ messages)

[PATCH] fstests: check if the scratch device is an lv device for certain tests
 2021-11-12 21:10 UTC 

[PATCH] fstests: print symbolic names for fiemap flags
 2021-11-12 20:37 UTC 

Upgraded from Buster to Bullseye, unmountable Btrfs filesystem
 2021-11-12 15:18 UTC  (4+ messages)

[PATCH] btrfs: fix a out-of-boundary access for copy_compressed_data_to_page()
 2021-11-12 14:35 UTC  (4+ messages)

Fwd: Copy all nested subvolumes from Top tree (including top tree) to other volume
 2021-11-12 13:19 UTC 

[PATCH] fstests: btrfs/049: add regression test for compress-force=lzo mount option
 2021-11-12 11:18 UTC  (3+ messages)

[PATCH] btrfs: cache reported zone during mount
 2021-11-12  8:09 UTC  (3+ messages)

[PATCH 2/3] fsperf: get the running section in the setup
 2021-11-12  8:04 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).