Linux-XFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-13 22:01:41 to 2024-03-18 21:42:00 UTC [more...]

[PATCHBOMB v13] xfs: parent pointers
 2024-03-18 21:41 UTC  (3+ messages)
` [PATCHSET v13.0 1/2] xfs: Parent Pointers
` [PATCHSET v13.0 2/2] xfs: fsck for parent pointers

Shrinking
 2024-03-18 21:34 UTC  (2+ messages)

[PATCHBOMB] xfsprogs: everything headed towards 6.8
 2024-03-18 21:31 UTC  (8+ messages)
` [PATCHSET V2 05/10] xfsprogs: fix log sector size detection
` [PATCHSET v29.4] xfsprogs: various bug fixes for 6.8
  ` [PATCH 1/4] xfs_db: fix alignment checks in getbitval
  ` [PATCH 2/4] xfs_scrub: fix threadcount estimates for phase 6
  ` [PATCH 3/4] xfs_scrub: don't fail while reporting media scan errors
  ` [PATCH 4/4] xfs_io: add linux madvise advice codes

[PATCHBOMB v5.3] fs-verity support for XFS
 2024-03-18 21:04 UTC  (84+ messages)
` [PATCHSET "
  ` [PATCH 01/40] fsverity: remove hash page spin lock
  ` [PATCH 02/40] xfs: add parent pointer support to attribute code
  ` [PATCH 03/40] xfs: define parent pointer ondisk extended attribute format
  ` [PATCH 04/40] xfs: add parent pointer validator functions
  ` [PATCH 05/40] fs: add FS_XFLAG_VERITY for verity files
  ` [PATCH 06/40] fsverity: pass tree_blocksize to end_enable_verity()
  ` [PATCH 07/40] fsverity: support block-based Merkle tree caching
  ` [PATCH 08/40] fsverity: add per-sb workqueue for post read processing
  ` [PATCH 09/40] fsverity: add tracepoints
  ` [PATCH 10/40] fsverity: fix "support block-based Merkle tree caching"
  ` [PATCH 11/40] fsverity: send the level of the merkle tree block to ->read_merkle_tree_block
  ` [PATCH 12/40] fsverity: pass the new tree size and block size to ->begin_enable_verity
  ` [PATCH 13/40] fsverity: expose merkle tree geometry to callers
  ` [PATCH 14/40] fsverity: rely on cached block callers to retain verified state
  ` [PATCH 15/40] fsverity: box up the write_merkle_tree_block parameters too
  ` [PATCH 16/40] fsverity: pass the zero-hash value to the implementation
  ` [PATCH 17/40] fsverity: report validation errors back to the filesystem
  ` [PATCH 18/40] iomap: integrate fs-verity verification into iomap's read path
  ` [PATCH 19/40] xfs: add attribute type for fs-verity
  ` [PATCH 20/40] xfs: add fs-verity ro-compat flag
  ` [PATCH 21/40] xfs: add inode on-disk VERITY flag
  ` [PATCH 22/40] xfs: initialize fs-verity on file open and cleanup on inode destruction
  ` [PATCH 23/40] xfs: don't allow to enable DAX on fs-verity sealed inode
  ` [PATCH 24/40] xfs: disable direct read path for fs-verity files
  ` [PATCH 25/40] xfs: widen flags argument to the xfs_iflags_* helpers
  ` [PATCH 26/40] xfs: add fs-verity support
  ` [PATCH 27/40] xfs: create a per-mount shrinker for verity inodes merkle tree blocks
  ` [PATCH 28/40] xfs: create an icache tag for files with cached "
  ` [PATCH 29/40] xfs: shrink verity blob cache
  ` [PATCH 30/40] xfs: clean up stale fsverity metadata before starting
  ` [PATCH 31/40] xfs: better reporting and error handling in xfs_drop_merkle_tree
  ` [PATCH 32/40] xfs: make scrub aware of verity dinode flag
  ` [PATCH 33/40] xfs: add fs-verity ioctls
  ` [PATCH 34/40] xfs: advertise fs-verity being available on filesystem
  ` [PATCH 35/40] xfs: teach online repair to evaluate fsverity xattrs
  ` [PATCH 36/40] xfs: don't store trailing zeroes of merkle tree blocks
  ` [PATCH 37/40] xfs: create separate name hash function for xattrs
  ` [PATCH 38/40] xfs: use merkle tree offset as attr hash
  ` [PATCH 39/40] xfs: don't bother storing merkle tree blocks for zeroed data blocks
  ` [PATCH 40/40] xfs: enable ro-compat fs-verity flag
  ` [PATCH 01/20] xfsprogs: add parent pointer support to attribute code
  ` [PATCH 02/20] xfsprogs: define parent pointer xattr format
  ` [PATCH 03/20] xfsprogs: Add xfs_verify_pptr
  ` [PATCH 04/20] fs: add FS_XFLAG_VERITY for verity files
  ` [PATCH 05/20] xfs: add attribute type for fs-verity
  ` [PATCH 06/20] xfs: add fs-verity ro-compat flag
  ` [PATCH 07/20] xfs: add inode on-disk VERITY flag
  ` [PATCH 08/20] xfs: add fs-verity support
  ` [PATCH 09/20] xfs: advertise fs-verity being available on filesystem
  ` [PATCH 10/20] xfs: create separate name hash function for xattrs
  ` [PATCH 11/20] xfs: use merkle tree offset as attr hash
  ` [PATCH 12/20] xfs: enable ro-compat fs-verity flag
  ` [PATCH 13/20] libfrog: add fsverity to xfs_report_geom output
  ` [PATCH 14/20] xfs_db: introduce attr_modify command
  ` [PATCH 15/20] xfs_db: make attr_set/remove/modify be able to handle fs-verity attrs
  ` [PATCH 16/20] man: document attr_modify command
  ` [PATCH 17/20] xfs_db: dump verity features and metadata
  ` [PATCH 18/20] xfs_db: dump merkle tree data
  ` [PATCH 19/20] xfs_repair: junk fsverity xattrs when unnecessary
  ` [PATCH 20/20] mkfs.xfs: add verity parameter
` [PATCHSET v5.3] fstests: fs-verity support for XFS
  ` [PATCH 1/3] common/verity: enable fsverity "
  ` [PATCH 2/3] xfs/{021,122}: adapt to fsverity xattrs
  ` [PATCH 3/3] common/populate: add verity files to populate xfs images

[PATCHSET 09/10] xfs_repair: support more than 4 billion records
 2024-03-18 18:33 UTC  (25+ messages)
` [PATCH 1/8] xfs_db: add a bmbt inflation command
  ` [PATCH v24.5.1 "
` [PATCH 2/8] xfs_repair: slab and bag structs need to track more than 2^32 items
` [PATCH 3/8] xfs_repair: support more than 2^32 rmapbt records per AG
` [PATCH 4/8] xfs_repair: support more than 2^32 owners per physical block
  ` [PATCH v24.5.1 "
` [PATCH 5/8] xfs_repair: clean up lock resources
` [PATCH 6/8] xfs_repair: constrain attr fork extent count
` [PATCH 7/8] xfs_repair: don't create block maps for data files
  ` [PATCH v24.5.1 "
` [PATCH 8/8] xfs_repair: support more than INT_MAX block maps

[PATCHSET v29.4 08/10] xfs_repair: rebuild inode fork mappings
 2024-03-18 18:27 UTC  (12+ messages)
` [PATCH 1/3] xfs_repair: push inode buf and dinode pointers all the way to inode fork processing
` [PATCH 2/3] xfs_repair: sync bulkload data structures with kernel newbt code
` [PATCH 3/3] xfs_repair: rebuild block mappings from rmapbt data
  ` [PATCH v24.5.1 "

[PATCH v2 00/10] xfs/iomap: fix non-atomic clone operation and don't update size when zeroing range post eof
 2024-03-18  6:38 UTC  (22+ messages)
` [PATCH v2 01/10] xfs: match lock mode in xfs_buffered_write_iomap_begin()
` [PATCH v2 02/10] xfs: allow xfs_bmapi_convert_delalloc() to pass NULL seq
` [PATCH v2 03/10] xfs: make xfs_bmapi_convert_delalloc() to allocate the target offset
` [PATCH v2 04/10] xfs: drop xfs_convert_blocks()
` [PATCH v2 05/10] xfs: convert delayed extents to unwritten when zeroing post eof blocks
` [PATCH v2 06/10] iomap: drop the write failure handles when unsharing and zeroing
` [PATCH v2 07/10] iomap: don't increase i_size if it's not a write operation
` [PATCH v2 08/10] iomap: use a new variable to handle the written bytes in iomap_write_iter()
` [PATCH v2 09/10] iomap: make block_write_end() return a boolean
` [PATCH v2 10/10] iomap: do some small logical cleanup in buffered write

[ANNOUNCE] xfs-linux: for-next updated to 0c6ca06aad84
 2024-03-18  5:00 UTC 

Max theoretical XFS filesystem size in review
 2024-03-18  0:00 UTC  (7+ messages)

[PATCH] xfs: Fix typo in comment
 2024-03-17 23:46 UTC  (6+ messages)

[RFC PATCH] xfs_io: add linux madvise advice codes
 2024-03-17 21:14 UTC  (4+ messages)
  ` [RFC PATCH] fstests: test MADV_POPULATE_READ with IO errors

[PATCH] xfs: quota radix tree allocations need to be NOFS on insert
 2024-03-17 21:11 UTC  (3+ messages)

[PATCH] Remove duplicate definitions in xfsprogs
 2024-03-17 21:09 UTC  (2+ messages)

[PATCH 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-03-16  2:52 UTC  (13+ messages)
` [PATCH 01/11] stackleak: don't modify ctl_table argument
` [PATCH 02/11] cgroup: bpf: constify ctl_table arguments and fields
` [PATCH 03/11] hugetlb: constify ctl_table arguments of utility functions
` [PATCH 04/11] utsname: constify ctl_table arguments of utility function
` [PATCH 05/11] neighbour: "
` [PATCH 06/11] ipv4/sysctl: constify ctl_table arguments of utility functions
` [PATCH 07/11] ipv6/addrconf: "
` [PATCH 08/11] ipv6/ndisc: constify ctl_table arguments of utility function
` [PATCH 09/11] ipvs: constify ctl_table arguments of utility functions
` [PATCH 10/11] sysctl: constify ctl_table arguments of utility function
` [PATCH 11/11] sysctl: treewide: constify the ctl_table argument of handlers

[PATCH v3 00/11] enable bs > ps in XFS
 2024-03-15 13:21 UTC  (3+ messages)
` [PATCH v3 03/11] filemap: allocate mapping_min_order folios in the page cache

[PATCH v2] xfs: allow cross-linking special files without project quota
 2024-03-15  9:35 UTC  (3+ messages)

[PATCHSET v5.2] fs-verity support for XFS
 2024-03-15  2:59 UTC  (5+ messages)
` [PATCH 21/29] xfs: add fs-verity support

[ANNOUNCE] xfs-linux: for-next updated to 75bcffbb9e75
 2024-03-15  2:36 UTC  (4+ messages)

[PATCHSET 01/10] xfsprogs: convert utilities to use new rt helpers
 2024-03-14 23:43 UTC  (16+ messages)
` [PATCH 02/13] mkfs: fix log sunit rounding when external logs are in use
` [PATCH 08/13] xfs_{db,repair}: convert open-coded xfs_rtword_t pointer accesses to helper
` [PATCH 09/13] xfs_repair: convert helpers for rtbitmap block/wordcount computations
` [PATCH 10/13] xfs_{db,repair}: use accessor functions for bitmap words
` [PATCH 11/13] xfs_{db,repair}: use helpers for rtsummary block/wordcount computations
` [PATCH 12/13] xfs_{db,repair}: use accessor functions for summary info words
` [PATCH 13/13] xfs_{db,repair}: use m_blockwsize instead of sb_blocksize for rt blocks

[FYI][PATCH] tracing/treewide: Remove second parameter of __assign_str()
 2024-03-14 18:34 UTC  (3+ messages)

[syzbot] [xfs?] possible deadlock in xfs_ilock
 2024-03-14  9:31 UTC 

[syzbot] [xfs?] possible deadlock in xfs_qm_dqget_cache_insert
 2024-03-14  9:31 UTC 

[PATCHSET v29.4 10/10] libxfs: prepare to sync with 6.9
 2024-03-14  2:08 UTC  (7+ messages)
` [PATCH 1/3] libxfs: actually set m_fsname
` [PATCH 2/3] libxfs: clean up xfs_da_unmount usage
` [PATCH 3/3] libfrog: create a new scrub group for things requiring full inode scans

[GIT PULL] xfs: new code for 6.9
 2024-03-13 22:24 UTC  (2+ messages)

[PATCHSET 04/10] xfsprogs: bug fixes for 6.8
 2024-03-13 22:05 UTC  (3+ messages)
` [PATCH 1/1] xfs_repair: double-check with shortform attr verifiers

[PATCHSET 03/10] xfs_repair: faster btree bulkloading
 2024-03-13 22:04 UTC  (5+ messages)
` [PATCH 1/2] xfs_repair: adjust btree bulkloading slack computations to match online repair
` [PATCH 2/2] xfs_repair: bulk load records into new btree blocks


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).