linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-26 15:41:05 to 2025-09-01 10:52:14 UTC [more...]

[PATCH 0/3] xfs: hint based zone allocation improvements
 2025-09-01 10:52 UTC  (3+ messages)
` [PATCH 1/3] fs: add an enum for number of life time hints
` [PATCH 2/3] xfs: refactor hint based zone allocation

[PATCH v2 00/54] fs: rework inode reference counting
 2025-09-01 10:41 UTC  (94+ messages)
` [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 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] "

[PATCHv3 0/8] direct-io: even more flexible io vectors
 2025-09-01  8:22 UTC  (16+ messages)
  ` [PATCHv3 3/8] block: align the bio after building it

xfsprogs_6.16.0-1_source.changes ACCEPTED into unstable
 2025-08-31 20:37 UTC 

Processed: Re: DeprecationWarning: datetime.datetime.utcnow() is deprecated
 2025-08-31 20:37 UTC 

[PATCH] xfs_scrub_all: Replace deprecated datetime.utcnow
 2025-08-31 20:25 UTC 

Processing of xfsprogs_6.16.0-1_source.changes
 2025-08-31 19:53 UTC 

[PATCHv4 0/8]
 2025-08-31  0:41 UTC  (12+ 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

xfsdump musl patch questions
 2025-08-30 18:39 UTC  (4+ messages)

[syzbot] [xfs?] WARNING in xfs_trans_alloc
 2025-08-30 18:03 UTC  (2+ messages)

[PATCH v5 00/11] Add more tests for multi fs block atomic writes
 2025-08-30 17:09 UTC  (9+ messages)
` [PATCH v5 02/12] common/rc: Add _require_fio_version helper
` [PATCH v5 10/12] ext4: test atomic write and ioend codepaths with bigalloc

[PATCH v1 00/16] fuse: use iomap for buffered reads + readahead
 2025-08-30  1:54 UTC  (18+ messages)
` [PATCH v1 01/16] iomap: move async bio read logic into helper function
` [PATCH v1 02/16] iomap: rename cur_folio_in_bio to folio_unlocked
` [PATCH v1 03/16] iomap: refactor read/readahead completion
` [PATCH v1 04/16] iomap: use iomap_iter->private for stashing read/readahead bio
` [PATCH v1 05/16] iomap: propagate iomap_read_folio() error to caller
` [PATCH v1 06/16] iomap: move read/readahead logic out of CONFIG_BLOCK guard
` [PATCH v1 07/16] iomap: iterate through entire folio in iomap_readpage_iter()
` [PATCH v1 08/16] iomap: rename iomap_readpage_iter() to iomap_readfolio_iter()
` [PATCH v1 09/16] iomap: rename iomap_readpage_ctx struct to iomap_readfolio_ctx
` [PATCH v1 10/16] iomap: add iomap_start_folio_read() helper
` [PATCH v1 11/16] iomap: make start folio read and finish folio read public APIs
` [PATCH v1 12/16] iomap: add iomap_read_ops for read and readahead
` [PATCH v1 13/16] iomap: add a private arg "
` [PATCH v1 14/16] fuse: use iomap for read_folio
` [PATCH v1 15/16] fuse: use iomap for readahead
` [PATCH v1 16/16] fuse: remove fuse_readpages_end() null mapping check

[PATCH] Documentation/filesystems/xfs: Fix typo error
 2025-08-29 22:26 UTC  (2+ messages)

[PATCH v2] xfs: test case for handling io errors when reading extended attributes
 2025-08-29 19:49 UTC  (2+ messages)

[GIT PULL] XFS fixes for v6.17-rc4
 2025-08-29 16:40 UTC  (2+ messages)

Tests for file_getattr()/file_setattr() and xfsprogs update
 2025-08-29 15:42 UTC  (18+ messages)
` [PATCH v2 0/4] xfsprogs: utilize file_getattr() and file_setattr()
  ` [PATCH v2 1/4] libfrog: add wrappers for file_getattr/file_setattr syscalls
  ` [PATCH v2 2/4] xfs_quota: utilize file_setattr to set prjid on special files
  ` [PATCH v2 3/4] xfs_io: make ls/chattr work with "
  ` [PATCH v2 4/4] xfs_db: use file_setattr to copy attributes on special files with rdump
` [PATCH v2 0/3] Test file_getattr and file_setattr syscalls
  ` [PATCH v2 1/3] file_attr: introduce program to set/get fsxattr
  ` [PATCH v2 2/3] generic: introduce test to test file_getattr/file_setattr syscalls
  ` [PATCH v2 3/3] xfs: test quota's project ID on special files

[PATCH] iomap: allow iomap using the per-cpu bio cache
 2025-08-29  4:26 UTC  (11+ messages)
                  ` [External] "

[PATCH v3] xfs: Replace strncpy with memcpy
 2025-08-28 14:54 UTC  (2+ messages)

[PATCHSET] xfs: improve online repair reap calculations
 2025-08-28 14:30 UTC  (10+ messages)
` [PATCH 1/9] xfs: prepare reaping code for dynamic limits
` [PATCH 2/9] xfs: convert the ifork reap code to use xreap_state
` [PATCH 3/9] xfs: use deferred intent items for reaping crosslinked blocks
` [PATCH 4/9] xfs: compute per-AG extent reap limits dynamically
` [PATCH 5/9] xfs: compute data device CoW staging "
` [PATCH 6/9] xfs: compute realtime "
` [PATCH 7/9] xfs: compute file mapping "
` [PATCH 8/9] xfs: remove static reap limits
` [PATCH 9/9] xfs: use deferred reaping for data device cow extents

[PATCH v2] xfs: implement XFS_IOC_DIOINFO in terms of vfs_getattr
 2025-08-28 13:19 UTC  (6+ messages)

[PATCH v2 0/3] Use new syscalls to set filesystem file attributes on any inode
 2025-08-28 13:18 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 851c4c96db00
 2025-08-28 12:22 UTC 

[PATCH 0/2] xfsprogs: Fix compiling against musl libc
 2025-08-28  9:12 UTC  (5+ messages)
` [PATCH 1/2] configure: Base NEED_INTERNAL_STATX on libc headers first
` [PATCH 2/2] libfrog: Define STATX__RESERVED if not provided by the system

[PATCHSET 1/3] fstests: fixes for atomic writes tests
 2025-08-27 18:04 UTC  (4+ messages)
` [PATCH 7/7] common: fix _require_xfs_io_command pwrite -A for various blocksizes

[PATCH] xfs: do not propagate ENODATA disk errors into xattr code
 2025-08-27 15:56 UTC  (6+ messages)

xfs_metadump segmentation fault on large fs - xfsprogs 6.1
 2025-08-27 10:51 UTC  (6+ messages)

[syzbot] Monthly xfs report (Aug 2025)
 2025-08-27  8:15 UTC 

[ANNOUNCE] xfsprogs: v6.16.0 released
 2025-08-26 18:39 UTC 

xfsprogs: fix utcnow deprecation warning in xfs_scrub_all.py
 2025-08-26 16:10 UTC  (4+ messages)
  ` xfsprogs: fix utcnow deprecation warning in xfs_scrub_all.py [v2]


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).