public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-09-02 19:08:28 to 2024-09-10 08:06:05 UTC [more...]

[PATCH] xfsdump: Remove dead code from restore_extent()
 2024-09-10  8:06 UTC  (3+ messages)
` [External] : "

[PATCH 1/1] xfsdump: Mimic GNU basename() API for non-glibc library e.g. musl
 2024-09-10  8:04 UTC  (2+ messages)

XFS Performance Metrics
 2024-09-10  8:03 UTC  (2+ messages)

[PATCH 00/12] fs/dax: Fix FS DAX page reference counts
 2024-09-10  6:57 UTC  (15+ messages)
` [PATCH 01/12] mm/gup.c: Remove redundant check for PCI P2PDMA page
` [PATCH 02/12] pci/p2pdma: Don't initialise page refcount to one
` [PATCH 03/12] fs/dax: Refactor wait for dax idle page
` [PATCH 04/12] mm: Allow compound zone device pages
` [PATCH 05/12] mm/memory: Add dax_insert_pfn
` [PATCH 06/12] huge_memory: Allow mappings of PUD sized pages
` [PATCH 07/12] huge_memory: Allow mappings of PMD "
` [PATCH 08/12] gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH 09/12] mm: Update vm_normal_page() callers to accept "
` [PATCH 10/12] fs/dax: Properly refcount fs dax pages
` [PATCH 11/12] mm: Remove pXX_devmap callers
` [PATCH 12/12] mm: Remove devmap related functions and page table bits

fix stale delalloc punching for COW I/O v2
 2024-09-10  4:39 UTC  (13+ messages)
` [PATCH 01/12] iomap: handle a post-direct I/O invalidate race in iomap_write_delalloc_release
` [PATCH 02/12] iomap: improve shared block detection in iomap_unshare_iter
` [PATCH 03/12] iomap: pass flags to iomap_file_buffered_write_punch_delalloc
` [PATCH 04/12] iomap: pass the iomap to the punch callback
` [PATCH 05/12] iomap: remove the iomap_file_buffered_write_punch_delalloc return value
` [PATCH 06/12] xfs: factor out a xfs_file_write_zero_eof helper
` [PATCH 07/12] xfs: take XFS_MMAPLOCK_EXCL xfs_file_write_zero_eof
` [PATCH 08/12] iomap: zeroing already holds invalidate_lock
` [PATCH 09/12] xfs: support the COW fork in xfs_bmap_punch_delalloc_range
` [PATCH 10/12] xfs: share more code in xfs_buffered_write_iomap_begin
` [PATCH 11/12] xfs: set IOMAP_F_SHARED for all COW fork allocations
` [PATCH 12/12] xfs: punch delalloc extents from the COW fork for COW writes

[PATCH] xfs: test log recovery for extent frees right after growfs
 2024-09-10  4:31 UTC 

fix recovery of extfree items just after a growfs
 2024-09-10  4:28 UTC  (5+ messages)
` [PATCH 1/4] xfs: pass the exact range to initialize to xfs_initialize_perag
` [PATCH 2/4] xfs: merge the perag freeing helpers
` [PATCH 3/4] xfs: create perag structures as soon as possible during log recovery
` [PATCH 4/4] xfs: don't use __GFP_RETRY_MAYFAIL

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

[PATCH] Polish translation update for xfsprogs 6.10.1
 2024-09-09 19:43 UTC 

xfs_quotas error handling
 2024-09-09 14:35 UTC 

[PATCH] xfs: add CONFIG_MMU dependency
 2024-09-09 13:42 UTC  (2+ messages)

[PATCH v13 00/10] enable bs > ps in XFS
 2024-09-09  9:06 UTC  (7+ 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] docs:filesystems: fix spelling and grammar mistakes in iomap design page
 2024-09-09  7:53 UTC  (2+ messages)

XFS mount timeout in linux-6.9.11
 2024-09-08 14:18 UTC  (11+ messages)

[PATCH 6.6 CANDIDATE 00/22] xfs backports for 6.6.y (from 6.10)
 2024-09-06 21:11 UTC  (23+ 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 6.6 CANDIDATE 07/22] xfs: fix missing check for invalid attr flags
` [PATCH 6.6 CANDIDATE 08/22] xfs: check shortform attr entry flags specifically
` [PATCH 6.6 CANDIDATE 09/22] xfs: validate recovered name buffers when recovering xattr items
` [PATCH 6.6 CANDIDATE 10/22] xfs: enforce one namespace per attribute
` [PATCH 6.6 CANDIDATE 11/22] xfs: revert commit 44af6c7e59b12
` [PATCH 6.6 CANDIDATE 12/22] xfs: use dontcache for grabbing inodes during scrub
` [PATCH 6.6 CANDIDATE 13/22] xfs: match lock mode in xfs_buffered_write_iomap_begin()
` [PATCH 6.6 CANDIDATE 14/22] xfs: make the seq argument to xfs_bmapi_convert_delalloc() optional
` [PATCH 6.6 CANDIDATE 15/22] xfs: make xfs_bmapi_convert_delalloc() to allocate the target offset
` [PATCH 6.6 CANDIDATE 16/22] xfs: convert delayed extents to unwritten when zeroing post eof blocks
` [PATCH 6.6 CANDIDATE 17/22] xfs: allow symlinks with short remote targets
` [PATCH 6.6 CANDIDATE 18/22] xfs: make sure sb_fdblocks is non-negative
` [PATCH 6.6 CANDIDATE 19/22] xfs: fix unlink vs cluster buffer instantiation race
` [PATCH 6.6 CANDIDATE 20/22] xfs: fix freeing speculative preallocations for preallocated files
` [PATCH 6.6 CANDIDATE 21/22] xfs: restrict when we try to align cow fork delalloc to cowextsz hints
` [PATCH 6.6 CANDIDATE 22/22] xfs: allow unlinked symlinks and dirs with zero size

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

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] 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  (4+ 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)

[PATCHSET v31.1 1/8] xfs: atomic file content commits
 2024-09-03  7:52 UTC  (3+ messages)
` [PATCH 1/1] xfs: introduce new file range commit ioctls

[PATCH] xfs: convert comma to semicolon
 2024-09-03  7: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)


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