linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-24 10:58:11 to 2022-09-01 14:04:33 UTC [more...]

[PATCH 00/10] btrfs: make lseek and fiemap much more efficient
 2022-09-01 14:04 UTC  (15+ messages)
` [PATCH 01/10] btrfs: allow hole and data seeking to be interruptible
` [PATCH 02/10] btrfs: make hole and data seeking a lot more efficient
` [PATCH 03/10] btrfs: remove check for impossible block start for an extent map at fiemap
` [PATCH 04/10] btrfs: remove zero length check when entering fiemap
` [PATCH 05/10] btrfs: properly flush delalloc "
` [PATCH 06/10] btrfs: allow fiemap to be interruptible
` [PATCH 07/10] btrfs: rename btrfs_check_shared() to a more descriptive name
` [PATCH 08/10] btrfs: speedup checking for extent sharedness during fiemap
` [PATCH 09/10] btrfs: skip unnecessary extent buffer sharedness checks "
` [PATCH 10/10] btrfs: make fiemap more efficient and accurate reporting extent sharedness

fiemap is slow on btrfs on files with multiple extents
 2022-09-01 13:25 UTC  (5+ messages)

[btrfs] ca6dee6b79: fxmark.ssd_btrfs_MWRM_72_bufferedio.works/sec -8.4% regression
 2022-09-01 12:29 UTC  (4+ messages)
  ` [LKP] "
      ` [LKP] [btrfs] ca6dee6b79: fxmark.ssd_btrfs_MWRM_72_bufferedio.works/sec -8.4% regression #forregzbot

[RFC PATCH v2] statx, inode: document the new STATX_INO_VERSION field
 2022-09-01 12:17 UTC 

[PATCH v3 0/5] btrfs-progs: separate BLOCK_GROUP_TREE feature from extent-tree-v2
 2022-09-01 12:15 UTC  (6+ messages)
` [PATCH v3 3/5] btrfs-progs: separate block group tree from extent tree v2

consolidate btrfs checksumming, repair and bio splitting
 2022-09-01 11:28 UTC  (30+ messages)
` [PATCH 01/17] block: export bio_split_rw
` [PATCH 02/17] btrfs: stop tracking failed reads in the I/O tree
` [PATCH 03/17] btrfs: move repair_io_failure to volumes.c
` [PATCH 04/17] btrfs: handle checksum validation and repair at the storage layer
` [PATCH 05/17] btrfs: handle checksum generation in "
` [PATCH 06/17] btrfs: handle recording of zoned writes "
` [PATCH 07/17] btrfs: allow btrfs_submit_bio to split bios
` [PATCH 08/17] btrfs: pass the iomap bio to btrfs_submit_bio
` [PATCH 09/17] btrfs: remove stripe boundary calculation for buffered I/O
` [PATCH 10/17] btrfs: remove stripe boundary calculation for compressed I/O
` [PATCH 11/17] btrfs: remove stripe boundary calculation for encoded I/O
` [PATCH 12/17] btrfs: remove struct btrfs_io_geometry
` [PATCH 13/17] btrfs: remove submit_encoded_read_bio
` [PATCH 14/17] btrfs: remove now spurious bio submission helpers
` [PATCH 15/17] btrfs: calculate file system wide queue limit for zoned mode
` [PATCH 16/17] btrfs: split zone append bios in btrfs_submit_bio
` [PATCH 17/17] iomap: remove IOMAP_F_ZONE_APPEND

[PATCH] btrfs-progs: receive: fix a segfault that free() an err value
 2022-09-01  9:13 UTC  (2+ messages)

stalling IO regression since linux 5.12, through 5.18
 2022-09-01  8:19 UTC  (14+ messages)

[PATCH v3] btrfs: check the superblock to ensure the fs is not modified at thaw time
 2022-08-31 21:37 UTC  (6+ messages)

[PATCH 0/3] btrfs-progs: add check and repair ability for shrunk device item
 2022-08-31 14:52 UTC  (5+ messages)
` [PATCH 1/3] btrfs-progs: check: verify the underlying block device size is valid
` [PATCH 2/3] btrfs-progs: fsck-tests: add test case for shrunk device
` [PATCH 3/3] btrfs-progs: rescue: allow fix-device-size to shrink device item

[PATCH v2] btrfs: zoned: set pseudo max append zone limit in zone emulation mode
 2022-08-31 14:40 UTC  (4+ messages)

[PATCH] btrfs-progs: free extent buffer after repairing wrong transid eb
 2022-08-31 14:37 UTC  (5+ messages)

[PATCH] btrfs-progs: fix eb leakage caused by missing btrfs_release_path() call
 2022-08-31 13:36 UTC  (6+ messages)

[PATCH] btrfs: zoned: fix API misuse of zone finish waiting
 2022-08-31  4:55 UTC 

[PATCH DON'T MERGE] btrfs-progs: crash if eb has leaked for debug builds
 2022-08-31  1:40 UTC  (3+ messages)

[PATCH v3 0/7] vfs: clean up i_version behavior and expose it via statx
 2022-08-30 20:08 UTC  (46+ messages)
` [PATCH v3 1/7] iversion: update comments with info about atime updates
` [PATCH v3 2/7] ext4: fix i_version handling in ext4
` [PATCH v3 3/7] ext4: unconditionally enable the i_version counter
` [PATCH v3 4/7] xfs: don't bump the i_version on an atime update in xfs_vn_update_time
` [PATCH v3 5/7] vfs: report an inode version in statx for IS_I_VERSION inodes
` [PATCH v3 6/7] nfs: report the inode version in statx if requested
` [PATCH v3 7/7] ceph: fill in the change attribute in statx requests

[linux-next:master] BUILD REGRESSION 282342f2dc97ccf54254c5de51bcc1101229615f
 2022-08-30 20:00 UTC 

[PATCH V2] Make btrfs_prepare_device parallel during mkfs.btrfs
 2022-08-30 17:30 UTC  (3+ messages)

[PATCH] btrfs-progs: check for invalid free space tree entries
 2022-08-30 17:11 UTC  (3+ messages)

[PATCH linux-next] btrfs: remove redundant variables ret
 2022-08-30 14:48 UTC 

[PATCH v3] fstests: btrfs: test incremental send for changed reference paths
 2022-08-30 14:15 UTC  (4+ messages)

[PATCH v4] fstests: btrfs: test incremental send for changed reference paths
 2022-08-30 14:06 UTC 

[PATCH linux-next] btrfs: Remove the unneeded result variable
 2022-08-30  8:39 UTC 

[man-pages PATCH] statx, inode: document the new STATX_INO_VERSION field
 2022-08-29 12:37 UTC  (3+ messages)

[PATCH] Make btrfs_prepare_device parallel during mkfs.btrfs
 2022-08-29  0:36 UTC  (11+ messages)

Telegram: Sind Sie es leid, in Schulden zu leben? Es gibt einen Ausweg und es ist sehr einfach
 2022-08-28 21:06 UTC 

[GIT PULL] Btrfs fixes for v6.0-rc3
 2022-08-28 18:18 UTC  (2+ messages)

Anfrage an Jugend-Bünde: "Bild: Werden Sie in einem Monat einer der Krypto-Millionare"
 2022-08-28 13:45 UTC 

[PATCH 0/2] btrfs-progs: read device fsid from the sysfs
 2022-08-27  0:52 UTC  (5+ messages)

[PATCH v3 0/8] U-boot: fs: add generic unaligned read offset handling
 2022-08-26 14:29 UTC  (2+ messages)

[PATCH] btrfs: zoned: set pseudo max append zone limit in zone emulation mode
 2022-08-26  6:37 UTC  (3+ messages)

[PATCH STABLE 5.15 0/5] btrfs: zoned: backport max_extent_size fix
 2022-08-25 12:09 UTC  (2+ messages)

[PATCH v3 0/2] btrfs: output more info for -ENOSPC caused transaction abort
 2022-08-25  8:18 UTC  (4+ messages)
` [PATCH v3 1/2] btrfs: output human readable space info flag
` [PATCH v3 2/2] btrfs: dump all space infos if we abort transaction due to ENOSPC

[ANNOUNCE] CFP: Zoned Storage Microconference - Linux Plumbers Conference 2022
 2022-08-25  4:18 UTC  (4+ messages)

[PATCH v2 0/4] btrfs: output more info for -ENOSPC caused transaction abort and other enhancement
 2022-08-25  3:04 UTC  (3+ messages)

[PATCH AUTOSEL 5.4 7/8] btrfs: tree-checker: check for overlapping extent items
 2022-08-25  1:39 UTC 

[PATCH AUTOSEL 5.10 10/11] btrfs: tree-checker: check for overlapping extent items
 2022-08-25  1:38 UTC 

[PATCH AUTOSEL 5.15 17/20] btrfs: move lockdep class helpers to locking.c
 2022-08-25  1:37 UTC  (3+ messages)
` [PATCH AUTOSEL 5.15 18/20] btrfs: fix lockdep splat with reloc root extent buffers
` [PATCH AUTOSEL 5.15 19/20] btrfs: tree-checker: check for overlapping extent items

[PATCH AUTOSEL 5.19 35/38] btrfs: move lockdep class helpers to locking.c
 2022-08-25  1:34 UTC  (3+ messages)
` [PATCH AUTOSEL 5.19 36/38] btrfs: fix lockdep splat with reloc root extent buffers
` [PATCH AUTOSEL 5.19 37/38] btrfs: tree-checker: check for overlapping extent items

[PATCH] fstests: get section config after RUN_SECTION checks
 2022-08-24 19:32 UTC 

[PATCH v3 0/5] btrfs: qgroup: address the performance penalty for subvolume dropping
 2022-08-24 16:22 UTC  (5+ messages)

[PATCH 0/2] btrfs: fix a lockdep_assert_locked() warning
 2022-08-24 15:12 UTC  (2+ messages)

[PATCH 1/2] btrfs/271: include common/fail_make_request
 2022-08-24 15:06 UTC  (4+ messages)
` [PATCH 2/2] btrfs/271: use the common fail_request setup helpers

[PATCH v2] btrfs-progs: mkfs use same stripe/chunk size as kernel when fs > 50G
 2022-08-24 12:39 UTC 

[PATCH] btrfs-progs: mkfs.btrfs use same stripe/chunk size as kernel when fs > 50G
 2022-08-24 12:20 UTC 

[PATCH v2] btrfs: check the superblock to ensure the fs is not modified at thaw time
 2022-08-24 11:09 UTC  (6+ 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).