Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2023-05-31 07:56:26 to 2023-06-06 07:46:14 UTC [more...]

decouple block open flags from fmode_t
 2023-06-06  7:39 UTC  (30+ messages)
` [PATCH 01/31] block: also call ->open for incremental partition opens
` [PATCH 02/31] cdrom: remove the unused bdev argument to cdrom_open
` [PATCH 03/31] cdrom: remove the unused mode argument to cdrom_ioctl
` [PATCH 04/31] cdrom: remove the unused cdrom_close_write release code
` [PATCH 05/31] cdrom: track if a cdrom_device_info was opened for data
` [PATCH 06/31] cdrom: remove the unused mode argument to cdrom_release
` [PATCH 07/31] block: pass a gendisk on bdev_check_media_change
` [PATCH 08/31] block: share code between disk_check_media_change and disk_force_media_change
` [PATCH 09/31] block: pass a gendisk to ->open
` [PATCH 10/31] block: remove the unused mode argument to ->release
` [PATCH 11/31] block: rename blkdev_close to blkdev_release
` [PATCH 12/31] swsusp: don't pass a stack address to blkdev_get_by_path
` [PATCH 13/31] bcache: "
` [PATCH 14/31] rnbd-srv: don't pass a holder for non-exclusive blkdev_get_by_path
` [PATCH 15/31] btrfs: "
` [PATCH 16/31] block: use the holder as indication for exclusive opens
` [PATCH 17/31] block: add a sb_open_mode helper
` [PATCH 18/31] fs: remove sb->s_mode
` [PATCH 19/31] scsi: replace the fmode_t argument to scsi_cmd_allowed with a simple bool
` [PATCH 20/31] scsi: replace the fmode_t argument to scsi_ioctl "
` [PATCH 21/31] scsi: replace the fmode_t argument to ->sg_io_fn "
` [PATCH 22/31] nvme: replace the fmode_t argument to the nvme ioctl handlers "
` [PATCH 23/31] mtd: block: use a simple bool to track open for write
` [PATCH 24/31] rnbd-srv: replace sess->open_flags with a "bool readonly"
` [PATCH 25/31] ubd: remove commented out code in ubd_open
` [PATCH 26/31] block: move a few internal definitions out of blkdev.h
` [PATCH 27/31] block: remove unused fmode_t arguments from ioctl handlers
` [PATCH 28/31] block: replace fmode_t with a block-specific type for block open flags
` [PATCH 29/31] block: always use I_BDEV on file->f_mapping->host to find the bdev

[PATCH] mm/vmalloc: do not output a spurious warning when huge vmalloc() fails
 2023-06-06  7:40 UTC  (2+ messages)

[PATCH] btrfs: add a test case to verify the scrub error reports
 2023-06-06  7:32 UTC 

[PATCH] btrfs: scrub: also report errors hit during the initial read
 2023-06-06  7:08 UTC 

writeback fixlets and tidyups v2
 2023-06-06  6:24 UTC  (6+ messages)
` [PATCH 14/16] btrfs: don't redirty the locked page for extent_write_locked_range

[PATCH 0/4] btrfs: fixes for reclaim
 2023-06-06  5:36 UTC  (5+ messages)
` [PATCH 1/4] btrfs: delete unused BGs while reclaiming BGs
` [PATCH 2/4] btrfs: move out now unused BG from the reclaim list
` [PATCH 3/4] btrfs: bail out reclaim process if filesystem is read-only
` [PATCH 4/4] btrfs: reinsert BGs failed to reclaim

How to find/reclaim missing space in volume
 2023-06-06  4:47 UTC  (5+ messages)

Filesystem inconsistency on power cycle
 2023-06-06  2:28 UTC  (6+ messages)

[PATCH] btrfs: add a test case to verify read-only scrub
 2023-06-06  2:23 UTC 

[PATCH] btrfs: scrub: respect the read-only flag during repair
 2023-06-06  2:05 UTC 

Random RAID1C3 subpage read repair failure (btrfs/266)
 2023-06-06  0:56 UTC 

[PATCH v4] [btrfs] Add handling for RAID1CN/DUP to, `btrfs_reduce_alloc_profile`
 2023-06-05 23:49 UTC 

[PATCH v3] [btrfs] Add handling for RAID1CN/DUP to, `btrfs_reduce_alloc_profile`
 2023-06-05 23:45 UTC  (3+ messages)

[PATCH v2] [btrfs] Add handling for RAID 1CN to, `btrfs_reduce_alloc_profile`
 2023-06-05 19:05 UTC  (3+ messages)

[PATCH] btrfs: properly enable async discard when switching from RO->RW
 2023-06-05 19:03 UTC 

[PATCH v2] btrfs: make btrfs_destroy_delayed_refs() return void
 2023-06-05 17:24 UTC  (3+ messages)

[PATCH] btrfs: fix a crash in metadata repair path
 2023-06-05 16:44 UTC  (7+ messages)

buffer redirtying fixes and cleanup
 2023-06-05 15:58 UTC  (8+ messages)
` [PATCH 3/3] btrfs: don't hold an extra reference for redirtied buffers

[linux-next:master] BUILD REGRESSION 9ca10bfb8aa8fbf19ee22e702c8cf9b66ea73a54
 2023-06-05 15:59 UTC 

[PATCH] btrfs: print assertion failure report and stack trace from the same line
 2023-06-05 14:44 UTC 

split btrfs_load_block_group_zone_info
 2023-06-05 10:16 UTC  (9+ messages)
` [PATCH 1/4] btrfs: introduce a zone_info struct to structure btrfs_load_block_group_zone_info
` [PATCH 2/4] btrfs: factor out the per-zone logic from btrfs_load_block_group_zone_info
` [PATCH 3/4] btrfs: split out a helper to handle single BGs "
` [PATCH 4/4] btrfs: split out a helper to handle dup "

fix nodatasum I/O for zone devices
 2023-06-05 10:05 UTC  (4+ messages)
` [PATCH 1/2] btrfs: factor out a btrfs_inode_is_nodatasum helper
` [PATCH 2/2] btrfs: allocate dummy ordereded_sums objects for nocsum I/O on zoned file systems

[linux-next:master 6080/6849] fs/btrfs/volumes.c:6412 btrfs_map_block() error: we previously assumed 'mirror_num_ret' could be null (see line 6250)
 2023-06-05  7:09 UTC  (2+ messages)

[PATCH] btrfs-progs: scrub: unify the output numbers for "Total to scrub"
 2023-06-05  0:29 UTC 

Different sized disks, allocation strategy
 2023-06-04  9:20 UTC  (2+ messages)

Franz Schrober
 2023-06-02 23:10 UTC 

[GIT PULL] Btrfs fixes for 6.4-rc5, part 2
 2023-06-02 21:38 UTC  (2+ messages)

6.1 Replacement warnings and papercuts
 2023-06-02 21:04 UTC  (19+ messages)

[PATCH] [btrfs] Add handling for RAID 1CN to, `btrfs_reduce_alloc_profile`
 2023-06-02 21:02 UTC 

[PATCH v4 0/2] btrfs: fix logical_to_ino panic in btrfs_map_bio
 2023-06-02 20:07 UTC  (6+ messages)
` [PATCH v4 1/2] btrfs: warn on invalid slot in tree mod log rewind
` [PATCH v4 2/2] btrfs: insert tree mod log move in push_node_left

[linux-next:master] BUILD REGRESSION bc708bbd8260ee4eb3428b0109f5f3be661fae46
 2023-06-02 17:30 UTC 

[PATCH] btrfs/122: adjust nodesize to match pagesize
 2023-06-02 11:38 UTC  (4+ messages)
` [PATCH v2] btrfs/122: fix nodesize option in mfks.btrfs

[PATCH][next] btrfs: remove redundant variable pages_processed
 2023-06-02 11:07 UTC 

[PATCH v2] btrfs/106: avoid hard coded output to handle different page sizes
 2023-06-02 10:24 UTC 

[PATCH] btrfs/106: avoid hard coded output to handle different page sizes
 2023-06-02 10:12 UTC  (2+ messages)

[syzbot] [btrfs?] INFO: task hung in btrfs_sync_file (2)
 2023-06-02  1:15 UTC 

[PATCH v3 0/2] btrfs: fix logical_to_ino panic in btrfs_map_bio
 2023-06-01 18:45 UTC  (3+ messages)
` [PATCH v3 1/2] btrfs: warn on invalid slot in tree mod log rewind
` [PATCH v3 2/2] btrfs: insert tree mod log move in push_node_left

[PATCH] btrfs: remove unused variable pages_processed
 2023-06-01 18:29 UTC  (2+ messages)

[PATCH v2 0/2] btrfs: fix logical_to_ino panic in btrfs_map_bio
 2023-06-01 15:04 UTC  (7+ messages)
` [PATCH v2 1/2] btrfs: warn on invalid slot in tree mod log rewind
` [PATCH v2 2/2] btrfs: insert tree mod log move in push_node_left

[PATCH v2] btrfs: fix dev-replace after the scrub rework
 2023-06-01 15:01 UTC  (4+ messages)

add an ordered_extent pointer to struct btrfs_bio v2
 2023-06-01 12:17 UTC  (15+ messages)
` [PATCH 03/17] btrfs: merge the two calls to btrfs_add_ordered_extent in run_delalloc_nocow
` [PATCH 07/17] btrfs: add a is_data_bbio helper
` [PATCH 10/17] btrfs: use bbio->ordered in btrfs_csum_one_bio
` [PATCH 11/17] btrfs: factor out a can_finish_ordered_extent helper
` [PATCH 12/17] btrfs: factor out a btrfs_queue_ordered_fn helper
` [PATCH 13/17] btrfs: add a btrfs_finish_ordered_extent helper
` [PATCH 14/17] btrfs: open code end_extent_writepage in end_bio_extent_writepage
` [PATCH 15/17] btrfs: use btrfs_finish_ordered_extent to complete compressed writes
` [PATCH 16/17] btrfs: use btrfs_finish_ordered_extent to complete direct writes
` [PATCH 17/17] btrfs: use btrfs_finish_ordered_extent to complete buffered writes

[PATCH] btrfs: fix dev-replace after the scrub rework
 2023-06-01 10:34 UTC  (5+ messages)

new scrub code vs zoned file systems
 2023-06-01  8:46 UTC  (23+ messages)

[PATCH] btrfs-progs: add CHANGING_FSID_V2 to print-tree
 2023-05-31 23:42 UTC  (10+ messages)
` [PATCH v2] "

cleanup the btrfs_map_block interface
 2023-05-31 23:38 UTC  (19+ messages)
` [PATCH 1/6] btrfs: remove BTRFS_MAP_DISCARD
` [PATCH 2/6] btrfs: optimize simple reads in btrfsic_map_block
` [PATCH 3/6] btrfs: remove btrfs_map_block
` [PATCH 4/6] btrfs: rename __btrfs_map_block to btrfs_map_block
` [PATCH 5/6] btrfs: remove btrfs_map_sblock
` [PATCH 6/6] btrfs: remove need_full_stripe

[PATCH] btrfs: add block-group tree to lockdep classes
 2023-05-31 22:33 UTC 

[PATCH] btrfs: add xxhash to fast checksum implementations
 2023-05-31 16:08 UTC  (2+ messages)

[PATCH 0/2] btrfs: fix logical_to_ino panic in btrfs_map_bio
 2023-05-31 14:51 UTC  (6+ messages)
` [PATCH 1/2] btrfs: warn on invalid slot in tree mod log rewind
` [PATCH 2/2] btrfs: insert tree mod log move in push_node_left

[PATCH AUTOSEL 5.15 12/24] btrfs: scrub: try harder to mark RAID56 block groups read-only
 2023-05-31 13:43 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 13/24] btrfs: handle memory allocation failure in btrfs_csum_one_bio

[PATCH AUTOSEL 5.10 11/21] btrfs: scrub: try harder to mark RAID56 block groups read-only
 2023-05-31 13:44 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 12/21] btrfs: handle memory allocation failure in btrfs_csum_one_bio

[PATCH AUTOSEL 5.4 10/17] btrfs: handle memory allocation failure in btrfs_csum_one_bio
 2023-05-31 13:44 UTC 

[PATCH AUTOSEL 6.1 16/33] btrfs: scrub: try harder to mark RAID56 block groups read-only
 2023-05-31 13:41 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 17/33] btrfs: handle memory allocation failure in btrfs_csum_one_bio

[PATCH AUTOSEL 6.3 17/37] btrfs: scrub: try harder to mark RAID56 block groups read-only
 2023-05-31 13:40 UTC  (2+ messages)
` [PATCH AUTOSEL 6.3 18/37] btrfs: handle memory allocation failure in btrfs_csum_one_bio

btrfs raid10 rebalance questions
 2023-05-31 12:48 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