linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-25 07:30:27 to 2021-07-27 22:42:43 UTC [more...]

[PATCH 0/7] Change allocation from kmalloc() to stack
 2021-07-28 12:51 UTC  (8+ 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/RFC 00/11] expose btrfs subvols in mount table correctly
 2021-07-27 22:37 UTC  (2+ messages)
` [PATCH 01/11] VFS: show correct dev num in mountinfo

[PATCH 0/6] Fix lockdep issues around device removal
 2021-07-27 22:42 UTC  (9+ 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 "

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

BTRFS scrub reports an error but check doesn't find any errors
 2021-07-27 21:41 UTC  (4+ 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

[PATCH v2] btrfs/177: Ignore resize output message
 2021-07-27 18:21 UTC 

reorganizing my snapshots: how to move a readonly snapshot? (btrbk)
 2021-07-27 17:33 UTC  (2+ messages)

[PATCH 00/10] Misc small cleanups
 2021-07-27 15:03 UTC  (32+ 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 v2 "

RFC: switch iomap to an iterator model
 2021-07-27 14:32 UTC  (22+ 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 "

[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 0/3] btrfs: fsync changes, a bug fix and a couple improvements
 2021-07-27 10:24 UTC  (4+ 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] btrfs: dir-item: Introduce btrfs_lookup_match_dir
 2021-07-27 10:05 UTC  (2+ messages)

[PATCH v8 00/18] btrfs: add data write support for subpage
 2021-07-27  9:35 UTC  (23+ 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

[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  (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?')

[PATCH v2] btrfs: fix rw device counting in __btrfs_free_extra_devids
 2021-07-27  7:13 UTC 

[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  (6+ 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  (28+ 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: Introduce btrfs_search_backwards function
 2021-07-26 14:03 UTC 

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

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

fixes and cleanups for block_device refcounting v3
 2021-07-26 10:17 UTC  (8+ messages)
` [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 06/10] block: change the refcounting for partitions

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

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

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


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