linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-07 12:01:21 to 2021-12-15 17:12:13 UTC [more...]

[PATCH v2 0/3] btrfs: use btrfs_path::reada to replace the under-utilized btrfs_reada_add() mechanism
 2021-12-15 17:11 UTC  (5+ messages)
` [PATCH v2 1/3] btrfs: remove the unnecessary path parameter for scrub_raid56_parity()
` [PATCH v2 2/3] btrfs: use btrfs_path::reada for scrub extent tree readahead
` [PATCH v2 3/3] btrfs: remove reada mechanism

unable to use all spaces
 2021-12-15 15:50 UTC  (2+ messages)

[PATCH 1/2] btrfs: cleanup the argument list of scrub_chunk()
 2021-12-15 15:45 UTC  (3+ messages)
` [PATCH 2/2] btrfs: cleanup the argument list of scrub_stripe()

[PATCH 0/6] Support resize and device delete cancel ops
 2021-12-15 15:13 UTC  (3+ messages)

[PATCH] btrfs: Fix missing blkdev_put() call in btrfs_scan_one_device()
 2021-12-15 15:08 UTC  (3+ messages)

[PATCH] btrfs: Create sysfs entries only for non-stale devices
 2021-12-15 14:47 UTC  (2+ messages)

BUG: btrfs confused by two different fs with the same UUID mounted in different moment
 2021-12-15 14:24 UTC  (2+ messages)

[RFC][V8][PATCH 0/5] btrfs: allocation_hint mode
 2021-12-15 13:58 UTC  (14+ messages)

[PATCH 0/4] btrfs: some more speedups for directory logging/fsync
 2021-12-15 12:20 UTC  (5+ messages)
` [PATCH 1/4] btrfs: don't log unnecessary boundary keys when logging directory
` [PATCH 2/4] btrfs: put initial index value of a directory in a constant
` [PATCH 3/4] btrfs: stop copying old dir items when logging a directory
` [PATCH 4/4] btrfs: stop trying to log subdirectories created in past transactions

Btrfs lockups on ubuntu with bees
 2021-12-15  9:48 UTC  (6+ messages)

[PATCH] btrfs: remove some duplicated checks in btrfs_previous_*_item()
 2021-12-14 23:33 UTC  (5+ messages)

bisected: btrfs dedupe regression in v5.11-rc1: 3078d85c9a10 vfs: verify source area in vfs_dedupe_file_range_one()
 2021-12-14 22:25 UTC  (7+ messages)

[PATCH] btrfs: Refactor unlock_up
 2021-12-14 16:35 UTC  (5+ messages)

[PATCH 0/3] btrfs: fixes for an error path when creating a subvolume
 2021-12-14 14:39 UTC  (6+ messages)
` [PATCH 1/3] btrfs: fix invalid delayed ref after subvolume creation failure
` [PATCH 2/3] btrfs: fix warning when freeing leaf "
` [PATCH 3/3] btrfs: skip transaction commit after failure to create subvolume

[PATCH v2 0/2] btrfs: match device by dev_t
 2021-12-14 14:27 UTC  (6+ messages)
` [PATCH v2 1/2] btrfs: harden identification of the stale device
` [PATCH v2 2/2] btrfs: redeclare btrfs_stale_devices arg1 to dev_t

[PATCH] btrfs: check WRITE_ERR when trying to read an extent buffer
 2021-12-14 14:19 UTC  (3+ messages)

[PATCH] btrfs/254: test cleaning up of the stale device
 2021-12-14 13:12 UTC  (6+ messages)

[PATCH] btrfs: fix missing last dir item offset update when logging directory
 2021-12-14 13:09 UTC  (2+ messages)

[PATCH] btrfs: fix double free of anon_dev after failure to create subvolume
 2021-12-14 13:07 UTC  (3+ messages)

[PATCH] btrfs: ensure pages are unlocked on cow_file_range() failure
 2021-12-14 13:04 UTC  (5+ messages)

[PATCH 0/3] btrfs: use btrfs_path::reada to replace the
 2021-12-14 12:45 UTC  (7+ messages)
` [PATCH 1/3] btrfs: remove the unnecessary path parameter for scrub_raid56_parity()
` [PATCH 2/3] btrfs: remove reada mechanism
` [PATCH 3/3] btrfs: use btrfs_path::reada for scrub extent tree readahead

5.16.0-0.rc5, btrfs-transacti:9822 blocked, write time tree block corruption, parent transid verify failed, error in free_log_tree, forced ro
 2021-12-14 11:37 UTC  (3+ messages)

[PATCH v2 0/2] btrfs-progs: handle orphan directories properly
 2021-12-13 21:47 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] btrfs-progs: add a test to check orphaned directories

[PATCH 0/2] btrfs-progs: handle orphan directories properly
 2021-12-13 20:54 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] btrfs-progs: add a test to check orphaned directories

filesystem corrupt - error -117
 2021-12-11  9:34 UTC  (13+ messages)

Balance loop on "device delete missing"? (RAID 1, Linux 5.15, "found 1 extents, stage: update data pointers")
 2021-12-11  2:53 UTC  (5+ messages)

[GIT PULL] Btrfs fixes for 5.16-rc5
 2021-12-11  1:38 UTC  (2+ messages)

BUG_ON in relocation.c:4037 (seen on 5.14.18, 5.10.79)
 2021-12-10 18:37 UTC  (2+ messages)
` BUG_ON in relocation.c:4037 (seen on 5.14.18, 5.10.79) (not really a bug after all)

[PATCH v2] btrfs/254: test cleaning up of the stale device
 2021-12-10 18:14 UTC 

[PATCH] btrfs: zoned: fix leak of zone_info in btrfs_get_dev_zone_info
 2021-12-10 13:34 UTC  (3+ messages)

[PATCH] btrfs: harden identification of the stale device
 2021-12-10 12:54 UTC  (5+ messages)

[PATCH] generic/335: explicitly fsync file foo when running on btrfs
 2021-12-10 10:50 UTC  (3+ messages)

[REGRESSION] 5-10% increase in IO latencies with nohz balance patch
 2021-12-09 19:16 UTC  (11+ messages)

[PATCH v12 00/17] btrfs: add ioctls and send/receive support for reading/writing compressed data
 2021-12-09 18:08 UTC  (5+ messages)
` [PATCH v12 12/17] btrfs: send: fix maximum command numbering

[PATCH] btrfs: Fix memory leak in __add_inode_ref()
 2021-12-09 14:57 UTC  (5+ messages)

[PATCH RFC 0/2] btrfs: remove the metadata readahead mechanism
 2021-12-09 14:33 UTC  (13+ messages)

[PATCH v2 00/17] btrfs: split bio at btrfs_map_bio() time
 2021-12-09 11:13 UTC  (8+ messages)
` [PATCH v2 06/17] btrfs: replace btrfs_dio_private::refs with btrfs_dio_private::pending_bytes

[syzbot] INFO: task hung in io_uring_cancel_generic (2)
 2021-12-09  3:45 UTC  (3+ messages)

Raid0 broken after one drive power outage with raid1 metadata
 2021-12-08 22:45 UTC 

trouble replacing second disk from pair
 2021-12-08 18:15 UTC  (5+ messages)

[PATCH 0/3] btrfs: zoned: fix zoned extent allocator
 2021-12-08 16:18 UTC  (5+ messages)
` [PATCH 1/3] btrfs: zoned: unset dedicated block group on allocation failure
` [PATCH 2/3] btrfs: add extent allocator hook to decide to allocate chunk or not
` [PATCH 3/3] btrfs: zoned: fix chunk allocation condition for zoned allocator

[PATCH] btrfs: zoned: convert comment to kernel-doc format
 2021-12-08 13:56 UTC  (4+ messages)

[PATCH v2 0/4] btrfs: first batch of zoned cleanups
 2021-12-08 12:05 UTC  (9+ messages)
` [PATCH v2 1/4] btrfs: zoned: encapsulate inode locking for zoned relocation
` [PATCH v2 2/4] btrfs: zoned: simplify btrfs_check_meta_write_pointer
` [PATCH v2 3/4] btrfs: zoned: sink zone check into btrfs_repair_one_zone
` [PATCH v2 4/4] btrfs: zoned: it's pointless to check for REQ_OP_ZONE_APPEND and btrfs_is_zoned

Question for information about the Extend Tree structure
 2021-12-08  0:13 UTC  (4+ messages)

[PATCH] btrfs: replace the BUG_ON() in btrfs_del_root_ref() with proper error handling
 2021-12-07 19:25 UTC  (2+ messages)

[PATCH v2] btrfs: fix re-dirty process of tree-log nodes
 2021-12-07 19:23 UTC  (2+ messages)

[PATCH 1/2] btrfs: include the free space tree in the global rsv minimum calculation
 2021-12-07 19:19 UTC  (3+ messages)

[PATCH v2 0/2] Free space tree space reservation fixes
 2021-12-07 18:59 UTC  (2+ messages)

[PATCH v2 0/2] provide fsid in sysfs devinfo
 2021-12-07 18:56 UTC  (6+ messages)
` [PATCH v2 2/2] btrfs: sysfs add devinfo/fsid to retrieve fsid from the device

ENOSPC while df shows 826.93GiB free
 2021-12-07 18:14 UTC  (15+ messages)

[PATCH v2] btrfs: zoned: free zone_cache when freeing zone_info
 2021-12-07 16:51 UTC  (2+ messages)

Simple test of compress-force=lzo pathological on HDD
 2021-12-07 13:56 UTC 


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