linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-18 16:40:36 to 2020-06-25 12:28:15 UTC [more...]

[PATCH] btrfs: allow use of global block reserve for balance item deletion
 2020-06-25 12:28 UTC  (2+ messages)

RAID5 scrub 1 or 2 disks at a time instead to speed up
 2020-06-25 10:23 UTC 

[PATCH] btrfs: pass checksum type via BTRFS_IOC_FS_INFO ioctl
 2020-06-25  7:48 UTC  (17+ messages)

[PATCH 0/8] Rearrange inode locking
 2020-06-24 16:19 UTC  (10+ messages)
` [PATCH 1/8] btrfs: Move pos increment and pagecache extension to btrfs_buffered_write()
` [PATCH 2/8] btrfs: Move FS error state bit early during write
` [PATCH 3/8] btrfs: Introduce btrfs_write_check()
` [PATCH 4/8] btrfs: Introduce btrfs_inode_lock()/unlock()
` [PATCH 5/8] btrfs: Push inode locking and unlocking in buffered/direct write
` [PATCH 6/8] btrfs: Use shared inode lock for direct writes within EOF
` [PATCH 7/8] btrfs: Remove dio_sem
` [PATCH 8/8] btrfs: Move generic_write_sync() to btrfs_buffered_write()

[PATCH] btrfs: tests: remove if duplicate in __check_free_space_extents()
 2020-06-24 16:16 UTC  (2+ messages)

[PATCH U-BOOT v3 00/30] PLEASE TEST fs: btrfs: Re-implement btrfs support using code from btrfs-progs
 2020-06-24 16:11 UTC  (32+ messages)
` [PATCH U-BOOT v3 01/30] fs: btrfs: Sync btrfs_btree.h from kernel
` [PATCH U-BOOT v3 02/30] fs: btrfs: Add more checksum algorithms
` [PATCH U-BOOT v3 03/30] fs: btrfs: Crossport btrfs_read_dev_super() from btrfs-progs
` [PATCH U-BOOT v3 04/30] fs: btrfs: Crossport rbtree-utils "
` [PATCH U-BOOT v3 05/30] fs: btrfs: Crossport extent-cache.[ch] "
` [PATCH U-BOOT v3 06/30] fs: btrfs: Crossport extent-io.[ch] "
` [PATCH U-BOOT v3 07/30] fs: btrfs: Crossport structure accessor into ctree.h
` [PATCH U-BOOT v3 08/30] fs: btrfs: Crossport volumes.[ch] from btrfs-progs
` [PATCH U-BOOT v3 09/30] fs: btrfs: Crossport read_tree_block() "
` [PATCH U-BOOT v3 10/30] fs: btrfs: Rename struct btrfs_path to struct __btrfs_path
` [PATCH U-BOOT v3 11/30] fs: btrfs: Rename btrfs_root to __btrfs_root
` [PATCH U-BOOT v3 12/30] fs: btrfs: Crossport struct btrfs_root to ctree.h
` [PATCH U-BOOT v3 13/30] fs: btrfs: Crossport btrfs_search_slot() from btrfs-progs
` [PATCH U-BOOT v3 14/30] fs: btrfs: Crossport btrfs_read_sys_array() and btrfs_read_chunk_tree()
` [PATCH U-BOOT v3 15/30] fs: btrfs: Crossport open_ctree_fs_info() from btrfs-progs
` [PATCH U-BOOT v3 16/30] fs: btrfs: Rename path resolve related functions to avoid name conflicts
` [PATCH U-BOOT v3 17/30] fs: btrfs: Use btrfs_readlink() to implement __btrfs_readlink()
` [PATCH U-BOOT v3 18/30] fs: btrfs: inode: Allow next_length() to return value > BTRFS_NAME_LEN
` [PATCH U-BOOT v3 19/30] fs: btrfs: Implement btrfs_lookup_path()
` [PATCH U-BOOT v3 20/30] fs: btrfs: Use btrfs_iter_dir() to replace btrfs_readdir()
` [PATCH U-BOOT v3 21/30] fs: btrfs: Use btrfs_lookup_path() to implement btrfs_exists() and btrfs_size()
` [PATCH U-BOOT v3 22/30] fs: btrfs: Rename btrfs_file_read() and its callees to avoid name conflicts
` [PATCH U-BOOT v3 23/30] fs: btrfs: Introduce btrfs_read_extent_inline() and btrfs_read_extent_reg()
` [PATCH U-BOOT v3 24/30] fs: btrfs: Introduce lookup_data_extent() for later use
` [PATCH U-BOOT v3 25/30] fs: btrfs: Implement btrfs_file_read()
` [PATCH U-BOOT v3 26/30] fs: btrfs: Introduce function to resolve path in one subvolume
` [PATCH U-BOOT v3 27/30] fs: btrfs: Introduce function to resolve the path of "
` [PATCH U-BOOT v3 28/30] fs: btrfs: Imeplement btrfs_list_subvols() using new infrastructure
` [PATCH U-BOOT v3 29/30] fs: btrfs: Cleanup the old implementation
` [PATCH U-BOOT v3 30/30] MAINTAINERS: Add btrfs mailing list and myself as reviewer

[PATCH 1/2] btrfs-progs: convert: Ensure the data chunks size never exceed device size
 2020-06-24 15:58 UTC  (5+ messages)
` [PATCH 2/2] btrfs-progs: tests/convert: Add test case to make sure we won't allocate dev extents beyond device boundary

[PATCH 0/2] btrfs-progs: build warning hunting routine
 2020-06-24 15:46 UTC  (4+ messages)
` [PATCH 1/2] btrfs-progs: convert/ext2: fix the pointer sign warning
` [PATCH 2/2] btrfs-progs: Fix seemly wrong format overflow warning

btrfs dev sta not updating
 2020-06-24 13:04 UTC  (11+ messages)

btrfs-convert results unmountable fs due to extent "beyond device boundary"
 2020-06-24 11:58 UTC  (3+ messages)

[PATCH] btrfs: start deprecation of mount option inode_cache
 2020-06-24 11:06 UTC  (6+ messages)

[PATCH] btrfs: remove unused btrfs_root::defrag_trans_start
 2020-06-24  8:33 UTC  (3+ messages)

[PATCH v5 0/3] btrfs: allow btrfs_truncate_block() to fallback to nocow for data space reservation
 2020-06-24  8:22 UTC  (6+ messages)
` [PATCH v5 1/3] "
` [PATCH v5 2/3] btrfs: add comments for btrfs_check_can_nocow() and can_nocow_extent()
` [PATCH v5 3/3] btrfs: refactor btrfs_check_can_nocow() into two variants

[PATCH] btrfs: don't use UAPI types for fiemap callback
 2020-06-24  7:09 UTC  (2+ messages)

[PATCH v4 0/3] btrfs: allow btrfs_truncate_block() to fallback to nocow for data space reservation
 2020-06-23 22:39 UTC  (9+ messages)
` [PATCH v4 1/3] "
` [PATCH v4 2/3] btrfs: add comments for btrfs_check_can_nocow() and can_nocow_extent()
` [PATCH v4 3/3] btrfs: refactor btrfs_check_can_nocow() into two variants

[GIT PULL] Btrfs fixes for 5.8-rc3
 2020-06-23 16:50 UTC  (2+ messages)

[PATCH v2 02/16] btrfs-progs: add global verbose and quiet options and helper functions
 2020-06-23 16:44 UTC  (5+ messages)
` [PATCH v3 "

[PATCH 0/8 v2 PART2] btrfs-progs: add quiet option
 2020-06-23 16:40 UTC  (2+ messages)

[PATCH 0/4] btrfs-progs: get rid of btrfs_raid_profile_table
 2020-06-23 15:45 UTC  (6+ messages)
` [PATCH 1/4] btrfs-progs: use sub_stripes property from btrfs_raid_attr
` [PATCH 2/4] btrfs-progs: use minimal number of stripes "
` [PATCH 3/4] btrfs-progs: remove unused btrfs_raid_profile::max_stripes
` [PATCH 4/4] btrfs-progs: remove btrfs_raid_profile_table

[PATCH] btrfs: use free_root_extent_buffer to free root
 2020-06-23 15:32 UTC  (3+ messages)

[PATCH U-BOOT v2 00/30] fs: btrfs: Re-implement btrfs support using the more widely used extent buffer base code
 2020-06-23 15:05 UTC  (3+ messages)

[PATCH 00/15] btrfs-progs: simplify chunk allocation a bit
 2020-06-23  8:01 UTC  (7+ messages)
` [PATCH 01/15] btrfs-progs: simplify minimal stripe number checking
` [PATCH 13/15] btrfs-progs: introduce init_alloc_chunk_ctl

[PATCH 0/6 v9] btrfs direct-io using iomap
 2020-06-23  6:15 UTC  (12+ messages)
` [PATCH 1/6] iomap: Convert wait_for_completion to flags
` [PATCH 2/6] iomap: IOMAP_DIOF_PGINVALID_FAIL return if page invalidation fails
` [PATCH 3/6] btrfs: switch to iomap_dio_rw() for dio
` [PATCH 4/6] fs: remove dio_end_io()
` [PATCH 5/6] btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK
` [PATCH 6/6] btrfs: split btrfs_direct_IO to read and write part

btrfs-dedupe broken and unsupported but in official wiki
 2020-06-22 22:45 UTC  (9+ messages)

[PATCH v2 00/46] Trivial BTRFS_I removal
 2020-06-22 18:51 UTC  (3+ messages)

[PATCH 0/6] Fix enum values print in tracepoints
 2020-06-22 16:05 UTC  (10+ messages)
` [PATCH 1/6] btrfs: tracepoints: Fix btrfs_trigger_flush printout
` [PATCH 2/6] btrfs: tracepoints: Fix extent type symbolic name print
` [PATCH 3/6] btrfs: tracepoints: Move FLUSH_ACTIONS define
` [PATCH 4/6] btrfs: tracepoints: Fix qgroup reservation type printing
` [PATCH 5/6] btrfs: tracepoints: Switch extent_io_tree_owner to using EM macro
` [PATCH 6/6] btrfs: tracepoints: Convert flush states to using EM macros

weekly fstrim (still) necessary?
 2020-06-22 15:56 UTC  (12+ messages)

btrfs-progs scripts 'btrfs-debugfs' 'show-blocks' need python3 updating
 2020-06-22 15:52 UTC  (2+ messages)

Behavior after encountering bad block
 2020-06-19 21:03 UTC  (8+ messages)

[PATCH 0/2] btrfs-progs: mkfs: fix mkfs --rootdir size problem
 2020-06-19 13:48 UTC  (5+ messages)
` [PATCH 1/2] btrfs-progs: fix wrong chunk profile for do_chunk_alloc()
` [PATCH 2/2] btrfs-progs: mkfs-tests: Add test case to verify the --rootdir size limit

[RFC PATCH 0/2] gfs2 readahead regression in v5.8-rc1
 2020-06-19 11:55 UTC  (4+ messages)
` [PATCH 1/2] fs: Add IOCB_CACHED flag for generic_file_read_iter
` [PATCH 2/2] gfs2: Rework read and page fault locking

[PATCH] btrfs: qgroup: add sysfs interface for debug
 2020-06-19  9:52 UTC  (4+ messages)

Physical address offset of the inline extent
 2020-06-19  7:59 UTC  (5+ messages)

BTRFS: Transaction aborted (error -24)
 2020-06-19  4:41 UTC  (10+ messages)

[PATCH v11 00/25] Change readahead API
 2020-06-18 16:40 UTC  (9+ messages)
` [PATCH v11 16/25] fs: Convert mpage_readpages to mpage_readahead
  ` [Cluster-devel] "


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