public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-08-21 01:16:14 to 2025-08-26 15:41:29 UTC [more...]

[PATCH v2 00/54] fs: rework inode reference counting
 2025-08-26 15:39 UTC  (28+ messages)
` [PATCH v2 01/54] fs: make the i_state flags an enum
` [PATCH v2 02/54] fs: add an icount_read helper
` [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 00/50] fs: rework inode reference counting
 2025-08-26  9:56 UTC  (85+ 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

[PATCHv3 0/8] direct-io: even more flexible io vectors
 2025-08-26  4:59 UTC  (5+ messages)

[PATCH] jbd2: Increase IO priority of checkpoint
 2025-08-26  2:18 UTC  (3+ messages)

[PATCH v5 00/11] Add more tests for multi fs block atomic writes
 2025-08-25 16:08 UTC  (14+ 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 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 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

[PATCHSET RFC v4 6/6] fuse2fs: improve block and inode caching
 2025-08-21  1:24 UTC  (7+ messages)
` [PATCH 1/6] libsupport: add caching IO manager
` [PATCH 2/6] iocache: add the actual buffer cache
` [PATCH 3/6] iocache: bump buffer mru priority every 50 accesses
` [PATCH 4/6] fuse2fs: enable caching IO manager
` [PATCH 5/6] fuse2fs: increase inode cache size
` [PATCH 6/6] libext2fs: improve caching for inodes

[PATCHSET RFC v4 5/6] fuse2fs: handle timestamps and ACLs correctly when iomap is enabled
 2025-08-21  1:23 UTC  (9+ messages)
` [PATCH 1/8] fuse2fs: skip permission checking on utimens "
` [PATCH 2/8] fuse2fs: let the kernel tell us about acl/mode updates
` [PATCH 3/8] fuse2fs: better debugging for file mode updates
` [PATCH 4/8] fuse2fs: debug timestamp updates
` [PATCH 5/8] fuse2fs: use coarse timestamps for iomap mode
` [PATCH 6/8] fuse2fs: add tracing for retrieving timestamps
` [PATCH 7/8] fuse2fs: enable syncfs
` [PATCH 8/8] fuse2fs: skip the gdt write in op_destroy if syncfs is working

[PATCHSET RFC v4 4/6] fuse2fs: use fuse iomap data paths for better file I/O performance
 2025-08-21  1:21 UTC  (3+ messages)
` [PATCH 1/2] fuse2fs: enable caching of iomaps
` [PATCH 2/2] fuse2fs: be smarter about caching iomaps

[PATCHSET RFC v4 3/6] fuse2fs: use fuse iomap data paths for better file I/O performance
 2025-08-21  1:20 UTC  (19+ messages)
` [PATCH 02/19] fuse2fs: add iomap= mount option
` [PATCH 03/19] fuse2fs: implement iomap configuration
` [PATCH 04/19] fuse2fs: register block devices for use with iomap
` [PATCH 05/19] fuse2fs: implement directio file reads
` [PATCH 06/19] fuse2fs: add extent dump function for debugging
` [PATCH 07/19] fuse2fs: implement direct write support
` [PATCH 08/19] fuse2fs: turn on iomap for pagecache IO
` [PATCH 09/19] fuse2fs: don't zero bytes in punch hole
` [PATCH 10/19] fuse2fs: don't do file data block IO when iomap is enabled
` [PATCH 11/19] fuse2fs: avoid fuseblk mode if fuse-iomap support is likely
` [PATCH 12/19] fuse2fs: enable file IO to inline data files
` [PATCH 13/19] fuse2fs: set iomap-related inode flags
` [PATCH 14/19] fuse2fs: add strictatime/lazytime mount options
` [PATCH 15/19] fuse2fs: configure block device block size
` [PATCH 16/19] fuse4fs: don't use inode number translation when possible
` [PATCH 17/19] fuse4fs: separate invalidation
` [PATCH 18/19] fuse2fs: implement statx
` [PATCH 19/19] fuse2fs: enable atomic writes


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox