Linux XFS
[Prev Page][Next Page]
- [PATCH 6.6 CANDIDATE v2 03/21] xfs: remove a racy if_bytes check in xfs_reflink_end_cow_extent, (continued)
- [PATCH 6.6 CANDIDATE v2 03/21] xfs: remove a racy if_bytes check in xfs_reflink_end_cow_extent, Catherine Hoang
- [PATCH 6.6 CANDIDATE v2 13/21] xfs: make the seq argument to xfs_bmapi_convert_delalloc() optional, Catherine Hoang
- [PATCH 6.6 CANDIDATE v2 01/21] xfs: fix error returns from xfs_bmapi_write, Catherine Hoang
- [PATCH 6.6 CANDIDATE v2 14/21] xfs: make xfs_bmapi_convert_delalloc() to allocate the target offset, Catherine Hoang
- [PATCH 6.6 CANDIDATE v2 16/21] xfs: allow symlinks with short remote targets, Catherine Hoang
- [PATCH 6.6 CANDIDATE v2 15/21] xfs: convert delayed extents to unwritten when zeroing post eof blocks, Catherine Hoang
- [PATCH 6.6 CANDIDATE v2 17/21] xfs: make sure sb_fdblocks is non-negative, Catherine Hoang
- [PATCH 6.6 CANDIDATE v2 18/21] xfs: fix unlink vs cluster buffer instantiation race, Catherine Hoang
- [PATCH 6.6 CANDIDATE v2 20/21] xfs: restrict when we try to align cow fork delalloc to cowextsz hints, Catherine Hoang
- [PATCH 6.6 CANDIDATE v2 21/21] xfs: allow unlinked symlinks and dirs with zero size, Catherine Hoang
- [PATCH 6.6 CANDIDATE v2 19/21] xfs: fix freeing speculative preallocations for preallocated files, Catherine Hoang
- [PATCH 1/2] iomap: don't bother unsharing delalloc extents,
Darrick J. Wong
- [PATCH] xfs: fix simplify extent lookup in xfs_can_free_eofblocks,
Darrick J. Wong
- [PATCH 0/3] Cleanup some writeback codes,
Tang Yizhou
- [PATCH v3 0/2] Minor fixes for xfsprogs,
Andrey Albershteyn
- [RFC PATCH 0/7] vfs: improving inode cache iteration scalability,
Dave Chinner
- [no subject], Unknown
- [GIT PULLBOMB 6.11] xfsprogs: debian modernization and kick libattr,
Darrick J. Wong
- [PATCHBOMB] xfsprogs: catch us up to 6.11,
Darrick J. Wong
- [PATCHSET 1/6] xfsprogs: Debian and Ubuntu archive changes, Darrick J. Wong
- [PATCHSET 2/6] xfsprogs: do not depend on libattr, Darrick J. Wong
- [PATCHSET v2.5 3/6] libxfs: resync with 6.11, Darrick J. Wong
- [PATCH 01/64] xfs: avoid redundant AGFL buffer invalidation, Darrick J. Wong
- [PATCH 02/64] xfs: don't walk off the end of a directory data block, Darrick J. Wong
- [PATCH 04/64] xfs: hoist extent size helpers to libxfs, Darrick J. Wong
- [PATCH 03/64] xfs: Remove header files which are included more than once, Darrick J. Wong
- [PATCH 05/64] xfs: hoist inode flag conversion functions to libxfs, Darrick J. Wong
- [PATCH 06/64] xfs: hoist project id get/set functions to libxfs, Darrick J. Wong
- [PATCH 07/64] libxfs: put all the inode functions in a single file, Darrick J. Wong
- [PATCH 08/64] libxfs: pass IGET flags through to xfs_iread, Darrick J. Wong
- [PATCH 09/64] xfs: pack icreate initialization parameters into a separate structure, Darrick J. Wong
- [PATCH 10/64] libxfs: pack icreate initialization parameters into a separate structure, Darrick J. Wong
- [PATCH 11/64] xfs: implement atime updates in xfs_trans_ichgtime, Darrick J. Wong
- [PATCH 12/64] libxfs: rearrange libxfs_trans_ichgtime call when creating inodes, Darrick J. Wong
- [PATCH 13/64] libxfs: set access time when creating files, Darrick J. Wong
- [PATCH 14/64] libxfs: when creating a file in a directory, set the project id based on the parent, Darrick J. Wong
- [PATCH 15/64] libxfs: pass flags2 from parent to child when creating files, Darrick J. Wong
- [PATCH 16/64] xfs: split new inode creation into two pieces, Darrick J. Wong
- [PATCH 17/64] libxfs: split new inode creation into two pieces, Darrick J. Wong
- [PATCH 18/64] libxfs: backport inode init code from the kernel, Darrick J. Wong
- [PATCH 19/64] libxfs: remove libxfs_dir_ialloc, Darrick J. Wong
- [PATCH 20/64] libxfs: implement get_random_u32, Darrick J. Wong
- [PATCH 21/64] xfs: hoist new inode initialization functions to libxfs, Darrick J. Wong
- [PATCH 22/64] xfs: hoist xfs_iunlink to libxfs, Darrick J. Wong
- [PATCH 23/64] xfs: hoist xfs_{bump,drop}link to libxfs, Darrick J. Wong
- [PATCH 24/64] xfs: separate the icreate logic around INIT_XATTRS, Darrick J. Wong
- [PATCH 25/64] xfs: create libxfs helper to link a new inode into a directory, Darrick J. Wong
- [PATCH 26/64] xfs: create libxfs helper to link an existing inode into a directory, Darrick J. Wong
- [PATCH 27/64] xfs: hoist inode free function to libxfs, Darrick J. Wong
- [PATCH 28/64] xfs: create libxfs helper to remove an existing inode/name from a directory, Darrick J. Wong
- [PATCH 29/64] xfs: create libxfs helper to exchange two directory entries, Darrick J. Wong
- [PATCH 30/64] xfs: create libxfs helper to rename two directory entries, Darrick J. Wong
- [PATCH 31/64] xfs: move dirent update hooks to xfs_dir2.c, Darrick J. Wong
- [PATCH 32/64] xfs: don't use the incore struct xfs_sb for offsets into struct xfs_dsb, Darrick J. Wong
- [PATCH 33/64] xfs: clean up extent free log intent item tracepoint callsites, Darrick J. Wong
- [PATCH 34/64] xfs: convert "skip_discard" to a proper flags bitset, Darrick J. Wong
- [PATCH 35/64] xfs: pass the fsbno to xfs_perag_intent_get, Darrick J. Wong
- [PATCH 36/64] xfs: add a xefi_entry helper, Darrick J. Wong
- [PATCH 37/64] xfs: reuse xfs_extent_free_cancel_item, Darrick J. Wong
- [PATCH 38/64] xfs: remove duplicate asserts in xfs_defer_extent_free, Darrick J. Wong
- [PATCH 39/64] xfs: remove xfs_defer_agfl_block, Darrick J. Wong
- [PATCH 40/64] xfs: move xfs_extent_free_defer_add to xfs_extfree_item.c, Darrick J. Wong
- [PATCH 41/64] xfs: give rmap btree cursor error tracepoints their own class, Darrick J. Wong
- [PATCH 42/64] xfs: pass btree cursors to rmap btree tracepoints, Darrick J. Wong
- [PATCH 43/64] xfs: clean up rmap log intent item tracepoint callsites, Darrick J. Wong
- [PATCH 44/64] xfs: add a ri_entry helper, Darrick J. Wong
- [PATCH 45/64] xfs: reuse xfs_rmap_update_cancel_item, Darrick J. Wong
- [PATCH 46/64] xfs: don't bother calling xfs_rmap_finish_one_cleanup in xfs_rmap_finish_one, Darrick J. Wong
- [PATCH 47/64] xfs: simplify usage of the rcur local variable in xfs_rmap_finish_one, Darrick J. Wong
- [PATCH 48/64] xfs: move xfs_rmap_update_defer_add to xfs_rmap_item.c, Darrick J. Wong
- [PATCH 49/64] xfs: give refcount btree cursor error tracepoints their own class, Darrick J. Wong
- [PATCH 50/64] xfs: create specialized classes for refcount tracepoints, Darrick J. Wong
- [PATCH 51/64] xfs: pass btree cursors to refcount btree tracepoints, Darrick J. Wong
- [PATCH 52/64] xfs: clean up refcount log intent item tracepoint callsites, Darrick J. Wong
- [PATCH 53/64] xfs: add a ci_entry helper, Darrick J. Wong
- [PATCH 54/64] xfs: reuse xfs_refcount_update_cancel_item, Darrick J. Wong
- [PATCH 55/64] xfs: don't bother calling xfs_refcount_finish_one_cleanup in xfs_refcount_finish_one, Darrick J. Wong
- [PATCH 56/64] xfs: simplify usage of the rcur local variable in xfs_refcount_finish_one, Darrick J. Wong
- [PATCH 57/64] xfs: move xfs_refcount_update_defer_add to xfs_refcount_item.c, Darrick J. Wong
- [PATCH 58/64] xfs: Avoid races with cnt_btree lastrec updates, Darrick J. Wong
- [PATCH 59/64] xfs: AIL doesn't need manual pushing, Darrick J. Wong
- [PATCH 60/64] xfs: background AIL push should target physical space, Darrick J. Wong
- [PATCH 61/64] xfs: get rid of xfs_ag_resv_rmapbt_alloc, Darrick J. Wong
- [PATCH 62/64] xfs: remove unused parameter in macro XFS_DQUOT_LOGRES, Darrick J. Wong
- [PATCH 63/64] xfs: fix di_onlink checking for V1/V2 inodes, Darrick J. Wong
- [PATCH 64/64] xfs: xfs_finobt_count_blocks() walks the wrong btree, Darrick J. Wong
- [PATCHSET v2.5 4/6] xfsprogs: port tools to new 6.11 APIs, Darrick J. Wong
- [PATCHSET v2.5 6/6] mkfs: clean up inode initialization code, Darrick J. Wong
- [PATCHSET 5/6] xfs_repair: cleanups for 6.11, Darrick J. Wong
- [PATCH v1] xfs_io: add RWF_ATOMIC support to pwrite,
Catherine Hoang
- [PATCHSET v31.1 2/2] fstests: atomic file content commits,
Darrick J. Wong
- [PATCHSET 1/2] fstests: random fixes for v2024.09.29,
Darrick J. Wong
- [PATCH v8 00/12] fs: multigrain timestamp redux,
Jeff Layton
- [PATCH v8 01/12] timekeeping: add interfaces for handling timestamps with a floor value, Jeff Layton
- [PATCH v8 02/12] fs: add infrastructure for multigrain timestamps, Jeff Layton
- [PATCH v8 03/12] fs: have setattr_copy handle multigrain timestamps appropriately, Jeff Layton
- [PATCH v8 04/12] fs: handle delegated timestamps in setattr_copy_mgtime, Jeff Layton
- [PATCH v8 05/12] fs: tracepoints around multigrain timestamp events, Jeff Layton
- [PATCH v8 06/12] fs: add percpu counters for significant multigrain timestamp events, Jeff Layton
- [PATCH v8 07/12] timekeeping: add percpu counter for tracking floor swap events, Jeff Layton
- [PATCH v8 08/12] Documentation: add a new file documenting multigrain timestamps, Jeff Layton
- [PATCH v8 09/12] xfs: switch to multigrain timestamps, Jeff Layton
- [PATCH v8 10/12] ext4: switch to multigrain timestamps, Jeff Layton
- [PATCH v8 11/12] btrfs: convert to multigrain timestamps, Jeff Layton
- [PATCH v8 12/12] tmpfs: add support for multigrain timestamps, Jeff Layton
- fix recovery of allocator ops after a growfs,
Christoph Hellwig
- [PATCH v6 0/7] block atomic writes for xfs,
John Garry
- [next] xfs: remove the redundant xfs_alloc_log_agf,
Long Li
- [ANNOUNCE] xfs-linux: master updated to v6.12-rc1, Carlos Maiolino
- [PATCH] xfs: Fix circular locking during xfs inode reclamation,
Yafang Shao
- [linux-next:master] [xfs] 3062a738d7: filebench.sum_operations/s -85.0% regression,
kernel test robot
- [PATCH v3] xfs_db: make sure agblocks is valid to prevent corruption, liuhuan01
- [PATCH] lib/fast_list.c, Kent Overstreet
- Re: [PATCH v2] xfs: do not unshare any blocks beyond eof,
Darrick J. Wong
- [PATCH v2 0/2] Minor fixes for xfsprogs,
Andrey Albershteyn
- [syzbot] [iomap?] KASAN: use-after-free Read in iomap_read_inline_data, syzbot
- [PATCH 0/2] Minor fixes for xfsprogs,
Andrey Albershteyn
- [PATCH] fs/writeback: convert wbc_account_cgroup_owner to take a folio,
Pankaj Raghav (Samsung)
- [PATCH 6.1 27/26] xfs: journal geometry is not properly bounds checked, Leah Rumancik
- Worried about XFS recovery taking too long. Please help :D,
Filip Stojić
- [PATCH AUTOSEL 6.6 138/139] iomap: handle a post-direct I/O invalidate race in iomap_write_delalloc_release, Sasha Levin
- [PATCH AUTOSEL 6.6 133/139] iomap: fix iomap_dio_zero() for fs bs > system page size, Sasha Levin
- [PATCH AUTOSEL 6.10 195/197] iomap: handle a post-direct I/O invalidate race in iomap_write_delalloc_release, Sasha Levin
- [PATCH AUTOSEL 6.10 190/197] iomap: fix iomap_dio_zero() for fs bs > system page size, Sasha Levin
- [PATCH] MAINTAINERS: add Carlos Maiolino as XFS release manager,
Chandan Babu R
- [PATCH AUTOSEL 6.11 242/244] iomap: handle a post-direct I/O invalidate race in iomap_write_delalloc_release, Sasha Levin
- [PATCH AUTOSEL 6.11 237/244] iomap: fix iomap_dio_zero() for fs bs > system page size,
Sasha Levin
- [PATCH v5.10] xfs: add bounds checking to xlog_recover_process_data,
Kuntal Nayak
- [PATCH 6.1 00/26] xfs backports to catch 6.1.y up to 6.6,
Leah Rumancik
- [PATCH 6.1 01/26] xfs: dquot shrinker doesn't check for XFS_DQFLAG_FREEING, Leah Rumancik
- [PATCH 6.1 02/26] xfs: Fix deadlock on xfs_inodegc_worker, Leah Rumancik
- [PATCH 6.1 03/26] xfs: fix extent busy updating, Leah Rumancik
- [PATCH 6.1 04/26] xfs: don't use BMBT btree split workers for IO completion, Leah Rumancik
- [PATCH 6.1 05/26] xfs: fix low space alloc deadlock, Leah Rumancik
- [PATCH 6.1 06/26] xfs: prefer free inodes at ENOSPC over chunk allocation, Leah Rumancik
- [PATCH 6.1 07/26] xfs: block reservation too large for minleft allocation, Leah Rumancik
- [PATCH 6.1 08/26] xfs: fix uninitialized variable access, Leah Rumancik
- [PATCH 6.1 09/26] xfs: quotacheck failure can race with background inode inactivation, Leah Rumancik
- [PATCH 6.1 10/26] xfs: fix BUG_ON in xfs_getbmap(), Leah Rumancik
- [PATCH 6.1 11/26] xfs: buffer pins need to hold a buffer reference, Leah Rumancik
- [PATCH 6.1 12/26] xfs: defered work could create precommits, Leah Rumancik
- [PATCH 6.1 14/26] xfs: collect errors from inodegc for unlinked inode recovery, Leah Rumancik
- [PATCH 6.1 13/26] xfs: fix AGF vs inode cluster buffer deadlock, Leah Rumancik
- [PATCH 6.1 15/26] xfs: fix ag count overflow during growfs, Leah Rumancik
- [PATCH 6.1 16/26] xfs: remove WARN when dquot cache insertion fails, Leah Rumancik
- [PATCH 6.1 17/26] xfs: fix the calculation for "end" and "length", Leah Rumancik
- [PATCH 6.1 18/26] xfs: load uncached unlinked inodes into memory on demand, Leah Rumancik
- [PATCH 6.1 19/26] xfs: fix negative array access in xfs_getbmap, Leah Rumancik
- [PATCH 6.1 20/26] xfs: fix unlink vs cluster buffer instantiation race, Leah Rumancik
- [PATCH 6.1 21/26] xfs: correct calculation for agend and blockcount, Leah Rumancik
- [PATCH 6.1 22/26] xfs: use i_prev_unlinked to distinguish inodes that are not on the unlinked list, Leah Rumancik
- [PATCH 6.1 23/26] xfs: reload entire unlinked bucket lists, Leah Rumancik
- [PATCH 6.1 24/26] xfs: make inode unlinked bucket recovery work with quotacheck, Leah Rumancik
- [PATCH 6.1 25/26] xfs: fix reloading entire unlinked bucket lists, Leah Rumancik
- [PATCH 6.1 26/26] xfs: set bnobt/cntbt numrecs correctly when formatting new AGs, Leah Rumancik
- Re: [PATCH 6.1 00/26] xfs backports to catch 6.1.y up to 6.6, Dave Chinner
- Re: [PATCH 6.1 00/26] xfs backports to catch 6.1.y up to 6.6, Greg KH
- xfs post-EOF block freeing fixes v2,
Christoph Hellwig
- fix stale delalloc punching for COW I/O v4,
Christoph Hellwig
- [PATCH 01/10] iomap: factor out a iomap_last_written_block helper, Christoph Hellwig
- [PATCH 02/10] iomap: remove iomap_file_buffered_write_punch_delalloc, Christoph Hellwig
- [PATCH 03/10] iomap: move locking out of iomap_write_delalloc_release, Christoph Hellwig
- [PATCH 04/10] xfs: factor out a xfs_file_write_zero_eof helper, Christoph Hellwig
- [PATCH 05/10] xfs: take XFS_MMAPLOCK_EXCL xfs_file_write_zero_eof, Christoph Hellwig
- [PATCH 06/10] xfs: zeroing already holds invalidate_lock, Christoph Hellwig
- [PATCH 07/10] xfs: support the COW fork in xfs_bmap_punch_delalloc_range, Christoph Hellwig
- [PATCH 08/10] xfs: share more code in xfs_buffered_write_iomap_begin, Christoph Hellwig
- [PATCH 09/10] xfs: set IOMAP_F_SHARED for all COW fork allocations, Christoph Hellwig
- [PATCH 10/10] xfs: punch delalloc extents from the COW fork for COW writes, Christoph Hellwig
- Re: fix stale delalloc punching for COW I/O v4, Darrick J. Wong
- [no subject], Unknown
- RESEND. syzbot: KASAN: slab-out-of-bounds Read in xlog_pack_data,
Andrey Kalachev
- fix stale delalloc punching for COW I/O v3,
Christoph Hellwig
- [PATCH 01/10] iomap: factor out a iomap_last_written_block helper, Christoph Hellwig
- [PATCH 02/10] iomap: remove iomap_file_buffered_write_punch_delalloc, Christoph Hellwig
- [PATCH 03/10] iomap: move locking out of iomap_write_delalloc_release, Christoph Hellwig
- [PATCH 04/10] xfs: factor out a xfs_file_write_zero_eof helper, Christoph Hellwig
- [PATCH 05/10] xfs: take XFS_MMAPLOCK_EXCL xfs_file_write_zero_eof, Christoph Hellwig
- [PATCH 06/10] xfs: zeroing already holds invalidate_lock, Christoph Hellwig
- [PATCH 07/10] xfs: support the COW fork in xfs_bmap_punch_delalloc_range, Christoph Hellwig
- [PATCH 08/10] xfs: share more code in xfs_buffered_write_iomap_begin, Christoph Hellwig
- [PATCH 09/10] xfs: set IOMAP_F_SHARED for all COW fork allocations, Christoph Hellwig
- [PATCH 10/10] xfs: punch delalloc extents from the COW fork for COW writes, Christoph Hellwig
- Re: fix stale delalloc punching for COW I/O v3, Christian Brauner
- [PATCH v3] xfs: Use try_cmpxchg() in xlog_cil_insert_pcp_aggregate(),
Uros Bizjak
- [PATCH v2] xfs: Use try_cmpxchg() in xlog_cil_insert_pcp_aggregate(),
Uros Bizjak
- [bcachefs] self healing design doc, Kent Overstreet
- [syzbot] [xfs?] INFO: task hung in xfs_ail_push_all_sync,
syzbot
- [ANNOUNCE] Maintainers swap for linux-xfs and xfsprogs/xfsdump trees, Carlos Maiolino
- [PATCH 3/3] vfs: return -EOVERFLOW in generic_remap_checks() when overflow check fails,
Julian Sun
- [PATCH 2/3] vfs: Fix implicit conversion problem when testing overflow case,
Julian Sun
- [PATCH 1/3] xfs: Do not unshare ranges beyond EOF,
Julian Sun
- [PATCHSET] xfsprogs: do not depend on deprecated libattr,
Darrick J. Wong
- [PATCH] xfs: Use try_cmpxchg() in xlog_cil_insert_pcp_aggregate(),
Uros Bizjak
- [PATCH] libfrog: emulate deprecated attrlist functionality in libattr,
Darrick J. Wong
- [PATCHSET] fstests: updates for Linux 6.11,
Darrick J. Wong
- [PATCH v2 0/6] debian: Debian and Ubuntu archive changes,
Bastian Germann
- [GIT PULL] xfs: new code for 6.12,
Chandan Babu R
- fix a DEBUG-only assert failure in xfs/538 v5,
Christoph Hellwig
- [ANNOUNCE] xfsprogs: for-next updated to 19dde7fac, Carlos Maiolino
- [syzbot] Monthly xfs report (Sep 2024), syzbot
- [PATCH v8 00/11] fs: multigrain timestamp redux,
Jeff Layton
- [PATCH v8 01/11] timekeeping: move multigrain timestamp floor handling into timekeeper, Jeff Layton
- [PATCH v8 02/11] fs: add infrastructure for multigrain timestamps, Jeff Layton
- [PATCH v8 03/11] fs: have setattr_copy handle multigrain timestamps appropriately, Jeff Layton
- [PATCH v8 04/11] fs: handle delegated timestamps in setattr_copy_mgtime, Jeff Layton
- [PATCH v8 05/11] fs: tracepoints around multigrain timestamp events, Jeff Layton
- [PATCH v8 06/11] fs: add percpu counters for significant multigrain timestamp events, Jeff Layton
- [PATCH v8 07/11] Documentation: add a new file documenting multigrain timestamps, Jeff Layton
- [PATCH v8 08/11] xfs: switch to multigrain timestamps, Jeff Layton
- [PATCH v8 09/11] ext4: switch to multigrain timestamps, Jeff Layton
- [PATCH v8 10/11] btrfs: convert to multigrain timestamps, Jeff Layton
- [PATCH v8 11/11] tmpfs: add support for multigrain timestamps, Jeff Layton
- Re: [PATCH v8 00/11] fs: multigrain timestamp redux, Randy Dunlap
- [PATCH v7 00/11] fs: multigrain timestamp redux,
Jeff Layton
- [PATCH v7 01/11] timekeeping: move multigrain timestamp floor handling into timekeeper, Jeff Layton
- [PATCH v7 02/11] fs: add infrastructure for multigrain timestamps, Jeff Layton
- [PATCH v7 03/11] fs: have setattr_copy handle multigrain timestamps appropriately, Jeff Layton
- [PATCH v7 04/11] fs: handle delegated timestamps in setattr_copy_mgtime, Jeff Layton
- [PATCH v7 05/11] fs: tracepoints around multigrain timestamp events, Jeff Layton
- [PATCH v7 06/11] fs: add percpu counters for significant multigrain timestamp events, Jeff Layton
- [PATCH v7 07/11] Documentation: add a new file documenting multigrain timestamps, Jeff Layton
- [PATCH v7 08/11] xfs: switch to multigrain timestamps, Jeff Layton
- [PATCH v7 09/11] ext4: switch to multigrain timestamps, Jeff Layton
- [PATCH v7 10/11] btrfs: convert to multigrain timestamps, Jeff Layton
- [PATCH v7 11/11] tmpfs: add support for multigrain timestamps, Jeff Layton
- Re: [PATCH v7 00/11] fs: multigrain timestamp redux, Christian Brauner
- linux-next: build failure after merge of the bpf-next tree,
Stephen Rothwell
- Known and unfixed active data loss bug in MM + XFS with large folios since Dec 2021 (any kernel from 6.1 upwards),
Christian Theune
[Index of Archives]
[XFS Filesystem Development]
[Linux USB Devel]
[Linux SCSI]
[Linux RAID]
[Yosemite Forum]