messages from 2025-08-21 20:20:33 to 2025-08-27 15:20:56 UTC [more...]
[PATCHv3 0/8] direct-io: even more flexible io vectors
2025-08-27 15:20 UTC (6+ messages)
[PATCH v2 00/54] fs: rework inode reference counting
2025-08-27 15:20 UTC (66+ 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 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] "
[PATCH v5 00/11] Add more tests for multi fs block atomic writes
2025-08-27 15:16 UTC (15+ messages)
` [PATCH v5 01/12] common/rc: Add _min() and _max() helpers
` [PATCH v5 02/12] common/rc: Add _require_fio_version helper
` [PATCH v5 03/12] common/rc: Add a helper to run fsx on a given file
` [PATCH v5 04/12] ltp/fsx.c: Add atomic writes support to fsx
` [PATCH v5 05/12] generic: Add atomic write test using fio crc check verifier
` [PATCH v5 06/12] generic: Add atomic write test using fio verify on file mixed mappings
` [PATCH v5 07/12] generic: Add atomic write multi-fsblock O_[D]SYNC tests
` [PATCH v5 08/12] generic: Stress fsx with atomic writes enabled
` [PATCH v5 09/12] generic: Add sudden shutdown tests for multi block atomic writes
` [PATCH v5 10/12] ext4: test atomic write and ioend codepaths with bigalloc
` [PATCH v5 11/12] ext4: Test atomic writes allocation and write "
` [PATCH v5 12/12] ext4: Atomic write test for extent split across leaf nodes
[PATCHv4 0/8]
2025-08-27 14:12 UTC (9+ messages)
` [PATCHv4 1/8] block: check for valid bio while splitting
` [PATCHv4 2/8] block: add size alignment to bio_iov_iter_get_pages
` [PATCHv4 3/8] block: align the bio after building it
` [PATCHv4 4/8] block: simplify direct io validity check
` [PATCHv4 5/8] iomap: "
` [PATCHv4 6/8] block: remove bdev_iter_is_aligned
` [PATCHv4 7/8] blk-integrity: use simpler alignment check
` [PATCHv4 8/8] iov_iter: remove iov_iter_is_aligned
[syzbot] [block?] [ext4?] [btrfs?] INFO: rcu detected stall in sys_mount (8)
2025-08-27 13:07 UTC
[PATCH] ext4: Increase IO priority of fastcommit
2025-08-27 12:18 UTC
[PATCH] ext4: remove obsolete EXT3 config options
2025-08-27 12:02 UTC (2+ messages)
[PATCH] jbd2: Increase IO priority of checkpoint
2025-08-27 11:53 UTC (8+ messages)
` [External] "
[syzbot] Monthly ext4 report (Aug 2025)
2025-08-27 8:15 UTC
[PATCH 00/50] fs: rework inode reference counting
2025-08-26 9:56 UTC (77+ 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 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 30/50] bcachefs: use the refcount instead of I_WILL_FREE|I_FREEING
` [PATCH 31/50] btrfs: don't check I_WILL_FREE|I_FREEING
` [PATCH 32/50] fs: use igrab in drop_pagecache_sb
` [PATCH 33/50] fs: stop checking I_FREEING in d_find_alias_rcu
` [PATCH 34/50] ext4: stop checking I_WILL_FREE|IFREEING in ext4_check_map_extents_env
` [PATCH 35/50] fs: remove I_WILL_FREE|I_FREEING from fs-writeback.c
` [PATCH 36/50] gfs2: remove I_WILL_FREE|I_FREEING usage
` [PATCH 37/50] fs: remove I_WILL_FREE|I_FREEING check from dquot.c
` [PATCH 38/50] notify: remove I_WILL_FREE|I_FREEING checks in fsnotify_unmount_inodes
` [PATCH 39/50] xfs: remove I_FREEING check
` [PATCH 40/50] landlock: remove I_FREEING|I_WILL_FREE check
` [PATCH 41/50] fs: change inode_is_dirtytime_only to use refcount
` [PATCH 42/50] btrfs: remove references to I_FREEING
` [PATCH 43/50] ext4: remove reference to I_FREEING in inode.c
` [PATCH 44/50] ext4: remove reference to I_FREEING in orphan.c
` [PATCH 45/50] pnfs: use i_count refcount to determine if the inode is going away
` [PATCH 46/50] fs: remove some spurious I_FREEING references in inode.c
` [PATCH 47/50] xfs: remove reference to I_FREEING|I_WILL_FREE
` [PATCH 48/50] ocfs2: do not set I_WILL_FREE
` [PATCH 49/50] fs: remove I_FREEING|I_WILL_FREE
` [PATCH 50/50] fs: add documentation explaining the reference count rules for inodes
[PATCH RESEND] fs/ext4: remove unused variable 'de' in ext4_init_new_dir()
2025-08-25 14:13 UTC
[PATCH] ext4: add ext4_sb_bread_nofail() helper function for ext4_free_branches()
2025-08-25 9:52 UTC (2+ messages)
[syzbot] [ext4?] possible deadlock in ext4_truncate (2)
2025-08-25 8:51 UTC
[REGRESSION][STABLE] ext4: too many credits wanted / file system issue in v6.16.1
2025-08-25 7:55 UTC (4+ messages)
[PATCH] ext4: fix potential null deref in ext4_mb_init()
2025-08-25 6:40 UTC (4+ messages)
[syzbot] [ext4?] general protection fault in xa_destroy
2025-08-25 1:28 UTC (2+ messages)
[PATCH v2 0/9] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
2025-08-23 4:37 UTC (4+ messages)
` [PATCH v2 1/9] block: introduce max_{hw|user}_wzeroes_unmap_sectors to queue limits
[syzbot] [exfat?] [ext4?] WARNING in __rt_mutex_slowlock_locked
2025-08-23 0:59 UTC (3+ messages)
[PATCH 6.16 000/564] 6.16.2-rc2 review
2025-08-22 12:41 UTC (4+ messages)
[PATCH 10/50] fs: stop accessing ->i_count directly in f2fs and gfs2
2025-08-22 12:38 UTC (2+ messages)
` (subset) "
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).