linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-19 22:57:06 to 2023-07-24 10:00:08 UTC [more...]

[PATCH v2 00/47] use refcount+RCU method to implement lockless slab shrink
 2023-07-24  9:43 UTC  (30+ messages)
` [PATCH v2 01/47] mm: vmscan: move shrinker-related code into a separate file
` [PATCH v2 02/47] mm: shrinker: remove redundant shrinker_rwsem in debugfs operations
` [PATCH v2 03/47] mm: shrinker: add infrastructure for dynamically allocating shrinker
` [PATCH v2 04/47] kvm: mmu: dynamically allocate the x86-mmu shrinker
` [PATCH v2 05/47] binder: dynamically allocate the android-binder shrinker
` [PATCH v2 06/47] drm/ttm: dynamically allocate the drm-ttm_pool shrinker
` [PATCH v2 07/47] xenbus/backend: dynamically allocate the xen-backend shrinker
` [PATCH v2 08/47] erofs: dynamically allocate the erofs-shrinker
` [PATCH v2 09/47] f2fs: dynamically allocate the f2fs-shrinker
` [PATCH v2 10/47] gfs2: dynamically allocate the gfs2-glock shrinker
` [PATCH v2 11/47] gfs2: dynamically allocate the gfs2-qd shrinker
` [PATCH v2 12/47] NFSv4.2: dynamically allocate the nfs-xattr shrinkers
` [PATCH v2 13/47] nfs: dynamically allocate the nfs-acl shrinker
` [PATCH v2 14/47] nfsd: dynamically allocate the nfsd-filecache shrinker
` [PATCH v2 15/47] quota: dynamically allocate the dquota-cache shrinker
` [PATCH v2 16/47] ubifs: dynamically allocate the ubifs-slab shrinker
` [PATCH v2 17/47] rcu: dynamically allocate the rcu-lazy shrinker
` [PATCH v2 18/47] rcu: dynamically allocate the rcu-kfree shrinker
` [PATCH v2 19/47] mm: thp: dynamically allocate the thp-related shrinkers
` [PATCH v2 20/47] sunrpc: dynamically allocate the sunrpc_cred shrinker
` [PATCH v2 21/47] mm: workingset: dynamically allocate the mm-shadow shrinker
` [PATCH v2 22/47] drm/i915: dynamically allocate the i915_gem_mm shrinker
` [PATCH v2 23/47] drm/msm: dynamically allocate the drm-msm_gem shrinker
` [PATCH v2 24/47] drm/panfrost: dynamically allocate the drm-panfrost shrinker
` [PATCH v2 25/47] dm: dynamically allocate the dm-bufio shrinker
` [PATCH v2 26/47] dm zoned: dynamically allocate the dm-zoned-meta shrinker
` [PATCH v2 27/47] md/raid5: dynamically allocate the md-raid5 shrinker
` [PATCH v2 28/47] bcache: dynamically allocate the md-bcache shrinker
` [PATCH v2 35/47] nfsd: dynamically allocate the nfsd-reply shrinker

[PATCH] btrfs: warn on tree blocks which are not nodesize aligned
 2023-07-24  8:55 UTC  (3+ messages)

[PATCH 0/8] btrfs: zoned: write-time activation of metadata block group
 2023-07-24  7:57 UTC  (12+ messages)
` [PATCH 1/8] btrfs: zoned: introduce block_group context for submit_eb_page()
` [PATCH 2/8] btrfs: zoned: defer advancing meta_write_pointer
` [PATCH 3/8] btrfs: zoned: update meta_write_pointer on zone finish
` [PATCH 4/8] btrfs: zoned: reserve zones for an active metadata/system block group
` [PATCH 5/8] btrfs: zoned: activate metadata block group on write time
` [PATCH 6/8] btrfs: zoned: no longer count fresh BG region as zone unusable
` [PATCH 7/8] btrfs: zoned: don't activate non-DATA BG on allocation
` [PATCH 8/8] btrfs: zoned: re-enable metadata over-commit for zoned mode

[PATCH v2] btrfs: add a test case to make sure scrub can repair parity corruption
 2023-07-24  7:48 UTC  (2+ messages)

race condition mounting multi-device iscsi volume, not resolved in newer kernels
 2023-07-24  6:36 UTC  (12+ messages)

[PATCH] btrfs/294: reject zoned devices for now
 2023-07-24  6:19 UTC  (3+ messages)

[linus:master] [btrfs] da02361807: filebench.sum_operations/s 69.7% improvement
 2023-07-24  5:56 UTC 

[PATCH] btrfs: add a test case to verify the write behavior of large RAID5 data chunks
 2023-07-24  4:53 UTC  (4+ messages)

Out of space loop: skip_balance not working
 2023-07-23  7:23 UTC  (21+ messages)

[PATCH] btrfs: add a test case to make sure scrub can repair parity corruption
 2023-07-23  1:26 UTC  (3+ messages)

RAID mount fails after upgrading to kernel 6.2.0
 2023-07-22 10:59 UTC  (9+ messages)

[PATCH 0/2] btrfs: fixes for missing error reporting when attaching to a transaction
 2023-07-21 23:17 UTC  (6+ messages)
` [PATCH 1/2] btrfs: check if the transaction was aborted at btrfs_wait_for_commit()
` [PATCH 2/2] btrfs: check for commit error at btrfs_attach_transaction_barrier()

[PATCH v3 00/20] btrfs: simple quotas
 2023-07-21 23:09 UTC  (22+ messages)
` [PATCH v3 01/20] btrfs: free qgroup rsv on io failure
` [PATCH v3 02/20] btrfs: fix start transaction qgroup rsv double free
` [PATCH v3 03/20] btrfs: introduce quota mode
` [PATCH v3 04/20] btrfs: add new quota mode for simple quotas
` [PATCH v3 05/20] btrfs: expose quota mode via sysfs
` [PATCH v3 06/20] btrfs: add simple_quota incompat feature to sysfs
` [PATCH v3 07/20] btrfs: flush reservations during quota disable
` [PATCH v3 08/20] btrfs: create qgroup earlier in snapshot creation
` [PATCH v3 09/20] btrfs: function for recording simple quota deltas
` [PATCH v3 10/20] btrfs: rename tree_ref and data_ref owning_root
` [PATCH v3 11/20] btrfs: track owning root in btrfs_ref
` [PATCH v3 12/20] btrfs: track original extent owner in head_ref
` [PATCH v3 13/20] btrfs: new inline ref storing owning subvol of data extents
` [PATCH v3 14/20] btrfs: inline owner ref lookup helper
` [PATCH v3 15/20] btrfs: record simple quota deltas
` [PATCH v3 16/20] btrfs: simple quota auto hierarchy for nested subvols
` [PATCH v3 17/20] btrfs: check generation when recording simple quota delta
` [PATCH v3 18/20] btrfs: track metadata relocation cow with simple quota
` [PATCH v3 19/20] btrfs: track data relocation "
` [PATCH v3 20/20] btrfs: only set QUOTA_ENABLED when done reading qgroups

[PATCH v2] btrfs: wait for actual caching progress during allocation
 2023-07-21 20:28 UTC  (2+ messages)

[PATCH] fstests: make check actually honor expunged list
 2023-07-21 20:04 UTC  (2+ messages)

[PATCH v3 0/8] btrfs: preparation patches for the incoming metadata folio conversion
 2023-07-21 15:13 UTC  (5+ messages)

[PATCH v2 00/20] btrfs: simple quotas
 2023-07-21 13:38 UTC  (23+ messages)
` [PATCH v2 01/20] btrfs: free qgroup rsv on io failure
` [PATCH v2 02/20] btrfs: fix start transaction qgroup rsv double free
` [PATCH v2 03/20] btrfs: introduce quota mode
` [PATCH v2 04/20] btrfs: add new quota mode for simple quotas
` [PATCH v2 05/20] btrfs: expose quota mode via sysfs
` [PATCH v2 06/20] btrfs: add simple_quota incompat feature to sysfs
` [PATCH v2 07/20] btrfs: flush reservations during quota disable
` [PATCH v2 08/20] btrfs: create qgroup earlier in snapshot creation
` [PATCH v2 09/20] btrfs: function for recording simple quota deltas
` [PATCH v2 10/20] btrfs: rename tree_ref and data_ref owning_root
` [PATCH v2 11/20] btrfs: track owning root in btrfs_ref
` [PATCH v2 12/20] btrfs: track original extent owner in head_ref
` [PATCH v2 13/20] btrfs: new inline ref storing owning subvol of data extents
` [PATCH v2 14/20] btrfs: inline owner ref lookup helper
` [PATCH v2 15/20] btrfs: record simple quota deltas
` [PATCH v2 16/20] btrfs: simple quota auto hierarchy for nested subvols
` [PATCH v2 17/20] btrfs: check generation when recording simple quota delta
` [PATCH v2 18/20] btrfs: track metadata relocation cow with simple quota
` [PATCH v2 19/20] btrfs: track data relocation "
` [PATCH v2 20/20] btrfs: only set QUOTA_ENABLED when done reading qgroups

[PATCH v2] btrfs: propagate error from function unpin_extent_cache()
 2023-07-21  9:02 UTC  (3+ messages)

[PATCH v2] btrfs: zoned: do not zone finish data relocation block group
 2023-07-21  7:42 UTC 

[PATCH 0/3] btrfs: fix generic/475 hang
 2023-07-21  7:36 UTC  (9+ messages)
` [PATCH 1/3] btrfs: wait for block groups to finish caching during allocation
` [PATCH 2/3] btrfs: move comments to btrfs_loop_type definition
` [PATCH 3/3] btrfs: cycle through the RAID profiles as a last resort

[PATCH v2 0/2] btrfs-progs: some zoned mkfs fixups
 2023-07-21  6:43 UTC  (7+ messages)
` [PATCH v2 2/2] btrfs-progs: set the proper minimum size for a zoned file system

[PATCH v2 0/8] btrfs-progs: simple quotas
 2023-07-20 22:57 UTC  (9+ messages)
` [PATCH v2 1/8] btrfs-progs: document squotas
` [PATCH v2 2/8] btrfs-progs: simple quotas kernel definitions
` [PATCH v2 3/8] btrfs-progs: simple quotas dump commands
` [PATCH v2 4/8] btrfs-progs: simple quotas fsck
` [PATCH v2 5/8] btrfs-progs: simple quotas mkfs
` [PATCH v2 6/8] btrfs-progs: simple quotas btrfstune
` [PATCH v2 7/8] btrfs-progs: simple quotas enable cmd
` [PATCH v2 8/8] btrfs-progs: tree-checker: handle owner ref items

[GIT PULL] Btrfs fixes for 6.5-rc3
 2023-07-20 15:54 UTC  (2+ messages)

[PATCH 00/11] btrfs-progs: fix bugs and CHANGING_FSID_V2 flag
 2023-07-20 14:33 UTC  (5+ messages)
` [PATCH 11/11] btrfs-progs: tune: fix incomplete fsid_change

flapping scrub tests?
 2023-07-20 14:14 UTC  (2+ messages)

[PATCH] btrfs: use WARN_ON_ONCE in btrfs_destroy_inode
 2023-07-20 13:50 UTC 

permanently wedged in filesystem, fs/btrfs/relocation.c:1937 prepare_to_merge
 2023-07-20 13:42 UTC 

split btrfs_load_block_group_zone_info
 2023-07-20 13:32 UTC  (2+ messages)

[PATCH 0/5] btrfs: scrub: fix the scrub performance regression caused by unnecessary extent/csum tree searchs
 2023-07-20 13:27 UTC  (7+ messages)
` [PATCH 1/5] btrfs: scrub: avoid unnecessary extent tree search preparing stripes
` [PATCH 2/5] btrfs: scrub: avoid unnecessary csum "
` [PATCH 3/5] btrfs: scrub: move write back of repaired sectors into scrub_stripe_read_repair_worker()
` [PATCH 4/5] btrfs: scrub: don't go ordered workqueue for dev-replace
` [PATCH 5/5] btrfs: scrub: extract the stripe group submission into a helper

btrfs compressed writeback cleanups
 2023-07-20 13:26 UTC  (8+ messages)
` [PATCH 01/23] btrfs: pass a flags argument to cow_file_range
` [PATCH 19/23] btrfs: don't redirty pages in compress_file_range

[PATCH] btrfs: account block group tree when calculating global reserve size
 2023-07-20 13:12 UTC  (2+ messages)

[PATCH] btrfs: Modify format error
 2023-07-20 11:08 UTC  (2+ messages)

[PATCH] btrfs: turn unpin_extent_cache() into a void function
 2023-07-20 11:04 UTC  (4+ messages)

[PATCH 0/2] btrfs-progs: fix dump-super metadata_uuid
 2023-07-20  9:03 UTC  (5+ messages)
` [PATCH 1/2] btrfs-progs: dump-super print actual metadata_uuid value
` [PATCH 2/2] btrfs-progs: tests: return metadata_uuid or fsid as per METADATA_UUID flag

[syzbot] kernel BUG in assertfail (2)
 2023-07-20  9:46 UTC  (3+ messages)
` [syzbot] [btrfs?] "

[syzbot] [btrfs?] [netfilter?] BUG: MAX_LOCKDEP_CHAIN_HLOCKS too low! (2)
 2023-07-20  7:18 UTC  (6+ messages)

small writeback fixes
 2023-07-20  4:48 UTC  (6+ messages)

[PATCH] btrfs: scrub: speed up on NVME devices
 2023-07-19 22:50 UTC  (8+ messages)


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