messages from 2023-12-11 22:30:10 to 2023-12-18 12:14:44 UTC [more...]
use the super_block as bdev holder
2023-12-18 12:14 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
remove support for the host aware zoned model
2023-12-18 9:51 UTC (15+ messages)
` [PATCH 1/5] virtio_blk: cleanup zoned device probing
` [PATCH 2/5] virtio_blk: remove the broken zone revalidation support
` [PATCH 3/5] block: remove support for the host aware zone model
` [PATCH 4/5] block: simplify disk_set_zoned
` [PATCH 5/5] sd: only call disk_clear_zoned when needed
[PATCH 0/2] lib/kstrtox: introduce kstrtoull_suffix() helper
2023-12-18 8:11 UTC (5+ messages)
` [PATCH 1/2] lib/strtox: "
` [PATCH 2/2] btrfs: sysfs: use kstrtoull_suffix() to replace memparse()
[GIT PULL] Btrfs fix for 6.7-rc6, part 2
2023-12-17 17:38 UTC (2+ messages)
[PATCH] [BUG] btrfs-progs: btrfs dev us: don't print uncorrect unallocated data
2023-12-17 16:40 UTC
Can't mount clone of btrfs partition at the same time as the original
2023-12-16 23:39 UTC (6+ messages)
` "
btrfs send subvolume from read-only mount with missing ro=true flag?
2023-12-16 22:55 UTC (3+ messages)
[PATCH 0/3] Move fscrypt keyring destruction to after ->put_super
2023-12-16 14:52 UTC (11+ messages)
` [PATCH 1/3] btrfs: call btrfs_close_devices from ->kill_sb
` [f2fs-dev] "
` [PATCH 2/3] f2fs: move release of block devices to after kill_block_super()
` [PATCH 3/3] fs: move fscrypt keyring destruction to after ->put_super
[PATCH][RESEND] btrfs: don't double put our subpage reference in alloc_extent_buffer
2023-12-15 22:10 UTC (3+ messages)
[PATCH] btrfs: do not allow non subvolume root targets for snapshot
2023-12-15 21:02 UTC (2+ messages)
[PATCH] btrfs: handle existing eb in the radix tree properly
2023-12-15 20:44 UTC (3+ messages)
[PATCH v2 0/3] Convert btrfs defrag to use folios
2023-12-15 14:39 UTC (7+ messages)
` [PATCH v2 1/3] btrfs; Add set_folio_extent_mapped()
` [PATCH v2 2/3] btrfs: Convert defrag_prepare_one_page() to use a folio
` [PATCH v2 3/3] btrfs: Use a folio array throughout the defrag process
[PATCH] fstests: filter.btrfs: update _filter_transaction_commit()
2023-12-15 4:59 UTC (3+ messages)
btrfs thinks fs is full, though 11GB should be still free
2023-12-15 3:12 UTC (16+ messages)
file handle in statx (was: Re: How to cope with subvolumes and snapshots on muti-user systems?)
2023-12-15 0:36 UTC (27+ messages)
[PATCH] btrfs: don't double put our subpage reference in alloc_extent_buffer
2023-12-14 22:37 UTC
[GIT PULL] Btrfs fixes for 6.7-rc6
2023-12-14 21:18 UTC (2+ messages)
[PATCH 0/9][btrfs-progs] Remove unused dirstream variable
2023-12-14 19:11 UTC (3+ messages)
Btrfs progs release 6.6.3
2023-12-14 14:38 UTC
[PATCH] btrfs: drop unused memparse() parameter
2023-12-13 23:46 UTC (6+ messages)
[PATCH] btrfs: drop unused memparse() parameter
2023-12-13 22:52 UTC (5+ messages)
` [PATCH] btrfs: validate scrub_speed_max sysfs string
[PATCH 0/2] btrfs: migrate the remaining functions exposed by a full fstests with larger metadata folios
2023-12-13 22:39 UTC (4+ messages)
` [PATCH 1/2] btrfs: migrate eb_bitmap_offset() to folio interfaces
` [PATCH 2/2] btrfs: migrate btrfs_repair_io_failure() "
[PATCH v2 0/3] btrfs: migrate IO path to folios
2023-12-13 22:27 UTC (5+ messages)
` [PATCH v2 1/3] btrfs: migrate get_eb_page_index() and get_eb_offset_in_page() "
` [PATCH v2 2/3] btrfs: migrate subpage code to folio interfaces
` [PATCH v2 3/3] btrfs: migrate various btrfs end io functions to folios
[PATCH v4 0/1] Enforce 4k sectorize by default for mkfs
2023-12-13 22:25 UTC (2+ messages)
checksum verify failed, bad tree block start - doesn't mount
2023-12-13 20:51 UTC (2+ messages)
[PATCH v3 00/32] bootm: Refactoring to reduce reliance on CMDLINE (part A)
2023-12-13 20:01 UTC (2+ messages)
[syzbot] [btrfs?] kernel BUG in __extent_writepage_io
2023-12-13 19:15 UTC (3+ messages)
[PATCH v2 00/13] btrfs: clean up RAID I/O geometry calculation
2023-12-13 18:52 UTC (15+ messages)
` [PATCH v2 01/13] btrfs: factor out helper for single device IO check
` [PATCH v2 02/13] btrfs: re-introduce struct btrfs_io_geometry
` [PATCH v2 03/13] btrfs: factor out block-mapping for RAID0
` [PATCH v2 04/13] btrfs: factor out RAID1 block mapping
` [PATCH v2 05/13] btrfs: factor out block mapping for DUP profiles
` [PATCH v2 06/13] btrfs: factor out block mapping for RAID10
` [PATCH v2 07/13] btrfs: reduce scope of data_stripes in btrfs_map_block
` [PATCH v2 08/13] btrfs: factor out block mapping for RAID5/6
` [PATCH v2 09/13] btrfs: factor out block mapping for single profiles
` [PATCH v2 10/13] btrfs: btrfs: untagle if else maze in btrfs_map_block
` [PATCH v2 11/13] btrfs: open code set_io_stripe for RAID56
` [PATCH v2 12/13] btrfs: pass struct btrfs_io_geometry to set_io_stripe
` [PATCH v2 13/13] btrfs: pass btrfs_io_geometry into btrfs_max_io_len
btrfs write-bandwidth performance regression of 6.5-rc4/rc3
2023-12-13 15:57 UTC (6+ messages)
[PATCH 00/13] btrfs: clean up RAID I/O geometry calculation
2023-12-13 15:36 UTC (26+ messages)
` [PATCH 01/13] btrfs: factor out helper for single device IO check
` [PATCH 02/13] btrfs: re-introduce struct btrfs_io_geometry
` [PATCH 03/13] btrfs: factor out block-mapping for RAID0
` [PATCH 04/13] btrfs: factor out RAID1 block mapping
` [PATCH 05/13] btrfs: factor out block mapping for DUP profiles
` [PATCH 06/13] btrfs: factor out block mapping for RAID10
` [PATCH 07/13] btrfs: reduce scope of data_stripes in btrfs_map_block
` [PATCH 08/13] btrfs: factor out block mapping for RAID5/6
` [PATCH 09/13] btrfs: factor out block mapping for single profiles
` [PATCH 10/13] btrfs: untagle if else maze in btrfs_map_block
` [PATCH 11/13] btrfs: open code set_io_stripe for RAID56
` [PATCH 12/13] btrfs: pass struct btrfs_io_geometry to set_io_stripe
` [PATCH 13/13] btrfs: pass btrfs_io_geometry into btrfs_max_io_len
[PATCH v6 0/9] fstests: add tests for btrfs' raid-stripe-tree feature
2023-12-13 11:35 UTC (10+ messages)
` [PATCH v6 1/9] fstests: doc: add new raid-stripe-tree group
` [PATCH v6 2/9] common: add filter for btrfs raid-stripe dump
` [PATCH v6 3/9] common: add _require_btrfs_no_nodatacow helper
` [PATCH v6 4/9] common: add _require_btrfs_free_space_tree
` [PATCH v6 5/9] btrfs: add fstest for stripe-tree metadata with 4k write
` [PATCH v6 6/9] btrfs: add fstest for 8k write spanning two stripes on raid-stripe-tree
` [PATCH v6 7/9] btrfs: add fstest for writing to a file at an offset with RST
` [PATCH v6 8/9] btrfs: add fstests to write 128k to a RST filesystem
` [PATCH v6 9/9] btrfs: add fstest for overwriting a file partially with RST
[PATCH v4 00/46] btrfs: add fscrypt support
2023-12-13 4:16 UTC (4+ messages)
` [PATCH v4 02/46] fscrypt: add per-extent encryption support
[PATCH RFC v2 for-6.8/block 00/18] block: don't access bd_inode directly from other modules
2023-12-13 1:10 UTC (18+ messages)
` [PATCH RFC v2 for-6.8/block 01/18] block: add some bdev apis
` [PATCH RFC v2 for-6.8/block 11/18] erofs: use bdev api
` [PATCH RFC v2 for-6.8/block 15/18] buffer: add a new helper to read sb block
` [PATCH RFC v2 for-6.8/block 17/18] ext4: remove block_device_ejected()
[syzbot] [btrfs?] WARNING in fiemap_process_hole
2023-12-12 13:32 UTC
[PATCH] btrfs: prefer to allocate larger folio for metadata
2023-12-12 6:01 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox