Linux XFS
[Prev Page][Next Page]
- [PATCH 4/4] xfs_io: support passing the FORCE_REBUILD flag to online repair, (continued)
- [ANNOUNCE] xfsprogs: for-next updated to fc83c7574, Carlos Maiolino
- attr cleanups v3,
Christoph Hellwig
- [PATCH 1/9] xfs: make if_data a void pointer, Christoph Hellwig
- [PATCH 2/9] xfs: return if_data from xfs_idata_realloc, Christoph Hellwig
- [PATCH 4/9] xfs: simplify xfs_attr_sf_findname, Christoph Hellwig
- [PATCH 3/9] xfs: move the xfs_attr_sf_lookup tracepoint, Christoph Hellwig
- [PATCH 6/9] xfs: use xfs_attr_sf_findname in xfs_attr_shortform_getvalue, Christoph Hellwig
- [PATCH 5/9] xfs: remove xfs_attr_shortform_lookup, Christoph Hellwig
- [PATCH 7/9] xfs: remove struct xfs_attr_shortform, Christoph Hellwig
- [PATCH 8/9] xfs: remove xfs_attr_sf_hdr_t, Christoph Hellwig
- [PATCH 9/9] xfs: turn the XFS_DA_OP_REPLACE checks in xfs_attr_shortform_addname into asserts, Christoph Hellwig
- Re: attr cleanups v3, Dave Chinner
- [PATCH]: mkfs.xfs: correct the error prompt in usage(),
Wu Guanghao
- attr cleanups v2,
Christoph Hellwig
- [xfstests generic/648] 64k directory block size (-n size=65536) crash on _xfs_buf_ioapply,
Zorro Lang
- [ANNOUNCE] xfs-linux: for-next updated to 98bdbf60cca8, Chandan Babu R
- RT allocator tidy ups v2,
Christoph Hellwig
- [PATCH 01/22] xfs: consider minlen sized extents in xfs_rtallocate_extent_block, Christoph Hellwig
- [PATCH 03/22] xfs: remove the xfs_alloc_arg argument to xfs_bmap_btalloc_accounting, Christoph Hellwig
- [PATCH 02/22] xfs: turn the xfs_trans_mod_dquot_byino stub into an inline function, Christoph Hellwig
- [PATCH 04/22] xfs: also use xfs_bmap_btalloc_accounting for RT allocations, Christoph Hellwig
- [PATCH 05/22] xfs: move xfs_bmap_rtalloc to xfs_rtalloc.c, Christoph Hellwig
- [PATCH 06/22] xfs: return -ENOSPC from xfs_rtallocate_*, Christoph Hellwig
- [PATCH 07/22] xfs: reflow the tail end of xfs_bmap_rtalloc, Christoph Hellwig
- [PATCH 08/22] xfs: indicate if xfs_bmap_adjacent changed ap->blkno, Christoph Hellwig
- [PATCH 10/22] xfs: move xfs_rtget_summary to xfs_rtbitmap.c, Christoph Hellwig
- [PATCH 11/22] xfs: split xfs_rtmodify_summary_int, Christoph Hellwig
- [PATCH 09/22] xfs: cleanup picking the start extent hint in xfs_bmap_rtalloc, Christoph Hellwig
- [PATCH 12/22] xfs: invert a check in xfs_rtallocate_extent_block, Christoph Hellwig
- [PATCH 13/22] xfs: reflow the tail end of xfs_rtallocate_extent_block, Christoph Hellwig
- [PATCH 14/22] xfs: merge the calls to xfs_rtallocate_range in xfs_rtallocate_block, Christoph Hellwig
- [PATCH 15/22] xfs: tidy up xfs_rtallocate_extent_exact, Christoph Hellwig
- [PATCH 16/22] xfs: factor out a xfs_rtalloc_sumlevel helper, Christoph Hellwig
- [PATCH 17/22] xfs: remove rt-wrappers from xfs_format.h, Christoph Hellwig
- [PATCH 18/22] xfs: remove XFS_RTMIN/XFS_RTMAX, Christoph Hellwig
- [PATCH 19/22] xfs: reorder the minlen and prod calculations in xfs_bmap_rtalloc, Christoph Hellwig
- [PATCH 21/22] xfs: fold xfs_rtallocate_extent into xfs_bmap_rtalloc, Christoph Hellwig
- [PATCH 20/22] xfs: simplify and optimize the RT allocation fallback cascade, Christoph Hellwig
- [PATCH 22/22] xfs: rename xfs_bmap_rtalloc to xfs_rtallocate_extent, Christoph Hellwig
- attr cleanups,
Christoph Hellwig
- [PATCH] iomap: fix warning in iomap_write_delalloc_release(),
Long Li
- [GIT PULL 5/6] xfs: online repair of rt bitmap file, Darrick J. Wong
- [GIT PULL 6/6] xfs: online repair of quota and rt metadata files, Darrick J. Wong
- [GIT PULL 4/6] xfs: online repair of file fork mappings, Darrick J. Wong
- [GIT PULL 3/6] xfs: online repair of inodes and forks, Darrick J. Wong
- [GIT PULL 2/6] xfs: online repair of AG btrees, Darrick J. Wong
- [GIT PULL 1/6] xfs: prepare repair for bulk loading, Darrick J. Wong
- [PATCH] xfs/health: cleanup, remove duplicated including,
Wang Jinchao
- [PATCH v4 1/2] xfs: add lock protection when remove perag from radix tree,
Long Li
- [PATCH v3 1/4] Remove use of LFS64 interfaces,
Sam James
- [PATCH v2 0/4] LFS and time64 fixes,
Sam James
- [PATCH] xfs: initialise di_crc in xfs_log_dinode,
Dave Chinner
- [PATCH] xfs: fix an off-by-one error in xreap_agextent_binval,
Darrick J. Wong
- [PATCH v2] xfsdump: Fix memory leak, Pavel Reichl
- [PATCH] xfs: short circuit xfs_growfs_data_private() if delta is zero,
Eric Sandeen
- [PATCH 0/9] xfs file non-exclusive online defragment,
Wengang Wang
- [PATCH 1/9] xfs: defrag: introduce strucutures and numbers., Wengang Wang
- [PATCH 2/9] xfs: defrag: initialization and cleanup, Wengang Wang
- [PATCH 3/9] xfs: defrag implement stop/suspend/resume/status, Wengang Wang
- [PATCH 6/9] xfs: defrag: piece picking up, Wengang Wang
- [PATCH 4/9] xfs: defrag: allocate/cleanup defragmentation, Wengang Wang
- [PATCH 5/9] xfs: defrag: process some cases in xfs_defrag_process, Wengang Wang
- [PATCH 8/9] xfs: defrag: copy data from old blocks to new blocks, Wengang Wang
- [PATCH 7/9] xfs: defrag: guarantee contigurous blocks in cow fork, Wengang Wang
- [PATCH 9/9] xfs: defrag: map new blocks, Wengang Wang
- Re: [PATCH 0/9] xfs file non-exclusive online defragment, Darrick J. Wong
- [PATCH] xfs: improve handling of prjquot ENOSPC,
Jian Wen
- RT allocator tidy ups,
Christoph Hellwig
- [PATCH 01/19] xfs: consider minlen sized extents in xfs_rtallocate_extent_block, Christoph Hellwig
- [PATCH 02/19] xfs: turn the xfs_trans_mod_dquot_byino stub into an inline function, Christoph Hellwig
- [PATCH 04/19] xfs: also use xfs_bmap_btalloc_accounting for RT allocations, Christoph Hellwig
- [PATCH 03/19] xfs: remove the xfs_alloc_arg argument to xfs_bmap_btalloc_accounting, Christoph Hellwig
- [PATCH 06/19] xfs: return -ENOSPC from xfs_rtallocate_*, Christoph Hellwig
- [PATCH 05/19] xfs: move xfs_bmap_rtalloc to xfs_rtalloc.c, Christoph Hellwig
- [PATCH 07/19] xfs: reflow the tail end of xfs_bmap_rtalloc, Christoph Hellwig
- [PATCH 08/19] xfs: indicate if xfs_bmap_adjacent changed ap->blkno, Christoph Hellwig
- [PATCH 10/19] xfs: move xfs_rtget_summary to xfs_rtbitmap.c, Christoph Hellwig
- [PATCH 09/19] xfs: cleanup picking the start extent hint in xfs_bmap_rtalloc, Christoph Hellwig
- [PATCH 11/19] xfs: split xfs_rtmodify_summary_int, Christoph Hellwig
- [PATCH 12/19] xfs: tidy up xfs_rtallocate_extent_block, Christoph Hellwig
- [PATCH 13/19] xfs: tidy up xfs_rtallocate_extent_exact, Christoph Hellwig
- [PATCH 15/19] xfs: remove rt-wrappers from xfs_format.h, Christoph Hellwig
- [PATCH 14/19] xfs: factor out a xfs_rtalloc_sumlevel helper, Christoph Hellwig
- [PATCH 16/19] xfs: remove XFS_RTMIN/XFS_RTMAX, Christoph Hellwig
- [PATCH 17/19] xfs: reorder the minlen and prod calculations in xfs_bmap_rtalloc, Christoph Hellwig
- [PATCH 19/19] xfs: fold xfs_rtallocate_extent into xfs_bmap_rtalloc, Christoph Hellwig
- [PATCH 18/19] xfs: simplify and optimize the RT allocation fallback cascade, Christoph Hellwig
- [GIT PULL] xfs: fix growfsrt failure during rt volume attach, Darrick J. Wong
- [PATCHSET v28.2 0/4] xfs: online repair of quota and rt metadata files,
Darrick J. Wong
- [PATCHSET v28.2 0/5] xfs: online repair of file fork mappings,
Darrick J. Wong
- [PATCHSET v28.2 0/9] xfs: online repair of inodes and forks,
Darrick J. Wong
- [PATCHSET v28.2 0/6] xfs: prepare repair for bulk loading,
Darrick J. Wong
- [PATCHSET 0/3] fstests: random fixes for v2023.12.10,
Darrick J. Wong
- Re: [syzbot] [crypto?] KMSAN: uninit-value in __crc32c_le_base (3),
Dave Chinner
- pass ops directly to the xfs_defer helpers,
Christoph Hellwig
- [PATCH v3 1/2] xfs: add lock protection when remove perag from radix tree,
Long Li
- [PATCH v2 00/16] block atomic writes,
John Garry
- [PATCH v2 08/16] block: Limit atomic write IO size according to atomic_write_max_sectors, John Garry
- [PATCH v2 07/16] block: Pass blk_queue_get_max_sectors() a request pointer, John Garry
- [PATCH v2 06/16] block: Add REQ_ATOMIC flag, John Garry
- [PATCH v2 02/16] block: Limit atomic writes according to bio and queue limits, John Garry
- [PATCH v2 04/16] fs: Increase fmode_t size, John Garry
- [PATCH v2 05/16] fs: Add RWF_ATOMIC and IOCB_ATOMIC flags for atomic write support, John Garry
- [PATCH v2 03/16] fs/bdev: Add atomic write support info to statx, John Garry
- [PATCH v2 09/16] block: Error an attempt to split an atomic write bio, John Garry
- [PATCH v2 10/16] block: Add checks to merging of atomic writes, John Garry
- [PATCH v2 15/16] nvme: Support atomic writes, John Garry
- [PATCH v2 16/16] nvme: Ensure atomic writes will be executed atomically, John Garry
- [PATCH v2 14/16] scsi: scsi_debug: Atomic write support, John Garry
- [PATCH v2 01/16] block: Add atomic write operations to request_queue limits, John Garry
- [PATCH v2 11/16] block: Add fops atomic write support, John Garry
- [PATCH v2 12/16] scsi: sd: Support reading atomic write properties from block limits VPD, John Garry
- [PATCH v2 13/16] scsi: sd: Add WRITE_ATOMIC_16 support, John Garry
- Re: [PATCH v2 00/16] block atomic writes, Christoph Hellwig
- improve libxfs device handling,
Christoph Hellwig
- [PATCH 02/23] libxfs: remove the dead {d,log,rt}path variables in libxfs_init, Christoph Hellwig
- [PATCH 01/23] libxfs: remove the unused icache_flags member from struct libxfs_xinit, Christoph Hellwig
- [PATCH 04/23] libxfs: remove the volname concept, Christoph Hellwig
- [PATCH 05/23] xfs_logprint: move all code to set up the fake xlog into logstat(), Christoph Hellwig
- [PATCH 03/23] libxfs/frog: remove latform_find{raw,block}path, Christoph Hellwig
- [PATCH 06/23] libxlog: remove the verbose argument to xlog_is_dirty, Christoph Hellwig
- [PATCH 07/23] libxlog: add a helper to initialize a xlog without clobbering the x structure, Christoph Hellwig
- [PATCH 08/23] libxlog: don't require a libxfs_xinit structure for xlog_init, Christoph Hellwig
- [PATCH 09/23] libxlog: remove the global libxfs_xinit x structure, Christoph Hellwig
- [PATCH 12/23] libxfs: pass a struct libxfs_init to libxfs_alloc_buftarg, Christoph Hellwig
- [PATCH 10/23] libxfs: rename struct libxfs_xinit to libxfs_init, Christoph Hellwig
- [PATCH 11/23] libxfs: pass a struct libxfs_init to libxfs_mount, Christoph Hellwig
- [PATCH 13/23] libxfs: merge the file vs device cases in libxfs_init, Christoph Hellwig
- [PATCH 15/23] libxfs: remove the setblksize == 1 case in libxfs_device_open, Christoph Hellwig
- [PATCH 14/23] libxfs: making passing flags to libxfs_init less confusing, Christoph Hellwig
- [PATCH 17/23] libxfs: remove dead size < 0 checks in libxfs_init, Christoph Hellwig
- [PATCH 16/23] libfrog: make platform_set_blocksize exit on fatal failure, Christoph Hellwig
- [PATCH 19/23] libxfs: return the opened fd from libxfs_device_open, Christoph Hellwig
- [PATCH 18/23] libxfs: mark libxfs_device_{open,close} static, Christoph Hellwig
- [PATCH 20/23] libxfs: pass the device fd to discard_blocks, Christoph Hellwig
- [PATCH 21/23] xfs_repair: remove various libxfs_device_to_fd calls, Christoph Hellwig
- [PATCH 22/23] libxfs: stash away the device fd in struct xfs_buftarg, Christoph Hellwig
- [PATCH 23/23] libxfs: split out a libxfs_dev structure from struct libxfs_init, Christoph Hellwig
- Re: improve libxfs device handling, Darrick J. Wong
- Re: Project quota, info and advices, Carlos Maiolino
- [ANNOUNCE] xfs-linux: for-next updated to 18793e050504, Chandan Babu R
- [syzbot] Monthly xfs report (Dec 2023), syzbot
- [PATCH v2 1/3] xfs: add lock protection when remove perag from radix tree,
Long Li
- mm/truncate.c:669 VM_BUG_ON_FOLIO() - hit on XFS on different tests,
Luis Chamberlain
- Question: Is growing log size when filesystem is grown a feasible solution,
Srikanth C S
- [PATCH] xfs_grow: Remove xflag and iflag to reduce redundant temporary variables.,
wuyifeng (C)
- map multiple blocks per ->map_blocks in iomap writeback,
Christoph Hellwig
- [PATCH 01/14] iomap: clear the per-folio dirty bits on all writeback failures, Christoph Hellwig
- [PATCH 02/14] iomap: treat inline data in iomap_writepage_map as an I/O error, Christoph Hellwig
- [PATCH 04/14] iomap: move the PF_MEMALLOC check to iomap_writepages, Christoph Hellwig
- [PATCH 03/14] iomap: move the io_folios field out of struct iomap_ioend, Christoph Hellwig
- [PATCH 05/14] iomap: factor out a iomap_writepage_handle_eof helper, Christoph Hellwig
- [PATCH 07/14] iomap: clean up the iomap_alloc_ioend calling convention, Christoph Hellwig
- [PATCH 06/14] iomap: move all remaining per-folio logic into iomap_writepage_map, Christoph Hellwig
- [PATCH 08/14] iomap: move the iomap_sector sector calculation out of iomap_add_to_ioend, Christoph Hellwig
- [PATCH 09/14] iomap: don't chain bios, Christoph Hellwig
- [PATCH 10/14] iomap: only call mapping_set_error once for each failed bio, Christoph Hellwig
- [PATCH 11/14] iomap: factor out a iomap_writepage_map_block helper, Christoph Hellwig
- [PATCH 12/14] iomap: submit ioends immediately, Christoph Hellwig
- [PATCH 13/14] iomap: map multiple blocks at a time, Christoph Hellwig
- [PATCH 14/14] iomap: pass the length of the dirty region to ->map_blocks, Christoph Hellwig
- Re: map multiple blocks per ->map_blocks in iomap writeback, Christian Brauner
- [GIT PULL 6/6] xfs: reserve disk space for online repairs, Darrick J. Wong
- [GIT PULL 5/6] xfs: prevent livelocks in xchk_iget, Darrick J. Wong
- [GIT PULL 4/6] xfs: elide defer work ->create_done if no intent, Darrick J. Wong
- [no subject], Darrick J. Wong
- [GIT PULL 2/6] xfs: continue removing defer item boilerplate, Darrick J. Wong
- [GIT PULL 1/6] xfs: log intent item recovery should reconstruct defer work state, Darrick J. Wong
- [GIT PULL 3/3] xfs: reserve disk space for online repairs,
Darrick J. Wong
- [GIT PULL 2/3] xfs: prevent livelocks in xchk_iget, Darrick J. Wong
- [GIT PULL 1/3] xfs: elide defer work ->create_done if no intent, Darrick J. Wong
- [PATCHSET v28.1 0/9] xfs: online repair of inodes and forks,
Darrick J. Wong
- [PATCHSET v28.1 0/7] xfs: online repair of AG btrees,
Darrick J. Wong
- [PATCHSET v28.1 0/6] xfs: prepare repair for bulk loading,
Darrick J. Wong
- [GIT PULL 4/5] xfs: elide defer work ->create_done if no intent,
Darrick J. Wong
- [GIT PULL 3/5] xfs: fix realtime geometry integer overflows, Darrick J. Wong
- [GIT PULL 2/5] xfs: continue removing defer item boilerplate, Darrick J. Wong
- [GIT PULL 1/5] xfs: log intent item recovery should reconstruct defer work state, Darrick J. Wong
- [PATCHSET 0/1] xfs: fix growfsrt failure during rt volume attach,
Darrick J. Wong
- [PATCHSET v2 0/2] xfs: elide defer work ->create_done if no intent,
Darrick J. Wong
- [PATCHSET v2 0/3] xfs: fix realtime geometry integer overflows,
Darrick J. Wong
- [PATCHSET v2 0/9] xfs: continue removing defer item boilerplate,
Darrick J. Wong
- [PATCHSET v3 0/8] xfs: log intent item recovery should reconstruct defer work state,
Darrick J. Wong
- [Bug 218230] New: xfstests xfs/538 hung,
bugzilla-daemon
- [Bug 218229] New: xfstests xfs/438 hung,
bugzilla-daemon
- About the conflict between XFS inode recycle and VFS rcu-walk,
alexjlzheng
- [PATCH v4 0/3] Fixes for ENOSPC xfs_remove,
Jiachen Zhang
- [PATCHSET 0/2] xfs: elide defer work ->create_done if no intent,
Darrick J. Wong
- [Bug 218226] New: XFS: Assertion failed: bp->b_flags & XBF_DONE, file: fs/xfs/xfs_trans_buf.c, line: 241,
bugzilla-daemon
- [Bug 218226] XFS: Assertion failed: bp->b_flags & XBF_DONE, file: fs/xfs/xfs_trans_buf.c, line: 241, bugzilla-daemon
- [Bug 218226] XFS: Assertion failed: bp->b_flags & XBF_DONE, file: fs/xfs/xfs_trans_buf.c, line: 241, bugzilla-daemon
- [Bug 218226] XFS: Assertion failed: bp->b_flags & XBF_DONE, file: fs/xfs/xfs_trans_buf.c, line: 241, bugzilla-daemon
- Re: [Bug 218226] New: XFS: Assertion failed: bp->b_flags & XBF_DONE, file: fs/xfs/xfs_trans_buf.c, line: 241, Dave Chinner
- [Bug 218226] XFS: Assertion failed: bp->b_flags & XBF_DONE, file: fs/xfs/xfs_trans_buf.c, line: 241, bugzilla-daemon
- [Bug 218225] New: xfs assert (irec->br_blockcount & ~XFS_IEXT_LENGTH_MASK) == 0 file: fs/xfs/libxfs/xfs_iext_tree.c, line: 58, bugzilla-daemon
- [Bug 218224] New: XFS: Assertion failed: ip->i_nblocks == 0 file: fs/xfs/xfs_inode.c, line: 2359, bugzilla-daemon
- share xfs_ondisk.h with userspace,
Christoph Hellwig
- misc cleanups to the resblks interfaces v2,
Christoph Hellwig
- Performance drop due to alloc_workqueue() misuse and recent change,
Naohiro Aota
- [PATCH] xfs: adjust the offset of the log statistics line,
Kunhai Dai
- [PATCH 1/2] xfs: add lock protection when remove perag from radix tree,
Long Li
- [PATCHSET 0/3] xfs: fix realtime geometry integer overflows,
Darrick J. Wong
- [PATCHSET v2 0/8] xfs: log intent item recovery should reconstruct defer work state,
Darrick J. Wong
[Index of Archives]
[XFS Filesystem Development]
[Linux USB Devel]
[Linux SCSI]
[Linux RAID]
[Yosemite Forum]