Linux XFS
[Prev Page][Next Page]
- Re: [PATCH 08/11] xfs: logging the on disk inode LSN can make it go backwards, (continued)
- [PATCH v22 00/16] Delayed Attributes,
Allison Henderson
- [PATCH v22 03/16] xfs: refactor xfs_iget calls from log intent recovery, Allison Henderson
- [PATCH v22 01/16] xfs: allow setting and clearing of log incompat feature flags, Allison Henderson
- [PATCH v22 02/16] xfs: clear log incompat feature bits when the log is idle, Allison Henderson
- [PATCH v22 04/16] xfs: Return from xfs_attr_set_iter if there are no more rmtblks to process, Allison Henderson
- [PATCH v22 05/16] xfs: Add state machine tracepoints, Allison Henderson
- [PATCH v22 06/16] xfs: Rename __xfs_attr_rmtval_remove, Allison Henderson
- [PATCH v22 07/16] xfs: Handle krealloc errors in xlog_recover_add_to_cont_trans, Allison Henderson
- [PATCH v22 10/16] RFC xfs: Skip flip flags for delayed attrs, Allison Henderson
- [PATCH v22 08/16] xfs: Set up infrastructure for deferred attribute operations, Allison Henderson
- [PATCH v22 09/16] xfs: Implement attr logging and replay, Allison Henderson
- [PATCH v22 13/16] xfs: Add delayed attributes error tag, Allison Henderson
- [PATCH v22 11/16] xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred, Allison Henderson
- [PATCH v22 14/16] xfs: Add delattr mount option, Allison Henderson
- [PATCH v22 12/16] xfs: Remove unused xfs_attr_*_args, Allison Henderson
- [PATCH v22 16/16] xfs: Add helper function xfs_attr_leaf_addname, Allison Henderson
- [PATCH v22 15/16] xfs: Merge xfs_delattr_context into xfs_attr_item, Allison Henderson
- [PATCH v22 00/27] Delayed Attributes,
Allison Henderson
- [PATCH v22 02/27] xfsprogs: Add xfs_attr_node_remove_name, Allison Henderson
- [PATCH v22 01/27] xfsprogs: Reverse apply 72b97ea40d, Allison Henderson
- [PATCH v22 13/27] xfsprogs: Fix default ASSERT in xfs_attr_set_iter, Allison Henderson
- [PATCH v22 14/27] xfsprogs: Make attr name schemes consistent, Allison Henderson
- [PATCH v22 15/27] xfs: allow setting and clearing of log incompat feature flags, Allison Henderson
- [PATCH v22 16/27] xfsprogs: Return from xfs_attr_set_iter if there are no more rmtblks to process, Allison Henderson
- [PATCH v22 05/27] xfsprogs: Add helper xfs_attr_node_addname_find_attr, Allison Henderson
- [PATCH v22 06/27] xfsprogs: Hoist xfs_attr_node_addname, Allison Henderson
- [PATCH v22 04/27] xfsprogs: Separate xfs_attr_node_addname and xfs_attr_node_addname_clear_incomplete, Allison Henderson
- [PATCH v22 03/27] xfsprogs: Refactor xfs_attr_set_shortform, Allison Henderson
- [PATCH v22 07/27] xfsprogs: Hoist xfs_attr_leaf_addname, Allison Henderson
- [PATCH v22 17/27] xfsprogs: Add state machine tracepoints, Allison Henderson
- [PATCH v22 18/27] xfsprogs: Rename __xfs_attr_rmtval_remove, Allison Henderson
- [PATCH v22 08/27] xfsprogs: Hoist node transaction handling, Allison Henderson
- [PATCH v22 19/27] xfsprogs: Set up infrastructure for deferred attribute operations, Allison Henderson
- [PATCH v22 11/27] xfsprogs: Remove xfs_attr_rmtval_set, Allison Henderson
- [PATCH v22 20/27] xfsprogs: Implement attr logging and replay, Allison Henderson
- [PATCH v22 21/27] RFC xfsprogs: Skip flip flags for delayed attrs, Allison Henderson
- [PATCH v22 09/27] xfsprogs: Add delay ready attr remove routines, Allison Henderson
- [PATCH v22 22/27] xfsprogs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred, Allison Henderson
- [PATCH v22 24/27] xfsprogs: Add delayed attributes error tag, Allison Henderson
- [PATCH v22 23/27] xfsprogs: Remove unused xfs_attr_*_args, Allison Henderson
- [PATCH v22 25/27] xfsprogs: Merge xfs_delattr_context into xfs_attr_item, Allison Henderson
- [PATCH v22 12/27] xfsprogs: Clean up xfs_attr_node_addname_clear_incomplete, Allison Henderson
- [PATCH v22 10/27] xfsprogs: Add delay ready attr set routines, Allison Henderson
- [PATCH v22 27/27] xfsprogs: Add log item printing for ATTRI and ATTRD, Allison Henderson
- [PATCH v22 26/27] xfsprogs: Add helper function xfs_attr_leaf_addname, Allison Henderson
- [PATCH V2 00/12] xfsprogs: Extend per-inode extent counters,
Chandan Babu R
- [PATCH V2 01/12] xfsprogs: Move extent count limits to xfs_format.h, Chandan Babu R
- [PATCH V2 02/12] xfsprogs: Rename MAXEXTNUM, MAXAEXTNUM to XFS_IFORK_EXTCNT_MAXS32, XFS_IFORK_EXTCNT_MAXS16, Chandan Babu R
- [PATCH V2 03/12] xfsprogs: Introduce xfs_iext_max() helper, Chandan Babu R
- [PATCH V2 04/12] xfsprogs: Use xfs_extnum_t instead of basic data types, Chandan Babu R
- [PATCH V2 05/12] xfsprogs: Introduce xfs_dfork_nextents() helper, Chandan Babu R
- [PATCH V2 06/12] xfsprogs: xfs_dfork_nextents: Return extent count via an out argument, Chandan Babu R
- [PATCH V2 07/12] xfsprogs: Rename inode's extent counter fields based on their width, Chandan Babu R
- [PATCH V2 08/12] xfsprogs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectively, Chandan Babu R
- [PATCH V2 09/12] xfsprogs: Rename XFS_IOC_BULKSTAT to XFS_IOC_BULKSTAT_V5, Chandan Babu R
- [PATCH V2 10/12] xfsprogs: Enable bulkstat ioctl to support 64-bit extent counters, Chandan Babu R
- [PATCH V2 11/12] xfsprogs: Extend per-inode extent counter widths, Chandan Babu R
- [PATCH V2 12/12] xfsprogs: Add extcnt64bit mkfs option, Chandan Babu R
- [PATCH V2 00/12] xfs: Extend per-inode extent counters,
Chandan Babu R
- [PATCH V2 01/12] xfs: Move extent count limits to xfs_format.h, Chandan Babu R
- [PATCH V2 02/12] xfs: Rename MAXEXTNUM, MAXAEXTNUM to XFS_IFORK_EXTCNT_MAXS32, XFS_IFORK_EXTCNT_MAXS16, Chandan Babu R
- [PATCH V2 03/12] xfs: Introduce xfs_iext_max() helper, Chandan Babu R
- [PATCH V2 04/12] xfs: Use xfs_extnum_t instead of basic data types, Chandan Babu R
- [PATCH V2 05/12] xfs: Introduce xfs_dfork_nextents() helper, Chandan Babu R
- [PATCH V2 06/12] xfs: xfs_dfork_nextents: Return extent count via an out argument, Chandan Babu R
- [PATCH V2 07/12] xfs: Rename inode's extent counter fields based on their width, Chandan Babu R
- [PATCH V2 08/12] xfs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectively, Chandan Babu R
- [PATCH V2 09/12] xfs: Rename XFS_IOC_BULKSTAT to XFS_IOC_BULKSTAT_V5, Chandan Babu R
- [PATCH V2 11/12] xfs: Extend per-inode extent counter widths, Chandan Babu R
- [PATCH V2 12/12] xfs: Error tag to test if v5 bulkstat skips inodes with large extent count, Chandan Babu R
- [PATCH V2 10/12] xfs: Enable bulkstat ioctl to support 64-bit extent counters, Chandan Babu R
- Re: [PATCH V2 00/12] xfs: Extend per-inode extent counters, Darrick J. Wong
- [PATCH 1/3] xfs/530: Do not pass block size argument to _scratch_mkfs,
Chandan Babu R
- [PATCH 0/10 v2] xfs: fix log cache flush regressions and bugs,
Dave Chinner
- [PATCH 06/10] xfs: log forces imply data device cache flushes, Dave Chinner
- [PATCH 01/10] xfs: flush data dev on external log write, Dave Chinner
- [PATCH 05/10] xfs: factor out forced iclog flushes, Dave Chinner
- [PATCH 07/10] xfs: avoid unnecessary waits in xfs_log_force_lsn(), Dave Chinner
- [PATCH 02/10] xfs: external logs need to flush data device, Dave Chinner
- [PATCH 08/10] xfs: logging the on disk inode LSN can make it go backwards, Dave Chinner
- [PATCH 03/10] xfs: fold __xlog_state_release_iclog into xlog_state_release_iclog, Dave Chinner
- [PATCH 09/10] xfs: Enforce attr3 buffer recovery order, Dave Chinner
- [PATCH 10/10] xfs: need to see iclog flags in tracing, Dave Chinner
- [PATCH 04/10] xfs: fix ordering violation between cache flushes and tail updates, Dave Chinner
- [PATCH 0/2] iomap: make inline data support more flexible,
Matthew Wilcox (Oracle)
- [PATCH v2 0/2] f2fs: use iomap for direct I/O,
Eric Biggers
- [PATCH AUTOSEL 5.13 18/19] iomap: remove the length variable in iomap_seek_hole, Sasha Levin
- [PATCH AUTOSEL 5.4 12/14] iomap: remove the length variable in iomap_seek_data, Sasha Levin
- [PATCH AUTOSEL 5.4 13/14] iomap: remove the length variable in iomap_seek_hole, Sasha Levin
- [PATCH AUTOSEL 5.10 16/17] iomap: remove the length variable in iomap_seek_hole, Sasha Levin
- [PATCH AUTOSEL 5.10 15/17] iomap: remove the length variable in iomap_seek_data, Sasha Levin
- [PATCH AUTOSEL 5.13 17/19] iomap: remove the length variable in iomap_seek_data, Sasha Levin
- [PATCH] [RFC] xfs: logging the on disk inode LSN can make it go backwards,
Dave Chinner
- prepare for removing support to disable quota accounting v2,
Christoph Hellwig
- don't allow disabling quota accounting on a mounted file system v2,
Christoph Hellwig
- cleanup the bio handling in iomap v2,
Christoph Hellwig
- [PATCH 0/5] xfs: fix log cache flush regressions,
Dave Chinner
- Re: [PATCH] iomap: Convert from atomic_t to refcount_t on iomap_dio->ref, Darrick J. Wong
- [PATCH 1/2] iomap: simplify iomap_readpage_actor,
Christoph Hellwig
- [PATCHSET 0/2] fstests: regression tests for 5.13 fixes,
Darrick J. Wong
- [PATCHSET 0/1] fstests: regression tests for 5.14 fixes,
Darrick J. Wong
- [PATCHSET 0/2] fstests: exercise code refactored in 5.14,
Darrick J. Wong
- [PATCHSET 0/3] common/dm*: support external log and rt devices,
Darrick J. Wong
- [PATCHSET v2 0/1] fstests: random fixes,
Darrick J. Wong
- [PATCHSET v2 0/1] fstests: fixes for test control code,
Darrick J. Wong
- RFC: switch iomap to an iterator model,
Christoph Hellwig
- [PATCH 01/27] iomap: fix a trivial comment typo in trace.h, Christoph Hellwig
- [PATCH 02/27] iomap: remove the iomap arguments to ->page_{prepare,done}, Christoph Hellwig
- [PATCH 03/27] iomap: mark the iomap argument to iomap_sector const, Christoph Hellwig
- [PATCH 04/27] fs: mark the iomap argument to __block_write_begin_int const, Christoph Hellwig
- [PATCH 05/27] fsdax: mark the iomap argument to dax_iomap_sector as const, Christoph Hellwig
- [PATCH 06/27] iomap: mark the iomap argument to iomap_read_inline_data const, Christoph Hellwig
- [PATCH 07/27] iomap: mark the iomap argument to iomap_read_page_sync const, Christoph Hellwig
- [PATCH 08/27] iomap: add the new iomap_iter model, Christoph Hellwig
- [PATCH 09/27] iomap: switch readahead and readpage to use iomap_iter, Christoph Hellwig
- [PATCH 10/27] iomap: switch iomap_file_buffered_write to use iomap_iter, Christoph Hellwig
- [PATCH 11/27] iomap: switch iomap_file_unshare to use iomap_iter, Christoph Hellwig
- [PATCH 12/27] iomap: switch iomap_zero_range to use iomap_iter, Christoph Hellwig
- [PATCH 13/27] iomap: switch iomap_page_mkwrite to use iomap_iter, Christoph Hellwig
- [PATCH 14/27] iomap: switch __iomap_dio_rw to use iomap_iter, Christoph Hellwig
- [PATCH 15/27] iomap: switch iomap_fiemap to use iomap_iter, Christoph Hellwig
- [PATCH 16/27] iomap: switch iomap_bmap to use iomap_iter, Christoph Hellwig
- [PATCH 17/27] iomap: switch iomap_seek_hole to use iomap_iter, Christoph Hellwig
- [PATCH 18/27] iomap: switch iomap_seek_data to use iomap_iter, Christoph Hellwig
- [PATCH 19/27] iomap: switch iomap_swapfile_activate to use iomap_iter, Christoph Hellwig
- [PATCH 20/27] fsdax: switch dax_iomap_rw to use iomap_iter, Christoph Hellwig
- [PATCH 21/27] iomap: remove iomap_apply, Christoph Hellwig
- [PATCH 22/27] iomap: pass an iomap_iter to various buffered I/O helpers, Christoph Hellwig
- [PATCH 23/27] iomap: rework unshare flag, Christoph Hellwig
- [PATCH 24/27] fsdax: factor out helpers to simplify the dax fault code, Christoph Hellwig
- [PATCH 25/27] fsdax: factor out a dax_fault_actor() helper, Christoph Hellwig
- [PATCH 26/27] fsdax: switch the fault handlers to use iomap_iter, Christoph Hellwig
- [PATCH 27/27] iomap: constify iomap_iter_srcmap, Christoph Hellwig
- Re: RFC: switch iomap to an iterator model, Darrick J. Wong
- Re: RFC: switch iomap to an iterator model, Darrick J. Wong
- xfs/319 vs 1k block size file systems,
Christoph Hellwig
- [GIT PULL] xfs: bug fixes for 5.14-rc2,
Darrick J. Wong
- [GIT PULL] iomap: fixes for 5.14-rc2,
Darrick J. Wong
- [PATCH v4 00/13] Support DEVICE_GENERIC memory in migrate_vma_*,
Alex Sierra
- [PATCH v4 03/13] kernel: resource: lookup_resource as exported symbol, Alex Sierra
- [PATCH v4 04/13] drm/amdkfd: add SPM support for SVM, Alex Sierra
- [PATCH v4 01/13] ext4/xfs: add page refcount helper, Alex Sierra
- [PATCH v4 02/13] mm: remove extra ZONE_DEVICE struct page refcount, Alex Sierra
- [PATCH v4 05/13] drm/amdkfd: generic type as sys mem on migration to ram, Alex Sierra
- [PATCH v4 06/13] include/linux/mm.h: helpers to check zone device generic type, Alex Sierra
- [PATCH v4 08/13] mm: call pgmap->ops->page_free for DEVICE_GENERIC pages, Alex Sierra
- [PATCH v4 07/13] mm: add generic type support to migrate_vma helpers, Alex Sierra
- [PATCH v4 09/13] lib: test_hmm add ioctl to get zone device type, Alex Sierra
- [PATCH v4 10/13] lib: test_hmm add module param for zone device type, Alex Sierra
- [PATCH v4 11/13] lib: add support for device generic type in test_hmm, Alex Sierra
- [PATCH v4 12/13] tools: update hmm-test to support device generic type, Alex Sierra
- [PATCH v4 13/13] tools: update test_hmm script to support SP config, Alex Sierra
- [PATCH] xfs: Convert from atomic_t to refcount_t on xlog_ticket->t_ref,
Xiyu Yang
- [PATCH] iomap: Add missing flush_dcache_page,
Matthew Wilcox (Oracle)
- [PATCH 0/9] f2fs: use iomap for direct I/O,
Eric Biggers
- Re: [patch 07/54] mm/slub: use stackdepot to save stack trace in objects,
Christoph Hellwig
- [ANNOUNCE] xfs-linux: for-next updated to b102a46ce16f, Darrick J. Wong
- [ANNOUNCE] xfs-linux: iomap-5.14-fixes updated to 229adf3c64db, Darrick J. Wong
- [PATCH 0/14 v10] fs: Hole punch vs page cache filling races,
Jan Kara
- [PATCH 02/14] documentation: Sync file_operations members with reality, Jan Kara
- [PATCH 04/14] mm: Add functions to lock invalidate_lock for two mappings, Jan Kara
- [PATCH 01/14] mm: Fix comments mentioning i_mutex, Jan Kara
- [PATCH 06/14] ext2: Convert to using invalidate_lock, Jan Kara
- [PATCH 11/14] f2fs: Convert to using invalidate_lock, Jan Kara
- [PATCH 09/14] xfs: Convert double locking of MMAPLOCK to use VFS helpers, Jan Kara
- [PATCH 14/14] cifs: Fix race between hole punch and page fault, Jan Kara
- [PATCH 03/14] mm: Protect operations adding pages to page cache with invalidate_lock, Jan Kara
- [PATCH 07/14] xfs: Refactor xfs_isilocked(), Jan Kara
- [PATCH 05/14] ext4: Convert to use mapping->invalidate_lock, Jan Kara
- [PATCH 13/14] ceph: Fix race between hole punch and page fault, Jan Kara
- [PATCH 10/14] zonefs: Convert to using invalidate_lock, Jan Kara
- [PATCH 08/14] xfs: Convert to use invalidate_lock, Jan Kara
- [PATCH 12/14] fuse: Convert to using invalidate_lock, Jan Kara
- Re: [PATCH 0/14 v10] fs: Hole punch vs page cache filling races, Christoph Hellwig
- [PATCH RFC 07/13] iomap: simplify iomap_swapfile_fail() with '%pD' specifier,
Jia He
- [PATCH] xfs: detect misaligned rtinherit directory extent size hints,
Darrick J. Wong
- [PATCHSET v2 0/2] xfs: small fixes to realtime growfs,
Darrick J. Wong
- [PATCH 0/3 v6] xfs: make CIL pipelining work,
Dave Chinner
- [PATCH 00/16] xfs: rework feature flags,
Dave Chinner
- [PATCH 02/16] xfs: rename xfs_has_attr(), Dave Chinner
- [PATCH 01/16] xfs: sb verifier doesn't handle uncached sb buffer, Dave Chinner
- [PATCH 03/16] xfs: rework attr2 feature and mount options, Dave Chinner
- [PATCH 06/16] xfs: consolidate mount option features in m_features, Dave Chinner
- [PATCH 10/16] xfs: convert xfs_fs_geometry to use mount feature checks, Dave Chinner
- [PATCH 08/16] xfs: convert remaining mount flags to state flags, Dave Chinner
- [PATCH 05/16] xfs: replace xfs_sb_version checks with feature flag checks, Dave Chinner
- [PATCH 13/16] xfs: convert xfs_sb_version_has checks to use mount features, 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 15/16] xfs: introduce xfs_sb_is_v5 helper, Dave Chinner
- [PATCH 09/16] xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown, Dave Chinner
- [PATCH 14/16] xfs: remove unused xfs_sb_version_has wrappers, Dave Chinner
- [PATCH 04/16] xfs: reflect sb features in xfs_mount, Dave Chinner
- [PATCH 12/16] xfs: convert scrub to use mount-based feature checks, Dave Chinner
- [PATCH 16/16] xfs: kill xfs_sb_version_has_v3inode(), Dave Chinner
- [PATCH 0/5 v2] xfs: strictly order log start records,
Dave Chinner
- [PATCH 0/9 v2] xfs: shutdown is a racy mess,
Dave Chinner
- [PATCH 0/3 v3] xfs, mm: memory allocation improvements,
Dave Chinner
- [PATCH] xfs: keep the active perag reference between finish_one calls,
Darrick J. Wong
- [PATCH] libxfs-apply: support filterdiff >= 0.4.2 only,
Dave Chinner
- [syzbot] WARNING in iomap_page_release, syzbot
- [PATCHSET 0/2] xfs: small fixes to realtime growfs,
Darrick J. Wong
- [PATCH 0/14 v9] fs: Hole punch vs page cache filling races,
Jan Kara
- [PATCH 02/14] documentation: Sync file_operations members with reality, Jan Kara
- [PATCH 01/14] mm: Fix comments mentioning i_mutex, Jan Kara
- [PATCH 08/14] xfs: Convert to use invalidate_lock, Jan Kara
- [PATCH 04/14] mm: Add functions to lock invalidate_lock for two mappings, Jan Kara
- [PATCH 06/14] ext2: Convert to using invalidate_lock, Jan Kara
- [PATCH 07/14] xfs: Refactor xfs_isilocked(), Jan Kara
- [PATCH 09/14] xfs: Convert double locking of MMAPLOCK to use VFS helpers, Jan Kara
- [PATCH 03/14] mm: Protect operations adding pages to page cache with invalidate_lock, Jan Kara
- [PATCH 05/14] ext4: Convert to use mapping->invalidate_lock, Jan Kara
- [PATCH 12/14] fuse: Convert to using invalidate_lock, Jan Kara
- [PATCH 10/14] zonefs: Convert to using invalidate_lock, Jan Kara
- [PATCH 11/14] f2fs: Convert to using invalidate_lock, Jan Kara
- [PATCH 13/14] ceph: Fix race between hole punch and page fault, Jan Kara
- [PATCH 14/14] cifs: Fix race between hole punch and page fault, Jan Kara
- don't allow disabling quota accounting on a mounted file system,
Christoph Hellwig
- prepare for removing support to disable quota accounting,
Christoph Hellwig
- [PATCH] fs:xfs: cleanup __FUNCTION__ usage,
Dwaipayan Ray
- [PATCH v4] fs: forbid invalid project ID,
Wang Shilong
- [PATCH] xfs: don't expose misaligned extszinherit hints to userspace,
Darrick J. Wong
- [PATCH] xfs: correct the narrative around misaligned rtinherit/extszinherit dirs,
Darrick J. Wong
- [PATCH v21 00/13] Delayed Attributes,
Allison Henderson
[Index of Archives]
[XFS Filesystem Development]
[Linux USB Devel]
[Linux SCSI]
[Linux RAID]
[Yosemite Forum]