public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-13 22:57:42 to 2023-12-18 17:48:37 UTC [more...]

[xfstests generic/648] 64k directory block size (-n size=65536) crash on _xfs_buf_ioapply
 2023-12-18 17:48 UTC  (2+ messages)

[PATCH 0/9] xfs file non-exclusive online defragment
 2023-12-18 16:27 UTC  (21+ messages)
` [PATCH 1/9] xfs: defrag: introduce strucutures and numbers
` [PATCH 2/9] xfs: defrag: initialization and cleanup
` [PATCH 3/9] xfs: defrag implement stop/suspend/resume/status
` [PATCH 4/9] xfs: defrag: allocate/cleanup defragmentation
` [PATCH 5/9] xfs: defrag: process some cases in xfs_defrag_process
` [PATCH 6/9] xfs: defrag: piece picking up
` [PATCH 7/9] xfs: defrag: guarantee contigurous blocks in cow fork
` [PATCH 8/9] xfs: defrag: copy data from old blocks to new blocks
` [PATCH 9/9] xfs: defrag: map "

improve libxfs device handling
 2023-12-18 14:36 UTC  (48+ messages)
  ` [PATCH 01/23] libxfs: remove the unused icache_flags member from struct libxfs_xinit
  ` [PATCH 02/23] libxfs: remove the dead {d,log,rt}path variables in libxfs_init
  ` [PATCH 03/23] libxfs/frog: remove latform_find{raw,block}path
  ` [PATCH 04/23] libxfs: remove the volname concept
  ` [PATCH 05/23] xfs_logprint: move all code to set up the fake xlog into logstat()
  ` [PATCH 06/23] libxlog: remove the verbose argument to xlog_is_dirty
  ` [PATCH 07/23] libxlog: add a helper to initialize a xlog without clobbering the x structure
  ` [PATCH 08/23] libxlog: don't require a libxfs_xinit structure for xlog_init
  ` [PATCH 09/23] libxlog: remove the global libxfs_xinit x structure
  ` [PATCH 10/23] libxfs: rename struct libxfs_xinit to libxfs_init
  ` [PATCH 11/23] libxfs: pass a struct libxfs_init to libxfs_mount
  ` [PATCH 12/23] libxfs: pass a struct libxfs_init to libxfs_alloc_buftarg
  ` [PATCH 13/23] libxfs: merge the file vs device cases in libxfs_init
  ` [PATCH 14/23] libxfs: making passing flags to libxfs_init less confusing
  ` [PATCH 15/23] libxfs: remove the setblksize == 1 case in libxfs_device_open
  ` [PATCH 16/23] libfrog: make platform_set_blocksize exit on fatal failure
  ` [PATCH 17/23] libxfs: remove dead size < 0 checks in libxfs_init
  ` [PATCH 18/23] libxfs: mark libxfs_device_{open,close} static
  ` [PATCH 19/23] libxfs: return the opened fd from libxfs_device_open
  ` [PATCH 20/23] libxfs: pass the device fd to discard_blocks
  ` [PATCH 21/23] xfs_repair: remove various libxfs_device_to_fd calls
  ` [PATCH 22/23] libxfs: stash away the device fd in struct xfs_buftarg
  ` [PATCH 23/23] libxfs: split out a libxfs_dev structure from struct libxfs_init

[PATCH] iomap: fix warning in iomap_write_delalloc_release()
 2023-12-18 12:44 UTC  (4+ messages)

[syzbot] [crypto?] KMSAN: uninit-value in __crc32c_le_base (3)
 2023-12-18 10:22 UTC  (7+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 98bdbf60cca8
 2023-12-18  6:52 UTC 

RT allocator tidy ups v2
 2023-12-18  4:57 UTC  (23+ messages)
` [PATCH 01/22] xfs: consider minlen sized extents in xfs_rtallocate_extent_block
` [PATCH 02/22] xfs: turn the xfs_trans_mod_dquot_byino stub into an inline function
` [PATCH 03/22] xfs: remove the xfs_alloc_arg argument to xfs_bmap_btalloc_accounting
` [PATCH 04/22] xfs: also use xfs_bmap_btalloc_accounting for RT allocations
` [PATCH 05/22] xfs: move xfs_bmap_rtalloc to xfs_rtalloc.c
` [PATCH 06/22] xfs: return -ENOSPC from xfs_rtallocate_*
` [PATCH 07/22] xfs: reflow the tail end of xfs_bmap_rtalloc
` [PATCH 08/22] xfs: indicate if xfs_bmap_adjacent changed ap->blkno
` [PATCH 09/22] xfs: cleanup picking the start extent hint in xfs_bmap_rtalloc
` [PATCH 10/22] xfs: move xfs_rtget_summary to xfs_rtbitmap.c
` [PATCH 11/22] xfs: split xfs_rtmodify_summary_int
` [PATCH 12/22] xfs: invert a check in xfs_rtallocate_extent_block
` [PATCH 13/22] xfs: reflow the tail end of xfs_rtallocate_extent_block
` [PATCH 14/22] xfs: merge the calls to xfs_rtallocate_range in xfs_rtallocate_block
` [PATCH 15/22] xfs: tidy up xfs_rtallocate_extent_exact
` [PATCH 16/22] xfs: factor out a xfs_rtalloc_sumlevel helper
` [PATCH 17/22] xfs: remove rt-wrappers from xfs_format.h
` [PATCH 18/22] xfs: remove XFS_RTMIN/XFS_RTMAX
` [PATCH 19/22] xfs: reorder the minlen and prod calculations in xfs_bmap_rtalloc
` [PATCH 20/22] xfs: simplify and optimize the RT allocation fallback cascade
` [PATCH 21/22] xfs: fold xfs_rtallocate_extent into xfs_bmap_rtalloc
` [PATCH 22/22] xfs: rename xfs_bmap_rtalloc to xfs_rtallocate_extent

attr cleanups
 2023-12-18  4:30 UTC  (11+ messages)
` [PATCH 1/8] xfs: make if_data a void pointer
` [PATCH 2/8] xfs: return if_data from xfs_idata_realloc
` [PATCH 3/8] xfs: move the xfs_attr_sf_lookup tracepoint
` [PATCH 4/8] xfs: simplify xfs_attr_sf_findname
` [PATCH 5/8] xfs: remove xfs_attr_shortform_lookup
` [PATCH 6/8] xfs: use xfs_attr_sf_findname in xfs_attr_shortform_getvalue
` [PATCH 7/8] xfs: remove struct xfs_attr_shortform
` [PATCH 8/8] xfs: remove xfs_attr_sf_hdr_t

[PATCH] xfs: improve handling of prjquot ENOSPC
 2023-12-16 15:49 UTC  (6+ messages)
` [PATCH v2] "

[GIT PULL 6/6] xfs: online repair of quota and rt metadata files
 2023-12-15 21:56 UTC 

[GIT PULL 5/6] xfs: online repair of rt bitmap file
 2023-12-15 21:56 UTC 

[GIT PULL 4/6] xfs: online repair of file fork mappings
 2023-12-15 21:55 UTC 

[GIT PULL 3/6] xfs: online repair of inodes and forks
 2023-12-15 21:55 UTC 

[GIT PULL 2/6] xfs: online repair of AG btrees
 2023-12-15 21:55 UTC 

[GIT PULL 1/6] xfs: prepare repair for bulk loading
 2023-12-15 21:55 UTC 

[PATCH] xfs/health: cleanup, remove duplicated including
 2023-12-15 17:21 UTC  (2+ messages)

[PATCH v4 1/2] xfs: add lock protection when remove perag from radix tree
 2023-12-15 17:21 UTC  (3+ messages)
` [PATCH v4 2/2] xfs: fix perag leak when growfs fails

[PATCH v2 00/16] block atomic writes
 2023-12-15 13:55 UTC  (22+ messages)
` [PATCH v2 01/16] block: Add atomic write operations to request_queue limits
` [PATCH v2 04/16] fs: Increase fmode_t size
` [PATCH v2 08/16] block: Limit atomic write IO size according to atomic_write_max_sectors

RT allocator tidy ups
 2023-12-15  6:35 UTC  (43+ messages)
` [PATCH 01/19] xfs: consider minlen sized extents in xfs_rtallocate_extent_block
` [PATCH 02/19] xfs: turn the xfs_trans_mod_dquot_byino stub into an inline function
` [PATCH 03/19] xfs: remove the xfs_alloc_arg argument to xfs_bmap_btalloc_accounting
` [PATCH 04/19] xfs: also use xfs_bmap_btalloc_accounting for RT allocations
` [PATCH 05/19] xfs: move xfs_bmap_rtalloc to xfs_rtalloc.c
` [PATCH 06/19] xfs: return -ENOSPC from xfs_rtallocate_*
` [PATCH 07/19] xfs: reflow the tail end of xfs_bmap_rtalloc
` [PATCH 08/19] xfs: indicate if xfs_bmap_adjacent changed ap->blkno
` [PATCH 09/19] xfs: cleanup picking the start extent hint in xfs_bmap_rtalloc
` [PATCH 10/19] xfs: move xfs_rtget_summary to xfs_rtbitmap.c
` [PATCH 11/19] xfs: split xfs_rtmodify_summary_int
` [PATCH 12/19] xfs: tidy up xfs_rtallocate_extent_block
` [PATCH 13/19] xfs: tidy up xfs_rtallocate_extent_exact
` [PATCH 14/19] xfs: factor out a xfs_rtalloc_sumlevel helper
` [PATCH 15/19] xfs: remove rt-wrappers from xfs_format.h
` [PATCH 16/19] xfs: remove XFS_RTMIN/XFS_RTMAX
` [PATCH 17/19] xfs: reorder the minlen and prod calculations in xfs_bmap_rtalloc
` [PATCH 18/19] xfs: simplify and optimize the RT allocation fallback cascade
` [PATCH 19/19] xfs: fold xfs_rtallocate_extent into xfs_bmap_rtalloc

[PATCH] xfs: initialise di_crc in xfs_log_dinode
 2023-12-15  4:32 UTC  (4+ messages)

[PATCH] xfs: short circuit xfs_growfs_data_private() if delta is zero
 2023-12-15  4:19 UTC  (3+ messages)

[PATCH] xfs: fix an off-by-one error in xreap_agextent_binval
 2023-12-15  4:15 UTC  (3+ messages)

[PATCH v3 1/4] Remove use of LFS64 interfaces
 2023-12-15  1:36 UTC  (4+ messages)
` [PATCH v3 2/4] io: Assert we have a sensible off_t
` [PATCH v3 3/4] build: Request 64-bit time_t where possible
` [PATCH v3 4/4] io: Adapt to >= 64-bit time_t

[PATCH v2 0/4] LFS and time64 fixes
 2023-12-15  0:42 UTC  (5+ messages)
` [PATCH v2 1/4] Remove use of LFS64 interfaces
` [PATCH v2 2/4] io: Assert we have a sensible off_t
` [PATCH v2 3/4] build: Request 64-bit time_t where possible
` [PATCH v2 4/4] io: Adapt to >= 64-bit time_t

[PATCH v2] xfsdump: Fix memory leak
 2023-12-14 20:25 UTC 

pass ops directly to the xfs_defer helpers
 2023-12-14 17:20 UTC  (4+ messages)
` [PATCH 4/5] xfs: pass the defer ops instead of type to xfs_defer_start_recovery
  ` [PATCH 4/5 v1.1] "

[PATCH] xfsdump: Fix memory leak
 2023-12-14 17:09 UTC  (2+ messages)

[PATCH] xfs_grow: Remove xflag and iflag to reduce redundant temporary variables
 2023-12-14 17:07 UTC  (3+ messages)

[PATCHSET v28.2 0/4] xfs: online repair of quota and rt metadata files
 2023-12-14  4:59 UTC  (4+ messages)
` [PATCH 3/4] xfs: improve dquot iteration for scrub
` [PATCH 4/4] xfs: repair quotas

[PATCHSET v28.2 0/5] xfs: online repair of file fork mappings
 2023-12-14  4:59 UTC  (5+ messages)
` [PATCH 2/5] xfs: repair inode fork block mapping data structures
` [PATCH 3/5] xfs: refactor repair forcing tests into a repair.c helper

[PATCHSET v28.2 0/9] xfs: online repair of inodes and forks
 2023-12-14  4:50 UTC  (5+ messages)
` [PATCH 4/9] xfs: dont cast to char * for XFS_DFORK_*PTR macros
` [PATCH 6/9] xfs: repair inode records

[PATCHSET v28.2 0/6] xfs: prepare repair for bulk loading
 2023-12-14  4:45 UTC  (3+ messages)
` [PATCH 2/6] xfs: set XBF_DONE on newly formatted btree block that are ready for writing

[PATCHSET 0/3] fstests: random fixes for v2023.12.10
 2023-12-14  4:45 UTC  (7+ messages)
` [PATCH 1/3] generic/615: fix loop termination failures
` [PATCH 2/3] generic/410: don't blow away seqres.full during test
` [PATCH 3/3] generic/735: skip this test if we cannot finsert at pos 1M

[PATCH v3 1/2] xfs: add lock protection when remove perag from radix tree
 2023-12-14  2:13 UTC  (4+ messages)
` [PATCH v3 2/2] xfs: fix perag leak when growfs fails

[GIT PULL] xfs: fix growfsrt failure during rt volume attach
 2023-12-13 23:00 UTC 


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