Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2023-11-13 13:50:05 to 2023-11-22 17:17:36 UTC [more...]

[PATCH] fstests: don't test -o norecovery in btrfs/220
 2023-11-22 17:16 UTC  (2+ messages)

[PATCH v2 00/18] btrfs: convert to the new mount API
 2023-11-22 16:12 UTC  (19+ messages)
` [PATCH v2 02/18] btrfs: split out the mount option validation code into its own helper
` [PATCH v2 04/18] btrfs: move space cache settings into open_ctree
` [PATCH v2 05/18] btrfs: do not allow free space tree rebuild on extent tree v2
` [PATCH v2 08/18] btrfs: add fs_parameter definitions
` [PATCH v2 09/18] btrfs: add parse_param callback for the new mount api
` [PATCH v2 11/18] btrfs: add reconfigure callback for fs_context
` [PATCH v2 12/18] btrfs: add get_tree callback for new mount API

[PATCH 00/12] fstests: fscrypt test updates
 2023-11-22 15:41 UTC  (5+ messages)
` [PATCH 09/12] fstests: split generic/580 into two tests

[PATCH] btrfs: refactor alloc_extent_buffer() to allocate-then-attach method
 2023-11-22 14:38 UTC  (3+ messages)

[PATCH 0/8] btrfs: add a btrfs_chunk_map structure and preparatory cleanups
 2023-11-22 14:16 UTC  (18+ messages)
` [PATCH 1/8] btrfs: fix off-by-one when checking chunk map includes logical address
` [PATCH 2/8] btrfs: make error messages more clear when getting a chunk map
` [PATCH 3/8] btrfs: mark sanity checks when getting chunk map as unlikely
` [PATCH 4/8] btrfs: split assert into two different asserts when removing block group
` [PATCH 5/8] btrfs: unexport extent_map_block_end()
` [PATCH 6/8] btrfs: use btrfs_next_item() at scrub.c:find_first_extent_item()
` [PATCH 7/8] btrfs: use a dedicated data structure for chunk maps
` [PATCH 8/8] btrfs: remove stripe size local variable from insert_dev_extents()

[PATCH] tests/btrfs: add tests to the remount group
 2023-11-22 14:07 UTC  (2+ messages)

[PATCH v2 00/36] btrfs: add fscrypt support
 2023-11-22 13:58 UTC  (3+ messages)

[PATCH 0/5] btrfs: zoned: remove extent_buffer redirtying
 2023-11-22 13:57 UTC  (14+ messages)
` [PATCH 1/5] btrfs: rename EXTENT_BUFFER_NO_CHECK to EXTENT_BUFFER_CANCELLED
` [PATCH 2/5] btrfs: zoned: don't clear dirty flag of extent buffer
` [PATCH 3/5] btrfs: remove now unneeded btrfs_redirty_list_add
` [PATCH 4/5] btrfs: use memset_page instead of opencoding it
` [PATCH 5/5] btrfs: reflow btrfs_free_tree_block

[PATCH RFC] btrfs: allow extent buffer helpers to skip cross-page handling
 2023-11-22 13:46 UTC  (10+ messages)

checksum errors but files are readable and no disk errors
 2023-11-21 18:07 UTC  (35+ messages)

[PATCH 0/5] Reduce size of extent_io_tree, remove fs_info
 2023-11-21 14:19 UTC  (7+ messages)
` [PATCH 1/5] btrfs: move lockdep class setting out of extent_io_tree_init
` [PATCH 2/5] btrfs: drop error message in extent_io_tree insert_state()
` [PATCH 3/5] btrfs: constify fs_info parameter in __btrfs_panic()
` [PATCH 4/5] btrfs: enhance extent_io_tree error reports
` [PATCH 5/5] btrfs: always set extent_io_tree::inode and drop fs_info

[PATCH 0/5] Remove some unused struct members
 2023-11-21 13:05 UTC  (10+ messages)
` [PATCH 1/5] btrfs: scrub: remove unused scrub_ctx::sectors_per_bio
` [PATCH 2/5] btrfs: remove unused btrfs_ordered_extent::outstanding_isize
` [PATCH 3/5] btrfs: raid56: remove unused btrfs_plug_cb::work
` [PATCH 4/5] btrfs: remove unused definition of tree_entry in extent-io-tree.c
` [PATCH 5/5] btrfs: remove unused btrfs_root::type

[PATCH v2] btrfs: ref-verify: fix memory leaks
 2023-11-21 13:03 UTC  (2+ messages)

[PATCH] btrfs: migrate to use folio private instead of page private
 2023-11-21 12:58 UTC  (5+ messages)

[PATCH] btrfs: add dmesg output when mounting and unmounting
 2023-11-21 12:38 UTC  (10+ messages)

[PATCH v2 0/2] btrfs/301: test fixes for squotas vs other features
 2023-11-21 10:50 UTC  (5+ messages)
` [PATCH v2 1/2] btrfs/301: fix hardcoded subvolids
` [PATCH v2 2/2] btrfs/301: require_no_compress

[PATCH v2] btrfs-progs: receive: cannot find clone source subvol when receiving in reverse direction
 2023-11-20 21:11 UTC  (2+ messages)

[PATCH 0/2] btrfs/301: test fixes for squotas vs other features
 2023-11-20 19:53 UTC  (5+ messages)
` [PATCH 1/2] btrfs/301: fix hardcoded subvolids
` [PATCH 2/2] btrfs/301: require_no_compress

[PATCH 0/2] Pool for compression pages
 2023-11-20 17:05 UTC  (6+ messages)
` [PATCH 1/2] btrfs: use page alloc/free wrapeprs "
` [PATCH 2/2] btrfs: use shrinker for compression page pool

[PATCH RFC] btrfs: pick device with lowest devt for show_devname
 2023-11-20 14:42 UTC  (4+ messages)

[PATCH v3 00/11] bitmap: prereqs for ip_tunnel flags conversion
 2023-11-20 11:04 UTC  (15+ messages)
` [PATCH v3 01/11] bitops: add missing prototype check
` [PATCH v3 02/11] bitops: make BYTES_TO_BITS() treewide-available
` [PATCH v3 03/11] bitops: let the compiler optimize {__,}assign_bit()
` [PATCH v3 04/11] linkmode: convert linkmode_{test,set,clear,mod}_bit() to macros
` [PATCH v3 05/11] s390/cio: rename bitmap_size() -> idset_bitmap_size()
` [PATCH v3 06/11] fs/ntfs3: add prefix to bitmap_size() and use BITS_TO_U64()
` [PATCH v3 07/11] btrfs: rename bitmap_set_bits() -> btrfs_bitmap_set_bits()
` [PATCH v3 08/11] tools: move alignment-related macros to new <linux/align.h>
` [PATCH v3 09/11] bitmap: introduce generic optimized bitmap_size()
` [PATCH v3 10/11] bitmap: make bitmap_{get,set}_value8() use bitmap_{read,write}()
` [PATCH v3 11/11] lib/bitmap: add compile-time test for __assign_bit() optimization

[syzbot] [btrfs?] memory leak in __btrfs_add_free_space
 2023-11-20  8:05 UTC 

[syzbot] [btrfs?] WARNING in btrfs_release_global_block_rsv
 2023-11-20  0:46 UTC  (3+ messages)

parent transid verify failed + level verify failed
 2023-11-19 18:41 UTC  (3+ messages)

[PATCH v3 00/32] bootm: Refactoring to reduce reliance on CMDLINE (part A)
 2023-11-18 21:04 UTC  (2+ messages)
` [PATCH v3 04/32] treewide: Tidy up semicolon after command macros

[PATCH v2 00/32] bootm: Refactoring to reduce reliance on CMDLINE (part A)
 2023-11-18  7:50 UTC  (3+ messages)
` [PATCH v2 04/32] treewide: Tidy up semicolon after command macros

Mixed page compact code and (higher order) folios for filemap
 2023-11-17 13:36 UTC  (7+ messages)

[PATCH v4 0/1] Enforce 4k sectorize by default for mkfs
 2023-11-17 10:41 UTC  (3+ messages)
` [PATCH v4 1/1] btrfs-progs: mkfs: Enforce 4k sectorsize by default

[PATCH v3 0/1] Enforce 4k sectorize by default for mkfs
 2023-11-16 14:50 UTC  (2+ messages)
` [PATCH v3] btrfs-progs: mkfs: Enforce 4k sectorsize by default

[PATCH] common/btrfs: add _btrfs_get_fsid() helper
 2023-11-16  2:51 UTC  (2+ messages)

[PATCH 00/29] bootm: Refactoring to reduce reliance on CMDLINE (part A)
 2023-11-15 19:58 UTC  (3+ messages)
` [PATCH 03/29] treewide: Tidy up semicolon after command macros

Btrfs progs release 6.6.2
 2023-11-15 15:04 UTC 

[PATCH] btrfs: do not abort transaction if there is already an existing qgroup
 2023-11-14 12:38 UTC  (5+ messages)

[PATCH v2] fstests: btrfs: test snapshot creation with existing qgroup
 2023-11-14  8:34 UTC  (3+ messages)

[PATCH] fstests: btrfs: test snapshot creation with existing qgroup
 2023-11-14  8:32 UTC  (4+ messages)

[GIT PULL] Btrfs updates for 6.7-rc2
 2023-11-13 17:16 UTC  (2+ messages)

[PATCH] btrfs: ref-verify: fix memory leaks
 2023-11-13 13:49 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox