messages from 2025-08-18 04:41:20 to 2025-08-25 07:46:11 UTC [more...]
[PATCHv3 0/8] direct-io: even more flexible io vectors
2025-08-25 7:46 UTC (11+ messages)
` [PATCHv3 1/8] block: check for valid bio while splitting
` [PATCHv3 2/8] block: add size alignment to bio_iov_iter_get_pages
` [PATCHv3 3/8] block: align the bio after building it
[PATCH v3 0/4] allow partial folio write with iomap_folio_state
2025-08-25 6:41 UTC (2+ messages)
[PATCH v2] xfs: Replace strncpy with memcpy
2025-08-23 17:41 UTC (8+ 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
[PATCH] iomap: allow iomap using the per-cpu bio cache
2025-08-23 4:15 UTC (6+ messages)
[PATCH V2] xfs: do not propagate ENODATA disk errors into xattr code
2025-08-22 17:55 UTC
[PATCH] xfs: do not propagate ENODATA disk errors into xattr code
2025-08-22 17:52 UTC (3+ messages)
[PATCH 00/50] fs: rework inode reference counting
2025-08-22 15:27 UTC (68+ 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 02/50] "
` [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
` (subset) "
` [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 v5 00/11] Add more tests for multi fs block atomic writes
2025-08-22 8:02 UTC (13+ 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
[PATCH RFC] xfs: remap block layer ENODATA read errors to EIO
2025-08-22 7:38 UTC (20+ messages)
` [PATCH] xfs: test case for handling io errors when reading extended attributes
[PATCH] Documentation: Fix documentation typos
2025-08-21 21:34 UTC (3+ messages)
[PATCH] Documentation/filesystems/xfs: Fix typo error
2025-08-21 16:54 UTC (2+ messages)
Do we need an opt-in for file systems use of hw atomic writes?
2025-08-21 14:01 UTC (13+ messages)
[syzbot] [xfs?] KASAN: slab-use-after-free Read in xlog_cil_push_work
2025-08-21 13:03 UTC
[syzbot] [xfs?] KASAN: slab-use-after-free Write in xlog_cil_committed
2025-08-21 12:20 UTC
[PATCH v4 00/11] Add more tests for multi fs block atomic writes
2025-08-21 12:19 UTC (26+ messages)
` [PATCH v4 01/11] common/rc: Add _min() and _max() helpers
` [PATCH v4 03/11] ltp/fsx.c: Add atomic writes support to fsx
` [PATCH v4 04/11] generic: Add atomic write test using fio crc check verifier
` [PATCH v4 09/11] ext4: Atomic writes stress test for bigalloc using fio crc verifier
` [PATCH v4 10/11] ext4: Atomic writes test for bigalloc using fio crc verifier on multiple files
` [PATCH v4 11/11] ext4: Atomic write test for extent split across leaf nodes
[PATCH] xfs: implement XFS_IOC_DIOINFO in terms of vfs_getattr
2025-08-21 10:59 UTC (5+ messages)
[PATCH 0/1] fix typo error in xfs comment
2025-08-21 5:54 UTC (2+ messages)
` [PATCH 1/1] xfs: fix typo in comment
Yearly maintainership rotation?
2025-08-20 15:25 UTC (3+ messages)
[PATCH] xfs: Remove redundant header files
2025-08-20 5:39 UTC (2+ messages)
zoned allocator fixes
2025-08-19 13:11 UTC (10+ messages)
` [PATCH 1/3] xfs: remove xfs_last_used_zone
` [PATCH 2/3] xfs: kick off inodegc when failing to reserve zoned blocks
` [PATCH 3/3] xfs: reject swapon for inodes on a zoned file system earlier
[PATCH] xfs: Default XFS_RT to Y if CONFIG_BLK_DEV_ZONED is enabled
2025-08-19 13:11 UTC (2+ messages)
[ANNOUNCE] xfs-linux: for-next updated to 8e5a2441e186
2025-08-19 13:10 UTC
[PATCH] iomap: use largest_zero_folio() in iomap_dio_zero()
2025-08-19 9:29 UTC (7+ messages)
[PATCH 00/11] VFS: prepare for changes to directory locking
2025-08-19 8:37 UTC (5+ messages)
` [PATCH 04/11] VFS: introduce dentry_lookup_continue()
store the buftarg size in the buftarg
2025-08-19 8:06 UTC (6+ messages)
` [PATCH 1/2] xfs: track the number of blocks in each buftarg
` [PATCH 2/2] xfs: use bt_nr_blocks in xfs_dax_translate_range
[RFC 0/3] xfs: Add support to shrink multiple empty AGs
2025-08-19 5:56 UTC (8+ messages)
` [RFC 3/3] "
[PATCH] xfs: use kcalloc() and kmalloc_array() to allocate array space
2025-08-19 4:04 UTC
[PATCH xfsprogs] Document current limitation of shrinking fs
2025-08-18 20:46 UTC (2+ messages)
xfs_metadump segmentation fault on large fs - xfsprogs 6.1
2025-08-18 15:56 UTC (4+ messages)
[RFC PATCH] xfs: Fix logbsize validation
2025-08-18 11:42 UTC (3+ 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).