Linux-XFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-10 06:18:03 to 2024-04-15 23:48:53 UTC [more...]

[PATCHBOMB v30.3] xfs: online repair, part 1 is done
 2024-04-15 23:48 UTC  (60+ 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 "
` [PATCHSET v30.3 07/16] xfs: online repair of extended attributes
` [PATCHSET v30.3 08/16] xfs: online repair of inode unlinked state
` [PATCHSET v30.3 09/16] xfs: online repair of directories
` [PATCHSET v30.3 10/16] xfs: move orphan files to lost and found
` [PATCHSET v30.3 11/16] xfs: online repair of symbolic links
` [PATCHSET v30.3 12/16] xfs: online fsck of iunlink buckets
` [PATCHSET v30.3 13/16] xfs: inode-related repair fixes
` [PATCHSET v30.3 14/16] xfs: less heavy locks during fstrim
` [PATCHSET v13.2 15/16] xfs: design documentation for online fsck, part 2
` [PATCHSET v13.2 16/16] xfs: retain ILOCK during directory updates

[RFC 00/10] fs/dax: Fix FS DAX page reference counts
 2024-04-15 20:51 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 06/10] fs/dax: Add dax_page_free callback
` [RFC 07/10] mm: Allow compound zone device pages
` [RFC 08/10] fs/dax: Properly refcount fs dax pages
` [RFC 09/10] mm/khugepage.c: Warn if trying to scan devmap pmd
` [RFC 10/10] mm: Remove pXX_devmap

[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  (41+ messages)
` [PATCH 07/32] xfs: allow xattr matching on name and value for local/sf attrs
` [PATCH 08/32] xfs: allow logged xattr operations if parent pointers are enabled
` [PATCH 11/32] xfs: log parent pointer xattr replace operations
` [PATCH 14/32] xfs: add parent pointer validator functions
` [PATCH 16/32] xfs: create a hashname function for parent pointers
` [PATCH 17/32] xfs: parent pointer attribute creation
` [PATCH 23/32] xfs: Filter XFS_ATTR_PARENT for getfattr
` [PATCH 26/32] xfs: split out handle management helpers a bit
` [PATCH 27/32] xfs: Add parent pointer ioctls
` [PATCH 29/32] xfs: Add the parent pointer support to the superblock version 5
` [PATCH 32/32] xfs: enable parent pointers

[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  (20+ messages)
` [PATCH 1/3] xfs: reduce the rate of cond_resched calls inside scrub
` [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  (33+ messages)
` [PATCH 01/14] xfs: add xattr setname and removename functions for internal users
` [PATCH 02/14] xfs: add raw parent pointer apis to support repair
` [PATCH 03/14] xfs: repair directories by scanning directory parent pointers
` [PATCH 04/14] xfs: implement live updates for directory repairs
` [PATCH 05/14] xfs: replay unlocked parent pointer updates that accrue during xattr repair
` [PATCH 06/14] xfs: repair directory parent pointers by scanning for dirents
` [PATCH 07/14] xfs: implement live updates for parent pointer repairs
` [PATCH 08/14] xfs: remove pointless unlocked assertion
` [PATCH 09/14] xfs: split xfs_bmap_add_attrfork into two pieces
` [PATCH 10/14] xfs: add a per-leaf block callback to xchk_xattr_walk
` [PATCH 11/14] xfs: actually rebuild the parent pointer xattrs
` [PATCH 12/14] xfs: adapt the orphanage code to handle parent pointers
` [PATCH 13/14] xfs: repair link count of nondirectories after rebuilding "
` [PATCH 14/14] xfs: inode repair should ensure there's an attr fork to store "

[PATCHSET v30.2] xfs: atomic file content exchanges
 2024-04-11  4:49 UTC  (7+ 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  (10+ messages)
` [PATCH 3/4] xfs: rename xfs_da_args.attr_flags
` [PATCH 4/4] xfs: rearrange xfs_da_args a bit to use less space

[PATCHSET v13.1 4/9] xfs: improve extended attribute validation
 2024-04-10 21:04 UTC  (7+ messages)
` [PATCH 01/12] xfs: attr fork iext must be loaded before calling xfs_attr_is_leaf
` [PATCH 05/12] xfs: fix missing check for invalid attr flags

[PATCH v2] xfs: replace deprecated strncpy with memtostr_pad
 2024-04-10 20:43 UTC 

[PATCH v2] xfs: xattr: replace strncpy and check for truncation
 2024-04-10 20:14 UTC 

fix kernels without v5 support
 2024-04-10 19:38 UTC  (14+ messages)
` [PATCH 6/6] xfs: don't run tests that require v4 file systems when not supported

[PATCH RFC 0/3] xfs: nodataio mount option to skip data I/O
 2024-04-10 16:17 UTC  (5+ messages)
` [PATCH RFC 1/3] iomap: factor out a bio submission helper
` [PATCH RFC 2/3] iomap: add nosubmit flag to skip data I/O on iomap mapping
` [PATCH RFC 3/3] xfs: add nodataio mount option to skip all data I/O

[syzbot] [xfs?] KASAN: slab-use-after-free Read in xfs_inode_item_push
 2024-04-10 12:45 UTC 

[PATCH 0/5] xfs: allocation alignment for forced alignment
 2024-04-10 12:44 UTC  (2+ messages)

[PATCHSET v13.1 8/9] xfs: detect and correct directory tree problems
 2024-04-10  7:23 UTC  (9+ messages)
` [PATCH 1/4] xfs: teach online scrub to find directory tree structure problems
` [PATCH 2/4] xfs: invalidate dirloop scrub path data when concurrent updates happen
` [PATCH 3/4] xfs: report directory tree corruption in the health information
` [PATCH 4/4] xfs: fix corruptions in the directory tree


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