messages from 2023-12-13 14:43:19 to 2023-12-23 09:58:48 UTC [more...]
[PATCH 0/3] kstrtox: introduce memparse_safe()
2023-12-23 9:58 UTC (4+ messages)
` [PATCH 1/3] kstrtox: introduce a safer version of memparse()
` [PATCH 2/3] kstrtox: add unit tests for memparse_safe()
` [PATCH 3/3] btrfs: migrate to the newer memparse_safe() helper
[PATCH v2 0/2] lib/kstrtox: introduce kstrtoull_suffix() helper
2023-12-23 9:57 UTC (6+ messages)
` [PATCH v2 1/2] lib/strtox: "
` [PATCH v2 2/2] btrfs: sysfs: use kstrtoull_suffix() to replace memparse()
[linux-next:master] [btrfs] 8d99361835: stress-ng.link.ops_per_sec -18.0% regression
2023-12-22 9:59 UTC
[PATCH] fstests: btrfs: use proper filter for subvolume deletion
2023-12-22 7:30 UTC (4+ messages)
BTRFS doesn't compress on the fly
2023-12-22 6:13 UTC (11+ messages)
[PATCH] btrfs: zoned: fix lock ordering in btrfs_zone_activate()
2023-12-22 4:56 UTC
btrfs thinks fs is full, though 11GB should be still free
2023-12-22 1:23 UTC (33+ messages)
[PATCH 1/2] lib/strtox: introduce kstrtoull_suffix() helper
2023-12-21 20:55 UTC (5+ messages)
[PATCH] btrfs: fix unbalanced unlock of mapping_tree_lock
2023-12-21 16:46 UTC
[PATCH RFC v3 for-6.8/block 00/17] block: don't access bd_inode directly from other modules
2023-12-21 14:54 UTC (19+ messages)
` [PATCH RFC v3 for-6.8/block 01/17] block: add some bdev apis
` [PATCH RFC v3 for-6.8/block 02/17] xen/blkback: use bdev api in xen_update_blkif_status()
` [PATCH RFC v3 for-6.8/block 03/17] bcache: use bdev api in read_super()
` [PATCH RFC v3 for-6.8/block 04/17] mtd: block2mtd: use bdev apis
` [PATCH RFC v3 for-6.8/block 05/17] s390/dasd: use bdev api in dasd_format()
` [PATCH RFC v3 for-6.8/block 06/17] scsicam: use bdev api in scsi_bios_ptable()
` [PATCH RFC v3 for-6.8/block 07/17] bcachefs: remove dead function bdev_sectors()
` [PATCH RFC v3 for-6.8/block 08/17] bio: export bio_add_folio_nofail()
` [PATCH RFC v3 for-6.8/block 09/17] btrfs: use bdev apis
` [PATCH RFC v3 for-6.8/block 10/17] cramfs: use bdev apis in cramfs_blkdev_read()
` [PATCH RFC v3 for-6.8/block 11/17] erofs: use bdev api
` [PATCH RFC v3 for-6.8/block 12/17] nilfs2: use bdev api in nilfs_attach_log_writer()
` [PATCH RFC v3 for-6.8/block 13/17] jbd2: use bdev apis
` [PATCH RFC v3 for-6.8/block 14/17] buffer: add a new helper to read sb block
` [PATCH RFC v3 for-6.8/block 15/17] ext4: use "
` [PATCH RFC v3 for-6.8/block 16/17] ext4: remove block_device_ejected()
` [PATCH RFC v3 for-6.8/block 17/17] ext4: use bdev apis
[PATCH] btrfs: fix kvcalloc() arguments order
2023-12-21 8:47 UTC
btrfs rescue chunk-recover: process_extent_buffer: BUG_ON `exist->nmirrors >= BTRFS_MAX_MIRRORS` triggered, value 1
2023-12-20 20:21 UTC
[PATCH 1/2] lib/strtox: introduce kstrtoull_suffix() helper
2023-12-20 10:01 UTC (2+ messages)
[PATCH 0/2] lib/kstrtox: introduce kstrtoull_suffix() helper
2023-12-20 9:32 UTC (12+ messages)
` [PATCH 1/2] lib/strtox: "
` [PATCH 2/2] btrfs: sysfs: use kstrtoull_suffix() to replace memparse()
Logical to Physical Address Mapping/Translation in Btrfs
2023-12-20 8:51 UTC (4+ messages)
Performance drop due to alloc_workqueue() misuse and recent change
2023-12-20 7:14 UTC (2+ messages)
remove support for the host aware zoned model
2023-12-20 3:18 UTC (25+ 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 v2] fstests: filter.btrfs: update _filter_transaction_commit()
2023-12-19 21:42 UTC
[PATCH] btrfs: don't abort filesystem when attempting to snapshot deleted subvolume
2023-12-19 21:36 UTC (3+ messages)
` [PATCH fstests] btrfs: test snapshotting a "
use the super_block as bdev holder
2023-12-19 13:48 UTC (15+ 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
[syzbot] [btrfs?] KASAN: slab-out-of-bounds Read in getname_kernel (2)
2023-12-19 10:19 UTC (2+ messages)
` [PATCH] btrfs: fix oob Read in getname_kernel
Logical to Physical Address Mapping/Translation in Btrfs
2023-12-19 18:55 UTC (2+ messages)
[PATCH 0/2] btrfs: zoned: fix bandwidth degradaton
2023-12-18 16:21 UTC (4+ messages)
` [PATCH 1/2] btrfs: zoned: split out prepare_allocation_zoned()
` [PATCH 2/2] btrfs: zoned: optimize hint byte for zoned allocator
[PATCH 1/2] lib/strtox: introduce kstrtoull_suffix() helper
2023-12-18 13:44 UTC
[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 (10+ messages)
` [PATCH 1/3] btrfs: call btrfs_close_devices from ->kill_sb
` [f2fs-dev] "
` [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)
file handle in statx (was: Re: How to cope with subvolumes and snapshots on muti-user systems?)
2023-12-15 0:36 UTC (9+ 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 (2+ messages)
[PATCH v2 0/3] btrfs: migrate IO path to folios
2023-12-13 22:27 UTC (2+ messages)
[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 (2+ messages)
[PATCH v2 00/13] btrfs: clean up RAID I/O geometry calculation
2023-12-13 18:52 UTC (7+ messages)
` [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 (4+ messages)
` [PATCH 11/13] btrfs: open code set_io_stripe for RAID56
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