messages from 2025-10-06 10:31:35 to 2025-10-13 02:59:19 UTC [more...]
filemap_* writeback interface cleanups
2025-10-13 2:58 UTC (9+ messages)
` [PATCH 01/10] mm: don't opencode filemap_fdatawrite_range in filemap_invalidate_inode
` [PATCH 02/10] 9p: don't opencode filemap_fdatawrite_range in v9fs_mmap_vm_close
` [PATCH 03/10] ocfs2: don't opencode filemap_fdatawrite_range in ocfs2_journal_submit_inode_data_buffers
` [PATCH 04/10] btrfs: use the local tmp_inode variable in start_delalloc_inodes
` [PATCH 05/10] btrfs: push struct writeback_control into start_delalloc_inodes
` [PATCH 06/10] mm,btrfs: add a filemap_fdatawrite_kick_nr helper
` [PATCH 07/10] mm: remove __filemap_fdatawrite
` [PATCH 08/10] mm: remove filemap_fdatawrite_wbc
[PATCH RFC] btrfs: exit scrub and balance early if the fs is being frozen
2025-10-12 23:56 UTC (3+ messages)
[PATCH v7 0/3] btrfs: add shutdown() and remove_bdev() callback
2025-10-12 23:52 UTC (4+ messages)
` [PATCH v7 1/3] btrfs: introduce a new shutdown state
` [PATCH v7 2/3] btrfs: implement shutdown ioctl
` [PATCH v7 3/3] btrfs: implement remove_bdev and shutdown super operation callbacks
6.17rc5: btrfs scrub, Freezing user space processes failed
2025-10-12 22:10 UTC (3+ messages)
[PATCH v2 0/3] fstests: basic smoke test on zoned loop device
2025-10-12 0:36 UTC (10+ messages)
` [PATCH v2 1/3] common/zoned: add _require_zloop
` [PATCH v2 2/3] common/zoned: add _create_zloop
` [PATCH v2 3/3] generic: basic smoke for filesystems on zoned block devices
Trying to tackle https://github.com/kdave/btrfs-progs/issues/541
2025-10-11 12:20 UTC (3+ messages)
[PATCH v7 00/14] hide ->i_state behind accessors
2025-10-10 15:51 UTC (34+ messages)
` [PATCH v7 01/14] fs: move wait_on_inode() from writeback.h to fs.h
` [PATCH v7 02/14] fs: spell out fenced ->i_state accesses with explicit smp_wmb/smp_rmb
` [PATCH v7 03/14] fs: provide accessors for ->i_state
` [PATCH v7 04/14] Coccinelle-based conversion to use ->i_state accessors
` [PATCH v7 05/14] Manual conversion to use ->i_state accessors of all places not covered by coccinelle
` [PATCH v7 06/14] btrfs: use the new ->i_state accessors
` [PATCH v7 07/14] ceph: "
` [PATCH v7 08/14] smb: "
` [PATCH v7 09/14] f2fs: "
` [PATCH v7 10/14] gfs2: "
` [PATCH v7 11/14] overlayfs: "
` [PATCH v7 12/14] nilfs2: "
` [PATCH v7 13/14] xfs: "
` [PATCH v7 14/14] fs: make plain ->i_state access fail to compile
[PATCH v6 0/5] btrfs: add remove_bdev() callback
2025-10-10 7:42 UTC (14+ messages)
` [PATCH v6 1/5] btrfs: introduce a new fs state, EMERGENCY_SHUTDOWN
` [PATCH v6 2/5] btrfs: reject file operations if in shutdown state
` [PATCH v6 3/5] btrfs: reject delalloc ranges "
` [PATCH v6 4/5] btrfs: implement shutdown ioctl
` [PATCH v6 5/5] btrfs: implement remove_bdev and shutdown super operation callbacks
zbd/009 (btrfs on zone gaps) fail on current Linus tree
2025-10-10 5:25 UTC (6+ messages)
[PATCH] btrfs-progs: check: stop checking for csums past i_size
2025-10-10 3:54 UTC (3+ messages)
[PATCH v3 00/17] Remap tree
2025-10-09 16:30 UTC (22+ messages)
` [PATCH v3 01/17] btrfs: add definitions and constants for remap-tree
` [PATCH v3 02/17] btrfs: add REMAP chunk type
` [PATCH v3 03/17] btrfs: allow remapped chunks to have zero stripes
` [PATCH v3 04/17] btrfs: remove remapped block groups from the free-space tree
` [PATCH v3 05/17] btrfs: don't add metadata items for the remap tree to the extent tree
` [PATCH v3 06/17] btrfs: add extended version of struct block_group_item
` [PATCH v3 07/17] btrfs: allow mounting filesystems with remap-tree incompat flag
` [PATCH v3 08/17] btrfs: redirect I/O for remapped block groups
` [PATCH v3 09/17] btrfs: release BG lock before calling btrfs_link_bg_list()
` [PATCH v3 10/17] btrfs: handle deletions from remapped block group
` [PATCH v3 11/17] btrfs: handle setting up relocation of block group with remap-tree
` [PATCH v3 12/17] btrfs: move existing remaps before relocating block group
` [PATCH v3 13/17] btrfs: replace identity maps with actual remaps when doing relocations
` [PATCH v3 14/17] btrfs: add do_remap param to btrfs_discard_extent()
` [PATCH v3 15/17] btrfs: allow balancing remap tree
` [PATCH v3 16/17] btrfs: handle discarding fully-remapped block groups
` [PATCH v3 17/17] btrfs: add stripe removal pending flag
[PATCH 0/3] btrfs: reduce memory usage for btrfs_raid_bio structure
2025-10-09 4:40 UTC (4+ messages)
` [PATCH 1/3] btrfs: raid56: remove sector_ptr::has_paddr member
` [PATCH 2/3] btrfs: raid56: move sector_ptr::uptodate into a dedicated bitmap
` [PATCH 3/3] btrfs: raid56: remove sector_ptr structure
[PATCH] btrfs: tree-checker: Fix bounds check in check_inode_extref()
2025-10-08 21:27 UTC (2+ messages)
[PATCH v3] btrfs: fix memory leaks when rejecting a non SINGLE data profile without an RST
2025-10-08 16:06 UTC (2+ messages)
[PATCH v3 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
2025-10-08 15:29 UTC (20+ messages)
` [PATCH v3 01/19 5.15.y] minmax: add in_range() macro
` [PATCH v3 02/19 5.15.y] minmax: Introduce {min,max}_array()
` [PATCH v3 03/19 5.15.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH v3 04/19 5.15.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH v3 05/19 5.15.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH v3 06/19 5.15.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH v3 07/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH v3 08/19 5.15.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH v3 09/19 5.15.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH v3 10/19 5.15.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH v3 11/19 5.15.y] minmax: improve macro expansion and type checking
` [PATCH v3 12/19 5.15.y] minmax: fix up min3() and max3() too
` [PATCH v3 13/19 5.15.y] minmax.h: add whitespace around operators and after commas
` [PATCH v3 14/19 5.15.y] minmax.h: update some comments
` [PATCH v3 15/19 5.15.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH v3 16/19 5.15.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH v3 17/19 5.15.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH v3 18/19 5.15.y] minmax.h: simplify the variants of clamp()
` [PATCH v3 19/19 5.15.y] minmax.h: remove some #defines that are only expanded once
[PATCH v2] btrfs: fix memory leaks when rejecting a non SINGLE data profile without an RST
2025-10-08 12:15 UTC (3+ messages)
[PATCH] btrfs: use end_pos variable where needed in btrfs_dirty_folio()
2025-10-07 21:58 UTC (2+ messages)
Direct IO reads being split unexpected at page boundary, but in the middle of a fs block (bs > ps cases)
2025-10-07 21:28 UTC (5+ messages)
[PATCH v2 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
2025-10-07 20:43 UTC (5+ messages)
` [PATCH v2 07/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation
[PATCH] btrfs: fix memory leak when rejecting a non SINGLE data profile without an RST
2025-10-07 12:14 UTC (5+ messages)
[PATCH 2/4] generic/562: Make test compatible with block sizes till 64k
2025-10-07 11:27 UTC (5+ messages)
` [PATCH 3/4] btrfs/200: Make the test compatible with all supported block sizes
` [PATCH 4/4] btrfs/290: "
[PATCH v6 0/4] hide ->i_state behind accessors
2025-10-07 11:07 UTC (6+ messages)
[PATCH 0/2] fstests: basic smoke test on zoned loop device
2025-10-07 7:54 UTC (10+ messages)
` [PATCH 1/2] common/zoned: add _require_zloop
` [PATCH] generic: basic smoke for filesystems on zoned block devices
[PATCH RFC] iomap: ensure iomap_dio_bio_iter() only submit bios that are fs block aligned
2025-10-07 4:29 UTC (8+ messages)
[PATCH] btrfs: trivial BTRFS_PATH_AUTO_FREE conversions for tests
2025-10-07 3:35 UTC
[PATCH v2] btrfs: more trivial BTRFS_PATH_AUTO_FREE conversions
2025-10-07 3:31 UTC (3+ messages)
[GIT PULL] Btrfs updates for 6.18, part 2
2025-10-06 21:00 UTC (2+ messages)
[PATCH AUTOSEL 6.17-6.1] btrfs: zoned: refine extent allocator hint selection
2025-10-06 18:17 UTC (10+ messages)
` [PATCH AUTOSEL 6.17-6.12] btrfs: abort transaction on specific error places when walking log tree
` [PATCH AUTOSEL 6.17-5.4] btrfs: use smp_mb__after_atomic() when forcing COW in create_pending_snapshot()
` [PATCH AUTOSEL 6.17-6.12] btrfs: abort transaction if we fail to update inode in log replay dir fixup
` [PATCH AUTOSEL 6.17-6.12] btrfs: abort transaction in the process_one_buffer() log tree walk callback
` [PATCH AUTOSEL 6.17-6.6] btrfs: zoned: return error from btrfs_zone_finish_endio()
` [PATCH AUTOSEL 6.17-6.6] btrfs: use level argument in log tree walk callback replay_one_buffer()
` [PATCH AUTOSEL 6.17-6.12] btrfs: tree-checker: add inode extref checks
` [PATCH AUTOSEL 6.17-5.15] btrfs: scrub: replace max_t()/min_t() with clamp() in scrub_throttle_dev_io()
` [PATCH AUTOSEL 6.17-5.10] btrfs: always drop log root tree reference in btrfs_replay_log()
[PATCH v2 3/3] fstests: btrfs: test RAID conversions under stress
2025-10-06 18:16 UTC (3+ messages)
[PATCH][next] btrfs: Avoid -Wflex-array-member-not-at-end warning
2025-10-06 17:23 UTC (7+ messages)
[PATCH v2] fs: Make wbc_to_tag() inline and use it in fs
2025-10-06 10:30 UTC (2+ messages)
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;
as well as URLs for NNTP newsgroup(s).