public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-09-02 12:54:21 to 2024-09-06 21:11:57 UTC [more...]

[PATCH 6.6 CANDIDATE 00/22] xfs backports for 6.6.y (from 6.10)
 2024-09-06 21:11 UTC  (7+ messages)
` [PATCH 6.6 CANDIDATE 01/22] xfs: fix error returns from xfs_bmapi_write
` [PATCH 6.6 CANDIDATE 02/22] xfs: fix xfs_bmap_add_extent_delay_real for partial conversions
` [PATCH 6.6 CANDIDATE 03/22] xfs: fix log recovery buffer allocation for the legacy h_size fixup
` [PATCH 6.6 CANDIDATE 04/22] xfs: remove a racy if_bytes check in xfs_reflink_end_cow_extent
` [PATCH 6.6 CANDIDATE 05/22] xfs: require XFS_SB_FEAT_INCOMPAT_LOG_XATTRS for attr log intent item recovery
` [PATCH 6.6 CANDIDATE 06/22] xfs: check opcode and iovec count match in xlog_recover_attri_commit_pass2

[PATCH v4 00/14] forcealign for xfs
 2024-09-06 14:31 UTC  (11+ messages)
` [PATCH v4 04/14] xfs: make EOF allocation simpler

[PATCH] fsck.xfs: fix fsck.xfs run by different shells when fsck.mode=force is set
 2024-09-06 13:34 UTC  (4+ messages)

[PATCH v2] xfs: skip background cowblock trims on inodes open for write
 2024-09-06 11:40 UTC  (2+ messages)
` [PATCH 2/1] xfs: don't free cowblocks from under dirty pagecache on unshare

[PATCH v13 00/10] enable bs > ps in XFS
 2024-09-06  8:01 UTC  (6+ messages)
` [PATCH v13 04/10] mm: split a folio in minimum folio order chunks
  ` [PATCH v13 10/10] xfs: enable block size larger than page size support
    ` [PATCH v13 10/10] xfs: enable block size larger than page size support^[

[PATCH 00/13] fs/dax: Fix FS DAX page reference counts
 2024-09-06  6:21 UTC  (7+ messages)
` [PATCH 06/13] mm/memory: Add dax_insert_pfn
` [PATCH 10/13] fs/dax: Properly refcount fs dax pages

[PATCH] xfs: Remove empty declartion in header file
 2024-09-06  6:02 UTC 

[PATCH v5 00/18] fanotify: add pre-content hooks
 2024-09-05 19:30 UTC  (33+ messages)
` [PATCH v5 01/18] fanotify: don't skip extra event info if no info_mode is set
` [PATCH v5 02/18] fsnotify: introduce pre-content permission event
` [PATCH v5 03/18] fsnotify: generate pre-content permission event on open
` [PATCH v5 04/18] fanotify: introduce FAN_PRE_ACCESS permission event
` [PATCH v5 05/18] fanotify: introduce FAN_PRE_MODIFY "
` [PATCH v5 06/18] fanotify: pass optional file access range in pre-content event
` [PATCH v5 07/18] fanotify: rename a misnamed constant
` [PATCH v5 08/18] fanotify: report file range info with pre-content events
` [PATCH v5 09/18] fanotify: allow to set errno in FAN_DENY permission response
` [PATCH v5 10/18] fs: add a flag to indicate the fs supports pre-content events
` [PATCH v5 11/18] fanotify: add a helper to check for pre content events
` [PATCH v5 12/18] fanotify: disable readahead if we have pre-content watches
` [PATCH v5 13/18] mm: don't allow huge faults for files with pre content watches
` [PATCH v5 14/18] fsnotify: generate pre-content permission event on page fault
` [PATCH v5 15/18] bcachefs: add pre-content fsnotify hook to fault
` [PATCH v5 16/18] xfs: add pre-content fsnotify hook for write faults
` [PATCH v5 17/18] btrfs: disable defrag on pre-content watched files
` [PATCH v5 18/18] fs: enable pre-content events on supported file systems

[PATCH 6.1 CANDIDATE 00/26] xfs backports to catch 6.1.y up to 6.6
 2024-09-05 18:21 UTC  (27+ messages)
` [PATCH 6.1 CANDIDATE 01/26] xfs: dquot shrinker doesn't check for XFS_DQFLAG_FREEING
` [PATCH 6.1 CANDIDATE 02/26] xfs: Fix deadlock on xfs_inodegc_worker
` [PATCH 6.1 CANDIDATE 03/26] xfs: fix extent busy updating
` [PATCH 6.1 CANDIDATE 04/26] xfs: don't use BMBT btree split workers for IO completion
` [PATCH 6.1 CANDIDATE 05/26] xfs: fix low space alloc deadlock
` [PATCH 6.1 CANDIDATE 06/26] xfs: prefer free inodes at ENOSPC over chunk allocation
` [PATCH 6.1 CANDIDATE 07/26] xfs: block reservation too large for minleft allocation
` [PATCH 6.1 CANDIDATE 08/26] xfs: fix uninitialized variable access
` [PATCH 6.1 CANDIDATE 09/26] xfs: quotacheck failure can race with background inode inactivation
` [PATCH 6.1 CANDIDATE 10/26] xfs: fix BUG_ON in xfs_getbmap()
` [PATCH 6.1 CANDIDATE 11/26] xfs: buffer pins need to hold a buffer reference
` [PATCH 6.1 CANDIDATE 12/26] xfs: defered work could create precommits
` [PATCH 6.1 CANDIDATE 13/26] xfs: fix AGF vs inode cluster buffer deadlock
` [PATCH 6.1 CANDIDATE 14/26] xfs: collect errors from inodegc for unlinked inode recovery
` [PATCH 6.1 CANDIDATE 15/26] xfs: fix ag count overflow during growfs
` [PATCH 6.1 CANDIDATE 16/26] xfs: remove WARN when dquot cache insertion fails
` [PATCH 6.1 CANDIDATE 17/26] xfs: fix the calculation for "end" and "length"
` [PATCH 6.1 CANDIDATE 18/26] xfs: load uncached unlinked inodes into memory on demand
` [PATCH 6.1 CANDIDATE 19/26] xfs: fix negative array access in xfs_getbmap
` [PATCH 6.1 CANDIDATE 20/26] xfs: fix unlink vs cluster buffer instantiation race
` [PATCH 6.1 CANDIDATE 21/26] xfs: correct calculation for agend and blockcount
` [PATCH 6.1 CANDIDATE 22/26] xfs: use i_prev_unlinked to distinguish inodes that are not on the unlinked list
` [PATCH 6.1 CANDIDATE 23/26] xfs: reload entire unlinked bucket lists
` [PATCH 6.1 CANDIDATE 24/26] xfs: make inode unlinked bucket recovery work with quotacheck
` [PATCH 6.1 CANDIDATE 25/26] xfs: fix reloading entire unlinked bucket lists
` [PATCH 6.1 CANDIDATE 26/26] xfs: set bnobt/cntbt numrecs correctly when formatting new AGs

[ANNOUNCE] xfs-linux: for-next updated to 90fa22da6d6b
 2024-09-05 13:38 UTC 

Are jump labels broken on 6.11-rc1?
 2024-09-05  9:16 UTC  (12+ messages)

[PATCH] man: Update unit for fsx_extsize and fsx_cowextsize
 2024-09-05  9:01 UTC  (3+ messages)

[ANNOUNCE] xfsprogs v6.10.1 released
 2024-09-04 11:16 UTC 

[PATCH] iomap: clean preallocated blocks in iomap_end() when 0 bytes was written
 2024-09-04  7:51 UTC  (4+ messages)

XFS mount timeout in linux-6.9.11
 2024-09-04  7:45 UTC  (10+ messages)

fix a DEBUG-only assert failure in xfs/538 v4
 2024-09-04  5:37 UTC  (9+ messages)
` [PATCH 1/8] xfs: merge xfs_attr_leaf_try_add into xfs_attr_leaf_addname
` [PATCH 2/8] xfs: return bool from xfs_attr3_leaf_add
` [PATCH 3/8] xfs: distinguish extra split from real ENOSPC from xfs_attr3_leaf_split
` [PATCH 4/8] xfs: distinguish extra split from real ENOSPC from xfs_attr_node_try_addname
` [PATCH 5/8] xfs: fold xfs_bmap_alloc_userdata into xfs_bmapi_allocate
` [PATCH 6/8] xfs: don't ifdef around the exact minlen allocations
` [PATCH 7/8] xfs: call xfs_bmap_exact_minlen_extent_alloc from xfs_bmap_btalloc
` [PATCH 8/8] xfs: support lowmode allocations in xfs_bmap_exact_minlen_extent_alloc

[PATCH] xfsdump: Remove dead code from restore_extent()
 2024-09-03 20:29 UTC  (2+ messages)
` [External] : "

[PATCH] xfs: Fix format specifier for max_folio_size in xfs_fs_fill_super()
 2024-09-03 13:02 UTC  (2+ messages)

[PATCH v5 0/7] block atomic writes for xfs
 2024-09-03 12:43 UTC  (8+ messages)
` [PATCH v5 3/7] fs: iomap: Atomic write support

[PATCH] xfs_db: make sure agblocks is valid to prevent corruption
 2024-09-03 10:24 UTC  (5+ messages)
` [PATCH v2] "
    ` [PATCH v3] "

[linus:master] [xfs] ca6448aed4: xfstests.xfs.556.fail
 2024-09-03  9:47 UTC  (4+ messages)

[PATCH] xfs_io: add fiemap -s flag to print number of extents
 2024-09-03  9:49 UTC  (2+ messages)

Any new insights on large folio issues causing data loss?
 2024-09-03  9:23 UTC 

[PATCH 0/2] Some boundary error bugfix related to XFS fsmap
 2024-09-03  9:18 UTC  (4+ messages)

[PATCH v3 0/2] iomap: flush dirty cache over unwritten mappings on zero range
 2024-09-03  7:59 UTC  (2+ messages)

[PATCHBOMB 6.12] xfs: a ton of bugfixes and cleanups
 2024-09-03  7:52 UTC  (52+ messages)
` [PATCHSET v31.1 1/8] xfs: atomic file content commits
  ` [PATCH 1/1] xfs: introduce new file range commit ioctls
` [PATCHSET v4.2 2/8] xfs: cleanups before adding metadata directories
  ` [PATCH 1/3] xfs: validate inumber in xfs_iget
  ` [PATCH 2/3] xfs: match on the global RT inode numbers in xfs_is_metadata_inode
  ` [PATCH 3/3] xfs: pass the icreate args object to xfs_dialloc
` [PATCHSET v4.2 3/8] xfs: clean up the rtbitmap code
  ` [PATCH 01/12] xfs: remove xfs_validate_rtextents
  ` [PATCH 02/12] xfs: factor out a xfs_validate_rt_geometry helper
  ` [PATCH 03/12] xfs: make the RT rsum_cache mandatory
  ` [PATCH 04/12] xfs: remove the limit argument to xfs_rtfind_back
  ` [PATCH 05/12] xfs: assert a valid limit in xfs_rtfind_forw
  ` [PATCH 06/12] xfs: add bounds checking to xfs_rt{bitmap,summary}_read_buf
  ` [PATCH 07/12] xfs: cleanup the calling convention for xfs_rtpick_extent
  ` [PATCH 08/12] xfs: push the calls to xfs_rtallocate_range out to xfs_bmap_rtalloc
  ` [PATCH 09/12] xfs: factor out a xfs_growfs_rt_bmblock helper
  ` [PATCH 10/12] xfs: factor out a xfs_last_rt_bmblock helper
  ` [PATCH 11/12] xfs: factor out rtbitmap/summary initialization helpers
  ` [PATCH 12/12] xfs: push transaction join out of xfs_rtbitmap_lock and xfs_rtgroup_lock
` [PATCHSET v4.2 4/8] xfs: fixes for the realtime allocator
  ` [PATCH 01/10] xfs: use the recalculated transaction reservation in xfs_growfs_rt_bmblock
  ` [PATCH 02/10] xfs: ensure rtx mask/shift are correct after growfs
  ` [PATCH 03/10] xfs: don't return too-short extents from xfs_rtallocate_extent_block
  ` [PATCH 04/10] xfs: don't scan off the end of the rt volume in xfs_rtallocate_extent_block
  ` [PATCH 05/10] xfs: refactor aligning bestlen to prod
  ` [PATCH 06/10] xfs: clean up xfs_rtallocate_extent_exact a bit
  ` [PATCH 07/10] xfs: reduce excessive clamping of maxlen in xfs_rtallocate_extent_near
  ` [PATCH 08/10] xfs: fix broken variable-sized allocation detection in xfs_rtallocate_extent_block
  ` [PATCH 09/10] xfs: remove xfs_rtb_to_rtxrem
  ` [PATCH 10/10] xfs: simplify xfs_rtalloc_query_range
` [PATCHSET v4.2 5/8] xfs: cleanups for the realtime allocator
  ` [PATCH 01/10] xfs: clean up the ISVALID macro in xfs_bmap_adjacent
  ` [PATCH 02/10] xfs: factor out a xfs_rtallocate helper
  ` [PATCH 03/10] xfs: rework the rtalloc fallback handling
  ` [PATCH 04/10] xfs: factor out a xfs_rtallocate_align helper
  ` [PATCH 05/10] xfs: make the rtalloc start hint a xfs_rtblock_t
  ` [PATCH 06/10] xfs: add xchk_setup_nothing and xchk_nothing helpers
  ` [PATCH 07/10] xfs: remove xfs_{rtbitmap,rtsummary}_wordcount
  ` [PATCH 08/10] xfs: replace m_rsumsize with m_rsumblocks
  ` [PATCH 09/10] xfs: rearrange xfs_fsmap.c a little bit
  ` [PATCH 10/10] xfs: move xfs_ioc_getfsmap out of xfs_ioctl.c
` [PATCHSET v4.2 6/8] xfs: cleanups for quota mount
  ` [PATCH 1/1] xfs: refactor loading quota inodes in the regular case
` [PATCHSET 7/8] xfs: various bug fixes for 6.12
  ` [PATCH 1/3] xfs: fix C++ compilation errors in xfs_fs.h
  ` [PATCH 2/3] xfs: fix FITRIM reporting again
  ` [PATCH 3/3] xfs: fix a sloppy memory handling bug in xfs_iroot_realloc
` [PATCHSET v4.2 8/8] xfs: cleanups for inode rooted btree code
  ` [PATCH 1/2] xfs: replace shouty XFS_BM{BT,DR} macros
  ` [PATCH 2/2] xfs: standardize the btree maxrecs function parameters

[PATCH] xfs: convert comma to semicolon
 2024-09-03  7:39 UTC 

[PATCH 1/1] xfsdump: Mimic GNU basename() API for non-glibc library e.g. musl
 2024-09-03  6:39 UTC 

fix a DEBUG-only assert failure in xfs/538 v3
 2024-09-03  4:27 UTC  (8+ messages)
` [PATCH 1/7] xfs: merge xfs_attr_leaf_try_add into xfs_attr_leaf_addname
` [PATCH 2/7] xfs: return bool from xfs_attr3_leaf_add
` [PATCH 3/7] xfs: distinguish extra split from real ENOSPC from xfs_attr3_leaf_split
` [PATCH 4/7] xfs: distinguish extra split from real ENOSPC from xfs_attr_node_try_addname
` [PATCH 5/7] xfs: fold xfs_bmap_alloc_userdata into xfs_bmapi_allocate
` [PATCH 6/7] xfs: call xfs_bmap_exact_minlen_extent_alloc from xfs_bmap_btalloc
` [PATCH 7/7] xfs: support lowmode allocations in xfs_bmap_exact_minlen_extent_alloc

fix a DEBUG-only assert failure in xfs/538 v2
 2024-09-03  4:26 UTC  (4+ messages)
` [PATCH 1/6] xfs: merge xfs_attr_leaf_try_add into xfs_attr_leaf_addname

[PATCH v2 0/4] fstests/fsx: test coverage for eof zeroing
 2024-09-02 20:11 UTC  (2+ messages)

no office hours this week or next
 2024-09-02 18:44 UTC 

[GIT PULLBOMB 6.12] xfs: a ton of bugfixes and cleanups
 2024-09-02 18:43 UTC  (9+ messages)
` [GIT PULL 1/8] xfs: atomic file content commits
` [GIT PULL 2/8] xfs: cleanups before adding metadata directories
` [GIT PULL 3/8] xfs: clean up the rtbitmap code
` [GIT PULL 4/8] xfs: fixes for the realtime allocator
` [GIT PULL 5/8] xfs: cleanups "
` [GIT PULL 6/8] xfs: cleanups for quota mount
` [GIT PULL 7/8] xfs: various bug fixes for 6.12
` [GIT PULL 8/8] xfs: cleanups for inode rooted btree code

[PATCHSET v4.1] xfs: cleanups for inode rooted btree code
 2024-09-02 15:20 UTC  (3+ messages)
  ` [PATCH 01/10] xfs: fix C++ compilation errors in xfs_fs.h

[RFC PATCH] xfs: Prevent umount from indefinitely waiting on XFS_IFLUSHING flag on stale inodes
 2024-09-02 13:24 UTC  (2+ messages)

[ANNOUNCE] xfsdump v3.2.0 released
 2024-09-02 12:54 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox