Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2023-06-01 18:55:36 to 2023-06-07 08:58:34 UTC [more...]

decouple block open flags from fmode_t
 2023-06-07  8:56 UTC  (58+ 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 30/31] block: store the holder in file->private_data
` [PATCH 31/31] fs: remove the now unused FMODE_* flags

parent transid verify failed + Couldn't setup device tree
 2023-06-07  8:42 UTC  (6+ messages)
        ` Fwd: "

Is "echo 3 > drop_caches" async or hardware dependent?
 2023-06-07  7:49 UTC 

[PATCH] btrfs/266: test case enhancement to cover more possible failures
 2023-06-07  7:39 UTC  (4+ messages)

[PATCH 1/2] btrfs: remove btrfs_writepage_endio_finish_ordered
 2023-06-07  7:30 UTC  (2+ messages)
` [PATCH 2/2] btrfs: remove end_extent_writepage

[PATCH, resend] btrfs: split page locking out of __process_pages_contig
 2023-06-07  7:30 UTC 

writeback fixlets and tidyups v2
 2023-06-07  7:27 UTC  (8+ messages)
` [PATCH 14/16] btrfs: don't redirty the locked page for extent_write_locked_range
` [PATCH 15/16] btrfs: refactor the zoned device handling in cow_file_range

[PATCH v3] [btrfs] Add handling for RAID1CN/DUP to, `btrfs_reduce_alloc_profile`
 2023-06-07  5:38 UTC  (6+ messages)

fix nodatasum I/O for zone devices
 2023-06-07  5:30 UTC  (7+ 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

rollback to a snapshot
 2023-06-07  4:36 UTC  (3+ messages)

How to find/reclaim missing space in volume
 2023-06-07  2:12 UTC  (9+ messages)

Filesystem inconsistency on power cycle
 2023-06-07  1:54 UTC  (8+ messages)

[PATCH 0/4] btrfs: fixes for reclaim
 2023-06-06 23:55 UTC  (14+ 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

[syzbot] [btrfs?] INFO: task hung in btrfs_sync_file (2)
 2023-06-06 22:45 UTC  (3+ messages)

can i delete a snapshot with rm -rf ?
 2023-06-06 19:44 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 6db29e14f4fb7bce9eb5290288e71b05c2b0d118
 2023-06-06 19:14 UTC 

[PATCH] btrfs: properly enable async discard when switching from RO->RW
 2023-06-06 17:42 UTC  (2+ messages)

[PATCH] btrfs: update documentation for a block group's bg_list member
 2023-06-06 16:26 UTC  (3+ messages)

[syzbot] [btrfs?] kernel BUG in btrfs_exclop_balance (2)
 2023-06-06 14:07 UTC  (3+ messages)

[PATCH v2] btrfs: add a test case to verify the scrub error reports
 2023-06-06 14:10 UTC  (2+ messages)

[syzbot] [btrfs?] kernel BUG in btrfs_ioctl_add_dev
 2023-06-06 14:03 UTC  (3+ messages)

[PATCH v2] btrfs: add a test case to verify read-only scrub
 2023-06-06 14:06 UTC  (2+ messages)

[PATCH] btrfs: add a test case to verify read-only scrub
 2023-06-06 10:38 UTC  (4+ messages)

[PATCH] btrfs: add a test case to verify the scrub error reports
 2023-06-06  9:45 UTC  (2+ messages)

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

[PATCH] btrfs: scrub: also report errors hit during the initial read
 2023-06-06  7:08 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 v2] [btrfs] Add handling for RAID 1CN to, `btrfs_reduce_alloc_profile`
 2023-06-05 19:05 UTC  (3+ messages)

[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 "

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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox