Linux-XFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-11 03:28:27 to 2024-04-16 01:00:39 UTC [more...]

[PATCHBOMB v3] xfsprogs: everything headed towards 6.9
 2024-04-16  1:00 UTC  (13+ messages)
` [PATCHSET 1/4] xfsprogs: bug fixes for 6.8
  ` [PATCH 1/5] xfs_repair: double-check with shortform attr verifiers
  ` [PATCH 2/5] xfs_db: improve number extraction in getbitval
  ` [PATCH 3/5] xfs_scrub: fix threadcount estimates for phase 6
  ` [PATCH 4/5] xfs_scrub: don't fail while reporting media scan errors
  ` [PATCH 5/5] xfs_io: add linux madvise advice codes
` [PATCHSET 2/4] libxfs: sync with 6.9
  ` [PATCH 088/111] libxfs: teach buftargs to maintain their own buffer hashtable
  ` [PATCH 089/111] libxfs: add xfile support
  ` [PATCH 090/111] libxfs: partition memfd files to avoid using too many fds
` [PATCHSET v30.3 3/4] xfsprogs: bmap log intent cleanups
` [PATCHSET v30.3 4/4] xfs_repair: minor fixes

[PATCH 0/5] xfs: allocation alignment for forced alignment
 2024-04-16  0:38 UTC  (3+ messages)

[RFC 00/10] fs/dax: Fix FS DAX page reference counts
 2024-04-16  0:36 UTC  (41+ messages)
` [RFC 01/10] mm/gup.c: Remove redundant check for PCI P2PDMA page
` [RFC 02/10] mm/hmm: Remove dead check for HugeTLB and FS DAX
` [RFC 03/10] pci/p2pdma: Don't initialise page refcount to one
` [RFC 04/10] fs/dax: Don't track page mapping/index
` [RFC 05/10] fs/dax: Refactor wait for dax idle page
` [RFC 07/10] mm: Allow compound zone device pages
` [RFC 09/10] mm/khugepage.c: Warn if trying to scan devmap pmd
` [RFC 10/10] mm: Remove pXX_devmap

[GIT PULLBOMB v30.3] xfs: online repair, part 1 is done
 2024-04-16  0:33 UTC  (17+ messages)
` [GIT PULL 01/16] xfs: improve log incompat feature handling
` [GIT PULL 02/16] xfs: refactorings for atomic file content exchanges
` [GIT PULL 03/16] xfs: "
` [GIT PULL 04/16] xfs: create temporary files for online repair
` [GIT PULL 05/16] xfs: online repair of realtime summaries
` [GIT PULL 06/16] xfs: set and validate dir/attr block owners
` [GIT PULL 07/16] xfs: online repair of extended attributes
` [GIT PULL 08/16] xfs: online repair of inode unlinked state
` [GIT PULL 09/16] xfs: online repair of directories
` [GIT PULL 10/16] xfs: move orphan files to lost and found
` [GIT PULL 11/16] xfs: online repair of symbolic links
` [GIT PULL 12/16] xfs: online fsck of iunlink buckets
` [GIT PULL 13/16] xfs: inode-related repair fixes
` [GIT PULL 14/16] xfs: less heavy locks during fstrim
` [GIT PULL 15/16] xfs: design documentation for online fsck, part 2
` [GIT PULL 16/16] xfs: retain ILOCK during directory updates

[PATCHBOMB v30.3] xfs: online repair, part 1 is done
 2024-04-15 23:59 UTC  (100+ messages)
` [PATCHSET v30.3 01/16] xfs: improve log incompat feature handling
  ` [PATCH 1/5] xfs: pass xfs_buf lookup flags to xfs_*read_agi
  ` [PATCH 2/5] xfs: fix an AGI lock acquisition ordering problem in xrep_dinode_findmode
  ` [PATCH 3/5] xfs: fix potential AGI <-> ILOCK ABBA deadlock in xrep_dinode_findmode_walk_directory
  ` [PATCH 4/5] xfs: fix error bailout in xrep_abt_build_new_trees
  ` [PATCH 5/5] xfs: only clear log incompat flags at clean unmount
` [PATCHSET v30.3 02/16] xfs: refactorings for atomic file content exchanges
  ` [PATCH 1/7] xfs: move inode lease breaking functions to xfs_inode.c
  ` [PATCH 2/7] xfs: move xfs_iops.c declarations out of xfs_inode.h
  ` [PATCH 3/7] xfs: declare xfs_file.c symbols in xfs_file.h
  ` [PATCH 4/7] xfs: create a new helper to return a file's allocation unit
  ` [PATCH 5/7] xfs: hoist multi-fsb allocation unit detection to a helper
  ` [PATCH 6/7] xfs: refactor non-power-of-two alignment checks
  ` [PATCH 7/7] xfs: constify xfs_bmap_is_written_extent
` [PATCHSET v30.3 03/16] xfs: atomic file content exchanges
  ` [PATCH 01/15] vfs: export remap and write check helpers
  ` [PATCH 02/15] xfs: introduce new file range exchange ioctl
  ` [PATCH 03/15] xfs: create a incompat flag for atomic file mapping exchanges
  ` [PATCH 04/15] xfs: introduce a file mapping exchange log intent item
  ` [PATCH 05/15] xfs: create deferred log items for file mapping exchanges
  ` [PATCH 06/15] xfs: bind together the front and back ends of the file range exchange code
  ` [PATCH 07/15] xfs: add error injection to test file mapping exchange recovery
  ` [PATCH 08/15] xfs: condense extended attributes after a mapping exchange operation
  ` [PATCH 09/15] xfs: condense directories "
  ` [PATCH 10/15] xfs: condense symbolic links "
  ` [PATCH 11/15] xfs: make file range exchange support realtime files
  ` [PATCH 12/15] xfs: support non-power-of-two rtextsize with exchange-range
  ` [PATCH 13/15] xfs: capture inode generation numbers in the ondisk exchmaps log item
  ` [PATCH 14/15] docs: update swapext -> exchmaps language
  ` [PATCH 15/15] xfs: enable logged file mapping exchange feature
` [PATCHSET v30.3 04/16] xfs: create temporary files for online repair
  ` [PATCH 1/4] xfs: hide private inodes from bulkstat and handle functions
  ` [PATCH 2/4] xfs: create temporary files and directories for online repair
  ` [PATCH 3/4] xfs: refactor live buffer invalidation for repairs
  ` [PATCH 4/4] xfs: add the ability to reap entire inode forks
` [PATCHSET v30.3 05/16] xfs: online repair of realtime summaries
  ` [PATCH 1/3] xfs: support preallocating and copying content into temporary files
  ` [PATCH 2/3] xfs: teach the tempfile to set up atomic file content exchanges
  ` [PATCH 3/3] xfs: online repair of realtime summaries
` [PATCHSET v30.3 06/16] xfs: set and validate dir/attr block owners
  ` [PATCH 01/10] xfs: add an explicit owner field to xfs_da_args
  ` [PATCH 02/10] xfs: use the xfs_da_args owner field to set new dir/attr block owner
  ` [PATCH 03/10] xfs: reduce indenting in xfs_attr_node_list
  ` [PATCH 04/10] xfs: validate attr leaf buffer owners
  ` [PATCH 05/10] xfs: validate attr remote value "
  ` [PATCH 06/10] xfs: validate dabtree node "
  ` [PATCH 07/10] xfs: validate directory leaf "
  ` [PATCH 08/10] xfs: validate explicit directory data "
  ` [PATCH 09/10] xfs: validate explicit directory block "
  ` [PATCH 10/10] xfs: validate explicit directory free block owners
` [PATCHSET v30.3 07/16] xfs: online repair of extended attributes
  ` [PATCH 1/7] xfs: enable discarding of folios backing an xfile
  ` [PATCH 2/7] xfs: create a blob array data structure
  ` [PATCH 3/7] xfs: use atomic extent swapping to fix user file fork data
  ` [PATCH 4/7] xfs: repair extended attributes
  ` [PATCH 5/7] xfs: scrub should set preen if attr leaf has holes
  ` [PATCH 6/7] xfs: flag empty xattr leaf blocks for optimization
  ` [PATCH 7/7] xfs: create an xattr iteration function for scrub
` [PATCHSET v30.3 08/16] xfs: online repair of inode unlinked state
  ` [PATCH 1/2] xfs: ensure unlinked list state is consistent with nlink during scrub
  ` [PATCH 2/2] xfs: update the unlinked list when repairing link counts
` [PATCHSET v30.3 09/16] xfs: online repair of directories
  ` [PATCH 1/5] xfs: inactivate directory data blocks
  ` [PATCH 2/5] xfs: online repair of directories
  ` [PATCH 3/5] xfs: scan the filesystem to repair a directory dotdot entry
  ` [PATCH 4/5] xfs: online repair of parent pointers
  ` [PATCH 5/5] xfs: ask the dentry cache if it knows the parent of a directory
` [PATCHSET v30.3 10/16] xfs: move orphan files to lost and found
  ` [PATCH 1/3] xfs: move orphan files to the orphanage
  ` [PATCH 2/3] xfs: move files to orphanage instead of letting nlinks drop to zero
  ` [PATCH 3/3] xfs: ensure dentry consistency when the orphanage adopts a file
` [PATCHSET v30.3 11/16] xfs: online repair of symbolic links
  ` [PATCH 1/3] xfs: expose xfs_bmap_local_to_extents for online repair
  ` [PATCH 2/3] xfs: pass the owner to xfs_symlink_write_target
  ` [PATCH 3/3] xfs: online repair of symbolic links
` [PATCHSET v30.3 12/16] xfs: online fsck of iunlink buckets
  ` [PATCH 1/3] xfs: check AGI unlinked inode buckets
  ` [PATCH 2/3] xfs: hoist AGI repair context to a heap object
  ` [PATCH 3/3] xfs: repair AGI unlinked inode bucket lists
` [PATCHSET v30.3 13/16] xfs: inode-related repair fixes
  ` [PATCH 1/4] xfs: check unused nlink fields in the ondisk inode
  ` [PATCH 2/4] xfs: try to avoid allocating from sick inode clusters
  ` [PATCH 3/4] xfs: pin inodes that would otherwise overflow link count
  ` [PATCH 4/4] xfs: create subordinate scrub contexts for xchk_metadata_inode_subtype
` [PATCHSET v30.3 14/16] xfs: less heavy locks during fstrim
  ` [PATCH 1/1] xfs: fix performance problems when fstrimming a subset of a fragmented AG
` [PATCHSET v13.2 15/16] xfs: design documentation for online fsck, part 2
  ` [PATCH 1/4] docs: update the parent pointers documentation to the final version
  ` [PATCH 2/4] docs: update online directory and parent pointer repair sections
  ` [PATCH 3/4] docs: update offline parent pointer repair strategy
  ` [PATCH 4/4] docs: describe xfs directory tree online fsck
` [PATCHSET v13.2 16/16] xfs: retain ILOCK during directory updates
  ` [PATCH 1/7] xfs: Increase XFS_DEFER_OPS_NR_INODES to 5
  ` [PATCH 2/7] xfs: Increase XFS_QM_TRANS_MAXDQS "
  ` [PATCH 3/7] xfs: Hold inode locks in xfs_ialloc
  ` [PATCH 4/7] xfs: Hold inode locks in xfs_trans_alloc_dir
  ` [PATCH 5/7] xfs: Hold inode locks in xfs_rename
  ` [PATCH 6/7] xfs: don't pick up IOLOCK during rmapbt repair scan
  ` [PATCH 7/7] xfs: unlock new repair tempfiles after creation

[RFC] fstests: add mmap page boundary tests
 2024-04-15 20:05 UTC  (3+ messages)

[PATCHSET v13.1 5/9] xfs: Parent Pointers
 2024-04-15 19:40 UTC  (17+ messages)
` [PATCH 07/32] xfs: allow xattr matching on name and value for local/sf attrs
` [PATCH 11/32] xfs: log parent pointer xattr replace operations
` [PATCH 23/32] xfs: Filter XFS_ATTR_PARENT for getfattr
` [PATCH 27/32] xfs: Add parent pointer ioctls

[GIT PULL] bring back RT delalloc support
 2024-04-15 13:04 UTC  (4+ messages)

[PATCH] iomap: convert iomap_writepages to writeack_iter
 2024-04-15 12:26 UTC  (4+ messages)
`  "

[PATCH] xfs: replace deprecated strncpy with strscpy_pad
 2024-04-15 11:22 UTC  (5+ messages)

[syzbot] [xfs?] possible deadlock in xfs_ilock (2)
 2024-04-15  0:11 UTC 

[PATCH] xfs: Fix typo in comment
 2024-04-12 22:59 UTC  (2+ messages)
` [RESEND PATCH] "

[PATCHSET v13.1 9/9] xfs: vectorize scrub kernel calls
 2024-04-12  0:21 UTC  (17+ messages)
` [PATCH 2/3] xfs: introduce vectored scrub mode
` [PATCH 3/3] xfs: only iget the file once when doing vectored scrub-by-handle

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)
 2024-04-11 20:34 UTC  (5+ messages)

[PATCHSET v13.1 7/9] xfs: online repair for parent pointers
 2024-04-11  4:50 UTC  (7+ messages)
` [PATCH 01/14] xfs: add xattr setname and removename functions for internal users

[PATCHSET v30.2] xfs: atomic file content exchanges
 2024-04-11  4:49 UTC  (4+ messages)
` [PATCH 15/14] xfs: capture inode generation numbers in the ondisk exchmaps log item
  ` [PATCH v30.2.1 "

[PATCHSET v13.1 3/9] xfs: shrink struct xfs_da_args
 2024-04-11  4:15 UTC  (6+ messages)
` [PATCH 3/4] xfs: rename xfs_da_args.attr_flags


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).