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

[PATCH RESEND x3 v9 1/9] iov_iter: add copy_struct_from_iter()
 2021-07-19 15:44 UTC  (12+ messages)

RFC: switch iomap to an iterator model
 2021-07-19 16:04 UTC  (30+ messages)
` [PATCH 01/27] iomap: fix a trivial comment typo in trace.h
` [PATCH 02/27] iomap: remove the iomap arguments to ->page_{prepare,done}
` [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 09/27] iomap: switch readahead and readpage to use iomap_iter
` [PATCH 10/27] iomap: switch iomap_file_buffered_write "
` [PATCH 11/27] iomap: switch iomap_file_unshare "
` [PATCH 12/27] iomap: switch iomap_zero_range "
` [PATCH 13/27] iomap: switch iomap_page_mkwrite "
` [PATCH 14/27] iomap: switch __iomap_dio_rw "
` [PATCH 15/27] iomap: switch iomap_fiemap "
` [PATCH 16/27] iomap: switch iomap_bmap "
` [PATCH 17/27] iomap: switch iomap_seek_hole "
` [PATCH 18/27] iomap: switch iomap_seek_data "
` [PATCH 19/27] iomap: switch iomap_swapfile_activate "
` [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 24/27] fsdax: factor out helpers to simplify the dax fault code
` [PATCH 25/27] fsdax: factor out a dax_fault_actor() helper
` [PATCH 26/27] fsdax: switch the fault handlers to use iomap_iter
` [PATCH 27/27] iomap: constify iomap_iter_srcmap

nfs subvolume access?
 2021-07-19 15:40 UTC  (12+ messages)
    ` [PATCH/RFC] NFSD: handle BTRFS subvolumes better

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

[PATCH RFC] fstests: allow running custom hooks
 2021-07-19 14:02 UTC  (2+ messages)

cannot mount after freeze
 2021-07-19 13:57 UTC  (5+ messages)
    ` Fwd: "

cannot use btrfs for nfs server
 2021-07-19 13:35 UTC  (14+ messages)

[PATCH 1/2] btrfs-progs: check/original: detect directory inode with nlinks >= 2
 2021-07-19 10:25 UTC  (5+ messages)
` [PATCH 2/2] btrfs-progs: fsck-test: add test case where one dir has two links

[PATCH v4] btrfs: rescue: allow ibadroots to skip bad extent tree when reading block group items
 2021-07-19  8:19 UTC  (3+ messages)

[PATCH] btrfs-progs: check: speed up v1 space cache clearing by batching more space cache inode deletion in one trans
 2021-07-19  2:04 UTC 

Read time tree block corruption detected
 2021-07-18 12:16 UTC  (16+ messages)

[PATCH v4 0/2] Add subcommand that dumps file extents
 2021-07-18  6:46 UTC  (3+ messages)
` [PATCH v4 1/2] btrfs-progs: export util functions about file extent items
` [PATCH v4 2/2] btrfs-progs: cmds: Add subcommand that dumps file extents

[PATCH v3 1/2] btrfs-progs: export util functions about file extent items
 2021-07-18  6:24 UTC  (6+ messages)
` [PATCH v3 2/2] btrfs-progs: cmds: Add subcommand that dumps file extents

Corruption errors on Samsung 980 Pro
 2021-07-18  0:16 UTC  (4+ messages)
  ` Corruption errors on Samsung 980 Pro (FIXED for now)

bad file extent, some csum missing - how to check that restored volumes are error-free?
 2021-07-17  0:59 UTC  (15+ messages)

[syzbot] WARNING in sta_info_alloc
 2021-07-16 23:07 UTC 

migrating to space_cache=2 and btrfs userspace commands
 2021-07-16 23:00 UTC  (12+ messages)

"bad tree block start, want 419774464 have 0" after a clean shutdown, could it be a disk firmware issue?
 2021-07-16 22:44 UTC 

what are the current best practices for maintaining a BTRFS file system?
 2021-07-16 18:09 UTC  (2+ messages)

[PATCH v7 00/17] btrfs: add data write support for subpage
 2021-07-16 13:59 UTC  (3+ messages)
` [PATCH v7 01/17] btrfs: properly reset @this_bio_flag in btrfs_do_readpage() to avoid inheriting old bio flags to next extent

[PATCH 00/27] btrfs: limited subpage compressed write support
 2021-07-16  9:11 UTC  (4+ messages)
` [PATCH 07/27] btrfs: add subpage checked_bitmap to make PageChecked flag to be subpage compatible

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

btrfs cannot be mounted or checked
 2021-07-15 12:50 UTC  (17+ messages)

Memory folios and Btrfs
 2021-07-15 11:38 UTC  (3+ messages)

[PATCH v3] btrfs: rescue: allow ibadroots to skip bad extent tree when reading block group items
 2021-07-15  8:13 UTC  (4+ messages)

[PATCH v3 0/9] ENOSPC delalloc flushing fixes
 2021-07-15  7:31 UTC  (14+ messages)
` [PATCH v3 1/9] btrfs: wake up async_delalloc_pages waiters after submit
` [PATCH v3 2/9] btrfs: include delalloc related info in dump space info tracepoint
` [PATCH v3 3/9] btrfs: enable a tracepoint when we fail tickets
` [PATCH v3 4/9] btrfs: handle shrink_delalloc pages calculation differently
` [PATCH v3 5/9] btrfs: wait on async extents when flushing delalloc
` [PATCH v3 6/9] fs: add a filemap_fdatawrite_wbc helper
` [PATCH v3 7/9] btrfs: use the filemap_fdatawrite_wbc helper for delalloc shrinking
` [PATCH v3 8/9] 9p: migrate from sync_inode to filemap_fdatawrite_wbc
` [PATCH v3 9/9] fs: kill sync_inode

[PATCH v2] btrfs: rescue: allow ibadroots to skip bad extent tree when reading block group items
 2021-07-15  7:15 UTC  (5+ messages)

[PATCH] btrfs: rescue: allow ibadroots to skip bad extent tree when reading block group items
 2021-07-15  2:25 UTC  (3+ messages)

[PATCH] btrfs: add special case to setget helpers for 64k pages
 2021-07-14 23:37 UTC  (6+ messages)

IO failure without other (device) error
 2021-07-14 16:32 UTC  (11+ messages)

Enhancement Idea - Optional PGO+LTO build for btrfs-progs
 2021-07-14 13:01 UTC  (7+ messages)

[RFC PATCH] btrfs: do not warn if fs_devices has no device when call btrfs_show_devname
 2021-07-14  9:30 UTC 


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