linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-15 05:57:34 to 2024-05-22 03:00:31 UTC [more...]

[PATCHBOMB] xfsprogs: catch us up to 6.9
 2024-05-22  3:00 UTC  (59+ messages)
` [PATCHSET v30.4 01/10] libxfs: prepare to sync with 6.9
  ` [PATCH 1/3] libxfs: actually set m_fsname
  ` [PATCH 2/3] libxfs: clean up xfs_da_unmount usage
  ` [PATCH 3/3] libfrog: create a new scrub group for things requiring full inode scans
` [PATCHSET v30.4 02/10] libxfs: sync with 6.9
  ` [PATCH 001/111] xfs: convert kmem_zalloc() to kzalloc()
  ` [PATCH 002/111] xfs: convert kmem_alloc() to kmalloc()
  ` [PATCH 003/111] xfs: convert remaining kmem_free() to kfree()
  ` [PATCH 004/111] xfs: use __GFP_NOLOCKDEP instead of GFP_NOFS
  ` [PATCH 005/111] xfs: use GFP_KERNEL in pure transaction contexts
  ` [PATCH 006/111] xfs: clean up remaining GFP_NOFS users
  ` [PATCH 007/111] xfs: use xfs_defer_alloc a bit more
  ` [PATCH 008/111] xfs: Replace xfs_isilocked with xfs_assert_ilocked
  ` [PATCH 009/111] xfs: create a static name for the dot entry too
  ` [PATCH 010/111] xfs: create a predicate to determine if two xfs_names are the same
  ` [PATCH 011/111] xfs: create a macro for decoding ftypes in tracepoints
  ` [PATCH 012/111] xfs: report the health of quota counts
  ` [PATCH 013/111] xfs: implement live quotacheck inode scan
  ` [PATCH 014/111] xfs: report health of inode link counts
  ` [PATCH 015/111] xfs: teach scrub to check file nlinks
  ` [PATCH 016/111] xfs: separate the marking of sick and checked metadata
  ` [PATCH 017/111] xfs: report fs corruption errors to the health tracking system
  ` [PATCH 018/111] xfs: report ag header "
  ` [PATCH 019/111] xfs: report block map "
  ` [PATCH 020/111] xfs: report btree block corruption errors to the health system
  ` [PATCH 021/111] xfs: report dir/attr "
  ` [PATCH 022/111] xfs: report inode "
  ` [PATCH 023/111] xfs: report realtime metadata "
  ` [PATCH 024/111] xfs: report XFS_IS_CORRUPT "
  ` [PATCH 025/111] xfs: add secondary and indirect classes to the health tracking system
  ` [PATCH 026/111] xfs: remember sick inodes that get inactivated
  ` [PATCH 027/111] xfs: update health status if we get a clean bill of health
  ` [PATCH 028/111] xfs: consolidate btree block freeing tracepoints
  ` [PATCH 029/111] xfs: consolidate btree block allocation tracepoints
  ` [PATCH 030/111] xfs: set the btree cursor bc_ops in xfs_btree_alloc_cursor
  ` [PATCH 031/111] xfs: drop XFS_BTREE_CRC_BLOCKS
  ` [PATCH 032/111] xfs: encode the btree geometry flags in the btree ops structure
  ` [PATCH 033/111] xfs: remove bc_ino.flags
  ` [PATCH 034/111] xfs: consolidate the xfs_alloc_lookup_* helpers
  ` [PATCH 035/111] xfs: turn the allocbt cursor active field into a btree flag
  ` [PATCH 036/111] xfs: extern some btree ops structures
  ` [PATCH 037/111] xfs: initialize btree blocks using btree_ops structure
  ` [PATCH 038/111] xfs: rename btree block/buffer init functions
  ` [PATCH 039/111] xfs: btree convert xfs_btree_init_block to xfs_btree_init_buf calls
  ` [PATCH 040/111] xfs: remove the unnecessary daddr paramter to _init_block
  ` [PATCH 041/111] xfs: set btree block buffer ops in _init_buf
  ` [PATCH 042/111] xfs: move lru refs to the btree ops structure
  ` [PATCH 043/111] xfs: move the btree stats offset into struct btree_ops
  ` [PATCH 044/111] xfs: factor out a xfs_btree_owner helper
  ` [PATCH 045/111] xfs: factor out a btree block owner check
` [PATCHSET v30.4 03/10] xfsprogs: bmap log intent cleanups
` [PATCHSET v30.4 04/10] xfsprogs: widen BUI formats to support realtime
` [PATCHSET v30.4 05/10] xfs_spaceman: updates for 6.9
` [PATCHSET v30.4 06/10] xfs_scrub: "
` [PATCHSET v30.4 07/10] xfs_repair: minor fixes
` [PATCHSET v30.4 08/10] xfs_repair: use in-memory rmap btrees
` [PATCHSET v30.4 09/10] xfs_repair: reduce refcount repair memory usage
` [PATCHSET v30.4 10/10] mkfs: cleanups for 6.9

[PATCH v3 0/3] iomap/xfs: fix stale data exposure when truncating realtime inodes
 2024-05-22  3:00 UTC  (16+ messages)
` [PATCH v3 1/3] iomap: pass blocksize to iomap_truncate_page()
` [PATCH v3 2/3] fsdax: pass blocksize to dax_truncate_page()
` [PATCH v3 3/3] xfs: correct the zeroing truncate range

[bug report] Internal error isnullstartblock(got.br_startblock) a t line 6005 of file fs/xfs/libxfs/xfs_bmap.c
 2024-05-22  0:46 UTC  (8+ messages)

[PATCH v2 0/4] Introduce FS_IOC_FSSETXATTRAT/FS_IOC_FSGETXATTRAT ioctls
 2024-05-21 18:22 UTC  (17+ messages)
` [PATCH v2 1/4] xfs: allow renames of project-less inodes
` [PATCH v2 2/4] fs: add FS_IOC_FSSETXATTRAT and FS_IOC_FSGETXATTRAT
` [PATCH v2 3/4] xfs: allow setting xattrs on special files
` [PATCH v2 4/4] xfs: add fileattr_set/get for symlinks

[PATCH 00/12] [LSF/MM/BPF RFC] shmem/tmpfs: add large folios support
 2024-05-21 16:36 UTC  (16+ messages)
  ` [PATCH 03/12] shmem: move folio zero operation to write_begin()
  ` [PATCH 04/12] shmem: exit shmem_get_folio_gfp() if block is uptodate
  ` [PATCH 06/12] shmem: set folio uptodate when reclaim
  ` [PATCH 07/12] shmem: check if a block is uptodate before splice into pipe
  ` [PATCH 08/12] shmem: clear uptodate blocks after PUNCH_HOLE
  ` [PATCH 09/12] shmem: enable per-block uptodate
  ` [PATCH 10/12] shmem: add order arg to shmem_alloc_folio()
  ` [PATCH 11/12] shmem: add file length arg in shmem_get_folio() path
  ` [PATCH 12/12] shmem: add large folio support to the write and fallocate paths

[PATCH] xfs: allow symlinks with short remote targets
 2024-05-21 16:25 UTC  (6+ messages)
` [PATCH] generic: test creating and removing symlink xattrs
` [PATCH v2] xfs: allow symlinks with short remote targets

[PATCH] xfs: fix xfs_init_attr_trans not handling explicit operation codes
 2024-05-21 16:24 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] xfs: don't open-code u64_to_user_ptr
 2024-05-21 16:24 UTC  (2+ messages)

[PATCH v5 1/2] filemap: add helper mapping_max_folio_size()
 2024-05-21 14:22 UTC  (3+ messages)
` [PATCH v5 2/2] iomap: fault in smaller chunks for non-large folio mappings

[PATCH] xfs: drop xfarray sortinfo folio on error
 2024-05-21 13:39 UTC  (2+ messages)

[PATCH v2] libxfs/quota: utilize FS_IOC_FSSETXATTRAT to set prjid on special files
 2024-05-21 13:38 UTC  (3+ messages)

xfsprogs_6.8.0-1_source.changes ACCEPTED into unstable
 2024-05-21 12:20 UTC 

Processing of xfsprogs_6.8.0-1_source.changes
 2024-05-21 12:05 UTC 

[PATCH v4 1/2] filemap: add helper mapping_max_folio_size()
 2024-05-21 11:36 UTC  (2+ messages)
` [PATCH v4 2/2] iomap: fault in smaller chunks for non-large folio mappings

About the conflict between XFS inode recycle and VFS rcu-walk
 2024-05-21  2:13 UTC  (8+ messages)

[PATCH v3] iomap: avoid redundant fault_in_iov_iter_readable() judgement when use larger chunks
 2024-05-21  1:57 UTC  (5+ messages)

[PATCH] xfs: dont remain new blocks in cowfork for unshare
 2024-05-20 22:42 UTC  (3+ messages)

[GIT PULL] xfs: new code for 6.10
 2024-05-20 20:30 UTC  (2+ messages)

[PATCH] xfs: test quota's project ID on special files
 2024-05-20 18:02 UTC  (2+ messages)

[PATCH 18/26] xfs: use merkle tree offset as attr hash
 2024-05-20 16:02 UTC  (13+ messages)

[PATCH] xfs: allow changing extsize on file
 2024-05-20  4:58 UTC  (2+ messages)

[PATCH v2] iomap: avoid redundant fault_in_iov_iter_readable() judgement when use larger chunks
 2024-05-20  2:28 UTC  (3+ messages)

[syzbot] [xfs?] general protection fault in xfs_destroy_mount_workqueues
 2024-05-19 15:13 UTC 

[PATCH] tracing/treewide: Remove second parameter of __assign_str()
 2024-05-18  1:25 UTC  (10+ messages)

[PATCH 25/26] xfs: make it possible to disable fsverity
 2024-05-17 19:36 UTC  (11+ messages)

[PATCHBOMB v5.6] fs-verity support for XFS
 2024-05-17 15:56 UTC  (4+ messages)
` [PATCHSET v5.6] fstests: "

[PATCH v5 07/11] iomap: fix iomap_dio_zero() for fs bs > system page size
 2024-05-17 13:30 UTC  (12+ messages)
` [RFC] iomap: use huge zero folio in iomap_dio_zero

Recall: [PATCH] iomap: avoid redundant fault_in_iov_iter_readable() judgement when use larger chunks
 2024-05-17 12:06 UTC 

[PATCH] iomap: avoid redundant fault_in_iov_iter_readable() judgement when use larger chunks
 2024-05-17 20:04 UTC 

[ANNOUNCE] xfsprogs v6.8.0 released
 2024-05-17 11:42 UTC 

[PATCH v2 0/3] iomap/xfs: fix stale data exposure when truncating realtime inodes
 2024-05-16 23:03 UTC  (6+ messages)
` [PATCH v2 1/3] iomap: pass blocksize to iomap_truncate_page()
` [PATCH v2 2/3] fsdax: pass blocksize to dax_truncate_page()
` [PATCH v2 3/3] xfs: correct the zeroing truncate range

[PATCH v5 00/11] enable bs > ps in XFS
 2024-05-16 14:56 UTC  (4+ messages)
` [PATCH v5 05/11] mm: split a folio in minimum folio order chunks

[PATCH 1/3] iomap: pass blocksize to iomap_truncate_page()
 2024-05-15 13:16 UTC  (3+ messages)


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