Linux XFS
[Prev Page][Next Page]
- [PATCH 07/14] xfs: support dynamic btree cursor heights, (continued)
- Could we get an IOCB_NO_READ_HOLE?,
David Howells
- [PATCH 0/6 v2] congestion_wait() and GFP_NOFAIL,
NeilBrown
- [PATCHSET 0/3] fstests: various cleanups to ./new script,
Darrick J. Wong
- [PATCHSET v4 0/8] fstests: document all test groups,
Darrick J. Wong
- Patch "iomap: pass writeback errors to the mapping" has been added to the 5.10-stable tree, Sasha Levin
- Patch "iomap: pass writeback errors to the mapping" has been added to the 5.13-stable tree, Sasha Levin
- Patch "iomap: pass writeback errors to the mapping" has been added to the 5.14-stable tree, Sasha Levin
- [PATCH V3 00/16] xfsprogs: Extend per-inode extent counters,
Chandan Babu R
- [PATCH V3 01/16] xfsprogs: xfs_repair: allow administrators to add older v5 features, Chandan Babu R
- [PATCH V3 02/16] xfsprogs: Move extent count limits to xfs_format.h, Chandan Babu R
- [PATCH V3 03/16] xfsprogs: Introduce xfs_iext_max_nextents() helper, Chandan Babu R
- [PATCH V3 04/16] xfsprogs: Rename MAXEXTNUM, MAXAEXTNUM to XFS_IFORK_EXTCNT_MAXS32, XFS_IFORK_EXTCNT_MAXS16, Chandan Babu R
- [PATCH V3 05/16] xfsprogs: Use xfs_extnum_t instead of basic data types, Chandan Babu R
- [PATCH V3 06/16] xfsprogs: Introduce xfs_dfork_nextents() helper, Chandan Babu R
- [PATCH V3 07/16] xfsprogs: xfs_dfork_nextents: Return extent count via an out argument, Chandan Babu R
- [PATCH V3 08/16] xfsprogs: Rename inode's extent counter fields based on their width, Chandan Babu R
- [PATCH V3 09/16] xfsprogs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectively, Chandan Babu R
- [PATCH V3 10/16] xfsprogs: Enable bulkstat ioctl to support 64-bit extent counters, Chandan Babu R
- [PATCH V3 11/16] xfsprogs: Extend per-inode extent counter widths, Chandan Babu R
- [PATCH V3 12/16] xfsprogs: xfs_info: Report NREXT64 feature status, Chandan Babu R
- [PATCH V3 13/16] xfsprogs: Add XFS_SB_FEAT_INCOMPAT_NREXT64 to XFS_SB_FEAT_INCOMPAT_ALL, Chandan Babu R
- [PATCH V3 14/16] xfsprogs: Add nrext64 mkfs option, Chandan Babu R
- [PATCH V3 15/16] xfsprogs: Add support for upgrading to NREXT64 feature, Chandan Babu R
- [PATCH V3 16/16] xfsprogs: Define max extent length based on on-disk format definition, Chandan Babu R
- [PATCH V3 00/12] xfs: Extend per-inode extent counters,
Chandan Babu R
- [PATCH V3 01/12] xfs: Move extent count limits to xfs_format.h, Chandan Babu R
- [PATCH V3 02/12] xfs: Introduce xfs_iext_max_nextents() helper, Chandan Babu R
- [PATCH V3 03/12] xfs: Rename MAXEXTNUM, MAXAEXTNUM to XFS_IFORK_EXTCNT_MAXS32, XFS_IFORK_EXTCNT_MAXS16, Chandan Babu R
- [PATCH V3 04/12] xfs: Use xfs_extnum_t instead of basic data types, Chandan Babu R
- [PATCH V3 05/12] xfs: Introduce xfs_dfork_nextents() helper, Chandan Babu R
- [PATCH V3 06/12] xfs: xfs_dfork_nextents: Return extent count via an out argument, Chandan Babu R
- [PATCH V3 07/12] xfs: Rename inode's extent counter fields based on their width, Chandan Babu R
- [PATCH V3 08/12] xfs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectively, Chandan Babu R
- [PATCH V3 09/12] xfs: Enable bulkstat ioctl to support 64-bit per-inode extent counters, Chandan Babu R
- [PATCH V3 11/12] xfs: Add XFS_SB_FEAT_INCOMPAT_NREXT64 to XFS_SB_FEAT_INCOMPAT_ALL, Chandan Babu R
- [PATCH V3 10/12] xfs: Extend per-inode extent counter widths, Chandan Babu R
- [PATCH V3 12/12] xfs: Define max extent length based on on-disk format definition, Chandan Babu R
- Re: [PATCH V3 00/12] xfs: Extend per-inode extent counters, Darrick J. Wong
- XFS Sprints,
Darrick J. Wong
- Shameless plug for the FS Track at LPC next week!,
Darrick J. Wong
- [PATCHSET v3 0/9] fstests: document all test groups,
Darrick J. Wong
- [PATCHSET v3 0/1] fstests: exercise code refactored in 5.14,
Darrick J. Wong
- [PATCHSET v2 0/3] fstests: regression tests for 5.13/5.14 rt fixes,
Darrick J. Wong
- [PATCHSET 0/1] fstests: random fixes,
Darrick J. Wong
- [GIT PULL] xfsprogs: synchronize with kernel 5.14, Darrick J. Wong
- [PATCHSET 00/61] xfs: sync libxfs with 5.14,
Darrick J. Wong
- [PATCH 01/61] mkfs: move mkfs/proto.c declarations to mkfs/proto.h, Darrick J. Wong
- [PATCH 02/61] libfrog: move topology.[ch] to libxfs, Darrick J. Wong
- [PATCH 03/61] libfrog: create header file for mocked-up kernel data structures, Darrick J. Wong
- [PATCH 04/61] libxfs: port xfs_set_inode_alloc from the kernel, Darrick J. Wong
- [PATCH 05/61] libxfs: fix whitespace inconsistencies with kernel, Darrick J. Wong
- [PATCH 06/61] xfs: Fix fall-through warnings for Clang, Darrick J. Wong
- [PATCH 07/61] misc: convert utilities to use "fallthrough;", Darrick J. Wong
- [PATCH 08/61] xfs: use xfs_buf_alloc_pages for uncached buffers, Darrick J. Wong
- [PATCH 09/61] xfs: Reverse apply 72b97ea40d, Darrick J. Wong
- [PATCH 10/61] xfs: Add xfs_attr_node_remove_name, Darrick J. Wong
- [PATCH 11/61] xfs: Refactor xfs_attr_set_shortform, Darrick J. Wong
- [PATCH 12/61] xfs: Separate xfs_attr_node_addname and xfs_attr_node_addname_clear_incomplete, Darrick J. Wong
- [PATCH 13/61] xfs: Add helper xfs_attr_node_addname_find_attr, Darrick J. Wong
- [PATCH 14/61] xfs: Hoist xfs_attr_node_addname, Darrick J. Wong
- [PATCH 15/61] xfs: Hoist xfs_attr_leaf_addname, Darrick J. Wong
- [PATCH 16/61] xfs: Hoist node transaction handling, Darrick J. Wong
- [PATCH 17/61] xfs: Add delay ready attr remove routines, Darrick J. Wong
- [PATCH 18/61] xfs: Add delay ready attr set routines, Darrick J. Wong
- [PATCH 19/61] xfs: Remove xfs_attr_rmtval_set, Darrick J. Wong
- [PATCH 20/61] xfs: Clean up xfs_attr_node_addname_clear_incomplete, Darrick J. Wong
- [PATCH 21/61] xfs: clean up open-coded fs block unit conversions, Darrick J. Wong
- [PATCH 22/61] xfs: move xfs_perag_get/put to xfs_ag.[ch], Darrick J. Wong
- [PATCH 23/61] xfs: move perag structure and setup to libxfs/xfs_ag.[ch], Darrick J. Wong
- [PATCH 24/61] xfs: make for_each_perag... a first class citizen, Darrick J. Wong
- [PATCH 25/61] xfs: convert raw ag walks to use for_each_perag, Darrick J. Wong
- [PATCH 26/61] xfs: convert xfs_iwalk to use perag references, Darrick J. Wong
- [PATCH 27/61] xfs: convert secondary superblock walk to use perags, Darrick J. Wong
- [PATCH 28/61] xfs: pass perags through to the busy extent code, Darrick J. Wong
- [PATCH 29/61] xfs: push perags through the ag reservation callouts, Darrick J. Wong
- [PATCH 30/61] xfs: pass perags around in fsmap data dev functions, Darrick J. Wong
- [PATCH 31/61] xfs: add a perag to the btree cursor, Darrick J. Wong
- [PATCH 32/61] xfs: convert rmap btree cursor to using a perag, Darrick J. Wong
- [PATCH 33/61] xfs: convert refcount btree cursor to use perags, Darrick J. Wong
- [PATCH 34/61] xfs: convert allocbt cursors to use perags, Darrick J. Wong
- [PATCH 35/61] xfs: use perag for ialloc btree cursors, Darrick J. Wong
- [PATCH 36/61] xfs: remove agno from btree cursor, Darrick J. Wong
- [PATCH 37/61] xfs: simplify xfs_dialloc_select_ag() return values, Darrick J. Wong
- [PATCH 38/61] xfs: collapse AG selection for inode allocation, Darrick J. Wong
- [PATCH 39/61] xfs: get rid of xfs_dir_ialloc(), Darrick J. Wong
- [PATCH 40/61] xfs: inode allocation can use a single perag instance, Darrick J. Wong
- [PATCH 41/61] xfs: clean up and simplify xfs_dialloc(), Darrick J. Wong
- [PATCH 42/61] xfs: use perag through unlink processing, Darrick J. Wong
- [PATCH 43/61] xfs: remove xfs_perag_t, Darrick J. Wong
- [PATCH 45/61] xfs: Remove redundant assignment to busy, Darrick J. Wong
- [PATCH 44/61] xfs: sort variable alphabetically to avoid repeated declaration, Darrick J. Wong
- [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
[Index of Archives]
[XFS Filesystem Development]
[Linux USB Devel]
[Linux SCSI]
[Linux RAID]
[Yosemite Forum]