messages from 2025-08-21 22:06:00 to 2025-08-27 17:55:45 UTC [more...]
[PATCH kvm-next V11 0/7] Add NUMA mempolicy support for KVM guest-memfd
2025-08-27 17:52 UTC (2+ messages)
` [PATCH kvm-next V11 1/7] mm/filemap: Add NUMA mempolicy support to filemap_alloc_folio()
[PATCH v4 0/3] introduce kernel file mapped folios
2025-08-27 17:47 UTC (6+ messages)
` [PATCH v4 1/3] mm/filemap: add AS_KERNEL_FILE
` [PATCH] mm: fix CONFIG_MEMCG build for AS_KERNEL_FILE
[PATCH v2 00/16] btrfs: remap tree
2025-08-27 17:11 UTC (17+ messages)
` [PATCH v2 03/16] btrfs: allow remapped chunks to have zero stripes
` [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 v3] fstests: btrfs: add a new test case to verify compressed read
2025-08-27 16:39 UTC (4+ messages)
[PATCH v2 00/54] fs: rework inode reference counting
2025-08-27 16:24 UTC (69+ messages)
` [PATCH v2 01/54] fs: make the i_state flags an enum
` [PATCH v2 02/54] fs: add an icount_read helper
` (subset) "
` [PATCH v2 03/54] fs: rework iput logic
` [PATCH] fs: revamp iput()
` [PATCH v2 04/54] fs: add an i_obj_count refcount to the inode
` [PATCH v2 05/54] fs: hold an i_obj_count reference in wait_sb_inodes
` [PATCH v2 06/54] fs: hold an i_obj_count reference for the i_wb_list
` [PATCH v2 07/54] fs: hold an i_obj_count reference for the i_io_list
` [PATCH v2 08/54] fs: hold an i_obj_count reference in writeback_sb_inodes
` [PATCH v2 09/54] fs: hold an i_obj_count reference while on the hashtable
` [PATCH v2 10/54] fs: hold an i_obj_count reference while on the LRU list
` [PATCH v2 11/54] fs: hold an i_obj_count reference while on the sb inode list
` [PATCH v2 12/54] fs: stop accessing ->i_count directly in f2fs and gfs2
` [PATCH v2 13/54] fs: hold an i_obj_count when we have an i_count reference
` [PATCH v2 14/54] fs: add an I_LRU flag to the inode
` [PATCH v2 15/54] fs: maintain a list of pinned inodes
` [PATCH v2 16/54] fs: delete the inode from the LRU list on lookup
` [PATCH v2 17/54] fs: remove the inode from the LRU list on unlink/rmdir
` [PATCH v2 18/54] fs: change evict_inodes to use iput instead of evict directly
` [PATCH v2 19/54] fs: hold a full ref while the inode is on a LRU
` [PATCH v2 20/54] fs: disallow 0 reference count inodes
` [PATCH v2 21/54] fs: make evict_inodes add to the dispose list under the i_lock
` [PATCH v2 22/54] fs: convert i_count to refcount_t
` [PATCH v2 23/54] fs: use refcount_inc_not_zero in igrab
` [PATCH v2 24/54] fs: use inode_tryget in find_inode*
` [PATCH v2 25/54] fs: update find_inode_*rcu to check the i_count count
` [PATCH v2 26/54] fs: use igrab in insert_inode_locked
` [PATCH v2 27/54] fs: remove I_WILL_FREE|I_FREEING check from __inode_add_lru
` [PATCH v2 28/54] fs: remove I_WILL_FREE|I_FREEING check in inode_pin_lru_isolating
` [PATCH v2 29/54] fs: use inode_tryget in evict_inodes
` [PATCH v2 30/54] fs: change evict_dentries_for_decrypted_inodes to use refcount
` [PATCH v2 31/54] block: use igrab in sync_bdevs
` [PATCH v2 32/54] bcachefs: use the refcount instead of I_WILL_FREE|I_FREEING
` [PATCH v2 33/54] btrfs: don't check I_WILL_FREE|I_FREEING
` [PATCH v2 34/54] fs: use igrab in drop_pagecache_sb
` [PATCH v2 35/54] fs: stop checking I_FREEING in d_find_alias_rcu
` [PATCH v2 36/54] ext4: stop checking I_WILL_FREE|IFREEING in ext4_check_map_extents_env
` [PATCH v2 37/54] fs: remove I_WILL_FREE|I_FREEING from fs-writeback.c
` [PATCH v2 38/54] gfs2: remove I_WILL_FREE|I_FREEING usage
` [PATCH v2 39/54] fs: remove I_WILL_FREE|I_FREEING check from dquot.c
` [PATCH v2 40/54] notify: remove I_WILL_FREE|I_FREEING checks in fsnotify_unmount_inodes
` [PATCH v2 41/54] xfs: remove I_FREEING check
` [PATCH v2 42/54] landlock: remove I_FREEING|I_WILL_FREE check
` [PATCH v2 43/54] fs: change inode_is_dirtytime_only to use refcount
` [PATCH v2 44/54] btrfs: remove references to I_FREEING
` [PATCH v2 45/54] ext4: remove reference to I_FREEING in inode.c
` [PATCH v2 46/54] ext4: remove reference to I_FREEING in orphan.c
` [PATCH v2 47/54] pnfs: use i_count refcount to determine if the inode is going away
` [PATCH v2 48/54] fs: remove some spurious I_FREEING references in inode.c
` [PATCH v2 49/54] xfs: remove reference to I_FREEING|I_WILL_FREE
` [PATCH v2 50/54] ocfs2: do not set I_WILL_FREE
` [PATCH v2 51/54] fs: remove I_FREEING|I_WILL_FREE
` [PATCH v2 52/54] fs: remove I_REFERENCED
` [PATCH v2 53/54] fs: remove I_LRU_ISOLATING flag
` [PATCH v2 54/54] fs: add documentation explaining the reference count rules for inodes
` [syzbot ci] Re: fs: rework inode reference counting
` (subset) [PATCH v2 00/54] "
[syzbot] [block?] [ext4?] [btrfs?] INFO: rcu detected stall in sys_mount (8)
2025-08-27 13:07 UTC
[PATCH v2 0/2] btrfs: more trivial BTRFS_PATH_AUTO_FREE conversions
2025-08-27 12:24 UTC (10+ messages)
` [PATCH 1/2] btrfs: get_inode_info(): check NULL info parameter early
` [PATCH 2/2] btrfs: more trivial BTRFS_PATH_AUTO_FREE conversions
[PATCH] btrfs: don't allow adding block device with 0 bytes
2025-08-27 10:44 UTC (2+ messages)
[PATCH] btrfs: fix subvolume deletion lockup caused by inodes xarray race
2025-08-27 8:45 UTC (4+ messages)
[PATCH v2] fstests: btrfs: add a new test case to verify compressed read
2025-08-26 21:55 UTC
[PATCH] btrfs: fix corruption reading compressed range when block size is smaller than page size
2025-08-26 21:46 UTC
[PATCH] btrfs: move ref-verify of btrfs_init_data_ref under CONFIG_BTRFS_DEBUG
2025-08-26 13:11 UTC (2+ messages)
[PATCH v3] btrfs: do more strict compressed read merge check
2025-08-26 11:13 UTC (3+ messages)
[PATCH] fstests: btrfs: add a new test case to verify compressed read
2025-08-26 11:10 UTC (2+ messages)
[PATCH 00/50] fs: rework inode reference counting
2025-08-26 9:56 UTC (51+ messages)
` [PATCH 02/50] fs: make the i_state flags an enum
` [PATCH 02/50] "
` [PATCH 04/50] fs: hold an i_obj_count reference for the i_wb_list
` [PATCH 06/50] fs: hold an i_obj_count reference in writeback_sb_inodes
` [PATCH 12/50] fs: rework iput logic
` [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 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 27/50] fs: use inode_tryget in evict_inodes
` [PATCH 35/50] fs: remove I_WILL_FREE|I_FREEING from fs-writeback.c
` [PATCH 49/50] fs: remove I_FREEING|I_WILL_FREE
` [PATCH 50/50] fs: add documentation explaining the reference count rules for inodes
[syzbot] Monthly btrfs report (Aug 2025)
2025-08-26 7:13 UTC
v6.17-rc3: zbd/009 hangs
2025-08-26 5:46 UTC (3+ messages)
[PATCH blktests] zbd/009: increase max open zones limit to 16
2025-08-26 0:43 UTC (2+ messages)
[PATCH v2] btrfs: do more strict compressed read merge check
2025-08-25 22:22 UTC (3+ messages)
[PATCH] btrfs: update MAINTAINERS entry
2025-08-25 15:34 UTC (2+ messages)
[PATCH AUTOSEL 6.16] btrfs: clear block dirty if submit_one_sector() failed
2025-08-25 12:14 UTC (2+ messages)
` [PATCH AUTOSEL 6.16-6.12] btrfs: zoned: skip ZONE FINISH of conventional zones
[PATCH] btrfs: Accept and ignore compression level for lzo
2025-08-25 11:37 UTC (19+ messages)
[PATCH] btrfs: reject invalid compression level
2025-08-25 10:26 UTC
[PATCH v3 0/4] btrfs: Misc test fixes for large block/node sizes
2025-08-25 6:08 UTC (15+ 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 v4 0/4] btrfs: Misc test fixes for large block/node sizes
2025-08-25 6:04 UTC (5+ messages)
` [PATCH v4 1/4] btrfs/301: Make the test compatible with all the supported block sizes
` [PATCH v4 2/4] generic/274: Make the pwrite block sizes and offsets to 64k
` [PATCH v4 3/4] btrfs/137: Make this test compatible with all supported block sizes
` [PATCH v4 4/4] generic/563: Increase the iosize to cover for btrfs higher node sizes
[PATCH v2 03/16] btrfs: allow remapped chunks to have zero stripes
2025-08-22 17:07 UTC (2+ messages)
[PATCH 10/50] fs: stop accessing ->i_count directly in f2fs and gfs2
2025-08-22 12:38 UTC (2+ messages)
` (subset) "
[PATCH] btrfs: factor out fixup worker check and use it in extent_writepage_io()
2025-08-22 11:57 UTC
[PATCH v2] tests: btrfs/237: skip test on devices with conventional zones
2025-08-22 10:11 UTC (2+ messages)
[PATCH] btrfs: do more strict compressed read merge check
2025-08-22 7:13 UTC
[PATCH] btrfs/301: test nested squota teardown
2025-08-22 0:32 UTC (4+ messages)
` [PATCH v2] "
[PATCH] btrfs: fix typos in comments and strings
2025-08-21 22:57 UTC
[PATCH] btrfs: fix squota _cmpr stats leak
2025-08-21 22:05 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).