linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-06 09:59:36 to 2021-08-11 19:19:28 UTC [more...]

[PATCH RESEND] btrfs: reduce return argument of btrfs_chunk_readonly
 2021-08-24  5:27 UTC  (2+ messages)
` [PATCH] "

switch iomap to an iterator model v2
 2021-08-11 19:19 UTC  (57+ messages)
` [PATCH 01/30] iomap: fix a trivial comment typo in trace.h
` [PATCH 02/30] iomap: remove the iomap arguments to ->page_{prepare,done}
` [PATCH 03/30] iomap: mark the iomap argument to iomap_sector const
` [PATCH 04/30] iomap: mark the iomap argument to iomap_inline_data const
` [PATCH 05/30] iomap: mark the iomap argument to iomap_inline_data_valid const
` [PATCH 06/30] fs: mark the iomap argument to __block_write_begin_int const
` [PATCH 07/30] fsdax: mark the iomap argument to dax_iomap_sector as const
` [PATCH 08/30] iomap: mark the iomap argument to iomap_read_inline_data const
` [PATCH 09/30] iomap: mark the iomap argument to iomap_read_page_sync const
` [PATCH 10/30] iomap: fix the iomap_readpage_actor return value for inline data
` [PATCH 11/30] iomap: add the new iomap_iter model
  ` [PATCH v2.1 "
` [PATCH 12/30] iomap: switch readahead and readpage to use iomap_iter
` [PATCH 13/30] iomap: switch iomap_file_buffered_write "
` [PATCH 14/30] iomap: switch iomap_file_unshare "
` [PATCH 15/30] iomap: switch iomap_zero_range "
` [PATCH 16/30] iomap: switch iomap_page_mkwrite "
` [PATCH 17/30] iomap: switch __iomap_dio_rw "
` [PATCH 18/30] iomap: switch iomap_fiemap "
` [PATCH 19/30] iomap: switch iomap_bmap "
  ` [PATCH v2.1 "
` [PATCH 20/30] iomap: switch iomap_seek_hole "
` [PATCH 21/30] iomap: switch iomap_seek_data "
` [PATCH 22/30] iomap: switch iomap_swapfile_activate "
` [PATCH 23/30] fsdax: switch dax_iomap_rw "
` [PATCH 24/30] iomap: remove iomap_apply
  ` [PATCH v2.1 "
` [PATCH 25/30] iomap: pass an iomap_iter to various buffered I/O helpers
` [PATCH 26/30] iomap: rework unshare flag
` [PATCH 27/30] fsdax: factor out helpers to simplify the dax fault code
` [PATCH 28/30] fsdax: factor out a dax_fault_actor() helper
` [PATCH 29/30] fsdax: switch the fault handlers to use iomap_iter
` [PATCH 30/30] iomap: constify iomap_iter_srcmap
` [PATCH 31/30] iomap: move iomap iteration code to iter.c

[PATCH 00/17] ZNS Support for Btrfs
 2021-08-11 18:37 UTC  (20+ messages)
` [PATCH 01/17] btrfs: zoned: load zone capacity information from devices
` [PATCH 02/17] btrfs: zoned: move btrfs_free_excluded_extents out from btrfs_calc_zone_unusable
` [PATCH 03/17] btrfs: zoned: calculate free space from zone capacity
` [PATCH 04/17] btrfs: zoned: tweak reclaim threshold for "
` [PATCH 05/17] btrfs: zoned: consider zone as full when no more SB can be written
` [PATCH 06/17] btrfs: zoned: locate superblock position using zone capacity
` [PATCH 07/17] btrfs: zoned: finish superblock zone once no space left for new SB
` [PATCH 08/17] btrfs: zoned: load active zone information from devices
` [PATCH 09/17] btrfs: zoned: introduce physical_map to btrfs_block_group
` [PATCH 10/17] btrfs: zoned: implement active zone tracking
` [PATCH 11/17] btrfs: zoned: load active zone info for block group
` [PATCH 12/17] btrfs: zoned: activate block group on allocation
` [PATCH 13/17] btrfs: zoned: activate new block group
` [PATCH 14/17] btrfs: move ffe_ctl one level up
` [PATCH 15/17] btrfs: zoned: avoid chunk allocation if active block group has enough space
` [PATCH 16/17] btrfs: zoned: finish fully written block group
` [PATCH 17/17] btrfs: zoned: finish relocating "

[PATCH 0/2] Preemptive flushing fixes
 2021-08-11 18:37 UTC  (3+ messages)
` [PATCH 1/2] btrfs: reduce the preemptive flushing threshold to 90%
` [PATCH 2/2] btrfs: do not do preemptive flushing if the majority is global rsv

[PATCH v2 0/8] fstests: add checks for testing zoned btrfs
 2021-08-11 15:12 UTC  (9+ messages)
` [PATCH v2 1/8] common/rc: introduce minimal fs size check
` [PATCH v2 2/8] common/rc: fix blocksize detection for btrfs
` [PATCH v2 3/8] btrfs/057: use _scratch_mkfs_sized to set filesystem size
` [PATCH v2 4/8] fstests: btrfs: add minimal file system size check
` [PATCH v2 5/8] common: add zoned block device checks
` [PATCH v2 6/8] shared/032: add check for zoned block device
` [PATCH v2 7/8] fstests: btrfs: add checks "
` [PATCH v2 8/8] fstests: generic: "

[PATCH v3] btrfs/177: Add filesystem resize filter
 2021-08-11 14:49 UTC 

[PATCH v4 00/21] btrfs: support idmapped mounts
 2021-08-11 13:29 UTC  (11+ messages)
` [PATCH v4 01/21] namei: add mapping aware lookup helper

[PATCH] btrfs: quota: Introduce new flag to cancel quota rescan
 2021-08-11 13:03 UTC  (4+ messages)

[PATCH] btrfs-progs: map-logical: handle corrupted fs better
 2021-08-11  8:58 UTC  (7+ messages)

[PATCH] btrfs: zoned: fix ordered extent boundary calculation
 2021-08-11  6:39 UTC  (2+ messages)

Trying to recover data from SSD
 2021-08-11  5:49 UTC  (12+ messages)

[RFC PATCH] btrfs: prevent falloc to mix inline and regular extents
 2021-08-11  5:45 UTC 

[PATCH/RFC 0/4] Attempt to make progress with btrfs dev number strangeness
 2021-08-10 20:51 UTC  (7+ messages)
` [PATCH 4/4] Add "tree" number to "inode" number in various /proc files
` [PATCH 3/4] VFS/btrfs: add STATX_TREE_ID
` [PATCH 1/4] btrfs: include subvol identifier in inode number if -o inumbits=
` [PATCH 2/4] btrfs: add numdevs= mount option

why is the same mount point repeatedly mounted in nested manner?
 2021-08-10 20:36 UTC  (15+ messages)

[PATCH] btrfs: fix NULL pointer dereference when deleting device by invalid id
 2021-08-10 15:57 UTC  (3+ messages)

[PATCH] btrfs: fix max max_inline for pagesize=64K
 2021-08-10 15:23 UTC 

[PATCH v2] btrfs: sysfs: map sysfs files to their path
 2021-08-10 15:00 UTC  (3+ messages)

[PATCH] btrfs: zoned: add ASSERTs on splitting extent_map
 2021-08-10 14:04 UTC  (3+ messages)

[PATCH v2] fstests: btrfs/244: add test case to verify the behavior of deleting non-existing device
 2021-08-10 14:04 UTC  (5+ messages)

[PATCH] btrfs: zoned: fix alloc offset calculation
 2021-08-10 13:54 UTC  (2+ messages)

[PATCH] btrfs: zoned: suppress reclaim error message on EAGAIN
 2021-08-10 13:50 UTC  (4+ messages)

[PATCH v2] btrfs: zoned: allow disabling of zone auto relcaim
 2021-08-10 13:46 UTC  (4+ messages)

[PATCH] btrfs: sysfs: map sysfs files to their path
 2021-08-10  9:48 UTC  (4+ messages)

Mixed inline and regular extents caused by btrfs/062
 2021-08-10  8:58 UTC  (4+ messages)

[PATCH v5 09/11] btrfs: defrag: use defrag_one_cluster() to implement btrfs_defrag_file()
 2021-08-10  6:19 UTC  (4+ messages)

[PATCH] btrfs: sysfs: advertise zoned support among features
 2021-08-10  0:30 UTC  (4+ messages)

[PATCH] btrfs-progs: Drop the type check in init_alloc_chunk_ctl_policy_regular
 2021-08-09 18:44 UTC  (2+ messages)

max_inline: alternative values?
 2021-08-09 14:13 UTC  (4+ messages)

How should we submit logs to this mailing list?
 2021-08-09 13:08 UTC 

Cannot mount hm-smr drive with btrfs
 2021-08-09  9:54 UTC  (3+ messages)

[PATCH] btrfs: zoned: allow disabling of zone auto relcaim
 2021-08-09  8:10 UTC  (4+ messages)

[btrfs] ecc64fab7d: stress-ng.link.ops_per_sec -81.7% regression
 2021-08-08 17:36 UTC  (2+ messages)

Simple question for newbie developer about qgroup
 2021-08-08 11:56 UTC  (3+ messages)

A null-ptr-dereference bug in btrfs_rm_device in fs/btrfs/volumes.c
 2021-08-07  6:00 UTC  (3+ messages)

[PATCH] fstests: btrfs/244: add test case to make sure kernel won't crash when deleting non-existing device
 2021-08-06 11:20 UTC  (3+ 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).