public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-02-07 06:41:32 to 2024-02-15 00:12:37 UTC [more...]

[GIT PULL] Btrfs fixes for 6.8-rc5
 2024-02-15  0:12 UTC  (2+ messages)

[PATCH 0/3] btrfs: make subpage reader/writer counter to be sector aware
 2024-02-14 21:33 UTC  (8+ messages)
` [PATCH 1/3] btrfs: unexport btrfs_subpage_start_writer() and btrfs_subpage_end_and_test_writer()
` [PATCH 2/3] btrfs: subpage: make reader lock to utilize bitmap
` [PATCH 3/3] btrfs: subpage: make writer "

[PATCH 0/3] Ioctl buffer name/path validation
 2024-02-14 21:22 UTC  (5+ messages)
` [PATCH 1/3] btrfs: factor out validation of btrfs_ioctl_vol_args::name
` [PATCH 2/3] btrfs: factor out validation of btrfs_ioctl_vol_args_v2::name
` [PATCH 3/3] btrfs: dev-replace: properly validate device names

[PATCH 0/5] btrfs: use the super_block as bdev holder
 2024-02-14 18:58 UTC  (8+ messages)
` [PATCH 1/5] btrfs: always open the device read-only in btrfs_scan_one_device
` [PATCH 2/5] btrfs: call btrfs_close_devices from ->kill_sb
` [PATCH 3/5] btrfs: split btrfs_fs_devices.opened
` [PATCH 4/5] btrfs: open block devices after superblock creation
` [PATCH 5/5] btrfs: use the super_block as holder when mounting file systems

[PATCH] btrfs: zoned: don't skip block group profile checks on conv zones
 2024-02-14 18:11 UTC  (4+ messages)

[bug report] kmemleak observed during blktests nbd/009
 2024-02-14  8:31 UTC  (2+ messages)

[PATCH] btrfs: move all btree initialization into btrfs_init_btree_inode
 2024-02-14  8:32 UTC  (4+ messages)

[PATCH RFC] btrfs: raid56: extra debug for raid6 syndrome generation
 2024-02-14  7:38 UTC  (2+ messages)

[PATCH] btrfs: reject zoned RW mount if sectorsize is smaller than page size
 2024-02-14  7:29 UTC  (8+ messages)

[PATCH v2] btrfs: do not skip re-registration for the mounted device
 2024-02-14  7:16 UTC  (2+ messages)

Btrfs progs release 6.7.1
 2024-02-14  6:56 UTC 

[PATCH] btrfs: tree-checker: dump the page status if hit something wrong
 2024-02-13 21:26 UTC  (8+ messages)

[PATCH] btrfs: remove no longer used btrfs_transaction_in_commit()
 2024-02-13 19:54 UTC  (3+ messages)

[PATCH] btrfs: sysfs: Drop unnecessary double logical negation in acl_show()
 2024-02-13 19:47 UTC  (3+ messages)

[PATCH] btrfs: do not skip re-registration for the mounted device
 2024-02-13 19:38 UTC  (14+ messages)

[PATCH v2] btrfs: fix deadlock with fiemap and extent locking
 2024-02-13 19:11 UTC  (2+ messages)

[PATCH 00/14] More error handling and BUG_ON cleanups
 2024-02-13 19:05 UTC  (18+ messages)
` [PATCH 01/14] btrfs: push errors up from add_async_extent()
` [PATCH 02/14] btrfs: update comment and drop assertion in extent item lookup in find_parent_nodes()
` [PATCH 03/14] btrfs: handle invalid extent item reference found in extent_from_logical()
` [PATCH 04/14] btrfs: handle invalid extent item reference found in find_first_extent_item()
` [PATCH 05/14] btrfs: handle invalid root reference found in may_destroy_subvol()
` [PATCH 06/14] btrfs: send: handle unexpected data in header buffer in begin_cmd()
` [PATCH 07/14] btrfs: send: handle unexpected inode in header process_recorded_refs()
` [PATCH 08/14] btrfs: send: handle path ref underflow in header iterate_inode_ref()
` [PATCH 09/14] btrfs: change BUG_ON to assertion in tree_move_down()
` [PATCH 10/14] btrfs: change BUG_ONs to assertions in btrfs_qgroup_trace_subtree()
` [PATCH 11/14] btrfs: delete pointless BUG_ON check on quota root in btrfs_qgroup_account_extent()
` [PATCH 12/14] btrfs: delete pointless BUG_ONs on extent item size
` [PATCH 13/14] btrfs: handle unexpected parent block offset in btrfs_alloc_tree_block()
` [PATCH 14/14] btrfs: delete BUG_ON in btrfs_init_locked_inode()

[syzbot] WARNING in btrfs_create_pending_block_groups
 2024-02-13 18:01 UTC  (3+ messages)
` [syzbot] [btrfs?] "

[PATCH] btrfs: don't refill whole delayed refs block reserve when starting transaction
 2024-02-13 15:21 UTC  (2+ messages)

The issue of excessively large metadata allocation in Linux 6.7 cannot be mitigated through btrfs balance
 2024-02-13 11:47 UTC  (2+ messages)

[PATCH v2] fstests: btrfs: check conversion of zoned fileystems
 2024-02-13  8:46 UTC  (2+ messages)

[PATCH] btrfs: zoned: fix chunk map leak when loading block group zone info
 2024-02-13  7:55 UTC  (3+ messages)

[PATCH v2] fstests: add a regression test for fiemap into an mmap range
 2024-02-13  2:50 UTC  (3+ messages)

writeback fixlets and tidyups v2
 2024-02-12 23:06 UTC  (5+ messages)
` [PATCH 10/16] btrfs: remove non-standard extent handling in __extent_writepage_io

[PATCH] btrfs-progs: mkfs: do not default to 4K sectorsize if the fs is zoned
 2024-02-12 23:00 UTC  (4+ messages)

[PATCH v3 0/5] block: remove gfp_mask for blkdev_zone_mgmt()
 2024-02-12 15:41 UTC  (5+ messages)
` [PATCH v3 1/5] zonefs: pass GFP_KERNEL to blkdev_zone_mgmt() call

[linux-next:master] [btrfs] 1d73d634d1: xfstests.btrfs.197.fail
 2024-02-12 15:03 UTC 

fstests btrfs/057 trigger a deadlock on 5.4.187
 2024-02-12 12:17 UTC  (4+ messages)

[syzbot] Monthly btrfs report (Feb 2024)
 2024-02-12 12:15 UTC  (3+ messages)

[PATCH net-next v5 00/21] ice: add PFCP filter support
 2024-02-12 11:35 UTC  (4+ messages)
    ` [Intel-wired-lan] "

[PATCH] btrfs: zoned: don't skip block group profile checks on conv zones
 2024-02-12 11:26 UTC  (6+ messages)

[PATCH] fstests: btrfs: check conversion of zoned fileystems
 2024-02-12  9:48 UTC  (3+ messages)

error while submitting device barriers: BTRFS read-only on newer kernels
 2024-02-12  3:15 UTC 

[PATCH] generic/736: fix a buffer overflow in readdir-while-renames.c
 2024-02-12  2:57 UTC  (3+ messages)

[PATCH v2] btrfs: handle missing chunk mapping more gracefully
 2024-02-11  4:22 UTC  (5+ messages)

[PATCH 0/9] btrfs: cleanups and minor performance change to setting/clearing delalloc
 2024-02-10  7:49 UTC  (19+ messages)
` [PATCH 1/9] btrfs: stop passing root argument to btrfs_add_delalloc_inodes()
` [PATCH 2/9] btrfs: stop passing root argument to __btrfs_del_delalloc_inode()
` [PATCH 3/9] btrfs: assert root delalloc lock is held at __btrfs_del_delalloc_inode()
` [PATCH 4/9] btrfs: rename btrfs_add_delalloc_inodes() to singular form
` [PATCH 5/9] btrfs: reduce inode lock critical section when setting and clearing delalloc
` [PATCH 6/9] btrfs: add lockdep assertion to remaining delalloc callbacks
` [PATCH 7/9] btrfs: use assertion instead of BUG_ON when adding/removing to delalloc list
` [PATCH 8/9] btrfs: remove do_list variable at btrfs_set_delalloc_extent()
` [PATCH 9/9] btrfs: remove do_list variable at btrfs_clear_delalloc_extent()

[btrfs] RAID1 volume on zoned device oops when sync
 2024-02-09  9:45 UTC  (17+ messages)

[PATCH 0/9][V2][btrfs-progs] Remove unused dirstream variable
 2024-02-08 20:19 UTC  (10+ messages)
` [PATCH 1/9] Killing dirstream: add helpers
` [PATCH 2/9] Killing dirstream: replace btrfs_open_dir with btrfs_open_dir_fd
` [PATCH 3/9] "
` [PATCH 4/9] Killing dirstream: replace open_path_or_dev_mnt with btrfs_open_mnt_fd
` [PATCH 5/9] Killing dirstream: replace open_file_or_dir3 with btrfs_open_fd2
` [PATCH 6/9] Killing dirstream: replace btrfs_open_file_or_dir with btrfs_open_file_or_dir_fd
` [PATCH 7/9] Killing dirstream: replace open_file_or_dir with btrfs_open_fd2
` [PATCH 8/9] Killing dirstream: remove open_file_or_dir3 from du_add_file
` [PATCH 9/9] Killing dirstream: remove unused functions

[PATCH 0/9][btrfs-progs] Remove unused dirstream variable
 2024-02-08 20:18 UTC  (7+ messages)

[PATCH v3 0/7] filesystem visibililty ioctls
 2024-02-08 10:20 UTC  (10+ messages)
` [PATCH v3 1/7] fs: super_set_uuid()
` [PATCH v3 3/7] fs: FS_IOC_GETUUID
` [PATCH v3 5/7] fs: FS_IOC_GETSYSFSNAME

[PATCH] btrfs: don't reserve space for checksums when writing to nocow files
 2024-02-08 10:11 UTC  (2+ messages)

[kdave-btrfs-devel:dev/fixinclude-to-send] [btrfs] a9e57fc34c: xfstests.btrfs.303.fail
 2024-02-08  9:32 UTC  (2+ messages)

[kdave-btrfs-devel:fix-6.7-device-scanning] b80f3ec659: xfstests.btrfs.285.fail
 2024-02-08  9:14 UTC 

[PATCH 0/3] btrfs-progs: hunt down the stray fd close causing race with udev scan
 2024-02-08  2:53 UTC  (6+ messages)
` [PATCH 3/3] btrfs-progs: fix the stray fd close in open_ctree_fs_info()

How to delete/rewrite a corrupted file in a read only snapshot?
 2024-02-07 21:30 UTC  (4+ messages)

Question regarding my filesystem's health
 2024-02-07 21:04 UTC 

[PATCH 0/2] btrfs: defrag: better lone extent handling
 2024-02-07 17:40 UTC  (10+ messages)
` [PATCH 1/2] btrfs: defrag: add under utilized extent to defrag target list
` [PATCH 2/2] btrfs: defrag: allow fine-tuning on lone extent defrag behavior

[PATCH] fstests: btrfs: make sure defrag doesn't increase space usage
 2024-02-07 15:00 UTC  (2+ messages)

[PATCH] btrfs: defrag: avoid unnecessary defrag caused by incorrect extent size
 2024-02-07 14:31 UTC  (2+ messages)

[PATCH] btrfs: always scan a single device when mounted
 2024-02-07  9:28 UTC  (5+ messages)

[syzbot] [btrfs?] kernel BUG in mapping_try_invalidate
 2024-02-07  8:43 UTC 

[GIT PULL] Btrfs fixes for 6.8-rc4
 2024-02-07  8:26 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