Linux XFS
[Prev Page][Next Page]
- [PATCH v4 14/17] xfs: mount-api - add xfs_fc_free(), (continued)
- frequent 5.4-rc1 crash?,
Darrick J. Wong
- lift the xfs writepage code into iomap v5,
Christoph Hellwig
- [PATCH 01/11] iomap: add tracing for the readpage / readpages, Christoph Hellwig
- [PATCH 02/11] iomap: copy the xfs writeback code to iomap.c, Christoph Hellwig
- [PATCH 03/11] iomap: warn on inline maps in iomap_writepage_map, Christoph Hellwig
- [PATCH 04/11] xfs: set IOMAP_F_NEW more carefully, Christoph Hellwig
- [PATCH 05/11] iomap: zero newly allocated mapped blocks, Christoph Hellwig
- [PATCH 06/11] xfs: remove the readpage / readpages tracing code, Christoph Hellwig
- [PATCH 07/11] xfs: initialize iomap->flags in xfs_bmbt_to_iomap, Christoph Hellwig
- [PATCH 08/11] xfs: use a struct iomap in xfs_writepage_ctx, Christoph Hellwig
- [PATCH 09/11] xfs: remove the fork fields in the writepage_ctx and ioend, Christoph Hellwig
- [PATCH 10/11] xfs: use the iomap write page code, Christoph Hellwig
- [PATCH 11/11] iomap: move struct iomap_page out of iomap.h, Christoph Hellwig
- [ANNOUNCE] xfsprogs for-next updated to b94a69ac, Eric Sandeen
- [PATCH] xfs: removed unused error variable from xchk_refcountbt_rec,
Aliasgar Surti
- xfs_inode not reclaimed/memory leak on 5.2.16,
Florian Weimer
- [PATCH v2 0/2] xfs: limit CIL push sizes,
Dave Chinner
- [PATCH v3 0/9] xfsprogs: support fscrypt API additions in xfs_io,
Eric Biggers
- [PATCH v3 1/9] xfs_io/encrypt: remove unimplemented encryption modes, Eric Biggers
- [PATCH v3 4/9] xfs_io/encrypt: add new encryption modes, Eric Biggers
- [PATCH v3 3/9] xfs_io/encrypt: generate encryption modes for 'help set_encpolicy', Eric Biggers
- [PATCH v3 2/9] xfs_io/encrypt: update to UAPI definitions from Linux v5.4, Eric Biggers
- [PATCH v3 7/9] xfs_io/encrypt: add 'add_enckey' command, Eric Biggers
- [PATCH v3 5/9] xfs_io/encrypt: extend 'get_encpolicy' to support v2 policies, Eric Biggers
- [PATCH v3 9/9] xfs_io/encrypt: add 'enckey_status' command, Eric Biggers
- [PATCH v3 8/9] xfs_io/encrypt: add 'rm_enckey' command, Eric Biggers
- [PATCH v3 6/9] xfs_io/encrypt: extend 'set_encpolicy' to support v2 policies, Eric Biggers
- Re: [PATCH v3 0/9] xfsprogs: support fscrypt API additions in xfs_io, Eric Sandeen
- [PATCH v5 00/11] xfs: rework near mode extent allocation,
Brian Foster
- [PATCH v5 01/11] xfs: track active state of allocation btree cursors, Brian Foster
- [PATCH v5 02/11] xfs: introduce allocation cursor data structure, Brian Foster
- [PATCH v5 03/11] xfs: track allocation busy state in allocation cursor, Brian Foster
- [PATCH v5 04/11] xfs: track best extent from cntbt lastblock scan in alloc cursor, Brian Foster
- [PATCH v5 05/11] xfs: refactor cntbt lastblock scan best extent logic into helper, Brian Foster
- [PATCH v5 06/11] xfs: reuse best extent tracking logic for bnobt scan, Brian Foster
- [PATCH v5 07/11] xfs: refactor allocation tree fixup code, Brian Foster
- [PATCH v5 09/11] xfs: refactor near mode alloc bnobt scan into separate function, Brian Foster
- [PATCH v5 08/11] xfs: refactor and reuse best extent scanning logic, Brian Foster
- [PATCH v5 10/11] xfs: factor out tree fixup logic into helper, Brian Foster
- [PATCH v5 11/11] xfs: optimize near mode bnobt scans with concurrent cntbt lookups, Brian Foster
- [PATCH] xfs: remove unused flags arg from xfs_get_aghdr_buf(),
Eric Sandeen
- [GIT PULL] xfs: fixes for 5.4-rc1,
Darrick J. Wong
- copy_file_range() errno changes introduced in v5.3-rc1,
Petr Vorel
- [PATCH] xfs: Fix tail rounding in xfs_alloc_file_space(),
Max Reitz
- xfs_alloc_file_space() rounds len independently of offset,
Max Reitz
- Question: Modifying kernel to handle all I/O requests without page cache,
Jianshen Liu
- [PATCH 0/2] xfs_db: fixes to the btheight command,
Darrick J. Wong
- [PATCH 0/7] libfrog: switch to negative error codes,
Darrick J. Wong
- [PATCH 0/4] xfsprogs: port utilities to bulkstat v5,
Darrick J. Wong
- [Bug 204997] New: fsck.xfs prints a vague message "XFS file system" when skipping a boot time check, bugzilla-daemon
- [ANNOUNCE] xfs-linux: for-next updated to 88d32d3983e7, Darrick J. Wong
- [GIT PULL] iomap: (far less) new code for 5.4,
Darrick J. Wong
- [REPOST PATCH v3 00/16] xfs: mount API patch series,
Ian Kent
- [REPOST PATCH v3 01/16] vfs: Create fs_context-aware mount_bdev() replacement, Ian Kent
- [REPOST PATCH v3 02/16] xfs: remove very old mount option, Ian Kent
- [REPOST PATCH v3 03/16] xfs: mount-api - add fs parameter description, Ian Kent
- [REPOST PATCH v3 04/16] xfs: mount-api - refactor suffix_kstrtoint(), Ian Kent
- [REPOST PATCH v3 06/16] xfs: mount-api - make xfs_parse_param() take context .parse_param() args, Ian Kent
- [REPOST PATCH v3 05/16] xfs: mount-api - refactor xfs_parseags(), Ian Kent
- [REPOST PATCH v3 08/16] xfs: mount-api - refactor xfs_fs_fill_super(), Ian Kent
- [REPOST PATCH v3 07/16] xfs: mount-api - move xfs_parseargs() validation to a helper, Ian Kent
- [REPOST PATCH v3 09/16] xfs: mount-api - add xfs_get_tree(), Ian Kent
- [REPOST PATCH v3 10/16] xfs: mount-api - add xfs_remount_rw() helper, Ian Kent
- [REPOST PATCH v3 11/16] xfs: mount-api - add xfs_remount_ro() helper, Ian Kent
- [REPOST PATCH v3 12/16] xfs: mount api - add xfs_reconfigure(), Ian Kent
- [REPOST PATCH v3 13/16] xfs: mount-api - add xfs_fc_free(), Ian Kent
- [REPOST PATCH v3 14/16] xfs: mount-api - dont set sb in xfs_mount_alloc(), Ian Kent
- [REPOST PATCH v3 15/16] xfs: mount-api - switch to new mount-api, Ian Kent
- [REPOST PATCH v3 16/16] xfs: mount-api - remove legacy mount functions, Ian Kent
- [PATCH v3] common/xfs: wipe the XFS superblock of each AGs,
Zorro Lang
- [PATCH] xfs: avoid unused to_mp() function warning,
Austin Kim
- [PATCH] xfs: revert 1baa2800e62d ("xfs: remove the unused XFS_ALLOC_USERDATA flag"),
Darrick J. Wong
- [PATCH] xfs: log proper length of superblock,
Eric Sandeen
- Lease semantic proposal,
Ira Weiny
- Write-hanging on XFS 5.1.15-5.16 - xfsaild/dm blocked - xlog_cli_push_work - xfs_log_worker, James Harvey
- [PATCH] fs:xfs:scrub: Removed unneeded variable.,
Aliasgar Surti
- [PATCH v3 00/16] xfs: mount API patch series,
Ian Kent
- [PATCH v3 01/16] vfs: Create fs_context-aware mount_bdev() replacement, Ian Kent
- [PATCH v3 02/16] xfs: remove very old mount option, Ian Kent
- [PATCH v3 03/16] xfs: mount-api - add fs parameter description, Ian Kent
- [PATCH v3 04/16] xfs: mount-api - refactor suffix_kstrtoint(), Ian Kent
- [PATCH v3 05/16] xfs: mount-api - refactor xfs_parseags(), Ian Kent
- [PATCH v3 06/16] xfs: mount-api - make xfs_parse_param() take context .parse_param() args, Ian Kent
- [PATCH v3 07/16] xfs: mount-api - move xfs_parseargs() validation to a helper, Ian Kent
- [PATCH v3 08/16] xfs: mount-api - refactor xfs_fs_fill_super(), Ian Kent
- [PATCH v3 09/16] xfs: mount-api - add xfs_get_tree(), Ian Kent
- [PATCH v3 10/16] xfs: mount-api - add xfs_remount_rw() helper, Ian Kent
- [PATCH v3 11/16] xfs: mount-api - add xfs_remount_ro() helper, Ian Kent
- [PATCH v3 12/16] xfs: mount api - add xfs_reconfigure(), Ian Kent
- [PATCH v3 13/16] xfs: mount-api - add xfs_fc_free(), Ian Kent
- [PATCH v3 14/16] xfs: mount-api - dont set sb in xfs_mount_alloc(), Ian Kent
- [PATCH v3 15/16] xfs: mount-api - switch to new mount-api, Ian Kent
- [PATCH v3 16/16] xfs: mount-api - remove legacy mount functions, Ian Kent
- [PATCH v2] common/xfs: wipe the XFS superblock of each AGs,
Zorro Lang
- current 5.4 status, Darrick J. Wong
- [PATCH] xfs: fix userdata allocation detection regression,
Christoph Hellwig
- [PATCH v2 0/8] xfsprogs: support fscrypt API additions in xfs_io,
Eric Biggers
- [ANNOUNCE] xfs-linux: iomap-5.4-merge rebased to 1b4fdf4f30db,
Darrick J. Wong
- [PATCH] common/xfs: wipe the XFS superblock of each AGs,
Zorro Lang
- [PATCH] xfs/148-149: Remove xfs_prepair64 and xfs_prepair tests,
Yang Xu
- [PATCH] xfs: convert inode to extent format after extent merge due to shift,
Brian Foster
- [PATCH v3 2/2] xfs: test the deadlock between the AGI and AGF with RENAME_WHITEOUT,
kaixuxia
- [PATCH v3 1/2] common: check if a given rename flag is supported in _requires_renameat2,
kaixuxia
- [PATCH v3 0/2] xfstests: add deadlock between the AGI and AGF with RENAME_WHITEOUT test, kaixuxia
- [PATCH RFC 0/2] A small improvement in the allocation algorithm,
Carlos Maiolino
- [GIT PULL] xfs: new code for 5.4,
Darrick J. Wong
- Re: question of xfs/148 and xfs/149,
Darrick J. Wong
- [GIT PULL] iomap: new code for 5.4,
Darrick J. Wong
- [GIT PULL] vfs: prohibit writes to active swap devices,
Darrick J. Wong
- [PATCH] xfs: assure zeroed memory buffers for certain kmem allocations,
Bill O'Donnell
- minor ->release fixups and cleanups,
Christoph Hellwig
- [PATCH v4 00/11] xfs: rework near mode extent allocation,
Brian Foster
- [PATCH v4 01/11] xfs: track active state of allocation btree cursors, Brian Foster
- [PATCH v4 02/11] xfs: introduce allocation cursor data structure, Brian Foster
- [PATCH v4 03/11] xfs: track allocation busy state in allocation cursor, Brian Foster
- [PATCH v4 04/11] xfs: track best extent from cntbt lastblock scan in alloc cursor, Brian Foster
- [PATCH v4 05/11] xfs: refactor cntbt lastblock scan best extent logic into helper, Brian Foster
- [PATCH v4 06/11] xfs: reuse best extent tracking logic for bnobt scan, Brian Foster
- [PATCH v4 07/11] xfs: refactor allocation tree fixup code, Brian Foster
- [PATCH v4 08/11] xfs: refactor and reuse best extent scanning logic, Brian Foster
- [PATCH v4 09/11] xfs: refactor near mode alloc bnobt scan into separate function, Brian Foster
- [PATCH v4 10/11] xfs: factor out tree fixup logic into helper, Brian Foster
- [PATCH v4 11/11] xfs: optimize near mode bnobt scans with concurrent cntbt lookups, Brian Foster
- xfs_repair: phase6.c:1129: mv_orphanage: Assertion `err == 2' failed.,
Arkadiusz Miśkiewicz
- [PATCH REPOST 0/2] xfs: rely on minleft instead of total for bmbt res,
Brian Foster
- [PATCH v3 3/6] iomap: split size and error for iomap_dio_rw ->end_io, Matthew Bobrowski
- [PATCH 0/9 V6] New ->fiemap infrastructure and ->bmap removal,
Carlos Maiolino
- [PATCH 1/9] fs: Enable bmap() function to properly return errors, Carlos Maiolino
- [PATCH 2/9] cachefiles: drop direct usage of ->bmap method., Carlos Maiolino
- [PATCH 3/9] ecryptfs: drop direct calls to ->bmap, Carlos Maiolino
- [PATCH 4/9] fibmap: Use bmap instead of ->bmap method in ioctl_fibmap, Carlos Maiolino
- [PATCH 5/9] fs: Move start and length fiemap fields into fiemap_extent_info, Carlos Maiolino
- [PATCH 6/9] iomap: Remove length and start fields from iomap_fiemap, Carlos Maiolino
- [PATCH 7/9] fiemap: Use a callback to fill fiemap extents, Carlos Maiolino
- [PATCH 8/9] Use FIEMAP for FIBMAP calls, Carlos Maiolino
- [PATCH 9/9] xfs: Get rid of ->bmap, Carlos Maiolino
- Re: [PATCH 0/9 V6] New ->fiemap infrastructure and ->bmap removal, Carlos Maiolino
- [PATCH 2/2] xfs: test the deadlock between the AGI and AGF with RENAME_WHITEOUT,
kaixuxia
- [PATCH 1/2] common: check if a given rename flag is supported in _requires_renameat2,
kaixuxia
- [PATCH 0/2] xfstests: add deadlock between the AGI and AGF with RENAME_WHITEOUT test, kaixuxia
- [PATCH] [RFC] xfs: fix inode fork extent count overflow,
Dave Chinner
- [ANNOUNCE] xfsprogs for-next updated to ac8b6c38, Eric Sandeen
- iomap and xfs COW cleanups,
Christoph Hellwig
- [PATCH 01/19] iomap: better document the IOMAP_F_* flags, Christoph Hellwig
- [PATCH 02/19] iomap: remove the unused iomap argument to __iomap_write_end, Christoph Hellwig
- [PATCH 03/19] iomap: always use AOP_FLAG_NOFS in iomap_write_begin, Christoph Hellwig
- [PATCH 04/19] iomap: ignore non-shared or non-data blocks in xfs_file_dirty, Christoph Hellwig
- [PATCH 05/19] iomap: move the zeroing case out of iomap_read_page_sync, Christoph Hellwig
- [PATCH 06/19] iomap: use write_begin to read pages to unshare, Christoph Hellwig
- [PATCH 07/19] iomap: use a srcmap for a read-modify-write I/O, Christoph Hellwig
- [PATCH 08/19] xfs: also call xfs_file_iomap_end_delalloc for zeroing operations, Christoph Hellwig
- [PATCH 09/19] xfs: remove xfs_reflink_dirty_extents, Christoph Hellwig
- [PATCH 10/19] xfs: pass two imaps to xfs_reflink_allocate_cow, Christoph Hellwig
- [PATCH 11/19] xfs: refactor xfs_file_iomap_begin_delay, Christoph Hellwig
- [PATCH 12/19] xfs: fill out the srcmap in iomap_begin, Christoph Hellwig
- [PATCH 13/19] xfs: factor out a helper to calculate the end_fsb, Christoph Hellwig
- [PATCH 14/19] xfs: split out a new set of read-only iomap ops, Christoph Hellwig
- [PATCH 15/19] xfs: move xfs_file_iomap_begin_delay around, Christoph Hellwig
- [PATCH 16/19] xfs: split the iomap ops for buffered vs direct writes, Christoph Hellwig
- [PATCH 17/19] xfs: rename the whichfork variable in xfs_buffered_write_iomap_begin, Christoph Hellwig
- [PATCH 18/19] xfs: cleanup xfs_iomap_write_unwritten, Christoph Hellwig
- [PATCH 19/19] xfs: improve the IOMAP_NOWAIT check for COW inodes, Christoph Hellwig
- [PATCH v3] xfs_io: copy_range don't truncate dst_file, and add smart length,
Jianhong.Yin
- Re: [xfs] 610125ab1e: fsmark.app_overhead -71.2% improvement,
Dave Chinner
- [RFC PATCH 0/2] xfs: hard limit background CIL push size,
Dave Chinner
- Re: [PATCH v2 3/6] iomap: modify ->end_io() calling convention, Matthew Bobrowski
- [xfs-linux:iomap-for-next 3/12] include/trace/events/iomap.h:49:39: warning: 'struct page' declared inside parameter list will not be visible outside of this definition or declaration,
kbuild test robot
- [Q] gfs2: mmap write vs. punch_hole consistency,
Andreas Gruenbacher
- [PATCH v2] xfs_io: copy_range don't truncate dst_file, and add smart length,
Jianhong.Yin
- [ANNOUNCE] xfs-linux: for-next updated to eb2e99943c5b, Darrick J. Wong
- [ANNOUNCE] xfs-linux: for-next updated to 14e15f1bcd73, Darrick J. Wong
- [PATCH] xfs: include QUOTA, FATAL ASSERT build options in XFS_BUILD_OPTIONS,
yu kuai
- [PATCH] xfs_io: copy_range don't truncate dst_file, and add smart length.,
Jianhong.Yin
- [PATCH 00/18] xfs_scrub: remove moveon space aliens,
Darrick J. Wong
- [PATCH 01/18] xfs_scrub: remove moveon from filemap iteration, Darrick J. Wong
- [PATCH 02/18] xfs_scrub: remove moveon from the fscounters functions, Darrick J. Wong
- [PATCH 03/18] xfs_scrub: remove moveon from inode iteration, Darrick J. Wong
- [PATCH 04/18] xfs_scrub: remove moveon from vfs directory tree iteration, Darrick J. Wong
- [PATCH 07/18] xfs_scrub: remove moveon from progress report helpers, Darrick J. Wong
- [PATCH 05/18] xfs_scrub: remove moveon from spacemap, Darrick J. Wong
- [PATCH 09/18] xfs_scrub: remove moveon from repair action list helpers, Darrick J. Wong
- [PATCH 10/18] xfs_scrub: remove moveon from phase 7 functions, Darrick J. Wong
- [PATCH 11/18] xfs_scrub: remove moveon from phase 6 functions, Darrick J. Wong
- [PATCH 12/18] xfs_scrub: remove moveon from phase 5 functions, Darrick J. Wong
- [PATCH 13/18] xfs_scrub: remove moveon from phase 4 functions, Darrick J. Wong
- [PATCH 14/18] xfs_scrub: remove moveon from phase 3 functions, Darrick J. Wong
- [PATCH 15/18] xfs_scrub: remove moveon from phase 2 functions, Darrick J. Wong
- [PATCH 16/18] xfs_scrub: remove moveon from phase 1 functions, Darrick J. Wong
- [PATCH 18/18] xfs_scrub: remove moveon from main program, Darrick J. Wong
- [PATCH 17/18] xfs_scrub: remove XFS_ITERATE_INODES_ABORT from inode iterator, Darrick J. Wong
- [PATCH 08/18] xfs_scrub: remove moveon from scrub ioctl wrappers, Darrick J. Wong
- [PATCH 06/18] xfs_scrub: remove moveon from unicode name collision helpers, Darrick J. Wong
- <Possible follow-ups>
- [PATCH 00/18] xfs_scrub: remove moveon space aliens, Darrick J. Wong
- [PATCH 05/18] xfs_scrub: remove moveon from spacemap, Darrick J. Wong
- [PATCH 08/18] xfs_scrub: remove moveon from scrub ioctl wrappers, Darrick J. Wong
- [PATCH 02/18] xfs_scrub: remove moveon from the fscounters functions, Darrick J. Wong
- [PATCH 04/18] xfs_scrub: remove moveon from vfs directory tree iteration, Darrick J. Wong
- [PATCH 03/18] xfs_scrub: remove moveon from inode iteration, Darrick J. Wong
- [PATCH 12/18] xfs_scrub: remove moveon from phase 5 functions, Darrick J. Wong
- [PATCH 09/18] xfs_scrub: remove moveon from repair action list helpers, Darrick J. Wong
- [PATCH 06/18] xfs_scrub: remove moveon from unicode name collision helpers, Darrick J. Wong
- [PATCH 13/18] xfs_scrub: remove moveon from phase 4 functions, Darrick J. Wong
- [PATCH 01/18] xfs_scrub: remove moveon from filemap iteration, Darrick J. Wong
- [PATCH 11/18] xfs_scrub: remove moveon from phase 6 functions, Darrick J. Wong
- [PATCH 07/18] xfs_scrub: remove moveon from progress report helpers, Darrick J. Wong
- [PATCH 14/18] xfs_scrub: remove moveon from phase 3 functions, Darrick J. Wong
- [PATCH 15/18] xfs_scrub: remove moveon from phase 2 functions, Darrick J. Wong
- [PATCH 16/18] xfs_scrub: remove moveon from phase 1 functions, Darrick J. Wong
- [PATCH 17/18] xfs_scrub: remove XFS_ITERATE_INODES_ABORT from inode iterator, Darrick J. Wong
- [PATCH 18/18] xfs_scrub: remove moveon from main program, Darrick J. Wong
- [PATCH 10/18] xfs_scrub: remove moveon from phase 7 functions, Darrick J. Wong
- [PATCH 00/18] xfs_scrub: remove moveon space aliens, Darrick J. Wong
[Index of Archives]
[XFS Filesystem Development]
[Linux USB Devel]
[Linux SCSI]
[Linux RAID]
[Yosemite Forum]