linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH] xfs: test quota's project ID on special files
 2024-05-20 17:00 UTC 

[PATCH v2] libxfs/quota: utilize FS_IOC_FSSETXATTRAT to set prjid on special files
 2024-05-20 16:52 UTC 

[PATCH v2 0/4] Introduce FS_IOC_FSSETXATTRAT/FS_IOC_FSGETXATTRAT ioctls
 2024-05-20 16:46 UTC  (5+ 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

[PATCHSET v5.6 2/2] xfs: fs-verity support
 2024-05-20 16:02 UTC  (34+ messages)
` [PATCH 18/26] xfs: use merkle tree offset as attr hash
` [PATCH 19/26] xfs: don't bother storing merkle tree blocks for zeroed data blocks
` [PATCH 25/26] xfs: make it possible to disable fsverity

[PATCH v3] iomap: avoid redundant fault_in_iov_iter_readable() judgement when use larger chunks
 2024-05-20 15:29 UTC  (3+ messages)

[GIT PULL] xfs: new code for 6.10
 2024-05-20 15:13 UTC 

[bug report] Internal error isnullstartblock(got.br_startblock) a t line 6005 of file fs/xfs/libxfs/xfs_bmap.c
 2024-05-20 15:09 UTC  (2+ messages)

[PATCH v3 0/3] iomap/xfs: fix stale data exposure when truncating realtime inodes
 2024-05-20  7:11 UTC  (11+ 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

[PATCH] xfs: allow changing extsize on file
 2024-05-20  4:58 UTC  (4+ 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] xfs: dont remain new blocks in cowfork for unshare
 2024-05-17 21:26 UTC 

[PATCH 00/12] [LSF/MM/BPF RFC] shmem/tmpfs: add large folios support
 2024-05-17 16:17 UTC  (17+ messages)
    ` [PATCH 01/12] splice: don't check for uptodate if partially uptodate is impl
    ` [PATCH 02/12] shmem: add per-block uptodate tracking for large folios
    ` [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 05/12] shmem: clear_highpage() if block is not 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

[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  (23+ 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

About the conflict between XFS inode recycle and VFS rcu-walk
 2024-05-16  7:23 UTC  (5+ messages)

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

[syzbot] [xfs?] possible deadlock in xfs_qm_dquot_isolate
 2024-05-15  3:32 UTC 

[BUG REPORT] generic/561 fails when testing xfs on next-20240506 kernel
 2024-05-15  3:10 UTC  (7+ messages)

[PATCHSET v5.6 1/2] fs-verity: support merkle tree access by blocks
 2024-05-15  2:16 UTC  (11+ messages)
` [PATCH 03/18] fsverity: convert verification to use byte instead of page offsets
` [PATCH 04/18] fsverity: support block-based Merkle tree caching

[PATCH] fsverity: support block-based Merkle tree caching
 2024-05-15  1:53 UTC 

[regression]WARNING: possible circular locking dependency detected at: xfs_can_free_eofblocks+0x300/0x570 [xfs]
 2024-05-15  0:53 UTC 

XFS BoF at LSFMM
 2024-05-13 22:33 UTC  (11+ messages)
` [Lsf-pc] "

[PATCH] xfs: make sure sb_fdblocks is non-negative
 2024-05-13 17:06 UTC  (3+ messages)

[RFCv3 0/7] ext2 iomap changes and iomap improvements
 2024-05-12 13:20 UTC  (3+ messages)
` [RFCv3 4/7] ext2: Implement seq counter for validating cached iomap

[RFC] Documentation: Add initial iomap document
 2024-05-12 12:44 UTC  (2+ messages)

[PATCH v3 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-05-13  2:57 UTC  (8+ messages)

how to restore a snapshot in XFS ?
 2024-05-12 17:51 UTC  (2+ messages)

xfsprogs_6.7.0-3_source.changes ACCEPTED into unstable
 2024-05-12 17:55 UTC 

Processing of xfsprogs_6.7.0-3_source.changes
 2024-05-12 17:26 UTC 

[PATCH 6.1] MAINTAINERS: add leah to 6.1 MAINTAINERS file
 2024-05-11 13:24 UTC  (2+ messages)

Processed: your mail
 2024-05-11  7:56 UTC  (7+ messages)
      ` Bug#1070795: "

[syzbot] [xfs?] possible deadlock in xfs_can_free_eofblocks
 2024-05-10 18:05 UTC 

[PATCH 0/4] Introduce XFS_IOC_SETFSXATTRAT/XFS_IOC_GETFSXATTRAT ioctls
 2024-05-10 15:10 UTC  (16+ messages)
` [PATCH 1/4] fs: export copy_fsxattr_from_user()
` [PATCH 2/4] xfs: allow renames of project-less inodes
` [PATCH 3/4] xfs: allow setting xattrs on special files
` [PATCH 4/4] xfs: add XFS_IOC_SETFSXATTRAT and XFS_IOC_GETFSXATTRAT

fix h_size validation
 2024-05-10 12:34 UTC  (6+ messages)
` [PATCH 2/3] xfs: restrict the h_size fixup in xlog_do_recovery_pass

[PATCH 0/2] xfs: fallocate RT flush unmap range fixes
 2024-05-10 11:10 UTC  (8+ messages)
` [PATCH 1/2] xfs: Fix xfs_flush_unmap_range() range for RT
` [PATCH 2/2] xfs: Fix xfs_prepare_shift() "

[PATCH] libxfs/quota: utilize XFS_IOC_SETFSXATTRAT to set prjid on special files
 2024-05-10  9:39 UTC  (3+ messages)

[PATCH 16/16] xfs: make the hard case in xfs_dir2_sf_addname less hard
 2024-05-10  6:29 UTC  (2+ messages)

[RFC 00/10] fs/dax: Fix FS DAX page reference counts
 2024-05-09 23:14 UTC  (4+ messages)
` [RFC 03/10] pci/p2pdma: Don't initialise page refcount to one

[PATCHv2 0/2] iomap: Optimize read_folio
 2024-05-09 10:40 UTC  (6+ messages)
` [PATCHv2 1/2] iomap: Fix iomap_adjust_read_range for plen calculation
` [PATCHv2 2/2] iomap: Optimize iomap_read_folio

[BUG REPORT] Deadlock when executing xfs/708 on xfs-linux's for-next
 2024-05-09  4:56 UTC  (4+ 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).