Linux XFS
[Prev Page][Next Page]
- [PATCH 5/7] xfs: Hold inode locks in xfs_rename, (continued)
- [PATCHSET v13.1 3/9] xfs: shrink struct xfs_da_args, Darrick J. Wong
- [PATCHSET v13.1 4/9] xfs: improve extended attribute validation, Darrick J. Wong
- [PATCH 01/12] xfs: attr fork iext must be loaded before calling xfs_attr_is_leaf, Darrick J. Wong
- [PATCH 02/12] xfs: require XFS_SB_FEAT_INCOMPAT_LOG_XATTRS for attr log intent item recovery, Darrick J. Wong
- [PATCH 03/12] xfs: use an XFS_OPSTATE_ flag for detecting if logged xattrs are available, Darrick J. Wong
- [PATCH 04/12] xfs: check opcode and iovec count match in xlog_recover_attri_commit_pass2, Darrick J. Wong
- [PATCH 05/12] xfs: fix missing check for invalid attr flags, Darrick J. Wong
- [PATCH 06/12] xfs: restructure xfs_attr_complete_op a bit, Darrick J. Wong
- [PATCH 07/12] xfs: use helpers to extract xattr op from opflags, Darrick J. Wong
- [PATCH 08/12] xfs: validate recovered name buffers when recovering xattr items, Darrick J. Wong
- [PATCH 09/12] xfs: always set args->value in xfs_attri_item_recover, Darrick J. Wong
- [PATCH 10/12] xfs: use local variables for name and value length in _attri_commit_pass2, Darrick J. Wong
- [PATCH 11/12] xfs: refactor name/length checks in xfs_attri_validate, Darrick J. Wong
- [PATCH 12/12] xfs: enforce one namespace per attribute, Darrick J. Wong
- [PATCHSET v13.1 5/9] xfs: Parent Pointers, Darrick J. Wong
- [PATCH 01/32] xfs: rearrange xfs_attr_match parameters, Darrick J. Wong
- [PATCH 02/32] xfs: check the flags earlier in xfs_attr_match, Darrick J. Wong
- [PATCH 03/32] xfs: move xfs_attr_defer_add to xfs_attr_item.c, Darrick J. Wong
- [PATCH 04/32] xfs: create a separate hashname function for extended attributes, Darrick J. Wong
- [PATCH 05/32] xfs: add parent pointer support to attribute code, Darrick J. Wong
- [PATCH 06/32] xfs: define parent pointer ondisk extended attribute format, Darrick J. Wong
- [PATCH 07/32] xfs: allow xattr matching on name and value for local/sf attrs, Darrick J. Wong
- [PATCH 08/32] xfs: allow logged xattr operations if parent pointers are enabled, Darrick J. Wong
- [PATCH 09/32] xfs: log parent pointer xattr removal operations, Darrick J. Wong
- [PATCH 10/32] xfs: log parent pointer xattr setting operations, Darrick J. Wong
- [PATCH 11/32] xfs: log parent pointer xattr replace operations, Darrick J. Wong
- [PATCH 12/32] xfs: record inode generation in xattr update log intent items, Darrick J. Wong
- [PATCH 13/32] xfs: Expose init_xattrs in xfs_create_tmpfile, Darrick J. Wong
- [PATCH 14/32] xfs: add parent pointer validator functions, Darrick J. Wong
- [PATCH 15/32] xfs: extend transaction reservations for parent attributes, Darrick J. Wong
- [PATCH 16/32] xfs: create a hashname function for parent pointers, Darrick J. Wong
- [PATCH 17/32] xfs: parent pointer attribute creation, Darrick J. Wong
- [PATCH 18/32] xfs: add parent attributes to link, Darrick J. Wong
- [PATCH 19/32] xfs: add parent attributes to symlink, Darrick J. Wong
- [PATCH 20/32] xfs: remove parent pointers in unlink, Darrick J. Wong
- [PATCH 21/32] xfs: Add parent pointers to rename, Darrick J. Wong
- [PATCH 22/32] xfs: Add parent pointers to xfs_cross_rename, Darrick J. Wong
- [PATCH 23/32] xfs: Filter XFS_ATTR_PARENT for getfattr, Darrick J. Wong
- [PATCH 24/32] xfs: pass the attr value to put_listent when possible, Darrick J. Wong
- [PATCH 25/32] xfs: move handle ioctl code to xfs_handle.c, Darrick J. Wong
- [PATCH 26/32] xfs: split out handle management helpers a bit, Darrick J. Wong
- [PATCH 27/32] xfs: Add parent pointer ioctls, Darrick J. Wong
- [PATCH 28/32] xfs: don't remove the attr fork when parent pointers are enabled, Darrick J. Wong
- [PATCH 29/32] xfs: Add the parent pointer support to the superblock version 5., Darrick J. Wong
- [PATCH 30/32] xfs: fix unit conversion error in xfs_log_calc_max_attrsetm_res, Darrick J. Wong
- [PATCH 31/32] xfs: drop compatibility minimum log size computations for reflink, Darrick J. Wong
- [PATCH 32/32] xfs: enable parent pointers, Darrick J. Wong
- [PATCHSET v13.1 6/9] xfs: scrubbing for parent pointers, Darrick J. Wong
- [PATCHSET v13.1 7/9] xfs: online repair for parent pointers, Darrick J. Wong
- [PATCH 01/14] xfs: add xattr setname and removename functions for internal users, Darrick J. Wong
- [PATCH 02/14] xfs: add raw parent pointer apis to support repair, Darrick J. Wong
- [PATCH 03/14] xfs: repair directories by scanning directory parent pointers, Darrick J. Wong
- [PATCH 04/14] xfs: implement live updates for directory repairs, Darrick J. Wong
- [PATCH 05/14] xfs: replay unlocked parent pointer updates that accrue during xattr repair, Darrick J. Wong
- [PATCH 06/14] xfs: repair directory parent pointers by scanning for dirents, Darrick J. Wong
- [PATCH 07/14] xfs: implement live updates for parent pointer repairs, Darrick J. Wong
- [PATCH 08/14] xfs: remove pointless unlocked assertion, Darrick J. Wong
- [PATCH 09/14] xfs: split xfs_bmap_add_attrfork into two pieces, Darrick J. Wong
- [PATCH 10/14] xfs: add a per-leaf block callback to xchk_xattr_walk, Darrick J. Wong
- [PATCH 11/14] xfs: actually rebuild the parent pointer xattrs, Darrick J. Wong
- [PATCH 12/14] xfs: adapt the orphanage code to handle parent pointers, Darrick J. Wong
- [PATCH 13/14] xfs: repair link count of nondirectories after rebuilding parent pointers, Darrick J. Wong
- [PATCH 14/14] xfs: inode repair should ensure there's an attr fork to store parent pointers, Darrick J. Wong
- [PATCHSET v13.1 8/9] xfs: detect and correct directory tree problems, Darrick J. Wong
- [PATCHSET v13.1 9/9] xfs: vectorize scrub kernel calls, Darrick J. Wong
- [syzbot] [ext4?] [jffs2?] [xfs?] kernel BUG in unrefer_xattr_datum,
syzbot
- [PATCHSET v30.2] xfs: atomic file content exchanges,
Darrick J. Wong
- [PATCH 01/14] vfs: export remap and write check helpers, Darrick J. Wong
- [PATCH 02/14] xfs: introduce new file range exchange ioctl, Darrick J. Wong
- [PATCH 03/14] xfs: create a incompat flag for atomic file mapping exchanges, Darrick J. Wong
- [PATCH 04/14] xfs: introduce a file mapping exchange log intent item, Darrick J. Wong
- [PATCH 05/14] xfs: create deferred log items for file mapping exchanges, Darrick J. Wong
- [PATCH 06/14] xfs: bind together the front and back ends of the file range exchange code, Darrick J. Wong
- [PATCH 07/14] xfs: add error injection to test file mapping exchange recovery, Darrick J. Wong
- [PATCH 08/14] xfs: condense extended attributes after a mapping exchange operation, Darrick J. Wong
- [PATCH 09/14] xfs: condense directories after a mapping exchange operation, Darrick J. Wong
- [PATCH 10/14] xfs: condense symbolic links after a mapping exchange operation, Darrick J. Wong
- [PATCH 11/14] xfs: make file range exchange support realtime files, Darrick J. Wong
- [PATCH 12/14] xfs: support non-power-of-two rtextsize with exchange-range, Darrick J. Wong
- [PATCH 13/14] docs: update swapext -> exchmaps language, Darrick J. Wong
- [PATCH 14/14] xfs: enable logged file mapping exchange feature, Darrick J. Wong
- [PATCH 15/14] xfs: capture inode generation numbers in the ondisk exchmaps log item, Darrick J. Wong
- RFC: extended version of the xfs_bmapi_write retval fix,
Christoph Hellwig
- fix kernels without v5 support,
Christoph Hellwig
- [linus:master] [fs] 541d4c798a: BUG:KCSAN:data-race_in_atime_needs_update/inode_update_timestamps,
kernel test robot
- [PATCH] xfs: replace deprecated strncpy with strscpy_pad,
Justin Stitt
- [PATCH] xfs: xattr: replace strncpy and check for truncation,
Justin Stitt
- Re: [PATCH 6.1 0/6] backport xfs fix patches reported by xfs/179/270/557/606,
Amir Goldstein
- spring cleaning for xfs_extent_busy_clear,
Christoph Hellwig
- [PATCH] xfs: fix error returns from xfs_bmapi_write,
Christoph Hellwig
- [bug report] xfs: repair free space btrees,
Dan Carpenter
- [PATCH 0/5] xfs: allocation alignment for forced alignment,
Dave Chinner
- [PATCH 0/4] xfs: fixes for 6.9-rcX,
Dave Chinner
- [PATCH 0/5] xfs: sparse warning fixes,
Dave Chinner
- [ANNOUNCE] xfs-linux: for-next updated to e23d7e82b707, Chandan Babu R
- [GIT PULL] bring back RT delalloc support,
Christoph Hellwig
- [PATCH] xfs: cleanup deprecated uses of strncpy,
Justin Stitt
- [PATCH 6.6 271/396] xfs: add lock protection when remove perag from radix tree, Greg Kroah-Hartman
- [PATCH 6.6 276/396] xfs: remove conditional building of rt geometry validator functions, Greg Kroah-Hartman
- [PATCH 6.6 275/396] xfs: reset XFS_ATTR_INCOMPLETE filter on node removal, Greg Kroah-Hartman
- [PATCH 6.6 274/396] xfs: update dir3 leaf block metadata after swap, Greg Kroah-Hartman
- [PATCH 6.6 273/396] xfs: ensure logflagsp is initialized in xfs_bmap_del_extent_real, Greg Kroah-Hartman
- [PATCH 6.6 272/396] xfs: fix perag leak when growfs fails, Greg Kroah-Hartman
- [PATCH 6.6 270/396] xfs: short circuit xfs_growfs_data_private() if delta is zero, Greg Kroah-Hartman
- [PATCH 6.6 269/396] xfs: initialise di_crc in xfs_log_dinode, Greg Kroah-Hartman
- [PATCH 6.6 268/396] xfs: add missing nrext64 inode flag check to scrub, Greg Kroah-Hartman
- [PATCH 6.6 267/396] xfs: force all buffers to be written during btree bulk load, Greg Kroah-Hartman
- [PATCH 6.6 266/396] xfs: fix an off-by-one error in xreap_agextent_binval, Greg Kroah-Hartman
- [PATCH 6.6 265/396] xfs: recompute growfsrtfree transaction reservation while growing rt volume, Greg Kroah-Hartman
- [PATCH 6.6 264/396] xfs: remove unused fields from struct xbtree_ifakeroot, Greg Kroah-Hartman
- [PATCH 6.6 263/396] xfs: make xchk_iget safer in the presence of corrupt inode btrees, Greg Kroah-Hartman
- [PATCH 6.6 262/396] xfs: dont allow overly small or large realtime volumes, Greg Kroah-Hartman
- [PATCH 6.6 261/396] xfs: fix 32-bit truncation in xfs_compute_rextslog, Greg Kroah-Hartman
- [PATCH 6.6 260/396] xfs: make rextslog computation consistent with mkfs, Greg Kroah-Hartman
- [PATCH 6.6 259/396] xfs: transfer recovered intent item ownership in ->iop_recover, Greg Kroah-Hartman
- [PATCH 6.6 258/396] xfs: pass the xfs_defer_pending object to iop_recover, Greg Kroah-Hartman
- [PATCH 6.6 257/396] xfs: use xfs_defer_pending objects to recover intent items, Greg Kroah-Hartman
- [PATCH 6.6 256/396] xfs: dont leak recovered attri intent items, Greg Kroah-Hartman
- [PATCH 6.6 255/396] xfs: consider minlen sized extents in xfs_rtallocate_extent_block, Greg Kroah-Hartman
- [PATCH 6.6 254/396] xfs: convert rt bitmap extent lengths to xfs_rtbxlen_t, Greg Kroah-Hartman
- [PATCH 6.6 253/396] xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.h, Greg Kroah-Hartman
- [PATCHSET v30.1] xfs: atomic file content exchanges,
Darrick J. Wong
- [PATCH 01/14] vfs: export remap and write check helpers, Darrick J. Wong
- [PATCH 02/14] xfs: introduce new file range exchange ioctl, Darrick J. Wong
- [PATCH 03/14] xfs: create a log incompat flag for atomic file mapping exchanges, Darrick J. Wong
- [PATCH 04/14] xfs: introduce a file mapping exchange log intent item, Darrick J. Wong
- [PATCH 05/14] xfs: create deferred log items for file mapping exchanges, Darrick J. Wong
- [PATCH 06/14] xfs: bind together the front and back ends of the file range exchange code, Darrick J. Wong
- [PATCH 07/14] xfs: add error injection to test file mapping exchange recovery, Darrick J. Wong
- [PATCH 08/14] xfs: condense extended attributes after a mapping exchange operation, Darrick J. Wong
- [PATCH 09/14] xfs: condense directories after a mapping exchange operation, Darrick J. Wong
- [PATCH 10/14] xfs: condense symbolic links after a mapping exchange operation, Darrick J. Wong
- [PATCH 11/14] xfs: make file range exchange support realtime files, Darrick J. Wong
- [PATCH 12/14] xfs: support non-power-of-two rtextsize with exchange-range, Darrick J. Wong
- [PATCH 13/14] docs: update swapext -> exchmaps language, Darrick J. Wong
- [PATCH 14/14] xfs: enable logged file mapping exchange feature, Darrick J. Wong
- [PATCHBOMB v5.5] fs-verity support for XFS,
Darrick J. Wong
- [PATCHSET v5.5 1/2] fs-verity: support merkle tree access by blocks, Darrick J. Wong
- [PATCH 01/13] fs: add FS_XFLAG_VERITY for verity files, Darrick J. Wong
- [PATCH 02/13] fsverity: pass tree_blocksize to end_enable_verity(), Darrick J. Wong
- [PATCH 03/13] fsverity: support block-based Merkle tree caching, Darrick J. Wong
- [PATCH 04/13] fsverity: add per-sb workqueue for post read processing, Darrick J. Wong
- [PATCH 05/13] fsverity: add tracepoints, Darrick J. Wong
- [PATCH 06/13] fsverity: send the level of the merkle tree block to ->read_merkle_tree_block, Darrick J. Wong
- [PATCH 07/13] fsverity: pass the new tree size and block size to ->begin_enable_verity, Darrick J. Wong
- [PATCH 08/13] fsverity: expose merkle tree geometry to callers, Darrick J. Wong
- [PATCH 09/13] fsverity: box up the write_merkle_tree_block parameters too, Darrick J. Wong
- [PATCH 10/13] fsverity: pass the zero-hash value to the implementation, Darrick J. Wong
- [PATCH 11/13] fsverity: report validation errors back to the filesystem, Darrick J. Wong
- [PATCH 12/13] fsverity: remove system-wide workqueue, Darrick J. Wong
- [PATCH 13/13] iomap: integrate fs-verity verification into iomap's read path, Darrick J. Wong
- [PATCHSET v5.5 2/2] xfs: fs-verity support, Darrick J. Wong
- [PATCH 01/29] xfs: use unsigned ints for non-negative quantities in xfs_attr_remote.c, Darrick J. Wong
- [PATCH 02/29] xfs: turn XFS_ATTR3_RMT_BUF_SPACE into a function, Darrick J. Wong
- [PATCH 03/29] xfs: create a helper to compute the blockcount of a max sized remote value, Darrick J. Wong
- [PATCH 04/29] xfs: minor cleanups of xfs_attr3_rmt_blocks, Darrick J. Wong
- [PATCH 05/29] xfs: add attribute type for fs-verity, Darrick J. Wong
- [PATCH 06/29] xfs: do not use xfs_attr3_rmt_hdr for remote verity value blocks, Darrick J. Wong
- [PATCH 07/29] xfs: add fs-verity ro-compat flag, Darrick J. Wong
- [PATCH 08/29] xfs: add inode on-disk VERITY flag, Darrick J. Wong
- [PATCH 09/29] xfs: initialize fs-verity on file open and cleanup on inode destruction, Darrick J. Wong
- [PATCH 10/29] xfs: don't allow to enable DAX on fs-verity sealed inode, Darrick J. Wong
- [PATCH 11/29] xfs: disable direct read path for fs-verity files, Darrick J. Wong
- [PATCH 12/29] xfs: widen flags argument to the xfs_iflags_* helpers, Darrick J. Wong
- [PATCH 13/29] xfs: add fs-verity support, Darrick J. Wong
- [PATCH 14/29] xfs: create a per-mount shrinker for verity inodes merkle tree blocks, Darrick J. Wong
- [PATCH 15/29] xfs: create an icache tag for files with cached merkle tree blocks, Darrick J. Wong
- [PATCH 16/29] xfs: shrink verity blob cache, Darrick J. Wong
- [PATCH 17/29] xfs: only allow the verity iflag for regular files, Darrick J. Wong
- [PATCH 18/29] xfs: don't store trailing zeroes of merkle tree blocks, Darrick J. Wong
- [PATCH 19/29] xfs: use merkle tree offset as attr hash, Darrick J. Wong
- [PATCH 20/29] xfs: don't bother storing merkle tree blocks for zeroed data blocks, Darrick J. Wong
- [PATCH 21/29] xfs: add fs-verity ioctls, Darrick J. Wong
- [PATCH 22/29] xfs: advertise fs-verity being available on filesystem, Darrick J. Wong
- [PATCH 23/29] xfs: make scrub aware of verity dinode flag, Darrick J. Wong
- [PATCH 24/29] xfs: teach online repair to evaluate fsverity xattrs, Darrick J. Wong
- [PATCH 25/29] xfs: report verity failures through the health system, Darrick J. Wong
- [PATCH 26/29] xfs: clear the verity iflag when not appropriate, Darrick J. Wong
- [PATCH 27/29] xfs: make it possible to disable fsverity, Darrick J. Wong
- [PATCH 28/29] xfs: allow verity files to be opened even if the fsverity metadata is damaged, Darrick J. Wong
- [PATCH 29/29] xfs: enable ro-compat fs-verity flag, Darrick J. Wong
- asserts triggered on 6.9-rc1?,
Darrick J. Wong
- Potential issue with a directory block,
Stephen Zhang
- [PATCH] xfs: don't run tests that require v4 file systems when not supported,
Christoph Hellwig
- RFC: optimize COW end I/O remapping,
Christoph Hellwig
- [BUG REPORT] writeback: soft lockup encountered on a next-20240327 kernel,
Chandan Babu R
- bring back RT delalloc support v5,
Christoph Hellwig
- [PATCH 01/13] xfs: make XFS_TRANS_LOWMODE match the other XFS_TRANS_ definitions, Christoph Hellwig
- [PATCH 02/13] xfs: refactor realtime inode locking, Christoph Hellwig
- [PATCH 03/13] xfs: free RT extents after updating the bmap btree, Christoph Hellwig
- [PATCH 04/13] xfs: move RT inode locking out of __xfs_bunmapi, Christoph Hellwig
- [PATCH 05/13] xfs: block deltas in xfs_trans_unreserve_and_mod_sb must be positive, Christoph Hellwig
- [PATCH 06/13] xfs: split xfs_mod_freecounter, Christoph Hellwig
- [PATCH 07/13] xfs: reinstate RT support in xfs_bmapi_reserve_delalloc, Christoph Hellwig
- [PATCH 08/13] xfs: cleanup fdblock/frextent accounting in xfs_bmap_del_extent_delay, Christoph Hellwig
- [PATCH 09/13] xfs: support RT inodes in xfs_mod_delalloc, Christoph Hellwig
- [PATCH 10/13] xfs: look at m_frextents in xfs_iomap_prealloc_size for RT allocations, Christoph Hellwig
- [PATCH 11/13] xfs: rework splitting of indirect block reservations, Christoph Hellwig
- [PATCH 13/13] xfs: reinstate delalloc for RT inodes (if sb_rextsize == 1), Christoph Hellwig
- [PATCH 12/13] xfs: stop the steal (of data blocks for RT indirect blocks), Christoph Hellwig
- [PATCHBOMB v30] xfs: online fsck patches for 6.10,
Darrick J. Wong
- [PATCHSET 01/15] xfs: bug fixes for 6.9, Darrick J. Wong
- [PATCHSET v30.1 02/15] xfs: improve log incompat feature handling, Darrick J. Wong
- [PATCHSET v30.1 03/15] xfs: refactorings for atomic file content exchanges, Darrick J. Wong
- [PATCHSET v30.1 04/15] xfs: atomic file content exchanges, Darrick J. Wong
- [PATCH 01/15] vfs: export remap and write check helpers, Darrick J. Wong
- [PATCH 02/15] xfs: introduce new file range exchange ioctl, Darrick J. Wong
- [PATCH 03/15] xfs: create a log incompat flag for atomic file mapping exchanges, Darrick J. Wong
- [PATCH 04/15] xfs: introduce a file mapping exchange log intent item, Darrick J. Wong
- [PATCH 05/15] xfs: create deferred log items for file mapping exchanges, Darrick J. Wong
- [PATCH 06/15] xfs: bind together the front and back ends of the file range exchange code, Darrick J. Wong
- [PATCH 07/15] xfs: add error injection to test file mapping exchange recovery, Darrick J. Wong
- [PATCH 08/15] xfs: condense extended attributes after a mapping exchange operation, Darrick J. Wong
- [PATCH 09/15] xfs: condense directories after a mapping exchange operation, Darrick J. Wong
- [PATCH 10/15] xfs: condense symbolic links after a mapping exchange operation, Darrick J. Wong
- [PATCH 11/15] xfs: make file range exchange support realtime files, Darrick J. Wong
[Index of Archives]
[XFS Filesystem Development]
[Linux USB Devel]
[Linux SCSI]
[Linux RAID]
[Yosemite Forum]