linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-21 17:24:31 to 2021-07-26 12:24:04 UTC [more...]

[PATCH 00/10] Misc small cleanups
 2021-07-26 12:23 UTC  (12+ messages)
` [PATCH 01/10] btrfs: switch uptodate to bool in btrfs_writepage_endio_finish_ordered
` [PATCH 02/10] btrfs: remove uptodate parameter from btrfs_dec_test_first_ordered_pending
` [PATCH 03/10] btrfs: make btrfs_next_leaf static inline
` [PATCH 04/10] btrfs: tree-checker: use table values for stripe checks
` [PATCH 05/10] btrfs: tree-checker: add missing stripe checks for raid1c3/4 profiles
` [PATCH 06/10] btrfs: uninline btrfs_bg_flags_to_raid_index
` [PATCH 07/10] btrfs: merge alloc_device helpers
` [PATCH 08/10] btrfs: simplify data stripe calculation helpers
` [PATCH 09/10] btrfs: constify and cleanup variables comparators
` [PATCH 10/10] btrfs: add and use simple page/bio to inode/fs_info helpers

[PATCH v3 00/21] btrfs: support idmapped mounts
 2021-07-26 12:07 UTC  (25+ messages)
` [PATCH v3 01/21] namei: add mapping aware lookup helper
` [PATCH v3 02/21] btrfs/inode: handle idmaps in btrfs_new_inode()
` [PATCH v3 03/21] btrfs/inode: allow idmapped rename iop
` [PATCH v3 04/21] btrfs/inode: allow idmapped getattr iop
` [PATCH v3 05/21] btrfs/inode: allow idmapped mknod iop
` [PATCH v3 06/21] btrfs/inode: allow idmapped create iop
` [PATCH v3 07/21] btrfs/inode: allow idmapped mkdir iop
` [PATCH v3 08/21] btrfs/inode: allow idmapped symlink iop
` [PATCH v3 09/21] btrfs/inode: allow idmapped tmpfile iop
` [PATCH v3 10/21] btrfs/inode: allow idmapped setattr iop
` [PATCH v3 11/21] btrfs/inode: allow idmapped permission iop
` [PATCH v3 12/21] btrfs/ioctl: check whether fs{g,u}id are mapped during subvolume creation
` [PATCH v3 13/21] btrfs/inode: allow idmapped BTRFS_IOC_{SNAP,SUBVOL}_CREATE{_V2} ioctl
` [PATCH v3 14/21] btrfs/ioctl: allow idmapped BTRFS_IOC_SNAP_DESTROY{_V2} ioctl
` [PATCH v3 15/21] btrfs/ioctl: relax restrictions for BTRFS_IOC_SNAP_DESTROY_V2 with subvolids
` [PATCH v3 16/21] btrfs/ioctl: allow idmapped BTRFS_IOC_SET_RECEIVED_SUBVOL{_32} ioctl
` [PATCH v3 17/21] btrfs/ioctl: allow idmapped BTRFS_IOC_SUBVOL_SETFLAGS ioctl
` [PATCH v3 18/21] btrfs/ioctl: allow idmapped BTRFS_IOC_INO_LOOKUP_USER ioctl
` [PATCH v3 19/21] btrfs/acl: handle idmapped mounts
` [PATCH v3 20/21] btrfs/super: allow idmapped btrfs
` [PATCH v3 21/21] btrfs/242: introduce btrfs specific idmapped mounts tests

[PATCH] btrfs-progs: cmds: Fix build for using NAME_MAX
 2021-07-26 11:25 UTC  (9+ messages)

[PATCH v2] btrfs-progs: cmds: Fix build for using NAME_MAX
 2021-07-26 11:18 UTC  (3+ messages)

[PATCH v8 00/18] btrfs: add data write support for subpage
 2021-07-26 10:31 UTC  (21+ messages)
` [PATCH v8 01/18] btrfs: properly reset @this_bio_flag in btrfs_do_readpage() to avoid inheriting old bio flags to next extent
` [PATCH v8 02/18] btrfs: fix NULL pointer dereference when reading two compressed extent inside the same page
` [PATCH v8 03/18] btrfs: disable compressed readahead for subpage
` [PATCH v8 04/18] btrfs: grab correct extent map for subpage compressed extent read
` [PATCH v8 05/18] btrfs: rework btrfs_decompress_buf2page()
` [PATCH v8 06/18] btrfs: rework lzo_decompress_bio() to make it subpage compatible
` [PATCH v8 07/18] btrfs: extract relocation page read and dirty part into its own function
` [PATCH v8 08/18] btrfs: make relocate_one_page() to handle subpage case
` [PATCH v8 09/18] btrfs: fix wild subpage writeback which does not have ordered extent
` [PATCH v8 10/18] btrfs: disable inline extent creation for subpage
` [PATCH v8 11/18] btrfs: allow submit_extent_page() to do bio split "
` [PATCH v8 12/18] btrfs: reject raid5/6 fs "
` [PATCH v8 13/18] btrfs: fix a crash caused by race between prepare_pages() and btrfs_releasepage()
` [PATCH v8 14/18] btrfs: fix a use-after-free bug in writeback subpage helper
` [PATCH v8 15/18] btrfs: fix a subpage false alert for relocating partial preallocated data extents
` [PATCH v8 16/18] btrfs: fix a subpage relocation data corruption
` [PATCH v8 17/18] btrfs: allow read-write for 4K sectorsize on 64K page size systems
` [PATCH v8 18/18] btrfs: unify the error paths in __extent_writepage() for subpage and regular sectorsize

fixes and cleanups for block_device refcounting v3
 2021-07-26 10:17 UTC  (18+ 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

Need paid sponsored article
 2021-07-26  9:45 UTC 

RFC: switch iomap to an iterator model
 2021-07-26  8:25 UTC  (18+ messages)
` [PATCH 03/27] iomap: mark the iomap argument to iomap_sector 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 "

"bad tree block start, want 419774464 have 0" after a clean shutdown, could it be a disk firmware issue?
 2021-07-26  2:53 UTC  (9+ 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?')

bad file extent, some csum missing - how to check that restored volumes are error-free?
 2021-07-25 23:51 UTC  (16+ messages)

BTRFS scrub reports an error but check doesn't find any errors
 2021-07-25 23:49 UTC  (2+ messages)

(no subject)
 2021-07-25 14:07 UTC  (3+ messages)
` Fwd: Inactive volume netgear NAS, data is still in tacked. (REPOST with Subject!)
`  "

[PATCH] btrfs: fix rw device counting in __btrfs_free_extra_devids
 2021-07-25 13:49 UTC  (4+ messages)

[PATCH] btrfs: allow degenerate raid0/raid10
 2021-07-24 22:25 UTC  (16+ messages)

Btrfs can become unmountable if a drive dies during a replace operation even though it should still be mountable
 2021-07-24 20:33 UTC 

(no subject)
 2021-07-24 20:32 UTC 

Help Dealing with BTRFS errors on a root partition in NVMe M2 PCIe
 2021-07-24 10:30 UTC  (3+ messages)

On the issue of direct I/O and csum warnings
 2021-07-24  9:44 UTC  (4+ messages)

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

[GIT PULL] Btrfs fixes for 5.14-rc3
 2021-07-24  0:43 UTC  (2+ 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  (6+ messages)
` [PATCH 3/4] btrfs: remove unnecessary list head initialization when syncing 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  (15+ 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)

[PATCH 0/2] btrfs: make the batch insertion of dir index keys more efficient
 2021-07-22 13:00 UTC  (5+ messages)
` [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  (8+ 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

[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)


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).