Linux XFS
[Prev Page][Next Page]
- [PATCH 20/25] xfs: use ->t_firstblock in dq alloc, (continued)
- [PATCH 20/25] xfs: use ->t_firstblock in dq alloc, Brian Foster
- [PATCH 23/25] xfs: use ->t_firstblock in extent swap, Brian Foster
- [PATCH 21/25] xfs: replace no-op firstblock init with ->t_firstblock, Brian Foster
- [PATCH 19/25] xfs: remove xfs_alloc_arg firstblock field, Brian Foster
- [PATCH 18/25] xfs: remove xfs_btree_cur private firstblock field, Brian Foster
- [PATCH 22/25] xfs: use ->t_firstblock in reflink cow block cancel, Brian Foster
- [PATCH 17/25] xfs: remove bmap format helpers firstblock params, Brian Foster
- [PATCH 16/25] xfs: remove bmap extent add helper firstblock params, Brian Foster
- [PATCH 15/25] xfs: remove xfs_bmalloca firstblock field, Brian Foster
- [PATCH 11/25] xfs: remove xfs_bmapi_write() firstblock param, Brian Foster
- [PATCH 13/25] xfs: remove bmap insert/collapse firstblock param, Brian Foster
- [PATCH 12/25] xfs: remove xfs_bunmapi() firstblock param, Brian Foster
- [PATCH 14/25] xfs: use ->t_firstblock in bmap extent split, Brian Foster
- Re: [PATCH 00/25] xfs: embed firstblock in xfs_trans, Christoph Hellwig
- [PATCH 1/2] fs: ext4: use BUG_ON if writepage call comes from direct reclaim,
Yang Shi
- stop using buffer heads in xfs v7,
Christoph Hellwig
- [PATCH 03/22] xfs: move locking into xfs_bmap_punch_delalloc_range, Christoph Hellwig
- [PATCH 08/22] xfs: remove xfs_map_cow, Christoph Hellwig
- [PATCH 09/22] xfs: rename the offset variable in xfs_writepage_map, Christoph Hellwig
- [PATCH 19/22] xfs: allow writeback on pages without buffer heads, Christoph Hellwig
- [PATCH 21/22] xfs: add support for sub-pagesize writeback without buffer_heads, Christoph Hellwig
- [PATCH 18/22] xfs: refactor the tail of xfs_writepage_map, Christoph Hellwig
- [PATCH 20/22] iomap: add support for sub-pagesize buffered I/O without buffer heads, Christoph Hellwig
- [PATCH 15/22] xfs: don't look at buffer heads in xfs_add_to_ioend, Christoph Hellwig
- [PATCH 22/22] xfs: update my copyrights for the writeback and iomap code, Christoph Hellwig
- [PATCH 17/22] xfs: remove xfs_start_page_writeback, Christoph Hellwig
- [PATCH 06/22] xfs: don't use XFS_BMAPI_IGSTATE in xfs_map_blocks, Christoph Hellwig
- [PATCH 16/22] xfs: move all writeback buffer_head manipulation into xfs_map_at_offset, Christoph Hellwig
- [PATCH 14/22] xfs: remove the imap_valid flag, Christoph Hellwig
- [PATCH 12/22] xfs: remove xfs_reflink_find_cow_mapping, Christoph Hellwig
- [PATCH 13/22] xfs: simplify xfs_map_blocks by using xfs_iext_lookup_extent directly, Christoph Hellwig
- [PATCH 07/22] xfs: remove xfs_reflink_trim_irec_to_next_cow, Christoph Hellwig
- [PATCH 10/22] xfs: make xfs_writepage_map extent map centric, Christoph Hellwig
- [PATCH 11/22] xfs: remove the now unused XFS_BMAPI_IGSTATE flag, Christoph Hellwig
- [PATCH 02/22] xfs: simplify xfs_aops_discard_page, Christoph Hellwig
- [PATCH 04/22] xfs: do not set the page uptodate in xfs_writepage_map, Christoph Hellwig
- [PATCH 05/22] xfs: don't clear imap_valid for a non-uptodate buffers, Christoph Hellwig
- [PATCH 01/22] xfs: use iomap for blocksize == PAGE_SIZE readpage and readpages, Christoph Hellwig
- more iomap inline enablement,
Christoph Hellwig
- [PATCH] generic: test dm-thin running out of data space vs concurrent discard,
Zorro Lang
- [ANNOUNCE] xfsprogs for-next updated to a3204ee, Eric Sandeen
- [ANNOUNCE] xfsprogs-4.17.0 released, Eric Sandeen
- [PATCH 00/24] xfs: broad enablement of deferred agfl frees,
Brian Foster
- [PATCH 01/24] xfs: cow unwritten conversion uses uninitialized dfops, Brian Foster
- [PATCH 07/24] xfs: remove dfops param in attr fork add path, Brian Foster
- [PATCH 08/24] xfs: use ->t_dfops in extent split tx and remove param, Brian Foster
- [PATCH 05/24] xfs: use ->t_dfops for recovery of [b|c]ui log items, Brian Foster
- [PATCH 04/24] xfs: remove dfops param from high level dirname calls, Brian Foster
- [PATCH 06/24] xfs: use ->t_dfops for attr set/remove operations, Brian Foster
- [PATCH 03/24] xfs: remove dfops parameter from ifree call stack, Brian Foster
- [PATCH 02/24] xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfops, Brian Foster
- [PATCH 22/24] xfs: use ->t_dfops in cancel cow blocks operation, Brian Foster
- [PATCH 21/24] xfs: use ->t_dfops for rmap extent swap operations, Brian Foster
- [PATCH 19/24] xfs: remove xfs_btree_cur bmbt dfops field, Brian Foster
- [PATCH 17/24] xfs: use ->t_dfops for collapse/insert range operations, Brian Foster
- [PATCH 23/24] xfs: use ->t_dfops in reflink cow recover path, Brian Foster
- [PATCH 11/24] xfs: use ->t_dfops for all xfs_bmapi_write() callers, Brian Foster
- [PATCH 18/24] xfs: remove dfops param from internal bmap extent helpers, Brian Foster
- [PATCH 20/24] xfs: remove unused btree cursor bc_private.a.dfops field, Brian Foster
- [PATCH 24/24] xfs: refactor dfops init to attach to transaction, Brian Foster
- [PATCH 10/24] xfs: use ->t_dfops in dqalloc transaction, Brian Foster
- [PATCH 12/24] xfs: remove xfs_bmapi_write() dfops param, Brian Foster
- [PATCH 09/24] xfs: replace xfs_da_args->dfops accesses with ->t_dfops and remove, Brian Foster
- [PATCH 14/24] xfs: remove xfs_bunmapi() dfops param, Brian Foster
- [PATCH 13/24] xfs: use ->t_dfops for all xfs_bunmapi() callers, Brian Foster
- [PATCH 16/24] xfs: remove struct xfs_bmalloca dfops field, Brian Foster
- [PATCH 15/24] xfs: remove xfs_bmapi_remap() dfops param, Brian Foster
- Re: [PATCH 00/24] xfs: broad enablement of deferred agfl frees, Christoph Hellwig
- [PATCH V2] xfs: Initialize variables in xfs_alloc_get_rec before using them,
Carlos Maiolino
- xfs: Deadlock between fs_reclaim and sb_internal,
Ravi Bangoria
- [PATCH] mm: reject MAP_SHARED_VALIDATE without new flags,
Eric Sandeen
- [Bug 200311] New: xfsprogs fails to install when user group has space,
bugzilla-daemon
- [GIT PULL] xfs: 4.18 fixes, part 1,
Darrick J. Wong
- [PATCH] xfs: test bad character in xfs_db field list selector string,
Zorro Lang
- [PATCH 00/10] xfsprogs-4.18: mostly scrub/repair stuff,
Darrick J. Wong
- [PATCH 01/10] libxfs: remove crc32 functions, Darrick J. Wong
- [PATCH 02/10] libfrog: move crc32c code out of libxfs, Darrick J. Wong
- [PATCH 03/10] xfs_scrub: destroy workqueues when erroring out, Darrick J. Wong
- [PATCH 04/10] xfs_scrub: schedule and manage optimizations/repairs to the filesystem, Darrick J. Wong
- [PATCH 05/10] xfs_scrub: allow developers to force repairs, Darrick J. Wong
- [PATCH 06/10] xfs_scrub: don't error out if an optimize-only repair isn't supported, Darrick J. Wong
- [PATCH 07/10] xfs_scrub: rename NOFIX_COMPLAIN to be less confusing, Darrick J. Wong
- [PATCH 08/10] xfs_scrub: only retry non-permanent repair failures, Darrick J. Wong
- [PATCH 09/10] xfs_io: wire up repair ioctl stuff, Darrick J. Wong
- [PATCH 10/10] xfs_repair: use libxfs extsize/cowextsize validation helpers, Darrick J. Wong
- [PATCH 11/10] xfs_repair: clear extent size hints when clearing inode core, Darrick J. Wong
- [PATCH 12/10] xfs_repair: use libxfs extsize/cowextsize validation helpers, Darrick J. Wong
- [PATCH v3 0/3] Fix DM DAX handling,
Ross Zwisler
- [PATCH] xfs: cow unwritten conversion uses uninitialized dfops,
Brian Foster
- [PATCH] xfsprogs: Remove barrier/nobarrier mount options from xfs.5,
Eric Sandeen
- [PATCH] xfs: remove deprecated barrier/nobarrier mount options,
Eric Sandeen
- [PATCH v16 00/21] xfs-4.19: online repair support,
Darrick J. Wong
- [PATCH 01/21] xfs: don't assume a left rmap when allocating a new rmap, Darrick J. Wong
- [PATCH 02/21] xfs: add helper to decide if an inode has allocated cow blocks, Darrick J. Wong
- [PATCH 03/21] xfs: refactor part of xfs_free_eofblocks, Darrick J. Wong
- [PATCH 04/21] xfs: repair the AGF and AGFL, Darrick J. Wong
- [PATCH 05/21] xfs: repair the AGI, Darrick J. Wong
- [PATCH 06/21] xfs: repair free space btrees, Darrick J. Wong
- [PATCH 07/21] xfs: repair inode btrees, Darrick J. Wong
- [PATCH 08/21] xfs: defer iput on certain inodes while scrub / repair are running, Darrick J. Wong
- [PATCH 09/21] xfs: finish our set of inode get/put tracepoints for scrub, Darrick J. Wong
- [PATCH 10/21] xfs: introduce online scrub freeze, Darrick J. Wong
- [PATCH 11/21] xfs: repair the rmapbt, Darrick J. Wong
- [PATCH 12/21] xfs: repair refcount btrees, Darrick J. Wong
- [PATCH 13/21] xfs: repair inode records, Darrick J. Wong
- [PATCH 14/21] xfs: zap broken inode forks, Darrick J. Wong
- [PATCH 15/21] xfs: repair inode block maps, Darrick J. Wong
- [PATCH 16/21] xfs: repair damaged symlinks, Darrick J. Wong
- [PATCH 17/21] xfs: repair extended attributes, Darrick J. Wong
- [PATCH 18/21] xfs: scrub should set preen if attr leaf has holes, Darrick J. Wong
- [PATCH 19/21] xfs: repair quotas, Darrick J. Wong
- [PATCH 20/21] xfs: implement live quotacheck as part of quota repair, Darrick J. Wong
- [PATCH 21/21] xfs: add online scrub/repair for superblock counters, Darrick J. Wong
- [PATCH v3 1/3] xfstests: dedupe a single big file and verify integrity,
Zorro Lang
- [PATCH v3] xfs: test inode allocation state missmatch corruption,
Zorro Lang
- [ANNOUNCE] xfsprogs-4.17.0-rc1 released, Eric Sandeen
- [PATCH v2] xfstests: Test root inode parent pointer repairing,
Marco Benatto
- [PATCH v2] xfs_quota: don't stop the directory tree walk when DEPTH is hit,
Kazuya Mio
- [PATCH] [RFC] writeback: fix range_cyclic writeback vs writepages deadlock,
Dave Chinner
- [PATCH] xfs_io: clarify -c from documentation,
Darrick J. Wong
- [PATCH] xfs_bmap: remove -c from manpage,
Darrick J. Wong
- [PATCH v2] xfs_bmap: don't reject -e,
Darrick J. Wong
- [PATCH] xfs_bmap: don't reject -e,
Darrick J. Wong
- [PATCH 0/4] fstests: fixes and new tests,
Darrick J. Wong
- [PATCH 0/8] xfs-4.18: various fixes,
Darrick J. Wong
- [PATCH] Fix coverity scan reports,
Carlos Maiolino
- [PATCH] mkfs: fix divide-by-zero in align_ag_geometry,
jeffm
- xfs: circular locking dependency between fs_reclaim and sb_internal [kernel 4.18],
Tetsuo Handa
- [PATCH v2 1/3] xfstests: dedupe a single big file and verify integrity,
Zorro Lang
- [GIT PULL] xfsprogs: SPDX tag conversion,
Dave Chinner
- [PATCH] xfs: remove unused iolock arg from xfs_break_dax_layouts,
Eric Sandeen
- [ANNOUNCE] xfsprogs mkfs-config branch updated to 4d181c6, Eric Sandeen
- [PATCH] mkfs: removed unused dft var from open_config_file,
Eric Sandeen
- iomap preparations for GFS2 v3,
Christoph Hellwig
- Mounting xfs filesystem takes long time,
swadmin - levigo.de
- [Bug 200137] New: [xfstests generic/485] XFS: Assertion failed: (irec->br_startoff & ~XFS_IEXT_STARTOFF_MASK) == 0, file: fs/xfs/libxfs/xfs_iext_tree.c, line: 68,
bugzilla-daemon
- Re: [RFC PATCH 0/5] kbuild: build modules from code in multiple directories.,
Christoph Hellwig
- [PATCH 0/2] xfs: handle inode extent count mismatch,
Dave Chinner
- XFS: Assertion failed: !rwsem_is_locked(&inode->i_rwsem),
Ross Zwisler
- Kernel crashes in xfs_alloc_get_freelist() when writing to a corrupted xfs image,
Xu, Wen
- [Bug 200127] New: Kernel crashes in xfs_alloc_get_freelist() when writing to a corrupted xfs image, bugzilla-daemon
- [PATCH] mkfs: explicitly warn about unknown token failures,
Eric Sandeen
- [PATCH v2] mkfs: add mkfs config version specifier for the config file,
Luis R. Rodriguez
- [PATCH 1/2] common/xfs: Add _scratch_get_sfdir_prefix function,
Marco Benatto
- [PATCH 0/2] xfs_buf_submit[_wait]() cleanups,
Brian Foster
- [PATCH 0/2] xfs: symlink and inode writeback issues,
Dave Chinner
- Kernel oops at NULL pointer when performing readlink on a fuzzed v5 image,
Xu, Wen
- [Bug 200119] New: Kernel oops at NULL pointer when performing readlink on a fuzzed xfs image, bugzilla-daemon
- [PATCH] mkfs: add mkfs_config_version specifier for the config file, Luis R. Rodriguez
- [PATCH] mkfs: check config realpath for errors,
Eric Sandeen
- [PATCH v2] libxfs: detect host managed zoned disks and prevent their raw use, Luis R. Rodriguez
- [PATCH] xfstests: Teste root inode parent pointer repairing,
Marco Benatto
- [PATCH] libxfs: detect zoned disks and prevent their raw use,
Luis R. Rodriguez
- [Kernel.org Bugzilla] Your account linux-xfs@xxxxxxxxxxxxxxx is being impersonated, bugzilla-daemon
- [PATCH v3 0/2] xfs: fix buffer delwri queue state race,
Brian Foster
- stop using buffer heads in xfs v6,
Christoph Hellwig
- [PATCH 01/24] iomap: add an iomap-based readpage and readpages implementation, Christoph Hellwig
- [PATCH 03/24] iomap: add initial support for writes without buffer heads, Christoph Hellwig
- [PATCH 06/24] xfs: move locking into xfs_bmap_punch_delalloc_range, Christoph Hellwig
- [PATCH 07/24] xfs: do not set the page uptodate in xfs_writepage_map, Christoph Hellwig
- [PATCH 08/24] xfs: don't clear imap_valid for a non-uptodate buffers, Christoph Hellwig
- [PATCH 09/24] xfs: don't use XFS_BMAPI_IGSTATE in xfs_map_blocks, Christoph Hellwig
- [PATCH 10/24] xfs: remove xfs_reflink_trim_irec_to_next_cow, Christoph Hellwig
- [PATCH 11/24] xfs: remove xfs_map_cow, Christoph Hellwig
- [PATCH 02/24] xfs: use iomap for blocksize == PAGE_SIZE readpage and readpages, Christoph Hellwig
- [PATCH 12/24] xfs: rename the offset variable in xfs_writepage_map, Christoph Hellwig
- [PATCH 13/24] xfs: make xfs_writepage_map extent map centric, Christoph Hellwig
- [PATCH 14/24] xfs: remove the now unused XFS_BMAPI_IGSTATE flag, Christoph Hellwig
- [PATCH 05/24] xfs: simplify xfs_aops_discard_page, Christoph Hellwig
- [PATCH 17/24] xfs: remove the imap_valid flag, Christoph Hellwig
- [PATCH 19/24] xfs: move all writeback buffer_head manipulation into xfs_map_at_offset, Christoph Hellwig
- [PATCH 20/24] xfs: remove xfs_start_page_writeback, Christoph Hellwig
- [PATCH 15/24] xfs: remove xfs_reflink_find_cow_mapping, Christoph Hellwig
- [PATCH 18/24] xfs: don't look at buffer heads in xfs_add_to_ioend, Christoph Hellwig
- [PATCH 21/24] xfs: refactor the tail of xfs_writepage_map, Christoph Hellwig
- [PATCH 23/24] iomap: add support for sub-pagesize buffered I/O without buffer heads, Christoph Hellwig
- [PATCH 24/24] xfs: add support for sub-pagesize writeback without buffer_heads, Christoph Hellwig
- [PATCH 22/24] xfs: allow writeback on pages without buffer heads, Christoph Hellwig
- [PATCH 04/24] xfs: simplify xfs_bmap_punch_delalloc_range, Christoph Hellwig
- [PATCH 16/24] xfs: simplify xfs_map_blocks by using xfs_iext_lookup_extent directly, Christoph Hellwig
- [ANNOUNCE] xfsprogs mkfs-config branch updated to 32dc4b5, Eric Sandeen
- [PATCH] xfs: symlinks can be zero length during log recovery,
Dave Chinner
- [PATCH] xfs_repair: Fix root inode's parent when it's bogus for sf directory,
Marco Benatto
- iomap preparations for GFS2 v2,
Christoph Hellwig
- [PATCH] generic/223: port t_stripealign to FIEMAP,
Darrick J. Wong
- [PATCH 0/2] mkfs: 2 more fixes,
Eric Sandeen
[Index of Archives]
[XFS Filesystem Development]
[Linux USB Devel]
[Linux SCSI]
[Linux RAID]
[Yosemite Forum]