Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2023-05-02 11:32:52 to 2023-05-05 22:58:44 UTC [more...]

[PATCH 16/22] btrfs: Use alloc_ordered_workqueue() to create ordered workqueues
 2023-05-05 22:58 UTC  (3+ messages)
    ` [PATCH v2 "

[PATCH 0/2] Supporting same fsid filesystems mounting on btrfs
 2023-05-05 22:31 UTC  (19+ messages)
` [PATCH 1/2] btrfs: Introduce the virtual_fsid feature
` [PATCH 2/2] btrfs: Add module parameter to enable non-mount scan skipping

[PATCH 0/9] btrfs: some free space cache fixes and updates
 2023-05-05 20:51 UTC  (16+ messages)
` [PATCH 1/9] btrfs: fix space cache inconsistency after error loading it from disk
` [PATCH 2/9] btrfs: avoid extra memory allocation when copying free space cache
` [PATCH 3/9] btrfs: avoid searching twice for previous node when merging free space entries
` [PATCH 4/9] btrfs: use precomputed end offsets at do_trimming()
` [PATCH 5/9] btrfs: simplify arguments to tree_insert_offset()
` [PATCH 6/9] btrfs: assert proper locks are held at tree_insert_offset()
` [PATCH 7/9] btrfs: assert tree lock is held when searching for free space entries
` [PATCH 8/9] btrfs: assert tree lock is held when linking free space
` [PATCH 9/9] btrfs: assert tree lock is held when removing free space entries

[PATCH] btrfs-progs: fix may be used uninitialized in __set_extent_bit
 2023-05-05 14:26 UTC  (2+ messages)

[PATCH] btrfs: output affected files when relocation failed
 2023-05-05 14:24 UTC  (4+ messages)

[PATCH] btrfs: replace else-statement with initialization
 2023-05-05 14:14 UTC  (2+ messages)

[PATCH v2] btrfs: output affected files when relocation failed
 2023-05-05 14:09 UTC  (3+ messages)

Regression in Linux 6.3.1 vs 6.2.13 with bees: vmalloc error: size 0, page order 9, failed to allocate pages,
 2023-05-05 13:10 UTC  (2+ messages)

unexplained missing free space
 2023-05-05 11:15 UTC  (2+ messages)

don't offload CRCs generation to helpers if it is fast v2
 2023-05-05 11:01 UTC  (8+ messages)
` [PATCH 1/3] btrfs: never defer I/O submission for fast CRC implementations
` [PATCH 2/3] btrfs: don't reinvent synchronous writer detection logic
` [PATCH 3/3] btrfs: remove hipri_workers workqueue

[PATCH] btrfs: fix backref walking not returning all inode refs
 2023-05-05 10:03 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v2 0/7] btrfs-progs: fix -Wmissing-prototypes warnings and enable that warning option
 2023-05-05  7:05 UTC  (15+ messages)
` [PATCH v2 1/7] btrfs-progs: remove function btrfs_check_allocatable_zones()
` [PATCH v2 2/7] btrfs-progs: libbtrfs: remove the support for fs without uuid tree
` [PATCH v2 3/7] btrfs-progs: crypto/blake2: remove blake2 simple API
` [PATCH v2 4/7] btrfs-progs: crypto/blake2: move optimized declarations to blake2b.h
` [PATCH v2 5/7] btrfs-progs: crypto/sha: declare the x86 optimized implementation
` [PATCH v2 6/7] btrfs-progs: fix -Wmissing-prototypes warnings
` [PATCH v2 7/7] btrfs-progs: Makefile: enable -Wmissing-prototypes

[PATCH] btrfs: don't BUG_ON on allocation failure in btrfs_csum_one_bio
 2023-05-05  6:26 UTC  (3+ messages)

[PATCH RFC 0/9] btrfs: simple quotas
 2023-05-05  4:13 UTC  (18+ messages)
` [PATCH 1/9] btrfs: simple quotas mode
` [PATCH 2/9] btrfs: new function for recording simple quota usage
` [PATCH 3/9] btrfs: track original extent subvol in a new inline ref
` [PATCH 4/9] btrfs: track metadata owning root in delayed refs
` [PATCH 5/9] btrfs: record simple quota deltas
` [PATCH 6/9] btrfs: auto hierarchy for simple qgroups of nested subvols
` [PATCH 7/9] btrfs: check generation when recording simple quota delta
` [PATCH 8/9] btrfs: expose the qgroup mode via sysfs
` [PATCH 9/9] btrfs: free qgroup rsv on io failure

[PATCH v3 0/6] fs: implement multigrain timestamps
 2023-05-05  0:10 UTC  (8+ messages)
` [PATCH v3 1/6] fs: add infrastructure for multigrain inode i_m/ctime
` [PATCH v3 2/6] overlayfs: allow it handle multigrain timestamps
` [PATCH v3 3/6] shmem: convert to "
` [PATCH v3 4/6] xfs: "
` [PATCH v3 5/6] ext4: "
` [PATCH v3 6/6] btrfs: "

[PATCH RFC] btrfs: fix static_assert for older gcc
 2023-05-04 21:10 UTC  (6+ messages)
` [PATCH RFC] btrfs-progs: "

6.1 Replacement warnings and papercuts
 2023-05-04 17:43 UTC  (8+ messages)

6.2 regression: BTRFS_LOGICAL_INO_ARGS_IGNORE_OFFSET broken
 2023-05-04 13:10 UTC  (13+ messages)

[PATCH RFC] btrfs: print assertion failure report and stack trace from the same line
 2023-05-04 11:09 UTC  (3+ messages)

Filesystem inconsistency on power cycle
 2023-05-04  1:12 UTC  (3+ messages)

Unprivileged snapshot removal after unpriv. snapshot creation
 2023-05-03 23:20 UTC  (3+ messages)

simplify extent_buffer reading and writing v4
 2023-05-03 15:24 UTC  (22+ messages)
` [PATCH 01/21] btrfs: mark extent_buffer_under_io static
` [PATCH 02/21] btrfs: fix sub-page error handling in end_bio_subpage_eb_writepage
` [PATCH 03/21] btrfs: move setting the buffer uptodate out of validate_extent_buffer
` [PATCH 04/21] btrfs: merge verify_parent_transid and btrfs_buffer_uptodate
` [PATCH 05/21] btrfs: always read the entire extent_buffer
` [PATCH 06/21] btrfs: don't use btrfs_bio_ctrl for extent buffer reading
` [PATCH 07/21] btrfs: remove the mirror_num argument to btrfs_submit_compressed_read
` [PATCH 08/21] btrfs: use a separate end_io handler for read_extent_buffer
` [PATCH 09/21] btrfs: do not try to unlock the extent for non-subpage metadata reads
` [PATCH 10/21] btrfs: return bool from lock_extent_buffer_for_io
` [PATCH 11/21] btrfs: submit a writeback bio per extent_buffer
` [PATCH 12/21] btrfs: move page locking from lock_extent_buffer_for_io to write_one_eb
` [PATCH 13/21] btrfs: don't use btrfs_bio_ctrl for extent buffer writing
` [PATCH 14/21] btrfs: use a separate end_io handler for extent_buffer writing
` [PATCH 15/21] btrfs: remove the extent_buffer lookup in btree block checksumming
` [PATCH 16/21] btrfs: remove the io_pages field in struct extent_buffer
` [PATCH 17/21] btrfs: stop using PageError for extent_buffers
` [PATCH 18/21] btrfs: don't check for uptodate pages in read_extent_buffer_pages
` [PATCH 19/21] btrfs: stop using lock_extent in btrfs_buffer_uptodate
` [PATCH 20/21] btrfs: use per-buffer locking for extent_buffer reading
` [PATCH 21/21] btrfs: merge write_one_subpage_eb into write_one_eb

[PATCH] btrfs: remove struct processed_extent
 2023-05-03 15:25 UTC  (2+ messages)

[PATCH 00/26] btrfs-progs: sync ctree.c into btrfs-progs
 2023-05-03 14:20 UTC  (2+ messages)

[PATCH] btrfs: don't free qgroup space unless specified
 2023-05-03 12:56 UTC  (3+ messages)

[PATCH 0/8] btrfs-progs: sync basic code from the kernel
 2023-05-03 10:54 UTC  (10+ messages)
` [PATCH 1/8] btrfs-progs: sync uapi/btrfs.h into btrfs-progs
` [PATCH 3/8] btrfs-progs: sync messages.* from the kernel
` [PATCH 4/8] btrfs-progs: add struct va_format support to our btrfs_no_printk helper

[syzbot] [ntfs3?] [btrfs?] BUG: unable to handle kernel paging request in clear_user_rep_good
 2023-05-03 10:31 UTC  (4+ messages)
` [syzbot] [xfs?] "

[PATCH 00/10] btrfs-progs: prep work for syncing ctree.c
 2023-05-03  9:54 UTC  (2+ messages)

bug: btrfs receive: ERROR: clone: did not find source subvol
 2023-05-02 21:22 UTC  (5+ messages)
      ` btrfs receive: ERROR: clone: did not find source subvol (user error, not a bug)

[PATCH 00/11] btrfs-progs: prep work for syncing files into kernel-shared
 2023-05-02 20:56 UTC  (4+ messages)
` [PATCH 06/11] btrfs-progs: remove the _on() related message helpers

[PATCH 0/3] btrfs-progs: add the ability to enable fst for btrfstune
 2023-05-02 18:25 UTC  (2+ messages)

[linus:master] [btrfs] 52bb7a2166: filebench.sum_operations/s -4.0% regression
 2023-05-02 16:27 UTC  (2+ messages)

[PATCH] btrfs: Avoid potential integer overflow when left-shifting 32-bit int
 2023-05-02 16:11 UTC  (3+ messages)

[PATCH] btrfs: use SECTOR_SHIFT in issue discard
 2023-05-02 16:00 UTC  (3+ messages)
` [PATCH] btrfs: use SECTOR_SHIFT to convert phy to lba

[PATCH] btrfs: use SECTOR_SHIFT to convert lba to phys
 2023-05-02 15:59 UTC  (2+ messages)

[PATCH 0/2] btrfs: small improvement to leaf dump
 2023-05-02 15:34 UTC  (2+ messages)

[PATCH] btrfs-progs: enable -Wmissing-prototypes for debug builds
 2023-05-02 14:51 UTC  (6+ messages)

[PATCH] btrfs-progs: tests/nullb fix kernel support check
 2023-05-02 14:04 UTC  (2+ messages)

[PATCH 00/12] btrfs: various cleanups to make ctree.c sync easier
 2023-05-02 12:35 UTC  (19+ messages)
` [PATCH 04/12] btrfs: add btrfs_tree_block_status definitions to tree-checker.h
` [PATCH 05/12] btrfs: use btrfs_tree_block_status for leaf item errors
` [PATCH 06/12] btrfs: extend btrfs_leaf_check to return btrfs_tree_block_status
` [PATCH 07/12] btrfs: add __btrfs_check_node helper
` [PATCH 08/12] btrfs: move btrfs_verify_level_key into tree-checker.c
` [PATCH 09/12] btrfs: move split_flags/combine_flags helpers to inode-item.h
` [PATCH 10/12] btrfs: add __KERNEL__ check for btrfs_no_printk
` [PATCH 11/12] btrfs: add a btrfs_csum_type_size helper
` [PATCH 12/12] btrfs: rename del_ptr -> btrfs_del_ptr and export it

[PATCH] btrfs: fix encoded write i_size corruption
 2023-05-02 12:20 UTC  (2+ messages)

[PATCH 1/2] btrfs-progs: doc: fix the indent on the ORPHAN_OBJECTID
 2023-05-02 12:06 UTC  (2+ messages)


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