Linux-XFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-10 04:42:53 to 2024-04-15 23:34:49 UTC [more...]

[PATCHBOMB v30.3] xfs: online repair, part 1 is done
 2024-04-15 23:34 UTC  (6+ messages)
` [PATCHSET v30.3 01/16] xfs: improve log incompat feature handling
` [PATCHSET v30.3 02/16] xfs: refactorings for atomic file content exchanges
` [PATCHSET v30.3 03/16] xfs: "
` [PATCHSET v30.3 04/16] xfs: create temporary files for online repair
` [PATCHSET v30.3 05/16] xfs: online repair of realtime summaries

[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  (79+ messages)
` [PATCH 01/32] xfs: rearrange xfs_attr_match parameters
` [PATCH 03/32] xfs: move xfs_attr_defer_add to xfs_attr_item.c
` [PATCH 04/32] xfs: create a separate hashname function for extended attributes
` [PATCH 05/32] xfs: add parent pointer support to attribute code
` [PATCH 06/32] xfs: define parent pointer ondisk extended attribute format
` [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 09/32] xfs: log parent pointer xattr removal operations
` [PATCH 11/32] xfs: log parent pointer xattr replace operations
` [PATCH 12/32] xfs: record inode generation in xattr update log intent items
` [PATCH 13/32] xfs: Expose init_xattrs in xfs_create_tmpfile
` [PATCH 14/32] xfs: add parent pointer validator functions
` [PATCH 15/32] xfs: extend transaction reservations for parent attributes
` [PATCH 16/32] xfs: create a hashname function for parent pointers
` [PATCH 17/32] xfs: parent pointer attribute creation
` [PATCH 18/32] xfs: add parent attributes to link
` [PATCH 19/32] xfs: add parent attributes to symlink
` [PATCH 20/32] xfs: remove parent pointers in unlink
` [PATCH 21/32] xfs: Add parent pointers to rename
` [PATCH 22/32] xfs: Add parent pointers to xfs_cross_rename
` [PATCH 23/32] xfs: Filter XFS_ATTR_PARENT for getfattr
` [PATCH 24/32] xfs: pass the attr value to put_listent when possible
` [PATCH 25/32] xfs: move handle ioctl code to xfs_handle.c
` [PATCH 26/32] xfs: split out handle management helpers a bit
` [PATCH 27/32] xfs: Add parent pointer ioctls
` [PATCH 28/32] xfs: don't remove the attr fork when parent pointers are enabled
` [PATCH 29/32] xfs: Add the parent pointer support to the superblock version 5
` [PATCH 30/32] xfs: fix unit conversion error in xfs_log_calc_max_attrsetm_res
` [PATCH 31/32] xfs: drop compatibility minimum log size computations for reflink
` [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  (14+ messages)
` [PATCH 1/4] xfs: remove XFS_DA_OP_REMOVE
` [PATCH 2/4] xfs: remove XFS_DA_OP_NOTIME
` [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  (27+ messages)
` [PATCH 01/12] xfs: attr fork iext must be loaded before calling xfs_attr_is_leaf
` [PATCH 02/12] xfs: require XFS_SB_FEAT_INCOMPAT_LOG_XATTRS for attr log intent item recovery
` [PATCH 03/12] xfs: use an XFS_OPSTATE_ flag for detecting if logged xattrs are available
` [PATCH 04/12] xfs: check opcode and iovec count match in xlog_recover_attri_commit_pass2
` [PATCH 05/12] xfs: fix missing check for invalid attr flags
` [PATCH 06/12] xfs: restructure xfs_attr_complete_op a bit
` [PATCH 07/12] xfs: use helpers to extract xattr op from opflags
` [PATCH 08/12] xfs: validate recovered name buffers when recovering xattr items
` [PATCH 09/12] xfs: always set args->value in xfs_attri_item_recover
` [PATCH 10/12] xfs: use local variables for name and value length in _attri_commit_pass2
` [PATCH 11/12] xfs: refactor name/length checks in xfs_attri_validate
` [PATCH 12/12] xfs: enforce one namespace per attribute

[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

[PATCHSET v13.1 6/9] xfs: scrubbing for parent pointers
 2024-04-10  6:15 UTC  (15+ messages)
` [PATCH 1/7] xfs: check dirents have "
` [PATCH 2/7] xfs: deferred scrub of dirents
` [PATCH 3/7] xfs: scrub parent pointers
` [PATCH 4/7] xfs: deferred scrub of "
` [PATCH 5/7] xfs: walk directory parent pointers to determine backref count
` [PATCH 6/7] xfs: check parent pointer xattrs when scrubbing
` [PATCH 7/7] xfs: salvage parent pointers when rebuilding xattr structures

[PATCHSET v13.1 2/9] xfs: retain ILOCK during directory updates
 2024-04-10  4:42 UTC  (3+ messages)
` [PATCH 7/7] xfs: unlock new repair tempfiles after creation


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