Linux XFS
[Prev Page][Next Page]
- Re: [PATCH 1/3] xfs_repair: push inode buf and dinode pointers all the way to inode fork processing, (continued)
- [PATCH] xfs: allow sunit mount option to repair bad primary sb stripe values,
Dave Chinner
- [PATCH] misc: fix string buffer compile warnings,
Darrick J. Wong
- [PATCH] generic/574: don't fail the test on intentional coredump,
Darrick J. Wong
- [ANNOUNCE] xfsdump: for-next updated to 252b097, Carlos Maiolino
- RFCv2: fix fatal signal handling in __blkdev_issue_discard,
Christoph Hellwig
- [ANNOUNCE] xfsprogs: for-next updated to 127b66a4d, Carlos Maiolino
- Re: [PATCH 1/2] generic: move btrfs clone device testcase to the generic group,
Zorro Lang
- [PATCH 0/4] xfs/iomap: fix non-atomic clone operation and don't update size when zeroing range post eof,
Zhang Yi
- Shrinking,
Roy Sigurd Karlsbakk
- [PATCH] xfs: fix dev_t usage in xmbuf tracepoints,
Darrick J. Wong
- RFC: untangle and fix __blkdev_issue_discard,
Christoph Hellwig
- [PATCH 01/10] block: remove the discard_granularity check in __blkdev_issue_discard, Christoph Hellwig
- [PATCH 02/10] block: move discard checks into the ioctl handler, Christoph Hellwig
- [PATCH 03/10] block: add a blk_next_discard_bio helper, Christoph Hellwig
- [PATCH 04/10] xfs: switch to using blk_next_discard_bio directly, Christoph Hellwig
- [PATCH 05/10] f2fs: switch to using blk_next_discard_bio directly, Christoph Hellwig
- [PATCH 06/10] ext4: switch to using blk_next_discard_bio directly, Christoph Hellwig
- [PATCH 07/10] nvmet: switch to using blk_next_discard_bio directly, Christoph Hellwig
- [PATCH 09/10] dm-thin: switch to using blk_next_discard_bio directly, Christoph Hellwig
- [PATCH 10/10] block: remove __blkdev_issue_discard, Christoph Hellwig
- [PATCH 08/10] md: switch to using blk_next_discard_bio directly, Christoph Hellwig
- Re: RFC: untangle and fix __blkdev_issue_discard, Keith Busch
- [ANNOUNCE] xfs-linux: for-next updated to 75bcffbb9e75,
Chandan Babu R
- [PATCH] xfs: small cleanup in xrep_update_qflags(),
Dan Carpenter
- A bug was found in Linux Kernel 5.15.148 and 5.15.150: KASAN: use-after-free in xfs_allocbt_init_key_from_rec (with POC),
刘通
[BUG REPORT] General protection fault while discarding extents on XFS on next-20240305,
Chandan Babu R
[PATCH] xfs: shrink failure needs to hold AGI buffer,
Dave Chinner
Re: [PATCH] xfs: shrink failure needs to hold AGI buffer, Gao Xiang
Re: [PATCH] xfs: shrink failure needs to hold AGI buffer, Christoph Hellwig
[BUG REPORT] Deadlock when executing xfs/168 on XFS' previous for-next,
Chandan Babu R
[PATCH v2 1/2] xfs: Remove duplicate include,
Jiapeng Chong
[PATCH] xfs: allow cross-linking special files without project quota,
Andrey Albershteyn
[PATCH v5 00/24] fs-verity support for XFS,
Andrey Albershteyn
- [PATCH v5 02/24] xfs: add parent pointer support to attribute code, Andrey Albershteyn
- [PATCH v5 01/24] fsverity: remove hash page spin lock, Andrey Albershteyn
- [PATCH v5 03/24] xfs: define parent pointer ondisk extended attribute format, Andrey Albershteyn
- [PATCH v5 04/24] xfs: add parent pointer validator functions, Andrey Albershteyn
- [PATCH v5 07/24] fsverity: support block-based Merkle tree caching, Andrey Albershteyn
- [PATCH v5 06/24] fsverity: pass tree_blocksize to end_enable_verity(), Andrey Albershteyn
- [PATCH v5 08/24] fsverity: add per-sb workqueue for post read processing, Andrey Albershteyn
- [PATCH v5 09/24] fsverity: add tracepoints, Andrey Albershteyn
- [PATCH v5 11/24] xfs: add XBF_VERITY_SEEN xfs_buf flag, Andrey Albershteyn
- [PATCH v5 10/24] iomap: integrate fs-verity verification into iomap's read path, Andrey Albershteyn
- [PATCH v5 13/24] xfs: add attribute type for fs-verity, Andrey Albershteyn
- [PATCH v5 12/24] xfs: add XFS_DA_OP_BUFFER to make xfs_attr_get() return buffer, Andrey Albershteyn
- [PATCH v5 14/24] xfs: make xfs_buf_get() to take XBF_* flags, Andrey Albershteyn
- [PATCH v5 15/24] xfs: add XBF_DOUBLE_ALLOC to increase size of the buffer, Andrey Albershteyn
- [PATCH v5 16/24] xfs: add fs-verity ro-compat flag, Andrey Albershteyn
- [PATCH v5 17/24] xfs: add inode on-disk VERITY flag, Andrey Albershteyn
- [PATCH v5 18/24] xfs: initialize fs-verity on file open and cleanup on inode destruction, Andrey Albershteyn
- [PATCH v5 19/24] xfs: don't allow to enable DAX on fs-verity sealsed inode, Andrey Albershteyn
- [PATCH v5 20/24] xfs: disable direct read path for fs-verity files, Andrey Albershteyn
- [PATCH v5 21/24] xfs: add fs-verity support, Andrey Albershteyn
- [PATCH v5 23/24] xfs: add fs-verity ioctls, Andrey Albershteyn
- [PATCH v5 22/24] xfs: make scrub aware of verity dinode flag, Andrey Albershteyn
- [PATCH v5 24/24] xfs: enable ro-compat fs-verity flag, Andrey Albershteyn
- [PATCH v5 05/24] fs: add FS_XFLAG_VERITY for verity files, Andrey Albershteyn
[PATCH v2 00/14] block atomic writes for XFS,
John Garry
- [PATCH v2 01/14] block: Add blk_validate_atomic_write_op_size(), John Garry
- [PATCH v2 02/14] fs: xfs: Don't use low-space allocator for alignment > 1, John Garry
- [PATCH v2 04/14] fs: xfs: Make file data allocations observe the 'forcealign' flag, John Garry
- [PATCH v2 03/14] fs: xfs: Introduce FORCEALIGN inode flag, John Garry
- [PATCH v2 05/14] fs: xfs: Enable file data forcealign feature, John Garry
- [PATCH v2 06/14] fs: xfs: Do not free EOF blocks for forcealign, John Garry
- [PATCH v2 08/14] fs: xfs: iomap: Sub-extent zeroing, John Garry
- [PATCH v2 07/14] fs: iomap: Sub-extent zeroing, John Garry
- [PATCH v2 09/14] fs: Add FS_XFLAG_ATOMICWRITES flag, John Garry
- [PATCH v2 14/14] fs: xfs: Support setting FMODE_CAN_ATOMIC_WRITE, John Garry
- [PATCH v2 12/14] fs: xfs: Support atomic write for statx, John Garry
- [PATCH v2 10/14] fs: iomap: Atomic write support, John Garry
- [PATCH v2 11/14] fs: xfs: Support FS_XFLAG_ATOMICWRITES for forcealign, John Garry
- [PATCH v2 13/14] fs: xfs: Validate atomic writes, John Garry
[ANNOUNCE] xfs-linux: for-next updated to 8d4dd9d741c3, Chandan Babu R
[PATCH] xfs: Remove unused function is_rt_data_fork,
Jiapeng Chong
[GIT PULL] xfs: Code changes for 6.8,
Chandan Babu R
[PATCH v2 00/13] enable bs > ps in XFS,
Pankaj Raghav (Samsung)
- [PATCH v2 01/13] mm: Support order-1 folios in the page cache, Pankaj Raghav (Samsung)
- [PATCH v2 02/13] fs: Allow fine-grained control of folio sizes, Pankaj Raghav (Samsung)
- [PATCH v2 04/13] filemap: use mapping_min_order while allocating folios, Pankaj Raghav (Samsung)
- [PATCH v2 03/13] filemap: align the index to mapping_min_order in the page cache, Pankaj Raghav (Samsung)
- [PATCH v2 05/13] readahead: round up file_ra_state->ra_pages to mapping_min_nrpages, Pankaj Raghav (Samsung)
- [PATCH v2 06/13] readahead: align index to mapping_min_order in ondemand_ra and force_ra, Pankaj Raghav (Samsung)
- [PATCH v2 07/13] readahead: rework loop in page_cache_ra_unbounded(), Pankaj Raghav (Samsung)
- [PATCH v2 08/13] readahead: allocate folios with mapping_min_order in ra_(unbounded|order), Pankaj Raghav (Samsung)
- [PATCH v2 09/13] mm: do not split a folio if it has minimum folio order requirement, Pankaj Raghav (Samsung)
- [PATCH v2 10/13] iomap: fix iomap_dio_zero() for fs bs > system page size, Pankaj Raghav (Samsung)
- [PATCH v2 11/13] xfs: expose block size in stat, Pankaj Raghav (Samsung)
- [PATCH v2 12/13] xfs: make the calculation generic in xfs_sb_validate_fsb_count(), Pankaj Raghav (Samsung)
- [PATCH v2 13/13] xfs: enable block size larger than page size support, Pankaj Raghav (Samsung)
[PATCH] shared/298: run xfs_db against the loop device instead of the image file,
Christoph Hellwig
don't use O_DIRECT in xfsdump for RT files v2,
Christoph Hellwig
[PATCH RFC 0/2] ext4: Do endio process under irq context for DIO overwrites,
Zhihao Cheng
[PATCH] xfs: use KMEM_CACHE() to create xfs_defer_pending cache,
kunwu . chan
[ANNOUNCE] xfs-linux: for-next updated to 601f8bc2440a,
Chandan Babu R
don't use O_DIRECT in xfsdump for RT files,
Christoph Hellwig
[ANNOUNCE] xfs-linux: for-next updated to 56ac4314cfe9, Chandan Babu R
Re: [RFC PATCH v3 07/26] iomap: don't increase i_size if it's not a write operation,
Zhang Yi
[PATCH] xfs: stop advertising SB_I_VERSION,
Dave Chinner
[PATCH 1/2] xfs: Remove duplicate include,
Jiapeng Chong
[PATCH] misc: fix test that fail formatting with 64k blocksize,
Pankaj Raghav (Samsung)
[PATCH 1/2] kernel-doc: Add unary operator * to $type_param_ref,
Akira Yokosawa
[PATCHSET v29.4 13/13] xfs: inode-related repair fixes,
Darrick J. Wong
[PATCHSET v29.['hch@xxxxxx'] 11/13] xfs: online repair of symbolic links,
Darrick J. Wong
[PATCHSET v29.4 12/13] xfs: online fsck of iunlink buckets,
Darrick J. Wong
[PATCHSET v29.4 10/13] xfs: move orphan files to lost and found,
Darrick J. Wong
[PATCHSET v29.4 09/13] xfs: online repair of directories,
Darrick J. Wong
[PATCHSET v29.4 08/13] xfs: online repair of inode unlinked state,
Darrick J. Wong
[PATCHSET v29.4 06/13] xfs: set and validate dir/attr block owners,
Darrick J. Wong
[PATCHSET v29.4 07/13] xfs: online repair of extended attributes,
Darrick J. Wong
[PATCHSET v29.4 05/13] xfs: online repair of realtime summaries,
Darrick J. Wong
[PATCHSET v29.4 04/13] xfs: create temporary files for online repair,
Darrick J. Wong
[PATCHSET v29.4 02/13] xfs: refactorings for atomic file content exchanges,
Darrick J. Wong
[PATCHSET v29.4 03/13] xfs: atomic file content exchanges,
Darrick J. Wong
- [PATCH 01/14] vfs: export remap and write check helpers, Darrick J. Wong
- [PATCH 02/14] xfs: introduce new file range exchange ioctls, Darrick J. Wong
- [PATCH 03/14] xfs: create a log incompat flag for atomic file mapping exchanges, Darrick J. Wong
- [PATCH 04/14] xfs: introduce a file mapping exchange log intent item, Darrick J. Wong
- [PATCH 05/14] xfs: create deferred log items for file mapping exchanges, Darrick J. Wong
- [PATCH 06/14] xfs: bind together the front and back ends of the file range exchange code, Darrick J. Wong
- [PATCH 08/14] xfs: condense extended attributes after a mapping exchange operation, Darrick J. Wong
- [PATCH 09/14] xfs: condense directories after a mapping exchange operation, Darrick J. Wong
- [PATCH 07/14] xfs: add error injection to test file mapping exchange recovery, Darrick J. Wong
- [PATCH 10/14] xfs: condense symbolic links after a mapping exchange operation, Darrick J. Wong
- [PATCH 11/14] xfs: make file range exchange support realtime files, Darrick J. Wong
- [PATCH 12/14] xfs: support non-power-of-two rtextsize with exchange-range, Darrick J. Wong
- [PATCH 14/14] xfs: enable logged file mapping exchange feature, Darrick J. Wong
- [PATCH 13/14] docs: update swapext -> exchmaps language, Darrick J. Wong
- Re: [PATCHSET v29.4 03/13] xfs: atomic file content exchanges, Amir Goldstein
- [PATCH 14/13] xfs: make XFS_IOC_COMMIT_RANGE freshness data opaque, Darrick J. Wong
- Re: [PATCHSET v29.4 03/13] xfs: atomic file content exchanges, Colin Walters
[PATCHSET v29.4 01/13] xfs: improve log incompat feature handling,
Darrick J. Wong
[PATCHSET] fstests: random fixes for v2024.02.09,
Darrick J. Wong
- [PATCH 1/8] generic/604: try to make race occur reliably, Darrick J. Wong
- [PATCH 2/8] xfs/155: fail the test if xfs_repair hangs for too long, Darrick J. Wong
- [PATCH 3/8] generic/192: fix spurious timeout, Darrick J. Wong
- [PATCH 4/8] generic/491: increase test timeout, Darrick J. Wong
- [PATCH 5/8] xfs/599: reduce the amount of attrs created here, Darrick J. Wong
- [PATCH 6/8] xfs/122: update test to pick up rtword/suminfo ondisk unions, Darrick J. Wong
- [PATCH 7/8] xfs/43[4-6]: make module reloading optional, Darrick J. Wong
- [PATCH 8/8] xfs: test for premature ENOSPC with large cow delalloc extents, Darrick J. Wong
- Re: [PATCHSET] fstests: random fixes for v2024.02.09, Zorro Lang
- <Possible follow-ups>
- [PATCHSET] fstests: random fixes for v2024.02.09, Darrick J. Wong
- [PATCH 1/4] xfs/270: fix rocompat regex, Darrick J. Wong
- [PATCH 2/4] xfs/176: fix stupid failure, Darrick J. Wong
- [PATCH 3/4] generic/{166,167,333,334,671}: actually fill the filesystem with snapshots, Darrick J. Wong
- Re: [PATCH 3/4] generic/{166,167,333,334,671}: actually fill the filesystem with snapshots, Christoph Hellwig
- Re: [PATCH 3/4] generic/{166,167,333,334,671}: actually fill the filesystem with snapshots, Darrick J. Wong
- Re: [PATCH 3/4] generic/{166,167,333,334,671}: actually fill the filesystem with snapshots, Zorro Lang
- [PATCH 4/4] generic: test MADV_POPULATE_READ with IO errors, Darrick J. Wong
[PATCH 0/2] xfs: kmalloc/kfree conversion fixes,
Dave Chinner
bring back RT delalloc support v3,
Christoph Hellwig
[Index of Archives]
[XFS Filesystem Development]
[Linux USB Devel]
[Linux SCSI]
[Linux RAID]
[Yosemite Forum]