linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-26 14:03:15 to 2021-07-29 00:57:31 UTC [more...]

reorganizing my snapshots: how to move a readonly snapshot? (btrbk)
 2021-07-29  0:57 UTC  (4+ messages)

[PATCH/RFC 00/11] expose btrfs subvols in mount table correctly
 2021-07-29  0:43 UTC  (36+ messages)
` [PATCH 07/11] exportfs: Allow filehandle lookup to cross internal mount points
` [PATCH 04/11] VFS: export lookup_mnt()
` [PATCH 01/11] VFS: show correct dev num in mountinfo
` [PATCH 03/11] VFS: pass lookup_flags into follow_down()
` [PATCH 06/11] nfsd: include a vfsmount in struct svc_fh
` [PATCH 11/11] btrfs: use automount to bind-mount all subvol roots
  ` [RFC PATCH] btrfs: btrfs_mountpoint_expiry_timeout can be static
` [PATCH 10/11] btrfs: introduce mapping function from location to inum
` [PATCH 02/11] VFS: allow d_automount to create in-place bind-mount
` [PATCH 09/11] nfsd: Allow filehandle lookup to cross internal mount points
` [PATCH 08/11] nfsd: change get_parent_attributes() to nfsd_get_mounted_on()
` [PATCH 05/11] VFS: new function: mount_is_internal()

[PATCH] btrfs: calculate number of eb pages properly in csum_tree_block
 2021-07-28 23:14 UTC  (2+ messages)

[PATCH v2] libbtrfsutil: fix race between subvolume iterator and deletion
 2021-07-28 21:14 UTC  (2+ messages)

BTRFS scrub reports an error but check doesn't find any errors
 2021-07-28 19:19 UTC  (9+ messages)

[PATCH] btrfs: Introduce btrfs_search_backwards function
 2021-07-28 17:47 UTC  (4+ messages)

[PATCH] btrfs: sysfs: advertise zoned support among features
 2021-07-28 16:56 UTC 

[PATCH] btrfs: quota: Introduce new flag to cancel quota rescan
 2021-07-28 16:49 UTC  (3+ messages)

[PATCH] btrfs: print if fsverity support is built in when loading module
 2021-07-28 16:22 UTC 

[PATCH] btrfs: add special case to setget helpers for 64k pages
 2021-07-28 16:00 UTC  (8+ messages)

[PATCH] btrfs: properly split extent_map for REQ_OP_ZONE_APPEND
 2021-07-28 15:47 UTC  (4+ messages)

[PATCH v6 0/3] btrfs: support fsverity
 2021-07-28 15:24 UTC  (6+ messages)
` [PATCH v6 2/3] btrfs: initial fsverity support

Unmountable Volume
 2021-07-28 13:41 UTC 

Unmountable Volume
 2021-07-28 13:38 UTC 

[PATCH v8 00/18] btrfs: add data write support for subpage
 2021-07-28 13:30 UTC  (11+ messages)
` [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 09/18] btrfs: fix wild subpage writeback which does not have ordered extent
` [PATCH v8 12/18] btrfs: reject raid5/6 fs for subpage

[PATCH v2] btrfs: fix rw device counting in __btrfs_free_extra_devids
 2021-07-28 12:58 UTC  (2+ messages)

[PATCH] btrfs: optimize check_raid_min_devices drop ret
 2021-07-28 12:49 UTC  (2+ messages)

[PATCH 0/7] Change allocation from kmalloc() to stack
 2021-07-28 12:51 UTC  (19+ messages)
` [PATCH 1/7] btrfs: Allocate walk_control on stack
` [PATCH 2/7] btrfs: Allocate file_ra_state "
` [PATCH 3/7] btrfs: Allocate btrfs_ioctl_get_subvol_info_args "
` [PATCH 4/7] btrfs: Allocate btrfs_ioctl_balance_args "
` [PATCH 5/7] btrfs: Allocate btrfs_ioctl_quota_rescan_args "
` [PATCH 6/7] btrfs: Allocate btrfs_ioctl_defrag_range_args "
` [PATCH 7/7] btrfs: Alloc backref_ctx "

[PATCH] btrfs: remove the dead comment in writepage_delalloc()
 2021-07-28 12:47 UTC  (2+ messages)

[PATCH 0/3] btrfs: fsync changes, a bug fix and a couple improvements
 2021-07-28 12:41 UTC  (5+ messages)
` [PATCH 1/3] btrfs: fix lost inode on log replay after mix of fsync, rename and inode eviction
` [PATCH 2/3] btrfs: eliminate some false positives when checking if inode was logged
` [PATCH 3/3] btrfs: do not pin logs too early during renames

[PATCH] libbtrfsutil: fix race between subvolume iterator and deletion
 2021-07-28 11:15 UTC  (3+ messages)

[PATCH RFC] btrfs: eliminate the window between run delalloc range and bio submission
 2021-07-28  7:39 UTC 

[PATCH] btrfs: drop ret in ioctl_quota_rescan_status
 2021-07-28  6:20 UTC 

fixes and cleanups for block_device refcounting v2
 2021-07-28  1:39 UTC  (2+ messages)

[PATCH 0/6] Fix lockdep issues around device removal
 2021-07-28  0:15 UTC  (10+ messages)
` [PATCH 1/6] btrfs: do not check for ->num_devices == 0 in rm_device
` [PATCH 2/6] btrfs: do not take the uuid_mutex in btrfs_rm_device
` [PATCH 3/6] btrfs: do not read super look for a device path
` [PATCH 4/6] btrfs: update the bdev time directly when closing
` [PATCH 5/6] btrfs: delay blkdev_put until after the device remove
` [PATCH 6/6] btrfs: unify common code for the v1 and v2 versions of "

[PATCH v2] btrfs/177: Ignore resize output message
 2021-07-28  0:15 UTC  (2+ messages)

[PATCH 00/10] Misc small cleanups
 2021-07-28  0:12 UTC  (22+ messages)
` [PATCH 04/10] btrfs: tree-checker: use table values for stripe checks
` [PATCH 06/10] btrfs: uninline btrfs_bg_flags_to_raid_index
` [PATCH 08/10] btrfs: simplify data stripe calculation helpers
` [PATCH 10/10] btrfs: add and use simple page/bio to inode/fs_info helpers
  ` [PATCH v2 "

Filesystem goes readonly soon after mount, cannot free space or rebalance
 2021-07-27 21:58 UTC  (17+ messages)

[PATCH 0/7] Allocate structures on stack instead of kmalloc()
 2021-07-27 21:17 UTC 

[PATCH v2 0/7]
 2021-07-27 21:01 UTC  (8+ messages)
` [PATCH v2 1/7] btrfs: do not call close_fs_devices in btrfs_rm_device
` [PATCH v2 2/7] btrfs: do not take the uuid_mutex "
` [PATCH v2 3/7] btrfs: do not read super look for a device path
` [PATCH v2 4/7] btrfs: update the bdev time directly when closing
` [PATCH v2 5/7] btrfs: delay blkdev_put until after the device remove
` [PATCH v2 6/7] btrfs: unify common code for the v1 and v2 versions of "
` [PATCH v2 7/7] btrfs: do not take the device_list_mutex in clone_fs_devices

RFC: switch iomap to an iterator model
 2021-07-27 14:32 UTC  (11+ messages)
` [PATCH 16/27] iomap: switch iomap_bmap to use iomap_iter
` [PATCH 17/27] iomap: switch iomap_seek_hole "

[PATCH] btrfs: change the set_page_extent_mapped() call into an ASSERT()
 2021-07-27 14:23 UTC  (3+ messages)

cannot use btrfs for nfs server
 2021-07-27 11:27 UTC  (11+ messages)

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

[PATCH] btrfs: remove the unused @start and @end parameter for btrfs_run_delalloc_range()
 2021-07-27 10:32 UTC  (5+ messages)

[PATCH] generic: test for file loss after mix of rename, fsync and inode eviction
 2021-07-27 10:24 UTC 

[PATCH] btrfs: dir-item: Introduce btrfs_lookup_match_dir
 2021-07-27 10:05 UTC  (2+ messages)

[PATCH] btrfs: file-item: Remove unneeded variable
 2021-07-27  9:16 UTC  (2+ messages)

"bad tree block start, want 419774464 have 0" after a clean shutdown, could it be a disk firmware issue?
 2021-07-27  9:02 UTC  (7+ 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] btrfs: remove the unnecessary @nr_written parameters
 2021-07-27  6:02 UTC 

[PATCH] fs: reduce pointers while using file_ra_state_init()
 2021-07-27  3:49 UTC  (7+ messages)

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

[PATCH] btrfs/177: Adjust resize output message
 2021-07-26 23:06 UTC  (2+ messages)

[PATCH v3 00/21] btrfs: support idmapped mounts
 2021-07-26 16:10 UTC  (5+ messages)
` [PATCH v3 01/21] namei: add mapping aware lookup helper


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