public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-07-10 05:29:03 to 2023-07-17 01:42:29 UTC [more...]

[PATCH v1 00/17] btrfs: add encryption feature
 2023-07-17  1:42 UTC  (4+ messages)
` [PATCH v1 01/17] btrfs: disable various operations on encrypted inodes

[syzbot] [btrfs?] WARNING in btrfs_finish_one_ordered
 2023-07-16 16:58 UTC 

Scrub of my nvme SSD has slowed by about 2/3
 2023-07-16 16:01 UTC  (22+ messages)

btrfs loses 32-bit application compatibility after a while
 2023-07-16  9:01 UTC  (5+ messages)

[PATCH v3 0/8] btrfs: preparation patches for the incoming metadata folio conversion
 2023-07-15 11:08 UTC  (9+ messages)
` [PATCH v3 1/8] btrfs: tests: enhance extent buffer bitmap tests
` [PATCH v3 2/8] btrfs: tests: add self tests for extent buffer memory operations
` [PATCH v3 3/8] btrfs: refactor extent buffer bitmaps operations
` [PATCH v3 4/8] btrfs: use write_extent_buffer() to implement write_extent_buffer_*id()
` [PATCH v3 5/8] btrfs: refactor main loop in copy_extent_buffer_full()
` [PATCH v3 6/8] btrfs: copy all pages at once at the end of btrfs_clone_extent_buffer()
` [PATCH v3 7/8] btrfs: refactor main loop in memcpy_extent_buffer()
` [PATCH v3 8/8] btrfs: refactor main loop in memmove_extent_buffer()

[PATCH v2 0/6] btrfs: preparation patches for the incoming metadata folio conversion
 2023-07-15  1:02 UTC  (29+ messages)
` [PATCH v2 1/6] btrfs: tests: enhance extent buffer bitmap tests
` [PATCH v2 2/6] btrfs: refactor extent buffer bitmaps operations
` [PATCH v2 3/6] btrfs: use write_extent_buffer() to implement write_extent_buffer_*id()
` [PATCH v2 4/6] btrfs: refactor memcpy_extent_buffer()
` [PATCH v2 5/6] btrfs: refactor copy_extent_buffer_full()
` [PATCH v2 6/6] btrfs: call copy_extent_buffer_full() inside btrfs_clone_extent_buffer()

[PATCH] btrfs: fix warning when putting transaction with qgroups enabled after abort
 2023-07-14 23:14 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 00/10] btrfs-progs: check and tune: add device and noscan options
 2023-07-14 21:28 UTC  (7+ messages)
` [PATCH 01/10] btrfs-progs: common: add --device option helpers
` [PATCH 04/10] btrfs-progs: docs: update btrfstune --device option

[PATCH v2 00/14] fscrypt: add extent encryption
 2023-07-14 18:16 UTC  (5+ messages)
` [PATCH v2 03/14] fscrypt: adjust effective lblks based on extents
` [PATCH v2 05/14] fscrypt: setup leaf inodes for extent encryption

[PATCH] btrfs: remove duplicate free_async_extent_pages() on reservation error
 2023-07-14 15:18 UTC 

[PATCH 0/2] Minor macro and type cleanups
 2023-07-14 14:45 UTC  (6+ messages)
` [PATCH 1/2] btrfs: replace unsigned char with u8 for type casts
` [PATCH 2/2] btrfs: use helper sizeof_field in struct accessors

[PATCH] btrfs: fix ordered extent split error handling in btrfs_dio_submit_io
 2023-07-14 14:04 UTC  (2+ messages)

small writeback fixes
 2023-07-14 13:59 UTC  (11+ messages)
` [PATCH 1/9] btrfs: don't stop integrity writeback too early
` [PATCH 2/9] btrfs: don't wait for writeback on clean pages in extent_write_cache_pages
` [PATCH 3/9] btrfs: fix an error handling corner case in cow_file_range
` [PATCH 4/9] btrfs: move the cow_fixup earlier in writepages handling
` [PATCH 5/9] btrfs: fix handling of errors from __extent_writepage_io
` [PATCH 6/9] btrfs: stop submitting I/O after an error in extent_write_locked_range
` [PATCH 7/9] btrfs: fix a race in clearing the writeback bit for sub-page I/O
` [PATCH 8/9] btrfs: remove the call to btrfs_mark_ordered_io_finished in btrfs_writepage_fixup_worker
` [PATCH 9/9] btrfs: lift the call to mapping_set_error out of cow_file_range

btrfs compressed writeback cleanups
 2023-07-14 13:49 UTC  (4+ messages)
` [PATCH 16/23] btrfs: further simplify the compress or not logic in compress_file_range

[PATCH] btrfs: scrub: speed up on NVME devices
 2023-07-14 12:24 UTC  (2+ messages)

how do i restore a single file from a snapshot ?
 2023-07-14 11:59 UTC  (3+ messages)

[PATCH] btrfs: fix balance_ctl not free properly in btrfs_balance
 2023-07-14 10:01 UTC  (2+ messages)

[syzbot] [btrfs?] general protection fault in btrfs_finish_ordered_extent
 2023-07-14  1:43 UTC  (2+ messages)

[PATCH 00/18] btrfs: simple quotas
 2023-07-13 23:13 UTC  (41+ messages)
` [PATCH 01/18] btrfs: free qgroup rsv on io failure
` [PATCH 02/18] btrfs: fix start transaction qgroup rsv double free
` [PATCH 03/18] btrfs: introduce quota mode
` [PATCH 04/18] btrfs: add new quota mode for simple quotas
` [PATCH 05/18] btrfs: expose quota mode via sysfs
` [PATCH 06/18] btrfs: flush reservations during quota disable
` [PATCH 07/18] btrfs: create qgroup earlier in snapshot creation
` [PATCH 08/18] btrfs: function for recording simple quota deltas
` [PATCH 09/18] btrfs: rename tree_ref and data_ref owning_root
` [PATCH 10/18] btrfs: track owning root in btrfs_ref
` [PATCH 11/18] btrfs: track original extent owner in head_ref
` [PATCH 12/18] btrfs: new inline ref storing owning subvol of data extents
` [PATCH 13/18] btrfs: inline owner ref lookup helper
` [PATCH 14/18] btrfs: record simple quota deltas
` [PATCH 15/18] btrfs: simple quota auto hierarchy for nested subvols
` [PATCH 16/18] btrfs: check generation when recording simple quota delta
` [PATCH 17/18] btrfs: track metadata relocation cow with simple quota
` [PATCH 18/18] btrfs: track data relocation "

[PATCH v5 0/8] fs: implement multigrain timestamps
 2023-07-13 23:00 UTC  (9+ messages)
` [PATCH v5 1/8] fs: pass the request_mask to generic_fillattr
` [PATCH v5 2/8] fs: add infrastructure for multigrain timestamps
` [PATCH v5 3/8] tmpfs: bump the mtime/ctime/iversion when page becomes writeable
` [PATCH v5 4/8] tmpfs: add support for multigrain timestamps
` [PATCH v5 5/8] xfs: XFS_ICHGTIME_CREATE is unused
` [PATCH v5 6/8] xfs: switch to multigrain timestamps
` [PATCH v5 7/8] ext4: "
` [PATCH v5 8/8] btrfs: convert "

[PATCH 0/5] btrfs: simple quotas fstests
 2023-07-13 20:30 UTC  (3+ messages)
` [PATCH 3/5] common/btrfs: quota rescan helpers

[PATCH 0/8] btrfs-progs: simple quotas
 2023-07-13 20:28 UTC  (17+ messages)
` [PATCH 1/8] btrfs-progs: document squotas
` [PATCH 2/8] btrfs-progs: simple quotas kernel definitions
` [PATCH 3/8] btrfs-progs: simple quotas dump commands
` [PATCH 4/8] btrfs-progs: simple quotas fsck
` [PATCH 5/8] btrfs-progs: simple quotas mkfs
` [PATCH 6/8] btrfs-progs: simple quotas btrfstune
` [PATCH 7/8] btrfs-progs: simple quotas enable cmd
` [PATCH 8/8] btrfs-progs: tree-checker: handle owner ref items

[PATCH 00/11] btrfs-progs: fix bugs and CHANGING_FSID_V2 flag
 2023-07-13 18:58 UTC  (9+ messages)
` [PATCH 02/11] btrfs-progs: call warn() for missing device
` [PATCH 05/11] btrfs-progs: tune: check "
` [PATCH 08/11] btrfs-progs: track total_devs in fs devices
` [PATCH 11/11] btrfs-progs: tune: fix incomplete fsid_change

[PATCH v2 0/2] btrfs-progs: some zoned mkfs fixups
 2023-07-13 18:19 UTC  (6+ messages)
` [PATCH v2 2/2] btrfs-progs: set the proper minimum size for a zoned file system

[PATCH] btrfs: set_page_extent_mapped after read_folio in btrfs_cont_expand
 2023-07-13 17:56 UTC  (3+ messages)

[PATCH] btrfs: disable slab merging in debug build
 2023-07-13 12:52 UTC  (5+ messages)

[PATCH 00/14] btrfs: scrub: introduce SCRUB_LOGICAL flag
 2023-07-13 12:14 UTC  (8+ messages)
` [PATCH 01/14] btrfs: raid56: remove unnecessary parameter for raid56_parity_alloc_scrub_rbio()
` [PATCH 02/14] btrfs: raid56: allow scrub operation to update both P and Q stripes
` [PATCH 03/14] btrfs: raid56: allow caching P/Q stripes

[PATCH] btrfs: deprecate check_int* feature
 2023-07-12 23:34 UTC  (2+ messages)

[PATCH v2] btrfs: zoned: do not enable async discard
 2023-07-12 16:23 UTC  (2+ messages)

[PATCH 8/8] btrfs: move btrfs_free_excluded_extents() into block-group.c
 2023-07-12 16:10 UTC  (3+ messages)

[PATCH 0/8] btrfs: remove a couple BUG_ON()s and cleanups
 2023-07-12 16:04 UTC  (2+ messages)

[PATCH RFC 0/32] block: Make blkdev_get_by_*() return handle
 2023-07-12 16:06 UTC  (4+ messages)
` [PATCH 01/32] block: Provide blkdev_get_handle_* functions

[PATCH 01/79] fs: add ctime accessors infrastructure
 2023-07-12 15:31 UTC 

[PATCH RFC 0/6 v2] block: Add config option to not allow writing to mounted devices
 2023-07-12 14:33 UTC  (3+ messages)
` [PATCH 5/6] btrfs: Block writes to seed devices

[PATCH] btrfs: speedup scrub csum verification
 2023-07-11 23:28 UTC  (5+ messages)

[PATCH 0/6] btrfs: preparation patches for the incoming metadata folio conversion
 2023-07-11 22:43 UTC  (9+ messages)
` [PATCH 1/6] btrfs: tests: enhance extent buffer bitmap tests
` [PATCH 2/6] btrfs: refactor extent buffer bitmaps operations
` [PATCH 3/6] btrfs: use write_extent_buffer() to implement write_extent_buffer_*id()
` [PATCH 4/6] btrfs: refactor memcpy_extent_buffer()
` [PATCH 5/6] btrfs: refactor copy_extent_buffer_full()
` [PATCH 6/6] btrfs: call copy_extent_buffer_full() inside btrfs_clone_extent_buffer()

[PATCH v2] btrfs: move subpage preallocation out of the loop
 2023-07-11 21:10 UTC  (2+ messages)

[PATCH] btrfs: raid56: always verify the P/Q contents for scrub
 2023-07-11 20:41 UTC  (2+ messages)

[PATCH] btrfs: use spin_lock_irq() when running delayed iputs
 2023-07-11 20:23 UTC  (3+ messages)
` [PATCH v2] btrfs: use irq safe locking when running and adding "

[PATCH 0/2] btrfs: fix error paths of btrfs_orphan_cleanup()
 2023-07-11 19:59 UTC  (2+ messages)

[PATCH] btrfs: fix leak after finding block group with super blocks on zoned fs
 2023-07-11 19:14 UTC  (2+ messages)

[PATCH v2 00/24] use vmalloc_array and vcalloc
 2023-07-11 16:31 UTC  (2+ messages)
` (subset) "

[PATCH 1/2] btrfs: avoid Wmaybe-uninitialized warnings
 2023-07-10 19:25 UTC  (6+ messages)
` [PATCH 2/2] btrfs: fix 64-bit division link failure

btrfs sequential 8K read()s from compressed files are not merging
 2023-07-10 18:56 UTC 

[PATCH v2 00/89] fs: new accessors for inode->i_ctime
 2023-07-10 13:32 UTC  (5+ messages)
` [PATCH v2 00/92] "

[PATCH] btrfs: add a debug accounting for eb pages contiguousness
 2023-07-10  5:52 UTC  (7+ messages)


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