linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-19 16:11:28 to 2021-07-24 09:44:07 UTC [more...]

[PATCH] btrfs-progs: cmds: Fix build for using NAME_MAX
 2021-07-24  9:44 UTC  (4+ messages)

Help Dealing with BTRFS errors on a root partition in NVMe M2 PCIe
 2021-07-24  9:25 UTC 

fixes and cleanups for block_device refcounting v3
 2021-07-24  7:22 UTC  (12+ messages)
` [PATCH 01/10] block: delay freeing the gendisk
` [PATCH 02/10] block: assert the locking state in delete_partition
` [PATCH 03/10] block: unhash the block device inodes earlier
` [PATCH 04/10] block: remove the GENHD_FL_UP check in blkdev_get_no_open
` [PATCH 05/10] block: allocate bd_meta_info later in add_partitions
` [PATCH 06/10] block: change the refcounting for partitions
` [PATCH 07/10] btrfs: store a block_device in struct btrfs_ordered_extent
` [PATCH 08/10] loop: don't grab a reference to the block device
` [PATCH 09/10] block: remove bdgrab
` [PATCH 10/10] block: remove bdput

Balance loop converting from single to raid-1 (kernel 5.13.3)
 2021-07-24  6:47 UTC  (2+ messages)

On the issue of direct I/O and csum warnings
 2021-07-24  6:30 UTC  (3+ messages)

[GIT PULL] Btrfs fixes for 5.14-rc3
 2021-07-24  0:43 UTC  (2+ messages)

[PATCH] btrfs: allow degenerate raid0/raid10
 2021-07-23 22:35 UTC  (6+ messages)

Help Dealing with BTRFS errors on a root partition in NVMe M2 PCIe
 2021-07-23 19:02 UTC 

[PATCH] btrfs: Source common/module when requiring module reload
 2021-07-23 18:18 UTC 

[PATCH 0/4] btrfs: a few fsync related minor improvements and a cleanup
 2021-07-23  8:11 UTC  (9+ messages)
` [PATCH 1/4] btrfs: remove racy and unnecessary inode transaction update when using no-holes
` [PATCH 2/4] btrfs: avoid unnecessary log mutex contention when syncing log
` [PATCH 3/4] btrfs: remove unnecessary list head initialization "
` [PATCH 4/4] btrfs: avoid unnecessary lock and leaf splits when updating inode in the log

[PATCH v2] btrfs: unify the error pathes in __extent_writepage() for subpage and regular sectorsize
 2021-07-23  6:06 UTC 

[PATCH RFC] fstests: allow running custom hooks
 2021-07-23  4:32 UTC  (28+ messages)

[PATCH] btrfs: remove ignore_offset argument from btrfs_find_all_roots()
 2021-07-22 22:54 UTC  (4+ messages)

[PATCH] btrfs: make __extent_writepage() not return error if the page is marked error
 2021-07-22 21:48 UTC  (5+ messages)

[PATCH] btrfs: Use next_leaf instead of next_item when slots > nritems
 2021-07-22 19:53 UTC  (2+ messages)

[PATCH] btrfs: mark compressed range uptodate only if all bio succeed
 2021-07-22 19:34 UTC  (3+ messages)

fixes and cleanups for block_device refcounting v2
 2021-07-22 18:40 UTC  (21+ messages)
` [PATCH 1/9] block: delay freeing the gendisk
` [PATCH 2/9] block: assert the locking state in delete_partition
` [PATCH 3/9] block: unhash the whole device inode earlier
` [PATCH 4/9] block: allocate bd_meta_info later in add_partitions
` [PATCH 5/9] block: change the refcounting for partitions
` [PATCH 6/9] btrfs: store a block_device in struct btrfs_ordered_extent
` [PATCH 7/9] loop: don't grab a reference to the block device
` [PATCH 8/9] block: remove bdgrab
` [PATCH 9/9] block: remove bdput

[PATCH] btrfs: fix lock inversion problem when doing qgroup extent tracing
 2021-07-22 14:58 UTC  (4+ messages)

[PATCH] btrfs-progs: check: speed up v1 space cache clearing by batching more space cache inode deletion in one trans
 2021-07-22 14:27 UTC  (2+ messages)

[PATCH] btrfs-progs: doc: fix the out-of-date contents on btrfs-progs support on free space cache tree
 2021-07-22 14:01 UTC  (2+ messages)

"bad tree block start, want 419774464 have 0" after a clean shutdown, could it be a disk firmware issue?
 2021-07-22 13:54 UTC  (5+ messages)
  ` Maybe we want to maintain a bad driver list? (Was 'Re: "bad tree block start, want 419774464 have 0" after a clean shutdown, could it be a disk firmware issue?')

[PATCH 0/2] btrfs: make the batch insertion of dir index keys more efficient
 2021-07-22 13:00 UTC  (6+ messages)
` [PATCH 1/2] btrfs: improve the batch insertion of delayed items
` [PATCH 2/2] btrfs: stop doing GFP_KERNEL memory allocations in the ref verify tool

fixes and cleanups for block_device refcounting
 2021-07-22  2:47 UTC  (14+ messages)
` [PATCH 1/8] block: delay freeing the gendisk
` [PATCH 2/8] block: assert the locking state in delete_partition
` [PATCH 3/8] block: grab a device model reference in blkdev_get_no_open
` [PATCH 4/8] block: don't grab a reference to the whole device in blkdev_get_part
` [PATCH 5/8] btrfs: no need to grab a reference to disk->part0
` [PATCH 6/8] loop: don't grab a reference to the block device
` [PATCH 7/8] block: remove bdgrab
` [PATCH 8/8] block: remove bdget/bdput

[PATCH] btrfs: fix rw device counting in __btrfs_free_extra_devids
 2021-07-21 17:59 UTC  (5+ messages)

[syzbot] WARNING in sta_info_alloc
 2021-07-21 17:37 UTC  (2+ messages)

[PATCH v4] btrfs: rescue: allow ibadroots to skip bad extent tree when reading block group items
 2021-07-21 17:33 UTC  (2+ messages)

[PATCH] btrfs: Use NULL in btrfs_search_slot as trans if we only want to search
 2021-07-21 16:22 UTC  (4+ messages)

[PATCH v3 0/3] fix argument type of bio_trim()
 2021-07-21 16:04 UTC  (7+ messages)
` [PATCH v3 1/3] block: fix arg "
` [PATCH v3 2/3] btrfs: fix argument type of btrfs_bio_clone_partial()
` [PATCH v3 3/3] btrfs: drop unnecessary ASSERT from btrfs_submit_direct()

[PATCH v2 00/21] btrfs: support idmapped mounts
 2021-07-21 15:48 UTC  (4+ messages)
` [PATCH v2 14/21] btrfs/ioctl: allow idmapped BTRFS_IOC_SNAP_DESTROY{_V2} ioctl

Corruption errors on Samsung 980 Pro
 2021-07-21 15:35 UTC  (5+ messages)
` Corruption errors on Samsung 980 Pro (FIXED for now)

[PATCH] btrfs: continue readahead of siblings even if target node is in memory
 2021-07-21 15:16 UTC  (3+ messages)

[PATCH v2 0/3] fix argument type of bio_trim()
 2021-07-21 12:33 UTC  (8+ messages)
` [PATCH v2 1/3] block: fix arg "
` [PATCH v2 2/3] btrfs: fix argument type of btrfs_bio_clone_partial()
` [PATCH v2 3/3] btrfs: drop unnecessary ASSERT from btrfs_submit_direct()

[PATCH v3 0/9] ENOSPC delalloc flushing fixes
 2021-07-21 11:29 UTC  (7+ messages)
` [PATCH v3 6/9] fs: add a filemap_fdatawrite_wbc helper
` [PATCH v3 8/9] 9p: migrate from sync_inode to filemap_fdatawrite_wbc

nfs subvolume access?
 2021-07-20 23:11 UTC  (20+ messages)
    ` [PATCH/RFC] NFSD: handle BTRFS subvolumes better

[PATCH 0/3] btrfs: allow BTRFS_IOC_SNAP_DESTROY_V2 to remove ghost subvolume
 2021-07-20 22:40 UTC  (5+ messages)

[PATCH RFC] btrfs: handle the added ordered extent when bio submission fails
 2021-07-20 11:26 UTC  (2+ messages)

RFC: switch iomap to an iterator model
 2021-07-20  9:52 UTC  (32+ messages)
` [PATCH 03/27] iomap: mark the iomap argument to iomap_sector const
` [PATCH 04/27] fs: mark the iomap argument to __block_write_begin_int const
` [PATCH 05/27] fsdax: mark the iomap argument to dax_iomap_sector as const
` [PATCH 06/27] iomap: mark the iomap argument to iomap_read_inline_data const
` [PATCH 07/27] iomap: mark the iomap argument to iomap_read_page_sync const
` [PATCH 08/27] iomap: add the new iomap_iter model
` [PATCH 16/27] iomap: switch iomap_bmap to use iomap_iter
` [PATCH 17/27] iomap: switch iomap_seek_hole "
` [PATCH 20/27] fsdax: switch dax_iomap_rw "
` [PATCH 21/27] iomap: remove iomap_apply
` [PATCH 22/27] iomap: pass an iomap_iter to various buffered I/O helpers
` [PATCH 23/27] iomap: rework unshare flag
` [PATCH 26/27] fsdax: switch the fault handlers to use iomap_iter
` [PATCH 27/27] iomap: constify iomap_iter_srcmap

[PATCH 00/27] btrfs: limited subpage compressed write support
 2021-07-20  5:00 UTC  (3+ messages)

[PATCH RESEND x3 v9 1/9] iov_iter: add copy_struct_from_iter()
 2021-07-19 15:44 UTC  (12+ 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).