Linux XFS Date Index
Thread Index
[
Prev Page
][
Next Page
]
[PATCH 12/31] xfs: add parent pointer validator functions
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 11/31] xfs: Expose init_xattrs in xfs_create_tmpfile
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 10/31] xfs: record inode generation in xattr update log intent items
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 09/31] xfs: create attr log item opcodes and formats for parent pointers
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 08/31] xfs: refactor xfs_is_using_logged_xattrs checks in attr item recovery
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 07/31] xfs: allow xattr matching on name and value for parent pointers
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 06/31] xfs: define parent pointer ondisk extended attribute format
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 05/31] xfs: add parent pointer support to attribute code
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 04/31] xfs: create a separate hashname function for extended attributes
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 03/31] xfs: move xfs_attr_defer_add to xfs_attr_item.c
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 02/31] xfs: check the flags earlier in xfs_attr_match
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 01/31] xfs: rearrange xfs_attr_match parameters
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 14/14] xfs: enforce one namespace per attribute
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 13/14] xfs: refactor name/value iovec validation in xlog_recover_attri_commit_pass2
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 12/14] xfs: refactor name/length checks in xfs_attri_validate
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 11/14] xfs: use local variables for name and value length in _attri_commit_pass2
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 10/14] xfs: always set args->value in xfs_attri_item_recover
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 09/14] xfs: validate recovered name buffers when recovering xattr items
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 08/14] xfs: use helpers to extract xattr op from opflags
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 07/14] xfs: restructure xfs_attr_complete_op a bit
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 06/14] xfs: check shortform attr entry flags specifically
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 05/14] xfs: fix missing check for invalid attr flags
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 04/14] xfs: check opcode and iovec count match in xlog_recover_attri_commit_pass2
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 03/14] xfs: use an XFS_OPSTATE_ flag for detecting if logged xattrs are available
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 02/14] xfs: require XFS_SB_FEAT_INCOMPAT_LOG_XATTRS for attr log intent item recovery
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 01/14] xfs: attr fork iext must be loaded before calling xfs_attr_is_leaf
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 5/5] xfs: rearrange xfs_da_args a bit to use less space
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 4/5] xfs: make attr removal an explicit operation
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 3/5] xfs: remove xfs_da_args.attr_flags
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/5] xfs: remove XFS_DA_OP_NOTIME
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/5] xfs: remove XFS_DA_OP_REMOVE
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCHSET v13.2 7/7] xfs: vectorize scrub kernel calls
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCHSET v13.2 6/7] xfs: detect and correct directory tree problems
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCHSET v13.2 5/7] xfs: online repair for parent pointers
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCHSET v13.2 4/7] xfs: scrubbing for parent pointers
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCHSET v13.2 3/7] xfs: Parent Pointers
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCHSET v13.2 2/7] xfs: improve extended attribute validation
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCHSET v13.2 1/7] xfs: shrink struct xfs_da_args
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCHBOMB v13.2] xfs: directory parent pointers
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/1] xfs_repair: check num before bplist[num]
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 4/4] libxfs: add a xattr_entry helper
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 3/4] libxfs: reuse xfs_bmap_update_cancel_item
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/4] libxfs: add a bi_entry helper
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/4] libxfs: remove kmem_alloc, kmem_zalloc, and kmem_free
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 092/111] libxfs: support in-memory buffer cache targets
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 091/111] xfs: teach buftargs to maintain their own buffer hashtable
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 090/111] libxfs: partition memfd files to avoid using too many fds
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 089/111] libxfs: add xfile support
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 088/111] libxfs: teach buftargs to maintain their own buffer hashtable
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 5/5] xfs_io: add linux madvise advice codes
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 4/5] xfs_scrub: don't fail while reporting media scan errors
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 3/5] xfs_scrub: fix threadcount estimates for phase 6
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/5] xfs_db: improve number extraction in getbitval
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/5] xfs_repair: double-check with shortform attr verifiers
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCHSET v30.3 4/4] xfs_repair: minor fixes
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCHSET v30.3 3/4] xfsprogs: bmap log intent cleanups
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCHSET 2/4] libxfs: sync with 6.9
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCHSET 1/4] xfsprogs: bug fixes for 6.8
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCHBOMB v3] xfsprogs: everything headed towards 6.9
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 0/5] xfs: allocation alignment for forced alignment
From
: Dave Chinner <david@xxxxxxxxxxxxx>
Re: [RFC 04/10] fs/dax: Don't track page mapping/index
From
: Dan Williams <dan.j.williams@xxxxxxxxx>
[GIT PULL 16/16] xfs: retain ILOCK during directory updates
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[GIT PULL 15/16] xfs: design documentation for online fsck, part 2
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[GIT PULL 14/16] xfs: less heavy locks during fstrim
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[GIT PULL 13/16] xfs: inode-related repair fixes
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[GIT PULL 12/16] xfs: online fsck of iunlink buckets
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[GIT PULL 11/16] xfs: online repair of symbolic links
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[GIT PULL 09/16] xfs: online repair of directories
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[GIT PULL 10/16] xfs: move orphan files to lost and found
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[GIT PULL 08/16] xfs: online repair of inode unlinked state
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[GIT PULL 07/16] xfs: online repair of extended attributes
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[GIT PULL 06/16] xfs: set and validate dir/attr block owners
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[GIT PULL 05/16] xfs: online repair of realtime summaries
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[GIT PULL 04/16] xfs: create temporary files for online repair
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[GIT PULL 03/16] xfs: atomic file content exchanges
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[GIT PULL 02/16] xfs: refactorings for atomic file content exchanges
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[GIT PULL 01/16] xfs: improve log incompat feature handling
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[GIT PULLBOMB v30.3] xfs: online repair, part 1 is done
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [RFC 04/10] fs/dax: Don't track page mapping/index
From
: Alistair Popple <apopple@xxxxxxxxxx>
[PATCH 7/7] xfs: unlock new repair tempfiles after creation
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 6/7] xfs: don't pick up IOLOCK during rmapbt repair scan
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 5/7] xfs: Hold inode locks in xfs_rename
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 4/7] xfs: Hold inode locks in xfs_trans_alloc_dir
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 3/7] xfs: Hold inode locks in xfs_ialloc
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/7] xfs: Increase XFS_QM_TRANS_MAXDQS to 5
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/7] xfs: Increase XFS_DEFER_OPS_NR_INODES to 5
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 4/4] docs: describe xfs directory tree online fsck
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 3/4] docs: update offline parent pointer repair strategy
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/4] docs: update online directory and parent pointer repair sections
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/4] docs: update the parent pointers documentation to the final version
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/1] xfs: fix performance problems when fstrimming a subset of a fragmented AG
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 3/4] xfs: pin inodes that would otherwise overflow link count
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 4/4] xfs: create subordinate scrub contexts for xchk_metadata_inode_subtype
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/4] xfs: try to avoid allocating from sick inode clusters
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/4] xfs: check unused nlink fields in the ondisk inode
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 3/3] xfs: repair AGI unlinked inode bucket lists
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/3] xfs: hoist AGI repair context to a heap object
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/3] xfs: check AGI unlinked inode buckets
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 3/3] xfs: online repair of symbolic links
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/3] xfs: pass the owner to xfs_symlink_write_target
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/3] xfs: expose xfs_bmap_local_to_extents for online repair
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 3/3] xfs: ensure dentry consistency when the orphanage adopts a file
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/3] xfs: move files to orphanage instead of letting nlinks drop to zero
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/3] xfs: move orphan files to the orphanage
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 5/5] xfs: ask the dentry cache if it knows the parent of a directory
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 4/5] xfs: online repair of parent pointers
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 3/5] xfs: scan the filesystem to repair a directory dotdot entry
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/5] xfs: online repair of directories
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/5] xfs: inactivate directory data blocks
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/2] xfs: update the unlinked list when repairing link counts
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/2] xfs: ensure unlinked list state is consistent with nlink during scrub
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 7/7] xfs: create an xattr iteration function for scrub
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 6/7] xfs: flag empty xattr leaf blocks for optimization
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 5/7] xfs: scrub should set preen if attr leaf has holes
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 4/7] xfs: repair extended attributes
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 3/7] xfs: use atomic extent swapping to fix user file fork data
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/7] xfs: create a blob array data structure
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/7] xfs: enable discarding of folios backing an xfile
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 10/10] xfs: validate explicit directory free block owners
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 09/10] xfs: validate explicit directory block buffer owners
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 08/10] xfs: validate explicit directory data buffer owners
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 07/10] xfs: validate directory leaf buffer owners
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 06/10] xfs: validate dabtree node buffer owners
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 05/10] xfs: validate attr remote value buffer owners
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 04/10] xfs: validate attr leaf buffer owners
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 03/10] xfs: reduce indenting in xfs_attr_node_list
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 02/10] xfs: use the xfs_da_args owner field to set new dir/attr block owner
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 01/10] xfs: add an explicit owner field to xfs_da_args
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 3/3] xfs: online repair of realtime summaries
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/3] xfs: teach the tempfile to set up atomic file content exchanges
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/3] xfs: support preallocating and copying content into temporary files
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 4/4] xfs: add the ability to reap entire inode forks
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 3/4] xfs: refactor live buffer invalidation for repairs
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/4] xfs: create temporary files and directories for online repair
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/4] xfs: hide private inodes from bulkstat and handle functions
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 15/15] xfs: enable logged file mapping exchange feature
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 14/15] docs: update swapext -> exchmaps language
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 13/15] xfs: capture inode generation numbers in the ondisk exchmaps log item
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 12/15] xfs: support non-power-of-two rtextsize with exchange-range
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 11/15] xfs: make file range exchange support realtime files
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 10/15] xfs: condense symbolic links after a mapping exchange operation
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 09/15] xfs: condense directories after a mapping exchange operation
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 08/15] xfs: condense extended attributes after a mapping exchange operation
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 07/15] xfs: add error injection to test file mapping exchange recovery
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 06/15] xfs: bind together the front and back ends of the file range exchange code
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 05/15] xfs: create deferred log items for file mapping exchanges
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 04/15] xfs: introduce a file mapping exchange log intent item
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 03/15] xfs: create a incompat flag for atomic file mapping exchanges
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 02/15] xfs: introduce new file range exchange ioctl
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 01/15] vfs: export remap and write check helpers
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 7/7] xfs: constify xfs_bmap_is_written_extent
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 6/7] xfs: refactor non-power-of-two alignment checks
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 5/7] xfs: hoist multi-fsb allocation unit detection to a helper
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 4/7] xfs: create a new helper to return a file's allocation unit
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 3/7] xfs: declare xfs_file.c symbols in xfs_file.h
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/7] xfs: move xfs_iops.c declarations out of xfs_inode.h
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/7] xfs: move inode lease breaking functions to xfs_inode.c
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 5/5] xfs: only clear log incompat flags at clean unmount
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 4/5] xfs: fix error bailout in xrep_abt_build_new_trees
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 3/5] xfs: fix potential AGI <-> ILOCK ABBA deadlock in xrep_dinode_findmode_walk_directory
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/5] xfs: fix an AGI lock acquisition ordering problem in xrep_dinode_findmode
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/5] xfs: pass xfs_buf lookup flags to xfs_*read_agi
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCHSET v13.2 16/16] xfs: retain ILOCK during directory updates
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCHSET v13.2 15/16] xfs: design documentation for online fsck, part 2
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCHSET v30.3 14/16] xfs: less heavy locks during fstrim
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCHSET v30.3 13/16] xfs: inode-related repair fixes
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCHSET v30.3 12/16] xfs: online fsck of iunlink buckets
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCHSET v30.3 11/16] xfs: online repair of symbolic links
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCHSET v30.3 10/16] xfs: move orphan files to lost and found
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCHSET v30.3 09/16] xfs: online repair of directories
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCHSET v30.3 08/16] xfs: online repair of inode unlinked state
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCHSET v30.3 07/16] xfs: online repair of extended attributes
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCHSET v30.3 06/16] xfs: set and validate dir/attr block owners
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCHSET v30.3 05/16] xfs: online repair of realtime summaries
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCHSET v30.3 04/16] xfs: create temporary files for online repair
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCHSET v30.3 03/16] xfs: atomic file content exchanges
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCHSET v30.3 02/16] xfs: refactorings for atomic file content exchanges
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCHSET v30.3 01/16] xfs: improve log incompat feature handling
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCHBOMB v30.3] xfs: online repair, part 1 is done
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [RFC 04/10] fs/dax: Don't track page mapping/index
From
: Dan Williams <dan.j.williams@xxxxxxxxx>
Re: [RFC] fstests: add mmap page boundary tests
From
: Zorro Lang <zlang@xxxxxxxxxx>
Re: [PATCH 27/32] xfs: Add parent pointer ioctls
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [RFC] fstests: add mmap page boundary tests
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [GIT PULL] bring back RT delalloc support
From
: Chandan Babu R <chandanbabu@xxxxxxxxxx>
Re: [PATCH] iomap: convert iomap_writepages to writeack_iter
From
: Christian Brauner <brauner@xxxxxxxxxx>
RE: [PATCH] xfs: replace deprecated strncpy with strscpy_pad
From
: David Laight <David.Laight@xxxxxxxxxx>
Re: [GIT PULL] bring back RT delalloc support
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [GIT PULL] bring back RT delalloc support
From
: Chandan Babu R <chandanbabu@xxxxxxxxxx>
Re: [RFC 05/10] fs/dax: Refactor wait for dax idle page
From
: Alistair Popple <apopple@xxxxxxxxxx>
[RFC] fstests: add mmap page boundary tests
From
: Luis Chamberlain <mcgrof@xxxxxxxxxx>
Re: [RFC 04/10] fs/dax: Don't track page mapping/index
From
: Alistair Popple <apopple@xxxxxxxxxx>
[syzbot] [xfs?] possible deadlock in xfs_ilock (2)
From
: syzbot <syzbot+c6d7bff58a2218f14632@xxxxxxxxxxxxxxxxxxxxxxxxx>
Re: [PATCH 27/32] xfs: Add parent pointer ioctls
From
: Christoph Hellwig <hch@xxxxxx>
Re: [RFC 05/10] fs/dax: Refactor wait for dax idle page
From
: John Hubbard <jhubbard@xxxxxxxxxx>
[RESEND PATCH] xfs: Fix typo in comment
From
: Thorsten Blum <thorsten.blum@xxxxxxxxxx>
Re: iomap: convert iomap_writepages to writeack_iter
From
: Mike Snitzer <snitzer@xxxxxxxxxx>
Re: [PATCH 27/32] xfs: Add parent pointer ioctls
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [RFC 00/10] fs/dax: Fix FS DAX page reference counts
From
: Dan Williams <dan.j.williams@xxxxxxxxx>
Re: [RFC 04/10] fs/dax: Don't track page mapping/index
From
: Dan Williams <dan.j.williams@xxxxxxxxx>
RE: [RFC 04/10] fs/dax: Don't track page mapping/index
From
: Dan Williams <dan.j.williams@xxxxxxxxx>
RE: [RFC 03/10] pci/p2pdma: Don't initialise page refcount to one
From
: Dan Williams <dan.j.williams@xxxxxxxxx>
Re: [PATCH] iomap: convert iomap_writepages to writeack_iter
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [RFC 04/10] fs/dax: Don't track page mapping/index
From
: Jan Kara <jack@xxxxxxx>
Re: [RFC 05/10] fs/dax: Refactor wait for dax idle page
From
: Jan Kara <jack@xxxxxxx>
Re: [RFC 00/10] fs/dax: Fix FS DAX page reference counts
From
: Jason Gunthorpe <jgg@xxxxxxxxxx>
Re: [RFC 00/10] fs/dax: Fix FS DAX page reference counts
From
: Alistair Popple <apopple@xxxxxxxxxx>
[PATCH] iomap: convert iomap_writepages to writeack_iter
From
: Christoph Hellwig <hch@xxxxxx>
Re: [RFC 03/10] pci/p2pdma: Don't initialise page refcount to one
From
: Alistair Popple <apopple@xxxxxxxxxx>
Re: [RFC 00/10] fs/dax: Fix FS DAX page reference counts
From
: Alistair Popple <apopple@xxxxxxxxxx>
Re: [RFC 07/10] mm: Allow compound zone device pages
From
: Alistair Popple <apopple@xxxxxxxxxx>
Re: [RFC 01/10] mm/gup.c: Remove redundant check for PCI P2PDMA page
From
: Alistair Popple <apopple@xxxxxxxxxx>
Re: [RFC 09/10] mm/khugepage.c: Warn if trying to scan devmap pmd
From
: Alistair Popple <apopple@xxxxxxxxxx>
Re: [RFC 02/10] mm/hmm: Remove dead check for HugeTLB and FS DAX
From
: Alistair Popple <apopple@xxxxxxxxxx>
Re: [PATCH 3/3] xfs: only iget the file once when doing vectored scrub-by-handle
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: A bug was found in Linux Kernel 5.15.148 and 5.15.150: KASAN: use-after-free in xfs_allocbt_init_key_from_rec (with POC)
From
: Eric Sandeen <sandeen@xxxxxxxxxxx>
Re: [RFC 00/10] fs/dax: Fix FS DAX page reference counts
From
: Dan Williams <dan.j.williams@xxxxxxxxx>
Re: [RFC 00/10] fs/dax: Fix FS DAX page reference counts
From
: Jason Gunthorpe <jgg@xxxxxxxxxx>
Re: [RFC 00/10] fs/dax: Fix FS DAX page reference counts
From
: Dan Williams <dan.j.williams@xxxxxxxxx>
Re: [PATCH] xfs: replace deprecated strncpy with strscpy_pad
From
: Kees Cook <keescook@xxxxxxxxxxxx>
Re: [RFC 07/10] mm: Allow compound zone device pages
From
: Matthew Wilcox <willy@xxxxxxxxxxxxx>
Re: [PATCH 3/3] xfs: only iget the file once when doing vectored scrub-by-handle
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [RFC 01/10] mm/gup.c: Remove redundant check for PCI P2PDMA page
From
: David Hildenbrand <david@xxxxxxxxxx>
Re: [RFC 09/10] mm/khugepage.c: Warn if trying to scan devmap pmd
From
: David Hildenbrand <david@xxxxxxxxxx>
Re: [RFC 02/10] mm/hmm: Remove dead check for HugeTLB and FS DAX
From
: Peter Xu <peterx@xxxxxxxxxx>
Re: [RFC 01/10] mm/gup.c: Remove redundant check for PCI P2PDMA page
From
: Jason Gunthorpe <jgg@xxxxxxxxxx>
Re: [RFC 10/10] mm: Remove pXX_devmap
From
: Jason Gunthorpe <jgg@xxxxxxxxxx>
Re: [RFC 07/10] mm: Allow compound zone device pages
From
: Jason Gunthorpe <jgg@xxxxxxxxxx>
Re: [RFC 03/10] pci/p2pdma: Don't initialise page refcount to one
From
: Jason Gunthorpe <jgg@xxxxxxxxxx>
Re: [RFC 02/10] mm/hmm: Remove dead check for HugeTLB and FS DAX
From
: Jason Gunthorpe <jgg@xxxxxxxxxx>
Re: [PATCH 3/3] xfs: only iget the file once when doing vectored scrub-by-handle
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 3/3] xfs: only iget the file once when doing vectored scrub-by-handle
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 3/3] xfs: only iget the file once when doing vectored scrub-by-handle
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 3/3] xfs: only iget the file once when doing vectored scrub-by-handle
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 01/14] xfs: add xattr setname and removename functions for internal users
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH v30.2.1 15/14] xfs: capture inode generation numbers in the ondisk exchmaps log item
From
: Christoph Hellwig <hch@xxxxxx>
Re: [PATCH 3/3] xfs: only iget the file once when doing vectored scrub-by-handle
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 2/3] xfs: introduce vectored scrub mode
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 01/14] xfs: add xattr setname and removename functions for internal users
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 3/4] xfs: rename xfs_da_args.attr_flags
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH v30.2.1 15/14] xfs: capture inode generation numbers in the ondisk exchmaps log item
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 3/3] xfs: only iget the file once when doing vectored scrub-by-handle
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 2/3] xfs: introduce vectored scrub mode
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 11/32] xfs: log parent pointer xattr replace operations
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 01/14] xfs: add xattr setname and removename functions for internal users
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 23/32] xfs: Filter XFS_ATTR_PARENT for getfattr
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 07/32] xfs: allow xattr matching on name and value for local/sf attrs
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 3/4] xfs: rename xfs_da_args.attr_flags
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 14/32] xfs: add parent pointer validator functions
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 15/14] xfs: capture inode generation numbers in the ondisk exchmaps log item
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 3/3] xfs: only iget the file once when doing vectored scrub-by-handle
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 2/3] xfs: introduce vectored scrub mode
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[RFC 10/10] mm: Remove pXX_devmap
From
: Alistair Popple <apopple@xxxxxxxxxx>
[RFC 09/10] mm/khugepage.c: Warn if trying to scan devmap pmd
From
: Alistair Popple <apopple@xxxxxxxxxx>
[RFC 08/10] fs/dax: Properly refcount fs dax pages
From
: Alistair Popple <apopple@xxxxxxxxxx>
[RFC 07/10] mm: Allow compound zone device pages
From
: Alistair Popple <apopple@xxxxxxxxxx>
[RFC 06/10] fs/dax: Add dax_page_free callback
From
: Alistair Popple <apopple@xxxxxxxxxx>
[RFC 05/10] fs/dax: Refactor wait for dax idle page
From
: Alistair Popple <apopple@xxxxxxxxxx>
[RFC 04/10] fs/dax: Don't track page mapping/index
From
: Alistair Popple <apopple@xxxxxxxxxx>
[RFC 03/10] pci/p2pdma: Don't initialise page refcount to one
From
: Alistair Popple <apopple@xxxxxxxxxx>
[RFC 02/10] mm/hmm: Remove dead check for HugeTLB and FS DAX
From
: Alistair Popple <apopple@xxxxxxxxxx>
[RFC 01/10] mm/gup.c: Remove redundant check for PCI P2PDMA page
From
: Alistair Popple <apopple@xxxxxxxxxx>
[RFC 00/10] fs/dax: Fix FS DAX page reference counts
From
: Alistair Popple <apopple@xxxxxxxxxx>
Re: [PATCH 3/4] xfs: rename xfs_da_args.attr_flags
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 27/32] xfs: Add parent pointer ioctls
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 11/32] xfs: log parent pointer xattr replace operations
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 1/3] xfs: reduce the rate of cond_resched calls inside scrub
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 01/14] xfs: add xattr setname and removename functions for internal users
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 32/32] xfs: enable parent pointers
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 29/32] xfs: Add the parent pointer support to the superblock version 5.
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 26/32] xfs: split out handle management helpers a bit
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 23/32] xfs: Filter XFS_ATTR_PARENT for getfattr
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 17/32] xfs: parent pointer attribute creation
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 16/32] xfs: create a hashname function for parent pointers
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 08/32] xfs: allow logged xattr operations if parent pointers are enabled
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 07/32] xfs: allow xattr matching on name and value for local/sf attrs
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 05/12] xfs: fix missing check for invalid attr flags
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 01/12] xfs: attr fork iext must be loaded before calling xfs_attr_is_leaf
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 4/4] xfs: rearrange xfs_da_args a bit to use less space
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 3/4] xfs: rename xfs_da_args.attr_flags
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH] xfs: replace deprecated strncpy with strscpy_pad
From
: Justin Stitt <justinstitt@xxxxxxxxxx>
[PATCH v2] xfs: replace deprecated strncpy with memtostr_pad
From
: Justin Stitt <justinstitt@xxxxxxxxxx>
[PATCH v2] xfs: xattr: replace strncpy and check for truncation
From
: Justin Stitt <justinstitt@xxxxxxxxxx>
Re: fix kernels without v5 support
From
: Zorro Lang <zlang@xxxxxxxxxx>
Re: [PATCH 14/32] xfs: add parent pointer validator functions
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 15/14] xfs: capture inode generation numbers in the ondisk exchmaps log item
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH RFC 0/3] xfs: nodataio mount option to skip data I/O
From
: Kent Overstreet <kent.overstreet@xxxxxxxxx>
Re: fix kernels without v5 support
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 6/6] xfs: don't run tests that require v4 file systems when not supported
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: fix kernels without v5 support
From
: Christoph Hellwig <hch@xxxxxx>
Re: fix kernels without v5 support
From
: Christoph Hellwig <hch@xxxxxx>
Re: fix kernels without v5 support
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 3/3] xfs: only iget the file once when doing vectored scrub-by-handle
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 2/3] xfs: introduce vectored scrub mode
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 1/3] xfs: reduce the rate of cond_resched calls inside scrub
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: fix kernels without v5 support
From
: Zorro Lang <zlang@xxxxxxxxxx>
[PATCH RFC 2/3] iomap: add nosubmit flag to skip data I/O on iomap mapping
From
: Brian Foster <bfoster@xxxxxxxxxx>
[PATCH RFC 1/3] iomap: factor out a bio submission helper
From
: Brian Foster <bfoster@xxxxxxxxxx>
[PATCH RFC 3/3] xfs: add nodataio mount option to skip all data I/O
From
: Brian Foster <bfoster@xxxxxxxxxx>
[PATCH RFC 0/3] xfs: nodataio mount option to skip data I/O
From
: Brian Foster <bfoster@xxxxxxxxxx>
[syzbot] [xfs?] KASAN: slab-use-after-free Read in xfs_inode_item_push
From
: syzbot <syzbot+1a28995e12fd13faa44e@xxxxxxxxxxxxxxxxxxxxxxxxx>
Re: [PATCH 0/5] xfs: allocation alignment for forced alignment
From
: John Garry <john.g.garry@xxxxxxxxxx>
Re: [PATCH 4/4] xfs: fix corruptions in the directory tree
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 3/4] xfs: report directory tree corruption in the health information
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 2/4] xfs: invalidate dirloop scrub path data when concurrent updates happen
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 1/4] xfs: teach online scrub to find directory tree structure problems
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 14/14] xfs: inode repair should ensure there's an attr fork to store parent pointers
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 12/14] xfs: adapt the orphanage code to handle parent pointers
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 13/14] xfs: repair link count of nondirectories after rebuilding parent pointers
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 11/14] xfs: actually rebuild the parent pointer xattrs
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 10/14] xfs: add a per-leaf block callback to xchk_xattr_walk
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 09/14] xfs: split xfs_bmap_add_attrfork into two pieces
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 08/14] xfs: remove pointless unlocked assertion
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 07/14] xfs: implement live updates for parent pointer repairs
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 06/14] xfs: repair directory parent pointers by scanning for dirents
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 05/14] xfs: replay unlocked parent pointer updates that accrue during xattr repair
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 04/14] xfs: implement live updates for directory repairs
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 03/14] xfs: repair directories by scanning directory parent pointers
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 02/14] xfs: add raw parent pointer apis to support repair
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 01/14] xfs: add xattr setname and removename functions for internal users
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 7/7] xfs: salvage parent pointers when rebuilding xattr structures
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 6/7] xfs: check parent pointer xattrs when scrubbing
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 5/7] xfs: walk directory parent pointers to determine backref count
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 4/7] xfs: deferred scrub of parent pointers
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 3/7] xfs: scrub parent pointers
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 2/7] xfs: deferred scrub of dirents
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 1/7] xfs: check dirents have parent pointers
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 32/32] xfs: enable parent pointers
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 31/32] xfs: drop compatibility minimum log size computations for reflink
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 30/32] xfs: fix unit conversion error in xfs_log_calc_max_attrsetm_res
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 29/32] xfs: Add the parent pointer support to the superblock version 5.
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 28/32] xfs: don't remove the attr fork when parent pointers are enabled
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 27/32] xfs: Add parent pointer ioctls
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 26/32] xfs: split out handle management helpers a bit
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 25/32] xfs: move handle ioctl code to xfs_handle.c
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 24/32] xfs: pass the attr value to put_listent when possible
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 23/32] xfs: Filter XFS_ATTR_PARENT for getfattr
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 22/32] xfs: Add parent pointers to xfs_cross_rename
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 21/32] xfs: Add parent pointers to rename
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 20/32] xfs: remove parent pointers in unlink
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 19/32] xfs: add parent attributes to symlink
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 18/32] xfs: add parent attributes to link
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 17/32] xfs: parent pointer attribute creation
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 16/32] xfs: create a hashname function for parent pointers
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 15/32] xfs: extend transaction reservations for parent attributes
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 14/32] xfs: add parent pointer validator functions
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 13/32] xfs: Expose init_xattrs in xfs_create_tmpfile
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 12/32] xfs: record inode generation in xattr update log intent items
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 11/32] xfs: log parent pointer xattr replace operations
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 09/32] xfs: log parent pointer xattr removal operations
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 08/32] xfs: allow logged xattr operations if parent pointers are enabled
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 07/32] xfs: allow xattr matching on name and value for local/sf attrs
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 06/32] xfs: define parent pointer ondisk extended attribute format
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 05/32] xfs: add parent pointer support to attribute code
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 04/32] xfs: create a separate hashname function for extended attributes
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 03/32] xfs: move xfs_attr_defer_add to xfs_attr_item.c
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 01/32] xfs: rearrange xfs_attr_match parameters
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 12/12] xfs: enforce one namespace per attribute
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 11/12] xfs: refactor name/length checks in xfs_attri_validate
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 10/12] xfs: use local variables for name and value length in _attri_commit_pass2
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 09/12] xfs: always set args->value in xfs_attri_item_recover
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 08/12] xfs: validate recovered name buffers when recovering xattr items
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 07/12] xfs: use helpers to extract xattr op from opflags
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 06/12] xfs: restructure xfs_attr_complete_op a bit
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 05/12] xfs: fix missing check for invalid attr flags
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 04/12] xfs: check opcode and iovec count match in xlog_recover_attri_commit_pass2
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 03/12] xfs: use an XFS_OPSTATE_ flag for detecting if logged xattrs are available
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 02/12] xfs: require XFS_SB_FEAT_INCOMPAT_LOG_XATTRS for attr log intent item recovery
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 01/12] xfs: attr fork iext must be loaded before calling xfs_attr_is_leaf
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 4/4] xfs: rearrange xfs_da_args a bit to use less space
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 3/4] xfs: rename xfs_da_args.attr_flags
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 2/4] xfs: remove XFS_DA_OP_NOTIME
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 1/4] xfs: remove XFS_DA_OP_REMOVE
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 7/7] xfs: unlock new repair tempfiles after creation
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 6/7] xfs: don't pick up IOLOCK during rmapbt repair scan
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 5/7] xfs: Hold inode locks in xfs_rename
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 4/7] xfs: Hold inode locks in xfs_trans_alloc_dir
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 3/7] xfs: Hold inode locks in xfs_ialloc
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 2/7] xfs: Increase XFS_QM_TRANS_MAXDQS to 5
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 1/7] xfs: Increase XFS_DEFER_OPS_NR_INODES to 5
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 4/4] docs: describe xfs directory tree online fsck
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 3/4] docs: update offline parent pointer repair strategy
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 2/4] docs: update online directory and parent pointer repair sections
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 1/4] docs: update the parent pointers documentation to the final version
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 6/6] xfs: don't run tests that require v4 file systems when not supported
From
: Christoph Hellwig <hch@xxxxxx>
Re: [PATCH 4/6] xfs/263: remove the nocrc sub-test
From
: Christoph Hellwig <hch@xxxxxx>
Re: [PATCH 8/8] xfs: do not allocate the entire delalloc extent in xfs_bmapi_write
From
: Christoph Hellwig <hch@xxxxxx>
Re: [PATCH 7/8] xfs: fix xfs_bmap_add_extent_delay_real for partial conversions
From
: Christoph Hellwig <hch@xxxxxx>
Re: [PATCH 5/8] xfs: pass the actual offset and len to allocate to xfs_bmapi_allocate
From
: Christoph Hellwig <hch@xxxxxx>
Re: [PATCH 1/8] xfs: fix error returns from xfs_bmapi_write
From
: Christoph Hellwig <hch@xxxxxx>
Re: [PATCH 15/14] xfs: capture inode generation numbers in the ondisk exchmaps log item
From
: Christoph Hellwig <hch@xxxxxx>
[PATCH 3/3] xfs: only iget the file once when doing vectored scrub-by-handle
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/3] xfs: introduce vectored scrub mode
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/3] xfs: reduce the rate of cond_resched calls inside scrub
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 4/4] xfs: fix corruptions in the directory tree
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 3/4] xfs: report directory tree corruption in the health information
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/4] xfs: invalidate dirloop scrub path data when concurrent updates happen
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/4] xfs: teach online scrub to find directory tree structure problems
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 14/14] xfs: inode repair should ensure there's an attr fork to store parent pointers
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 13/14] xfs: repair link count of nondirectories after rebuilding parent pointers
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 12/14] xfs: adapt the orphanage code to handle parent pointers
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 11/14] xfs: actually rebuild the parent pointer xattrs
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 10/14] xfs: add a per-leaf block callback to xchk_xattr_walk
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 09/14] xfs: split xfs_bmap_add_attrfork into two pieces
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 08/14] xfs: remove pointless unlocked assertion
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 07/14] xfs: implement live updates for parent pointer repairs
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 06/14] xfs: repair directory parent pointers by scanning for dirents
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 05/14] xfs: replay unlocked parent pointer updates that accrue during xattr repair
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 04/14] xfs: implement live updates for directory repairs
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 03/14] xfs: repair directories by scanning directory parent pointers
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 02/14] xfs: add raw parent pointer apis to support repair
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 01/14] xfs: add xattr setname and removename functions for internal users
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 7/7] xfs: salvage parent pointers when rebuilding xattr structures
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 6/7] xfs: check parent pointer xattrs when scrubbing
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 5/7] xfs: walk directory parent pointers to determine backref count
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 4/7] xfs: deferred scrub of parent pointers
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 3/7] xfs: scrub parent pointers
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/7] xfs: deferred scrub of dirents
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/7] xfs: check dirents have parent pointers
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 32/32] xfs: enable parent pointers
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 31/32] xfs: drop compatibility minimum log size computations for reflink
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 30/32] xfs: fix unit conversion error in xfs_log_calc_max_attrsetm_res
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 29/32] xfs: Add the parent pointer support to the superblock version 5.
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 28/32] xfs: don't remove the attr fork when parent pointers are enabled
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 27/32] xfs: Add parent pointer ioctls
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 26/32] xfs: split out handle management helpers a bit
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 25/32] xfs: move handle ioctl code to xfs_handle.c
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 24/32] xfs: pass the attr value to put_listent when possible
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 23/32] xfs: Filter XFS_ATTR_PARENT for getfattr
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 22/32] xfs: Add parent pointers to xfs_cross_rename
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 21/32] xfs: Add parent pointers to rename
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 20/32] xfs: remove parent pointers in unlink
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 19/32] xfs: add parent attributes to symlink
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 18/32] xfs: add parent attributes to link
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 17/32] xfs: parent pointer attribute creation
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 16/32] xfs: create a hashname function for parent pointers
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 15/32] xfs: extend transaction reservations for parent attributes
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 14/32] xfs: add parent pointer validator functions
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 13/32] xfs: Expose init_xattrs in xfs_create_tmpfile
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 12/32] xfs: record inode generation in xattr update log intent items
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 11/32] xfs: log parent pointer xattr replace operations
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 10/32] xfs: log parent pointer xattr setting operations
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 09/32] xfs: log parent pointer xattr removal operations
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 08/32] xfs: allow logged xattr operations if parent pointers are enabled
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 07/32] xfs: allow xattr matching on name and value for local/sf attrs
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 06/32] xfs: define parent pointer ondisk extended attribute format
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 05/32] xfs: add parent pointer support to attribute code
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 04/32] xfs: create a separate hashname function for extended attributes
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 03/32] xfs: move xfs_attr_defer_add to xfs_attr_item.c
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 02/32] xfs: check the flags earlier in xfs_attr_match
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 01/32] xfs: rearrange xfs_attr_match parameters
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 12/12] xfs: enforce one namespace per attribute
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 11/12] xfs: refactor name/length checks in xfs_attri_validate
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 10/12] xfs: use local variables for name and value length in _attri_commit_pass2
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 09/12] xfs: always set args->value in xfs_attri_item_recover
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 08/12] xfs: validate recovered name buffers when recovering xattr items
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 07/12] xfs: use helpers to extract xattr op from opflags
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 06/12] xfs: restructure xfs_attr_complete_op a bit
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 05/12] xfs: fix missing check for invalid attr flags
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 04/12] xfs: check opcode and iovec count match in xlog_recover_attri_commit_pass2
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 03/12] xfs: use an XFS_OPSTATE_ flag for detecting if logged xattrs are available
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 02/12] xfs: require XFS_SB_FEAT_INCOMPAT_LOG_XATTRS for attr log intent item recovery
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 01/12] xfs: attr fork iext must be loaded before calling xfs_attr_is_leaf
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 4/4] xfs: rearrange xfs_da_args a bit to use less space
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 3/4] xfs: rename xfs_da_args.attr_flags
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/4] xfs: remove XFS_DA_OP_REMOVE
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/4] xfs: remove XFS_DA_OP_NOTIME
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 7/7] xfs: unlock new repair tempfiles after creation
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 6/7] xfs: don't pick up IOLOCK during rmapbt repair scan
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 5/7] xfs: Hold inode locks in xfs_rename
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 4/7] xfs: Hold inode locks in xfs_trans_alloc_dir
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 3/7] xfs: Hold inode locks in xfs_ialloc
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/7] xfs: Increase XFS_QM_TRANS_MAXDQS to 5
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/7] xfs: Increase XFS_DEFER_OPS_NR_INODES to 5
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 4/4] docs: describe xfs directory tree online fsck
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 3/4] docs: update offline parent pointer repair strategy
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/4] docs: update online directory and parent pointer repair sections
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/4] docs: update the parent pointers documentation to the final version
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCHSET v13.1 9/9] xfs: vectorize scrub kernel calls
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCHSET v13.1 8/9] xfs: detect and correct directory tree problems
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCHSET v13.1 7/9] xfs: online repair for parent pointers
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCHSET v13.1 6/9] xfs: scrubbing for parent pointers
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCHSET v13.1 5/9] xfs: Parent Pointers
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCHSET v13.1 4/9] xfs: improve extended attribute validation
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCHSET v13.1 3/9] xfs: shrink struct xfs_da_args
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCHSET v13.1 2/9] xfs: retain ILOCK during directory updates
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCHSET v13.1 1/9] xfs: design documentation for online fsck, part 2
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH] xfs: xattr: replace strncpy and check for truncation
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCHBOMB v13.1] xfs: directory parent pointers
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH] xfs: xattr: replace strncpy and check for truncation
From
: Justin Stitt <justinstitt@xxxxxxxxxx>
Re: [PATCH] xfs: xattr: replace strncpy and check for truncation
From
: Justin Stitt <justinstitt@xxxxxxxxxx>
[PATCH 15/14] xfs: capture inode generation numbers in the ondisk exchmaps log item
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 5/8] xfs: pass the actual offset and len to allocate to xfs_bmapi_allocate
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 1/8] xfs: fix error returns from xfs_bmapi_write
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 2/8] xfs: remove the unusued tmp_logflags variable in xfs_bmapi_allocate
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 3/8] xfs: lifr a xfs_valid_startblock into xfs_bmapi_allocate
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 4/8] xfs: don't open code XFS_FILBLKS_MIN in xfs_bmapi_write
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 6/8] xfs: remove the xfs_iext_peek_prev_extent call in xfs_bmapi_allocate
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 7/8] xfs: fix xfs_bmap_add_extent_delay_real for partial conversions
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 8/8] xfs: do not allocate the entire delalloc extent in xfs_bmapi_write
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 2/2] xfs: only add log incompat features with explicit permission
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 2/3] xfs: fix an AGI lock acquisition ordering problem in xrep_dinode_findmode
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [syzbot] [ext4?] [jffs2?] [xfs?] kernel BUG in unrefer_xattr_datum
From
: Dave Chinner <david@xxxxxxxxxxxxx>
Re: [PATCH 03/15] xfs: create a log incompat flag for atomic file mapping exchanges
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 5/7] xfs: hoist multi-fsb allocation unit detection to a helper
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH] xfs: replace deprecated strncpy with strscpy_pad
From
: Kees Cook <keescook@xxxxxxxxxxxx>
Re: [PATCH 3/6] xfs/078: remove the 512 byte block size sub-case
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 2/6] remove xfs/096
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 4/6] xfs/263: remove the nocrc sub-test
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 6/6] xfs: don't run tests that require v4 file systems when not supported
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 5/6] xfs/522: use reflink instead of crc as test feature
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 1/6] xfs: remove support for tools and kernels with v5 support
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 06/14] xfs: bind together the front and back ends of the file range exchange code
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 03/14] xfs: create a incompat flag for atomic file mapping exchanges
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH] xfs: xattr: replace strncpy and check for truncation
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
[syzbot] [ext4?] [jffs2?] [xfs?] kernel BUG in unrefer_xattr_datum
From
: syzbot <syzbot+b417f0468b73945887f0@xxxxxxxxxxxxxxxxxxxxxxxxx>
[PATCH 14/14] xfs: enable logged file mapping exchange feature
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 13/14] docs: update swapext -> exchmaps language
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 12/14] xfs: support non-power-of-two rtextsize with exchange-range
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 11/14] xfs: make file range exchange support realtime files
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 10/14] xfs: condense symbolic links after a mapping exchange operation
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 09/14] xfs: condense directories after a mapping exchange operation
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 08/14] xfs: condense extended attributes after a mapping exchange operation
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 07/14] xfs: add error injection to test file mapping exchange recovery
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 06/14] xfs: bind together the front and back ends of the file range exchange code
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 05/14] xfs: create deferred log items for file mapping exchanges
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 04/14] xfs: introduce a file mapping exchange log intent item
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 03/14] xfs: create a incompat flag for atomic file mapping exchanges
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 02/14] xfs: introduce new file range exchange ioctl
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 01/14] vfs: export remap and write check helpers
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCHSET v30.2] xfs: atomic file content exchanges
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 04/15] xfs: introduce a file mapping exchange log intent item
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 04/15] xfs: introduce a file mapping exchange log intent item
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: fix kernels without v5 support
From
: Zorro Lang <zlang@xxxxxxxxxx>
Re: [PATCH 1/6] xfs: remove support for tools and kernels with v5 support
From
: Christoph Hellwig <hch@xxxxxx>
RFC: extended version of the xfs_bmapi_write retval fix
From
: Christoph Hellwig <hch@xxxxxx>
Re: [PATCH 1/6] xfs: remove support for tools and kernels with v5 support
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
[PATCH 1/8] xfs: fix error returns from xfs_bmapi_write
From
: Christoph Hellwig <hch@xxxxxx>
Re: fix kernels without v5 support
From
: Christoph Hellwig <hch@xxxxxx>
Re: fix kernels without v5 support
From
: Zorro Lang <zlang@xxxxxxxxxx>
[PATCH 8/8] xfs: do not allocate the entire delalloc extent in xfs_bmapi_write
From
: Christoph Hellwig <hch@xxxxxx>
[PATCH 7/8] xfs: fix xfs_bmap_add_extent_delay_real for partial conversions
From
: Christoph Hellwig <hch@xxxxxx>
[PATCH 6/8] xfs: remove the xfs_iext_peek_prev_extent call in xfs_bmapi_allocate
From
: Christoph Hellwig <hch@xxxxxx>
[PATCH 5/8] xfs: pass the actual offset and len to allocate to xfs_bmapi_allocate
From
: Christoph Hellwig <hch@xxxxxx>
[PATCH 4/8] xfs: don't open code XFS_FILBLKS_MIN in xfs_bmapi_write
From
: Christoph Hellwig <hch@xxxxxx>
[PATCH 3/8] xfs: lifr a xfs_valid_startblock into xfs_bmapi_allocate
From
: Christoph Hellwig <hch@xxxxxx>
[PATCH 2/8] xfs: remove the unusued tmp_logflags variable in xfs_bmapi_allocate
From
: Christoph Hellwig <hch@xxxxxx>
[PATCH 5/6] xfs/522: use reflink instead of crc as test feature
From
: Christoph Hellwig <hch@xxxxxx>
[PATCH 6/6] xfs: don't run tests that require v4 file systems when not supported
From
: Christoph Hellwig <hch@xxxxxx>
[PATCH 4/6] xfs/263: remove the nocrc sub-test
From
: Christoph Hellwig <hch@xxxxxx>
[PATCH 3/6] xfs/078: remove the 512 byte block size sub-case
From
: Christoph Hellwig <hch@xxxxxx>
[PATCH 2/6] remove xfs/096
From
: Christoph Hellwig <hch@xxxxxx>
[PATCH 1/6] xfs: remove support for tools and kernels with v5 support
From
: Christoph Hellwig <hch@xxxxxx>
fix kernels without v5 support
From
: Christoph Hellwig <hch@xxxxxx>
Re: [linus:master] [fs] 541d4c798a: BUG:KCSAN:data-race_in_atime_needs_update/inode_update_timestamps
From
: Jeff Layton <jlayton@xxxxxxxxxx>
[linus:master] [fs] 541d4c798a: BUG:KCSAN:data-race_in_atime_needs_update/inode_update_timestamps
From
: kernel test robot <oliver.sang@xxxxxxxxx>
Re: [PATCH 06/15] xfs: bind together the front and back ends of the file range exchange code
From
: Dave Chinner <david@xxxxxxxxxxxxx>
Re: [PATCH 04/15] xfs: introduce a file mapping exchange log intent item
From
: Dave Chinner <david@xxxxxxxxxxxxx>
Re: [PATCH 03/15] xfs: create a log incompat flag for atomic file mapping exchanges
From
: Dave Chinner <david@xxxxxxxxxxxxx>
Re: [PATCH 5/7] xfs: hoist multi-fsb allocation unit detection to a helper
From
: Dave Chinner <david@xxxxxxxxxxxxx>
Re: [PATCH 2/2] xfs: only add log incompat features with explicit permission
From
: Dave Chinner <david@xxxxxxxxxxxxx>
Re: [PATCH 1/2] xfs: only clear log incompat flags at clean unmount
From
: Dave Chinner <david@xxxxxxxxxxxxx>
Re: [PATCH 2/3] xfs: fix an AGI lock acquisition ordering problem in xrep_dinode_findmode
From
: Dave Chinner <david@xxxxxxxxxxxxx>
Re: [GIT PULL] xfs: bug fixes for 6.9
From
: pr-tracker-bot@xxxxxxxxxx
[GIT PULL] xfs: bug fixes for 6.9
From
: Chandan Babu R <chandanbabu@xxxxxxxxxx>
Re: [PATCH v2] xfs: allow cross-linking special files without project quota
From
: Andrey Albershteyn <aalbersh@xxxxxxxxxx>
[PATCH] xfs: replace deprecated strncpy with strscpy_pad
From
: Justin Stitt <justinstitt@xxxxxxxxxx>
[PATCH] xfs: xattr: replace strncpy and check for truncation
From
: Justin Stitt <justinstitt@xxxxxxxxxx>
Re: [PATCH] xfs: fix error returns from xfs_bmapi_write
From
: Christoph Hellwig <hch@xxxxxx>
Re: [PATCH 6.1 0/6] backport xfs fix patches reported by xfs/179/270/557/606
From
: Leah Rumancik <leah.rumancik@xxxxxxxxx>
Re: [PATCH 2/3] xfs: fix an AGI lock acquisition ordering problem in xrep_dinode_findmode
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 1/3] xfs: move more logic into xfs_extent_busy_clear_one
From
: Christoph Hellwig <hch@xxxxxx>
Re: [PATCH] xfs: fix error returns from xfs_bmapi_write
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 2/3] xfs: unwind xfs_extent_busy_clear
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 1/3] xfs: move more logic into xfs_extent_busy_clear_one
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 3/3] xfs: remove the unused xfs_extent_busy_enomem trace event
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 2/3] xfs: fix an AGI lock acquisition ordering problem in xrep_dinode_findmode
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 1/3] xfs: pass xfs_buf lookup flags to xfs_*read_agi
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 6.1 0/6] backport xfs fix patches reported by xfs/179/270/557/606
From
: Amir Goldstein <amir73il@xxxxxxxxx>
[PATCH 2/3] xfs: unwind xfs_extent_busy_clear
From
: Christoph Hellwig <hch@xxxxxx>
[PATCH 3/3] xfs: remove the unused xfs_extent_busy_enomem trace event
From
: Christoph Hellwig <hch@xxxxxx>
[PATCH 1/3] xfs: move more logic into xfs_extent_busy_clear_one
From
: Christoph Hellwig <hch@xxxxxx>
spring cleaning for xfs_extent_busy_clear
From
: Christoph Hellwig <hch@xxxxxx>
[PATCH] xfs: fix error returns from xfs_bmapi_write
From
: Christoph Hellwig <hch@xxxxxx>
Re: [PATCH 4/3] xfs: fix error bailout in xrep_abt_build_new_trees
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
[PATCH 4/3] xfs: fix error bailout in xrep_abt_build_new_trees
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 14/29] xfs: create a per-mount shrinker for verity inodes merkle tree blocks
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
Re: [PATCH 12/13] fsverity: remove system-wide workqueue
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
Re: [PATCH 11/13] fsverity: report validation errors back to the filesystem
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
Re: [PATCH 10/13] fsverity: pass the zero-hash value to the implementation
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
Re: [PATCH 09/13] fsverity: box up the write_merkle_tree_block parameters too
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
Re: [PATCH 08/13] fsverity: expose merkle tree geometry to callers
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
Re: [PATCH 07/13] fsverity: pass the new tree size and block size to ->begin_enable_verity
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
Re: [PATCH 06/13] fsverity: send the level of the merkle tree block to ->read_merkle_tree_block
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
Re: [PATCH 04/13] fsverity: add per-sb workqueue for post read processing
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
Re: [PATCH 03/13] fsverity: support block-based Merkle tree caching
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
Re: [PATCH v30.2 1/1] xfs: fix severe performance problems when fstrimming a subset of an AG
From
: Dave Chinner <david@xxxxxxxxxxxxx>
Re: [bug report] xfs: repair free space btrees
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 1/5] xfs: only allow minlen allocations when near ENOSPC
From
: John Garry <john.g.garry@xxxxxxxxxx>
[bug report] xfs: repair free space btrees
From
: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
Re: [PATCH 1/5] xfs: only allow minlen allocations when near ENOSPC
From
: Dave Chinner <david@xxxxxxxxxxxxx>
Re: [PATCH 28/29] xfs: allow verity files to be opened even if the fsverity metadata is damaged
From
: Dave Chinner <david@xxxxxxxxxxxxx>
Re: [PATCH 3/4] xfs: handle allocation failure in xfs_dquot_disk_alloc()
From
: Dave Chinner <david@xxxxxxxxxxxxx>
Re: [PATCH 2/4] xfs: xfs_alloc_file_space() fails to detect ENOSPC
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 1/5] xfs: only allow minlen allocations when near ENOSPC
From
: John Garry <john.g.garry@xxxxxxxxxx>
Re: [RFC PATCH 1/1] API: Allow to use xfs filesystems < 300 MB
From
: Petr Vorel <pvorel@xxxxxxx>
Re: [PATCH 3/4] xfs: handle allocation failure in xfs_dquot_disk_alloc()
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 3/3] xfs: online repair of symbolic links
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 2/3] xfs: pass the owner to xfs_symlink_write_target
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 1/3] xfs: expose xfs_bmap_local_to_extents for online repair
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH v30.2 5/5] xfs: ask the dentry cache if it knows the parent of a directory
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 1/3] xfs: simplify extent allocation alignment
From
: John Garry <john.g.garry@xxxxxxxxxx>
Re: [PATCH 1/3] xfs: simplify extent allocation alignment
From
: John Garry <john.g.garry@xxxxxxxxxx>
Re: [PATCH 28/29] xfs: allow verity files to be opened even if the fsverity metadata is damaged
From
: Alexander Larsson <alexl@xxxxxxxxxx>
Re: [PATCH 4/4] xfs: validate block count for XFS_IOC_SET_RESBLKS
From
: Dave Chinner <david@xxxxxxxxxxxxx>
Re: [PATCH 3/4] xfs: handle allocation failure in xfs_dquot_disk_alloc()
From
: Dave Chinner <david@xxxxxxxxxxxxx>
Re: [PATCH 2/4] xfs: xfs_alloc_file_space() fails to detect ENOSPC
From
: Dave Chinner <david@xxxxxxxxxxxxx>
Re: [PATCH 1/4] xfs: use kvmalloc for xattr buffers
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 1/4] xfs: use kvmalloc for xattr buffers
From
: Dave Chinner <david@xxxxxxxxxxxxx>
[PATCH 3/3] xfs: fix potential AGI <-> ILOCK ABBA deadlock in xrep_dinode_findmode_walk_directory
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/3] xfs: fix an AGI lock acquisition ordering problem in xrep_dinode_findmode
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/3] xfs: pass xfs_buf lookup flags to xfs_*read_agi
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCHSET] xfs: bug fixes for 6.9
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 3/3] xfs: online repair of symbolic links
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/3] xfs: pass the owner to xfs_symlink_write_target
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/3] xfs: expose xfs_bmap_local_to_extents for online repair
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCHSET v30.2] xfs: online repair of symbolic links
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH] xfs: cleanup deprecated uses of strncpy
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
[PATCH v30.2 1/1] xfs: fix severe performance problems when fstrimming a subset of an AG
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 3/4] xfs: handle allocation failure in xfs_dquot_disk_alloc()
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH v30.2 5/5] xfs: ask the dentry cache if it knows the parent of a directory
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 3/4] xfs: handle allocation failure in xfs_dquot_disk_alloc()
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 3/4] xfs: handle allocation failure in xfs_dquot_disk_alloc()
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 4/4] xfs: validate block count for XFS_IOC_SET_RESBLKS
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 3/4] xfs: handle allocation failure in xfs_dquot_disk_alloc()
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 2/4] xfs: xfs_alloc_file_space() fails to detect ENOSPC
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 1/4] xfs: use kvmalloc for xattr buffers
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 5/5] xfs: fix sparse warnings about unused interval tree functions
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 3/5] xfs: silence sparse warning when checking version number
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 4/5] xfs: remove unused is_rt_data_fork() function
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 2/5] xfs: fix sparse warning in xfs_extent_busy_clear
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH] xfs: cleanup deprecated uses of strncpy
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 2/5] xfs: fix sparse warning in xfs_extent_busy_clear
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 3/5] xfs: silence sparse warning when checking version number
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 4/5] xfs: remove unused is_rt_data_fork() function
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 5/5] xfs: fix sparse warnings about unused interval tree functions
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 1/5] xfs: fix CIL sparse lock context warnings
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 4/4] xfs: validate block count for XFS_IOC_SET_RESBLKS
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 3/4] xfs: handle allocation failure in xfs_dquot_disk_alloc()
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 2/4] xfs: xfs_alloc_file_space() fails to detect ENOSPC
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 1/4] xfs: use kvmalloc for xattr buffers
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 28/29] xfs: allow verity files to be opened even if the fsverity metadata is damaged
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 28/29] xfs: allow verity files to be opened even if the fsverity metadata is damaged
From
: Dave Chinner <david@xxxxxxxxxxxxx>
Re: [PATCH 28/29] xfs: allow verity files to be opened even if the fsverity metadata is damaged
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 28/29] xfs: allow verity files to be opened even if the fsverity metadata is damaged
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 27/29] xfs: make it possible to disable fsverity
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
Re: [PATCH 28/29] xfs: allow verity files to be opened even if the fsverity metadata is damaged
From
: "Colin Walters" <walters@xxxxxxxxxx>
Re: [PATCH 28/29] xfs: allow verity files to be opened even if the fsverity metadata is damaged
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
Re: [PATCH 1/3] xfs: simplify extent allocation alignment
From
: Dave Chinner <david@xxxxxxxxxxxxx>
[PATCH 3/5] xfs: simplify extent allocation alignment
From
: Dave Chinner <david@xxxxxxxxxxxxx>
[PATCH 5/5] xfs: introduce forced allocation alignment
From
: Dave Chinner <david@xxxxxxxxxxxxx>
[PATCH 4/5] xfs: make EOF allocation simpler
From
: Dave Chinner <david@xxxxxxxxxxxxx>
[PATCH 0/5] xfs: allocation alignment for forced alignment
From
: Dave Chinner <david@xxxxxxxxxxxxx>
[PATCH 2/5] xfs: always tail align maxlen allocations
From
: Dave Chinner <david@xxxxxxxxxxxxx>
[PATCH 1/5] xfs: only allow minlen allocations when near ENOSPC
From
: Dave Chinner <david@xxxxxxxxxxxxx>
Re: [PATCH 27/29] xfs: make it possible to disable fsverity
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
Re: [PATCH 28/29] xfs: allow verity files to be opened even if the fsverity metadata is damaged
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[Index of Archives]
[XFS]
[Linux USB Devel]
[Linux SCSI]
[Samba]
[Yosemite News]