linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-21 07:39:37 to 2020-08-25 22:35:01 UTC [more...]

[Help] Can't login to my systemd-homed user account due to fallocate failure
 2020-08-25 22:34 UTC  (21+ messages)

[PATCH] btrfs: fix possible infinite loop in data async reclaim
 2020-08-25 20:56 UTC 

[PATCH RFC] btrfs: change commit txn to end txn in subvol_setflags ioctl
 2020-08-25 20:23 UTC  (7+ messages)

cp --reflix between subvolume
 2020-08-25 18:03 UTC 

[PATCH] btrfs-progs: add a warning and countdown for RAID5/6 conversion
 2020-08-25 17:31 UTC  (3+ messages)

[PATCH v5 0/9] fs: interface for directly reading/writing compressed data
 2020-08-25 17:20 UTC  (30+ messages)
` [PATCH man-pages v5] Document encoded I/O
` [PATCH v5 1/9] iov_iter: add copy_struct_from_iter()
` [PATCH v5 2/9] fs: add O_ALLOW_ENCODED open flag
` [PATCH v5 3/9] fs: add RWF_ENCODED for reading/writing compressed data
` [PATCH v5 4/9] btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()
` [PATCH v5 5/9] btrfs: add ram_bytes and offset to btrfs_ordered_extent
` [PATCH v5 6/9] btrfs: support different disk extent size for delalloc
` [PATCH v5 7/9] btrfs: optionally extend i_size in cow_file_range_inline()
` [PATCH v5 8/9] btrfs: implement RWF_ENCODED reads
` [PATCH v5 9/9] btrfs: implement RWF_ENCODED writes

[PATCH] btrfs-progs: add a warning label for RAID5/6
 2020-08-25 16:51 UTC 

[PATCH] btrfs: inode: Fix NULL pointer dereference if inode doesn't need compression
 2020-08-25 15:03 UTC  (4+ messages)

[PATCH v3 0/2] btrfs: Enumerate and export exclusive operations
 2020-08-25 15:03 UTC  (7+ messages)
` [PATCH 1/2] btrfs: enumerate the type of exclusive operation in progress
` [PATCH 2/2] btrfs: export currently executing exclusive operation via sysfs
` [PATCH 1/4] btrfs-progs: get_fsid_fd() for getting fsid using fd
  ` [PATCH 2/4] btrfs-progs: add sysfs file reading functions
  ` [PATCH 3/4] btrfs-progs: Check for exclusive operation before issuing ioctl
  ` [PATCH 4/4] btrfs-progs: Enqueue command if it can't be performed immediately

[PATCH] btrfs: tree-checker: fix the error message for transid error
 2020-08-25 13:55 UTC  (2+ messages)

Fwd: Read time tree block corruption detected
 2020-08-25 13:43 UTC  (27+ messages)

Link count for directories
 2020-08-25 13:46 UTC  (9+ messages)

[PATCH v3 0/4] btrfs: basic refactor of btrfs_buffered_write()
 2020-08-25 13:32 UTC  (9+ messages)
` [PATCH v3 1/4] btrfs: refactor @nrptrs calculation "
` [PATCH v3 2/4] btrfs: refactor btrfs_buffered_write() into process_one_batch()
` [PATCH v3 3/4] btrfs: remove the again: tag in process_one_batch()
` [PATCH v3 4/4] btrfs: avoid allocating unnecessary page pointers

Yet another guy with a "parent transid verify failed" problem
 2020-08-25  6:30 UTC  (3+ messages)

[PATCH 1/2] btrfs: qgroup: fix wrong qgroup metadata reserve for delayed inode
 2020-08-25  5:18 UTC  (5+ messages)
` [PATCH 2/2] btrfs: qgroup: fix qgroup meta rsv leak for subvolume operations

[PATCH 0/9] btrfs: implement send/receive of compressed extents without decompressing
 2020-08-24 22:16 UTC  (33+ messages)
` [PATCH 1/9] btrfs: send: get rid of i_size logic in send_write()
` [PATCH 2/9] btrfs: send: avoid copying file data
` [PATCH 3/9] btrfs: send: use btrfs_file_extent_end() in send_write_or_clone()
` [PATCH 4/9] btrfs: add send_stream_version attribute to sysfs
` [PATCH 5/9] btrfs: add send stream v2 definitions
` [PATCH 6/9] btrfs: send: write larger chunks when using stream v2
` [PATCH 7/9] btrfs: send: allocate send buffer with alloc_page() and vmap() for v2
` [PATCH 8/9] btrfs: send: send compressed extents with encoded writes
` [PATCH 9/9] btrfs: send: enable support for stream v2 and compressed writes
` [PATCH 01/11] btrfs-progs: receive: support v2 send stream larger tlv_len
` [PATCH 02/11] btrfs-progs: receive: dynamically allocate sctx->read_buf
` [PATCH 03/11] btrfs-progs: receive: support v2 send stream DATA tlv format
` [PATCH 04/11] btrfs-progs: receive: add send stream v2 cmds and attrs to send.h
` [PATCH 05/11] btrfs-progs: receive: add stub implementation for pwritev2
` [PATCH 06/11] btrfs-progs: receive: process encoded_write commands
` [PATCH 07/11] btrfs-progs: receive: encoded_write fallback to explicit decode and write
` [PATCH 08/11] btrfs-progs: receive: process fallocate commands
` [PATCH 09/11] btrfs-progs: receive: process setflags ioctl commands
` [PATCH 10/11] btrfs-progs: send: stream v2 ioctl flags
` [PATCH 11/11] btrfs-progs: receive: add tests for basic encoded_write send/receive

[GIT PULL] Btrfs fixes for 5.9-rc3
 2020-08-24 19:21 UTC  (2+ messages)

[PATCH v2 0/3] btrfs: basic refactor of btrfs_buffered_write()
 2020-08-24 17:02 UTC  (8+ messages)
` [PATCH v2 1/3] btrfs: change how we calculate the nrptrs for btrfs_buffered_write()
` [PATCH v2 2/3] btrfs: refactor btrfs_buffered_write() into process_one_batch()
` [PATCH v2 3/3] btrfs: remove the again: tag in process_one_batch()

[PATCH] btrfs: Remove err variable from btrfs_get_extent
 2020-08-24 16:59 UTC  (2+ messages)

[PATCH] btrfs: Document some invariants of seed code
 2020-08-24 16:53 UTC  (2+ messages)

[PATCH 0/7] btrfs: consolidate seed mutex to sprout mutex
 2020-08-24 16:48 UTC  (2+ messages)

[PATCH v3] btrfs: block-group: Fix free-space bitmap threshould
 2020-08-24 15:28 UTC  (2+ messages)

[PATCH] btrfs-progs: check: Fix error reporting on root inode
 2020-08-24 15:23 UTC  (2+ messages)

[PATCH 0/2][v2] Some leaked root fixes
 2020-08-24 12:46 UTC  (12+ messages)
` [PATCH 1/2] btrfs: free fs roots on failed mount
` [PATCH 2/2] btrfs: pretty print leaked root name

[PATCH 0/3] btrfs: basic refactor of btrfs_buffered_write()
 2020-08-24  6:31 UTC  (4+ messages)
` [PATCH 1/3] btrfs: change how we calculate the nrptrs for btrfs_buffered_write()
` [PATCH 2/3] btrfs: refactor btrfs_buffered_write() into process_one_batch()
` [PATCH 3/3] btrfs: remove the again: tag in process_one_batch()

Minimum size of Btrfs volume ?
 2020-08-24  2:10 UTC  (4+ messages)

[help] bad csum and magic on both superblocks
 2020-08-23 19:36 UTC 

system freeze while running balance on Linux 5.8
 2020-08-23 18:25 UTC  (2+ messages)

[PATCH RFC] btrfs/163: replace sprout instead of seed
 2020-08-23 15:05 UTC  (7+ messages)
` [PATCH 1/2] btrfs: initialize sysfs devid and device link for seed device
  ` [PATCH RFC 2/2] btrfs: fix replace of "

Replacing or merging last snapshot
 2020-08-22 12:18 UTC  (2+ messages)

[PATCH] btrfs-progs: restore: Redirect looping prompt to stderr
 2020-08-22  8:03 UTC 

[PATCH v2] btrfs-progs: Make btrfs_lookup_dir_index in parity with kernel code
 2020-08-22  3:23 UTC 

[PATCH AUTOSEL 5.8 52/62] btrfs: file: reserve qgroup space after the hole punch range is locked
 2020-08-21 16:14 UTC  (2+ messages)
` [PATCH AUTOSEL 5.8 53/62] btrfs: make btrfs_qgroup_check_reserved_leak take btrfs_inode

[PATCH AUTOSEL 5.7 51/61] btrfs: file: reserve qgroup space after the hole punch range is locked
 2020-08-21 16:15 UTC  (2+ messages)
` [PATCH AUTOSEL 5.7 52/61] btrfs: make btrfs_qgroup_check_reserved_leak take btrfs_inode

[PATCH AUTOSEL 5.4 40/48] btrfs: file: reserve qgroup space after the hole punch range is locked
 2020-08-21 16:16 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 41/48] btrfs: make btrfs_qgroup_check_reserved_leak take btrfs_inode

[PATCH AUTOSEL 4.19 34/38] btrfs: file: reserve qgroup space after the hole punch range is locked
 2020-08-21 16:18 UTC 

[PATCH] btrfs: check return value of filemap_fdatawrite_range()
 2020-08-21 14:38 UTC  (3+ messages)

[PATCH 0/5] Convert seed devices to proper list API
 2020-08-21 14:33 UTC  (4+ messages)

[PATCH v2] btrfs: block-group: Fix free-space bitmap threshould
 2020-08-21 14:06 UTC  (2+ messages)

[PATCH 0/8] Lockdep fixes
 2020-08-21 13:43 UTC  (7+ messages)
` [PATCH 3/8] btrfs: move btrfs_scratch_superblocks into btrfs_dev_replace_finishing
` [PATCH 7/8] btrfs: set the correct lockdep class for new nodes
` [PATCH 8/8] btrfs: set the lockdep class for log tree extent buffers

[PATCH] btrfs-progs: Make btrfs_lookup_dir_index in parity with kernel code
 2020-08-21 13:26 UTC  (2+ messages)

Complete disparition of BTRFS FS on bcache, kernel 5.8
 2020-08-21 13:13 UTC  (2+ messages)

btrfs filesystem errors
 2020-08-21 11:39 UTC  (3+ messages)

[PATCH] btrfs: check the right variable in btrfs_del_dir_entries_in_log
 2020-08-21 10:21 UTC  (4+ 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).