Linux XFS
[Prev Page][Next Page]
- [PATCH 46/61] xfs: mark xfs_bmap_set_attrforkoff static, (continued)
- [PATCH 46/61] xfs: mark xfs_bmap_set_attrforkoff static, Darrick J. Wong
- [PATCH 47/61] xfs: fix radix tree tag signs, Darrick J. Wong
- [PATCH 48/61] xfs: drop the AGI being passed to xfs_check_agi_freecount, Darrick J. Wong
- [PATCH 49/61] xfs: Fix default ASSERT in xfs_attr_set_iter, Darrick J. Wong
- [PATCH 50/61] xfs: Make attr name schemes consistent, Darrick J. Wong
- [PATCH 51/61] xfs: perag may be null in xfs_imap(), Darrick J. Wong
- [PATCH 52/61] xfs: log stripe roundoff is a property of the log, Darrick J. Wong
- [PATCH 53/61] xfs: xfs_log_force_lsn isn't passed a LSN, Darrick J. Wong
- [PATCH 54/61] xfs: fix endianness issue in xfs_ag_shrink_space, Darrick J. Wong
- [PATCH 55/61] xfs: Initialize error in xfs_attr_remove_iter, Darrick J. Wong
- [PATCH 56/61] xfs: Fix multiple fall-through warnings for Clang, Darrick J. Wong
- [PATCH 57/61] xfs: check for sparse inode clusters that cross new EOAG when shrinking, Darrick J. Wong
- [PATCH 58/61] xfs: correct the narrative around misaligned rtinherit/extszinherit dirs, Darrick J. Wong
- [PATCH 59/61] xfs: logging the on disk inode LSN can make it go backwards, Darrick J. Wong
- [PATCH 60/61] xfs_db: convert the agresv command to use for_each_perag, Darrick J. Wong
- [PATCH 61/61] mkfs: warn about V4 deprecation when creating new V4 filesystems, Darrick J. Wong
- Re: [PATCHSET 00/61] xfs: sync libxfs with 5.14, Darrick J. Wong
- [PATCH 0/3 RFC] Remove DAX experimental warnings,
Eric Sandeen
- [PATCH v9 0/8] fsdax,xfs: Add reflink&dedupe support for fsdax,
Shiyang Ruan
- [PATCHSET 00/43] xfs: sync libxfs with 5.15,
Darrick J. Wong
- [PATCH 01/43] xfs_{copy,db,logprint,repair}: pass xfs_mount pointers instead of xfs_sb pointers, Darrick J. Wong
- [PATCH 02/43] xfs: remove support for disabling quota accounting on a mounted file system, Darrick J. Wong
- [PATCH 03/43] xfs: remove the active vs running quota differentiation, Darrick J. Wong
- [PATCH 04/43] xfs: replace kmem_alloc_large() with kvmalloc(), Darrick J. Wong
- [PATCH 05/43] xfs: allow setting and clearing of log incompat feature flags, Darrick J. Wong
- [PATCH 06/43] xfs: add attr state machine tracepoints, Darrick J. Wong
- [PATCH 07/43] xfs: Rename __xfs_attr_rmtval_remove, Darrick J. Wong
- [PATCH 08/43] xfs: make xfs_rtalloc_query_range input parameters const, Darrick J. Wong
- [PATCH 09/43] xfs: make the key parameters to all btree key comparison functions const, Darrick J. Wong
- [PATCH 10/43] xfs: make the key parameters to all btree query range functions const, Darrick J. Wong
- [PATCH 11/43] xfs: make the record pointer passed to query_range functions const, Darrick J. Wong
- [PATCH 12/43] xfs: mark the record passed into btree init_key functions as const, Darrick J. Wong
- [PATCH 13/43] xfs: make the keys and records passed to btree inorder functions const, Darrick J. Wong
- [PATCH 14/43] xfs: mark the record passed into xchk_btree functions as const, Darrick J. Wong
- [PATCH 15/43] xfs: make the pointer passed to btree set_root functions const, Darrick J. Wong
- [PATCH 16/43] xfs: make the start pointer passed to btree alloc_block functions const, Darrick J. Wong
- [PATCH 17/43] xfs: make the start pointer passed to btree update_lastrec functions const, Darrick J. Wong
- [PATCH 18/43] xfs: constify btree function parameters that are not modified, Darrick J. Wong
- [PATCH 19/43] xfs: resolve fork names in trace output, Darrick J. Wong
- [PATCH 20/43] xfs: sb verifier doesn't handle uncached sb buffer, Darrick J. Wong
- [PATCH 21/43] xfs: rename xfs_has_attr(), Darrick J. Wong
- [PATCH 22/43] xfs: rework attr2 feature and mount options, Darrick J. Wong
- [PATCH 23/43] xfs: reflect sb features in xfs_mount, Darrick J. Wong
- [PATCH 24/43] xfs: replace xfs_sb_version checks with feature flag checks, Darrick J. Wong
- [PATCH 25/43] xfs: convert mount flags to features, Darrick J. Wong
- [PATCH 26/43] xfs: convert remaining mount flags to state flags, Darrick J. Wong
- [PATCH 27/43] xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown, Darrick J. Wong
- [PATCH 28/43] xfs: convert xfs_fs_geometry to use mount feature checks, Darrick J. Wong
- [PATCH 29/43] xfs: open code sb verifier feature checks, Darrick J. Wong
- [PATCH 30/43] xfs: convert xfs_sb_version_has checks to use mount features, Darrick J. Wong
- [PATCH 31/43] libxlog: replace xfs_sb_version checks with feature flag checks, Darrick J. Wong
- [PATCH 32/43] libxfs: replace xfs_sb_version checks with feature flag checks, Darrick J. Wong
- [PATCH 33/43] xfs_{copy,db,logprint,repair}: replace xfs_sb_version checks with feature flag checks, Darrick J. Wong
- [PATCH 34/43] xfs: remove unused xfs_sb_version_has wrappers, Darrick J. Wong
- [PATCH 35/43] xfs: introduce xfs_sb_is_v5 helper, Darrick J. Wong
- [PATCH 36/43] xfs: kill xfs_sb_version_has_v3inode(), Darrick J. Wong
- [PATCH 37/43] libxfs: use opstate flags and functions for libxfs mount options, Darrick J. Wong
- [PATCH 38/43] libxfs: remove pointless *XFS_MOUNT* flags, Darrick J. Wong
- [PATCH 39/43] libxfs: always initialize internal buffer map, Darrick J. Wong
- [PATCH 40/43] libxfs: replace XFS_BUF_SET_ADDR with a function, Darrick J. Wong
- [PATCH 41/43] xfs: introduce xfs_buf_daddr(), Darrick J. Wong
- [PATCH 42/43] xfs: convert bp->b_bn references to xfs_buf_daddr(), Darrick J. Wong
- [PATCH 43/43] libxfs: rename buffer cache index variable b_bn, Darrick J. Wong
- [PATCH 0/6] congestion_wait() and GFP_NOFAIL,
NeilBrown
- [PATCH v2 00/12] MEMORY_DEVICE_PUBLIC for CPU-accessible coherent device memory,
Alex Sierra
- [PATCH v2 01/12] ext4/xfs: add page refcount helper, Alex Sierra
- [PATCH v2 02/12] mm: remove extra ZONE_DEVICE struct page refcount, Alex Sierra
- [PATCH v2 03/12] mm: add zone device public type memory support, Alex Sierra
- [PATCH v2 06/12] drm/amdkfd: add SPM support for SVM, Alex Sierra
- [PATCH v2 04/12] mm: add device public vma selection for memory migration, Alex Sierra
- [PATCH v2 10/12] lib: add support for device public type in test_hmm, Alex Sierra
- [PATCH v2 07/12] drm/amdkfd: public type as sys mem on migration to ram, Alex Sierra
- [PATCH v2 11/12] tools: update hmm-test to support device public type, Alex Sierra
- [PATCH v2 05/12] drm/amdkfd: ref count init for device pages, Alex Sierra
- [PATCH v2 08/12] lib: test_hmm add ioctl to get zone device type, Alex Sierra
- [PATCH v2 12/12] tools: update test_hmm script to support SP config, Alex Sierra
- [PATCH v2 09/12] lib: test_hmm add module param for zone device type, Alex Sierra
- start switching sysfs attributes to expose the seq_file,
Christoph Hellwig
- [PATCH 01/13] seq_file: mark seq_get_buf as deprecated, Christoph Hellwig
- [PATCH 02/13] kernfs: remove kernfs_create_file and kernfs_create_file_ns, Christoph Hellwig
- [PATCH 03/13] kernfs: remove the unused lockdep_key field in struct kernfs_ops, Christoph Hellwig
- [PATCH 04/13] sysfs: split out binary attribute handling from sysfs_add_file_mode_ns, Christoph Hellwig
- [PATCH 05/13] sysfs: refactor sysfs_add_file_mode_ns, Christoph Hellwig
- [PATCH 06/13] sysfs: simplify sysfs_kf_seq_show, Christoph Hellwig
- [PATCH 07/13] sysfs: add ->seq_show support to sysfs_ops, Christoph Hellwig
- [PATCH 08/13] block: convert the blk_mq_hw_ctx attrs to use ->seq_show, Christoph Hellwig
- [PATCH 09/13] block: convert the blk_integrity attrs to use ->seq_show, Christoph Hellwig
- [PATCH 10/13] block: convert the request_queue attrs to use ->seq_show, Christoph Hellwig
- [PATCH 11/13] block: convert the elevator_queue attrs to use ->seq_show, Christoph Hellwig
- [PATCH 12/13] xfs: convert xfs_errortag attrs to use ->seq_show, Christoph Hellwig
- [PATCH 13/13] xfs: convert xfs_sysfs attrs to use ->seq_show, Christoph Hellwig
- Re: start switching sysfs attributes to expose the seq_file, Bart Van Assche
- Re: start switching sysfs attributes to expose the seq_file, Tejun Heo
- [PATCH 0/3] Dump log cleanups,
Catherine Hoang
- [PATCH AUTOSEL 5.10 118/176] iomap: pass writeback errors to the mapping, Sasha Levin
- [PATCH AUTOSEL 5.13 145/219] iomap: pass writeback errors to the mapping, Sasha Levin
- [PATCH AUTOSEL 5.14 164/252] iomap: pass writeback errors to the mapping, Sasha Levin
- XFS new panic after new merges,
Murphy Zhou
- Repair Metadata corruption detected at xfs_inode_buf_verify on CentOS 7 virtual machine,
brian
- heavy xfsaild I/O blocking process exit,
Momtchil Momtchev
- [PATCH] mm/kmemleak: allow __GFP_NOLOCKDEP passed to kmemleak's gfp,
Naohiro Aota
- [PATCHSET v2 0/8] fstests: document all test groups,
Darrick J. Wong
- [PATCH] xfs: clean up some inconsistent indenting,
Colin King
- [RFC PATCH 0/7] xfs: intent item whiteouts,
Dave Chinner
- [PATCH v2 0/1] Log Attribute Replay Test,
Catherine Hoang
- [PATCHSET 0/5] fstests: document all test groups,
Darrick J. Wong
- [PATCHSET 0/4] fstests: exercise code changes in 5.15,
Darrick J. Wong
- [PATCHSET v2 0/3] fstests: exercise code refactored in 5.14,
Darrick J. Wong
- [PATCH] mkfs: warn about V4 deprecation when creating new V4 filesystems,
Darrick J. Wong
- [GIT PULL] xfs: new code for 5.15,
Darrick J. Wong
- [GIT PULL] iomap: new code for 5.15,
Darrick J. Wong
- [GIT PULL] vfs: new code for 5.15,
Darrick J. Wong
- [PATCH v8 0/7] fsdax,xfs: Add reflink&dedupe support for fsdax,
Shiyang Ruan
- Processed: 981662 severity, Debian Bug Tracking System
- [PATCH] mkfs.xfs.8: clarify DAX-vs-reflink restrictions in the mkfs.xfs man page,
Eric Sandeen
- [ANNOUNCE] xfs-linux: for-next updated to f38a032b165d, Darrick J. Wong
- [PATCH] xfs: dax: facilitate EXPERIMENTAL warning for dax=inode case,
Bill O'Donnell
- dax_supported() related cleanups v2,
Christoph Hellwig
- [PATCH 1/9] fsdax: improve the FS_DAX Kconfig description and help text, Christoph Hellwig
- [PATCH 2/9] dax: stop using bdevname, Christoph Hellwig
- [PATCH 3/9] dm: use fs_dax_get_by_bdev instead of dax_get_by_host, Christoph Hellwig
- [PATCH 4/9] dax: mark dax_get_by_host static, Christoph Hellwig
- [PATCH 5/9] dax: move the dax_read_lock() locking into dax_supported, Christoph Hellwig
- [PATCH 6/9] dax: remove __generic_fsdax_supported, Christoph Hellwig
- [PATCH 7/9] dax: stub out dax_supported for !CONFIG_FS_DAX, Christoph Hellwig
- [PATCH 8/9] xfs: factor out a xfs_buftarg_is_dax helper, Christoph Hellwig
- [PATCH 9/9] dax: remove bdev_dax_supported, Christoph Hellwig
- <Possible follow-ups>
- dax_supported() related cleanups v2, Christoph Hellwig
- xs_ig_attempts ≠ xs_ig_found + xs_ig_missed,
Paul Menzel
- xfs.org: Unknown error in PHP's mail() function.,
Paul Menzel
- XFS fallocate implementation incorrectly reports ENOSPC,
Chris Dunlop
- [PATCH v4 0/1] Log Attribute Replay Test,
Catherine Hoang
- [syzbot] INFO: task hung in __xfs_buf_submit (2),
syzbot
- [PATCH v1 00/14] Add MEMORY_DEVICE_PUBLIC for CPU-accessible coherent device memory,
Alex Sierra
- [PATCH v1 06/14] drm/amdkfd: add SPM support for SVM, Alex Sierra
- [PATCH v1 01/14] ext4/xfs: add page refcount helper, Alex Sierra
- [PATCH v1 02/14] mm: remove extra ZONE_DEVICE struct page refcount, Alex Sierra
- [PATCH v1 03/14] mm: add iomem vma selection for memory migration, Alex Sierra
- [PATCH v1 07/14] drm/amdkfd: public type as sys mem on migration to ram, Alex Sierra
- [PATCH v1 04/14] mm: add zone device public type memory support, Alex Sierra
- [PATCH v1 05/14] drm/amdkfd: ref count init for device pages, Alex Sierra
- [PATCH v1 08/14] mm: add public type support to migrate_vma helpers, Alex Sierra
- [PATCH v1 09/14] mm: call pgmap->ops->page_free for DEVICE_PUBLIC pages, Alex Sierra
- [PATCH v1 11/14] lib: test_hmm add module param for zone device type, Alex Sierra
- [PATCH v1 10/14] lib: test_hmm add ioctl to get zone device type, Alex Sierra
- [PATCH v1 13/14] tools: update hmm-test to support device public type, Alex Sierra
- [PATCH v1 12/14] lib: add support for device public type in test_hmm, Alex Sierra
- [PATCH v1 14/14] tools: update test_hmm script to support SP config, Alex Sierra
- [PATCH v24 00/11] Log Attribute Replay,
Allison Henderson
- [PATCH v24 01/11] xfs: Return from xfs_attr_set_iter if there are no more rmtblks to process, Allison Henderson
- [PATCH v24 02/11] xfs: Capture buffers for delayed ops, Allison Henderson
- [PATCH v24 03/11] xfs: Set up infrastructure for log atrribute replay, Allison Henderson
- [PATCH v24 04/11] xfs: Implement attr logging and replay, Allison Henderson
- [PATCH v24 05/11] RFC xfs: Skip flip flags for delayed attrs, Allison Henderson
- [PATCH v24 06/11] xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred, Allison Henderson
- [PATCH v24 07/11] xfs: Remove unused xfs_attr_*_args, Allison Henderson
- [PATCH v24 08/11] xfs: Add log attribute error tag, Allison Henderson
- [PATCH v24 09/11] xfs: Add larp debug option, Allison Henderson
- [PATCH v24 10/11] xfs: Merge xfs_delattr_context into xfs_attr_item, Allison Henderson
- [PATCH v24 11/11] xfs: Add helper function xfs_attr_leaf_addname, Allison Henderson
- Re: [PATCH v24 00/11] Log Attribute Replay, Dave Chinner
- [PATCH 0/5] xfs: various logged attribute fixes, Dave Chinner
- [PATCH] xfs: fix I_DONTCACHE,
Dave Chinner
- [PATCH] xfs: only set IOMAP_F_SHARED when providing a srcmap to a write,
Darrick J. Wong
- dax_supported() related cleanups,
Christoph Hellwig
- Re: [RFD] XFS: Subvolumes and snapshots....,
Chris Dunlop
- [Bug 214139] New: [xfstests xfs/319] XFS: Assertion failed: got.br_startoff > bno, file: fs/xfs/libxfs/xfs_bmap.c, line: 4715,
bugzilla-daemon
- xfsprogs_5.13.0-1_source.changes ACCEPTED into unstable, Debian FTP Masters
- Processing of xfsprogs_5.13.0-1_source.changes, Debian FTP Masters
- [PATCH] iomap: standardize tracepoint formatting and storage,
Darrick J. Wong
- [ANNOUNCE] xfs-linux: for-next updated to 61e0d0cc51cd, Darrick J. Wong
- [ANNOUNCE] xfsprogs 5.13.0 released, Eric Sandeen
- Slow file operations on file server with 10 TB hardware RAID and 100 TB software RAID,
Paul Menzel
- [PATCH] xfs: fix perag structure refcounting error when scrub fails,
Darrick J. Wong
- [ANNOUNCE] xfs-linux: for-next updated to a437b9b488e3, Darrick J. Wong
- [ANNOUNCE] xfs-linux: iomap-5.15-merge updated to 742dd4b8c5bb,
Darrick J. Wong
- [PATCH 0/3 v2] xfs: clean up buffer cache disk addressing,
Dave Chinner
- [PATCH 00/16 v3] xfs: rework feature flags,
Dave Chinner
- [PATCH 10/16] xfs: convert xfs_fs_geometry to use mount feature checks, Dave Chinner
- [PATCH 01/16] xfs: sb verifier doesn't handle uncached sb buffer, Dave Chinner
- [PATCH 06/16] xfs: consolidate mount option features in m_features, Dave Chinner
- [PATCH 14/16] xfs: remove unused xfs_sb_version_has wrappers, Dave Chinner
- [PATCH 16/16] xfs: kill xfs_sb_version_has_v3inode(), Dave Chinner
- [PATCH 03/16] xfs: rework attr2 feature and mount options, Dave Chinner
- [PATCH 13/16] xfs: convert xfs_sb_version_has checks to use mount features, Dave Chinner
- [PATCH 04/16] xfs: reflect sb features in xfs_mount, Dave Chinner
- [PATCH 11/16] xfs: open code sb verifier feature checks, Dave Chinner
- [PATCH 07/16] xfs: convert mount flags to features, Dave Chinner
- [PATCH 05/16] xfs: replace xfs_sb_version checks with feature flag checks, Dave Chinner
- [PATCH 08/16] xfs: convert remaining mount flags to state flags, Dave Chinner
- [PATCH 02/16] xfs: rename xfs_has_attr(), Dave Chinner
- [PATCH 09/16] xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown, Dave Chinner
- [PATCH 12/16] xfs: convert scrub to use mount-based feature checks, Dave Chinner
- [PATCH 15/16] xfs: introduce xfs_sb_is_v5 helper, Dave Chinner
- [PATCHSET v2 0/2] fstests: exercise code refactored in 5.14,
Darrick J. Wong
- [PATCHSET 00/15] xfs: clean up ftrace field tags and formats,
Darrick J. Wong
- [PATCH 01/15] xfs: fix incorrect unit conversion in scrub tracepoint, Darrick J. Wong
- [PATCH 02/15] xfs: standardize inode number formatting in ftrace output, Darrick J. Wong
- [PATCH 03/15] xfs: standardize AG number formatting in ftrace output, Darrick J. Wong
- [PATCH 04/15] xfs: standardize AG block number formatting in ftrace output, Darrick J. Wong
- [PATCH 05/15] xfs: standardize rmap owner number formatting in ftrace output, Darrick J. Wong
- [PATCH 06/15] xfs: standardize daddr formatting in ftrace output, Darrick J. Wong
- [PATCH 07/15] xfs: disambiguate units for ftrace fields tagged "blkno", "block", or "bno", Darrick J. Wong
- [PATCH 08/15] xfs: disambiguate units for ftrace fields tagged "offset", Darrick J. Wong
- [PATCH 09/15] xfs: disambiguate units for ftrace fields tagged "len", Darrick J. Wong
- [PATCH 10/15] xfs: disambiguate units for ftrace fields tagged "count", Darrick J. Wong
- [PATCH 11/15] xfs: rename i_disk_size fields in ftrace output, Darrick J. Wong
- [PATCH 12/15] xfs: resolve fork names in trace output, Darrick J. Wong
- [PATCH 13/15] xfs: standardize remaining xfs_buf length tracepoints, Darrick J. Wong
- [PATCH 14/15] xfs: standardize inode generation formatting in ftrace output, Darrick J. Wong
- [PATCH 15/15] xfs: decode scrub flags in ftrace output, Darrick J. Wong
- [PATCH 16/15] xfs: start documenting common units and tags used in tracepoints, Darrick J. Wong
- [PATCHSET 0/2] dax: fix broken pmem poison narrative,
Darrick J. Wong
- Re: 5.14-0-rc5, splat in block_group_cache_tree_search while __btrfs_unlink_inode, Matthew Wilcox
- [Bug 214079] New: [xfstests xfs/168] xfs_repair failed with shrinking 776672,
bugzilla-daemon
- [Bug 214077] New: [xfstests xfs/168] xfs_repair failed with shrinking 776672,
bugzilla-daemon
- [PATCH v7 0/8] fsdax,xfs: Add reflink&dedupe support for fsdax,
Shiyang Ruan
[Index of Archives]
[XFS Filesystem Development]
[Linux USB Devel]
[Linux SCSI]
[Linux RAID]
[Yosemite Forum]