messages from 2025-08-12 20:23:43 to 2025-08-21 20:21:00 UTC [more...]
[PATCH 00/50] fs: rework inode reference counting
2025-08-21 20:18 UTC (30+ messages)
` [PATCH 01/50] fs: add an i_obj_count refcount to the inode
` [PATCH 02/50] fs: make the i_state flags an enum
` [PATCH 03/50] fs: hold an i_obj_count reference in wait_sb_inodes
` [PATCH 04/50] fs: hold an i_obj_count reference for the i_wb_list
` [PATCH 05/50] fs: hold an i_obj_count reference for the i_io_list
` [PATCH 06/50] fs: hold an i_obj_count reference in writeback_sb_inodes
` [PATCH 07/50] fs: hold an i_obj_count reference while on the hashtable
` [PATCH 08/50] fs: hold an i_obj_count reference while on the LRU list
` [PATCH 09/50] fs: hold an i_obj_count reference while on the sb inode list
` [PATCH 10/50] fs: stop accessing ->i_count directly in f2fs and gfs2
` [PATCH 11/50] fs: hold an i_obj_count when we have an i_count reference
` [PATCH 12/50] fs: rework iput logic
` [PATCH 13/50] fs: add an I_LRU flag to the inode
` [PATCH 14/50] fs: maintain a list of pinned inodes
` [PATCH 15/50] fs: delete the inode from the LRU list on lookup
` [PATCH 16/50] fs: change evict_inodes to use iput instead of evict directly
` [PATCH 17/50] fs: hold a full ref while the inode is on a LRU
` [PATCH 18/50] fs: disallow 0 reference count inodes
` [PATCH 19/50] fs: make evict_inodes add to the dispose list under the i_lock
` [PATCH 20/50] fs: convert i_count to refcount_t
` [PATCH 21/50] fs: use refcount_inc_not_zero in igrab
` [PATCH 22/50] fs: use inode_tryget in find_inode*
` [PATCH 23/50] fs: update find_inode_*rcu to check the i_count count
` [PATCH 24/50] fs: use igrab in insert_inode_locked
` [PATCH 25/50] fs: remove I_WILL_FREE|I_FREEING check from __inode_add_lru
` [PATCH 26/50] fs: remove I_WILL_FREE|I_FREEING check in inode_pin_lru_isolating
` [PATCH 27/50] fs: use inode_tryget in evict_inodes
` [PATCH 28/50] fs: change evict_dentries_for_decrypted_inodes to use refcount
` [PATCH 29/50] block: use igrab in sync_bdevs
[PATCH v3 0/4] introduce uncharged file mapped folios
2025-08-21 19:37 UTC (22+ messages)
` [PATCH v3 1/4] mm/filemap: add AS_UNCHARGED
` [PATCH v3 2/4] mm: add vmstat for cgroup uncharged pages
` [PATCH v3 3/4] btrfs: set AS_UNCHARGED on the btree_inode
` [PATCH v3 4/4] memcg: remove warning from folio_lruvec
[PATCH RFC v3] btrfs: extract the compressed folio padding into a helper
2025-08-21 17:37 UTC (2+ messages)
[PATCH] btrfs-progs: docs: update the compatibility about compression
2025-08-21 16:41 UTC (2+ messages)
[syzbot] [btrfs?] WARNING in btrfs_put_transaction (4)
2025-08-21 15:16 UTC
[PATCH v2 0/4] btrfs: btrfs: fix possible race between error handling and writeback
2025-08-21 13:52 UTC (4+ messages)
[PATCH v2 0/2] btrfs: more trivial BTRFS_PATH_AUTO_FREE conversions
2025-08-21 13:12 UTC (3+ messages)
` [PATCH 1/2] btrfs: get_inode_info(): check NULL info parameter early
` [PATCH 2/2] btrfs: more trivial BTRFS_PATH_AUTO_FREE conversions
Remaining BTRFS_PATH_AUTO_FREE work
2025-08-21 12:36 UTC (3+ messages)
[PATCH] btrfs: more trivial BTRFS_PATH_AUTO_FREE conversions
2025-08-21 10:19 UTC (3+ messages)
Newbie questions about DIR_ITEM and DIR_INDEX design
2025-08-21 10:06 UTC (5+ messages)
[PATCH RFC v2] btrfs: extract the compressed folio padding into a helper
2025-08-21 4:59 UTC
[PATCH v3 0/4] btrfs: Misc test fixes for large block/node sizes
2025-08-20 8:15 UTC (5+ messages)
` [PATCH v3 1/4] btrfs/301: Make the test compatible with all the supported block sizes
` [PATCH v3 2/4] generic/274: Make the pwrite block sizes and offsets to 64k
` [PATCH v3 3/4] btrfs/137: Make this test compatible with all supported block sizes
` [PATCH v3 4/4] generic/563: Increase the iosize to to cover for btrfs
[PATCH v2 0/4] btrfs: Misc test fixes for large block/node sizes
2025-08-20 8:00 UTC (13+ messages)
` [PATCH v2 1/4] btrfs/301: Make the test compatible with all the supported block sizes
` [PATCH v2 2/4] generic/274: Make the pwrite block sizes and offsets to 64k
` [PATCH v2 3/4] btrfs/137: Make this test compatible with all supported block sizes
` [PATCH v2 4/4] generic/563: Increase the iosize to to cover for btrfs
[PATCH RFC] btrfs: extract the compressed folio padding into a helper
2025-08-20 5:37 UTC
[PATCH v2 00/16] btrfs: remap tree
2025-08-19 1:05 UTC (31+ messages)
` [PATCH v2 01/16] btrfs: add definitions and constants for remap-tree
` [PATCH v2 02/16] btrfs: add REMAP chunk type
` [PATCH v2 03/16] btrfs: allow remapped chunks to have zero stripes
` [PATCH v2 04/16] btrfs: remove remapped block groups from the free-space tree
` [PATCH v2 05/16] btrfs: don't add metadata items for the remap tree to the extent tree
` [PATCH v2 06/16] btrfs: add extended version of struct block_group_item
` [PATCH v2 07/16] btrfs: allow mounting filesystems with remap-tree incompat flag
` [PATCH v2 08/16] btrfs: redirect I/O for remapped block groups
` [PATCH v2 09/16] btrfs: release BG lock before calling btrfs_link_bg_list()
` [PATCH v2 10/16] btrfs: handle deletions from remapped block group
` [PATCH v2 11/16] btrfs: handle setting up relocation of block group with remap-tree
` [PATCH v2 12/16] btrfs: move existing remaps before relocating block group
` [PATCH v2 13/16] btrfs: replace identity maps with actual remaps when doing relocations
` [PATCH v2 14/16] btrfs: add do_remap param to btrfs_discard_extent()
` [PATCH v2 15/16] btrfs: add fully_remapped_bgs list
` [PATCH v2 16/16] btrfs: allow balancing remap tree
[PATCH 0/7] btrfs: per-fs compression workspace manager
2025-08-18 22:14 UTC (12+ messages)
` [PATCH 1/7] btrfs: add an fs_info parameter for "
` [PATCH 2/7] btrfs: add workspace manager initialization for zstd
` [PATCH 3/7] btrfs: add generic workspace manager initialization
` [PATCH 4/7] btrfs: migrate to use per-fs workspace manager
` [PATCH 5/7] btrfs: cleanup the per-module workspace managers
` [PATCH 6/7] btrfs: rename btrfs_compress_op to btrfs_compress_levels
` [PATCH 7/7] btrfs: reduce workspace buffer space to block size
[PATCH] memcg: remove warning from folio_lruvec
2025-08-18 18:46 UTC
Remaining BTRFS_PATH_AUTO_FREE work
2025-08-18 17:10 UTC
[GIT PULL] Btrfs fixes for 6.17-rc3
2025-08-18 16:40 UTC (2+ messages)
[PATCH v2 0/3] introduce uncharged file mapped folios
2025-08-18 16:36 UTC (11+ messages)
` [PATCH v2 1/3] mm/filemap: add AS_UNCHARGED
` [PATCH v2 2/3] mm: add vmstat for cgroup uncharged pages
` [PATCH v2 3/3] btrfs: set AS_UNCHARGED on the btree_inode
` [syzbot ci] Re: introduce uncharged file mapped folios
[PATCH 0/5] btrfs-progs: enhance --subvol/--inode-flags options
2025-08-18 15:01 UTC (7+ messages)
` [PATCH 1/5] btrfs-progs: mkfs/rootdir: extract subvol validation code into a helper
` [PATCH 2/5] btrfs-progs: mkfs/rootdir: extract inode flags "
` [PATCH 3/5] btrfs-progs: mkfs/rootdir: enhance subvols detection
` [PATCH 4/5] btrfs-progs: mkfs/rootdir: enhance inode flags detection
` [PATCH 5/5] btrfs-progs: doc/mkfs: remove the note about memory usage
[PATCH v1 0/2] mm: remove MIGRATEPAGE_*
2025-08-18 11:28 UTC (6+ messages)
` [PATCH v1 1/2] mm/migrate: remove MIGRATEPAGE_UNMAP
` [PATCH v1 2/2] treewide: remove MIGRATEPAGE_SUCCESS
[PATCH v2] tests: btrfs/237: skip test on devices with conventional zones
2025-08-18 9:53 UTC
degraded raid1 allocates new single bg's, degraded raid56 does not
2025-08-17 23:46 UTC
[PATCH] btrfs: stop checking for NULL transaction when pinning log tree
2025-08-15 23:34 UTC (2+ messages)
[PATCH v4 0/3] btrfs: ref_tracker for delayed_nodes
2025-08-15 23:27 UTC (10+ messages)
` [PATCH v4 1/3] btrfs: implement "
` [PATCH v4 2/3] btrfs: print leaked references in kill_all_delayed_nodes
` [PATCH v4 3/3] btrfs: add mount option for ref_tracker
[PATCH] btrfs: prevent device path updating during mount
2025-08-15 23:06 UTC (3+ messages)
[PATCH] btrfs: convert several int parameters to bool
2025-08-15 22:53 UTC (3+ messages)
[PATCH v5 00/13] Move fscrypt and fsverity info out of struct inode
2025-08-15 14:28 UTC (7+ messages)
[bug report] btrfs: abort transaction in the process_one_buffer() log tree walk callback
2025-08-15 11:28 UTC (4+ messages)
Broken BTRFS Partition
2025-08-14 5:13 UTC (2+ messages)
[PATCH] tests: btrfs/237: skip test on devices with conventional zones
2025-08-14 2:16 UTC (4+ messages)
Btrfs progs release 6.16
2025-08-13 18:10 UTC
[PATCH 0/1] btrfs: remove ref-verify kconfig
2025-08-13 12:22 UTC (3+ messages)
` [PATCH 1/1] "
[PATCH v2 0/2] Fix and unify mount option log messages
2025-08-13 10:10 UTC (3+ messages)
BTRFS RAID 5 array ran out of space, switched to R/O mode with errors
2025-08-13 7:29 UTC (10+ 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