public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-10-08 22:17:27 to 2023-10-14 09:08:18 UTC [more...]

[PATCH v3 0/3] xfs: fix two problem when recovery intents fails
 2023-10-14  9:13 UTC  (4+ messages)
` [PATCH v3 3/3] xfs: fix intent item uaf when recover intents fail

[PATCHBOMB RFC]: xfs: realtime units cleanups
 2023-10-13 17:11 UTC  (78+ messages)
` [PATCHSET RFC v1.0 0/3] xfs: minor bugfixes for rt stuff
  ` [PATCH 1/3] xfs: bump max fsgeom struct version
  ` [PATCH 2/3] xfs: prevent rt growfs when quota is enabled
  ` [PATCH 3/3] xfs: rt stubs should return negative errnos when rt disabled
` [PATCHSET RFC v1.0 0/7] xfs: clean up realtime type usage
  ` [PATCH 1/7] xfs: make sure maxlen is still congruent with prod when rounding down
  ` [PATCH 2/7] xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.h
  ` [PATCH 3/7] xfs: convert xfs_extlen_t to xfs_rtxlen_t in the rt allocator
  ` [PATCH 4/7] xfs: convert rt bitmap/summary block numbers to xfs_fileoff_t
  ` [PATCH 5/7] xfs: convert rt bitmap extent lengths to xfs_rtbxlen_t
  ` [PATCH 6/7] xfs: rename xfs_verify_rtext to xfs_verify_rtbext
  ` [PATCH 7/7] xfs: convert rt extent numbers to xfs_rtxnum_t
` [PATCHSET RFC v1.0 0/7] xfs: refactor rt extent unit conversions
  ` [PATCH 1/7] xfs: create a helper to convert rtextents to rtblocks
  ` [PATCH 2/7] xfs: create a helper to compute leftovers of realtime extents
  ` [PATCH 3/7] "
  ` [PATCH 4/7] xfs: create helpers to convert rt block numbers to rt extent numbers
  ` [PATCH 5/7] xfs: convert do_div calls to xfs_rtb_to_rtx helper calls
  ` [PATCH 6/7] xfs: create rt extent rounding helpers for realtime extent blocks
  ` [PATCH 7/7] xfs: use shifting and masking when converting rt extents, if possible
` [PATCHSET RFC v1.0 0/8] xfs: refactor rtbitmap/summary macros
  ` [PATCH 1/8] xfs: convert the rtbitmap block and bit macros to static inline functions
  ` [PATCH 2/8] xfs: remove XFS_BLOCKWSIZE and XFS_BLOCKWMASK macros
  ` [PATCH 3/8] xfs: convert open-coded xfs_rtword_t pointer accesses to helper
  ` [PATCH 4/8] xfs: convert rt summary macros to helpers
  ` [PATCH 5/8] xfs: create helpers for rtbitmap block/wordcount computations
  ` [PATCH 6/8] xfs: use accessor functions for bitmap words
  ` [PATCH 7/8] xfs: create helpers for rtsummary block/wordcount computations
  ` [PATCH 8/8] xfs: use accessor functions for summary info words

[xfsprogs PATCH] xfs_io/encrypt: support specifying crypto data unit size
 2023-10-13  6:26 UTC 

Subject: [ANNOUNCE] xfs-linux: for-next updated to cbc06310c36f
 2023-10-13  4:45 UTC 

[PATCH v3 00/28] fs-verity support for XFS
 2023-10-13  3:12 UTC  (50+ messages)
` [PATCH v3 04/28] xfs: Add xfs_verify_pptr
` [PATCH v3 05/28] fs: add FS_XFLAG_VERITY for fs-verity sealed inodes
` [PATCH v3 06/28] fsverity: add drop_page() callout
` [PATCH v3 07/28] fsverity: always use bitmap to track verified status
` [PATCH v3 08/28] fsverity: pass Merkle tree block size to ->read_merkle_tree_page()
` [PATCH v3 09/28] fsverity: pass log_blocksize to end_enable_verity()
` [PATCH v3 10/28] fsverity: operate with Merkle tree blocks instead of pages
` [PATCH v3 11/28] iomap: pass readpage operation to read path
` [PATCH v3 12/28] iomap: allow filesystem to implement read path verification
` [PATCH v3 13/28] xfs: add XBF_VERITY_CHECKED xfs_buf flag
` [PATCH v3 15/28] xfs: introduce workqueue for post read IO work
` [PATCH v3 16/28] xfs: add bio_set and submit_io for ioend post-processing
` [PATCH v3 17/28] xfs: add attribute type for fs-verity
` [PATCH v3 20/28] xfs: add fs-verity ro-compat flag
` [PATCH v3 21/28] xfs: add inode on-disk VERITY flag
` [PATCH v3 23/28] xfs: don't allow to enable DAX on fs-verity sealsed inode
` [PATCH v3 24/28] xfs: disable direct read path for fs-verity sealed files
` [PATCH v3 25/28] xfs: add fs-verity support
` [PATCH v3 26/28] xfs: make scrub aware of verity dinode flag

[powerpc] kernel BUG fs/xfs/xfs_message.c:102! [4k block]
 2023-10-12 21:19 UTC  (2+ messages)

[PATCHSET 0/3] fstests: random fixes for v2023.10.08
 2023-10-12 15:10 UTC  (13+ messages)
` [PATCH 1/3] xfs/178: don't fail when SCRATCH_DEV contains random xfs superblocks
  ` [PATCH v2 "
` [PATCH 2/3] generic/465: only complain about stale disk contents when racing directio
` [PATCH 3/3] generic/269,xfs/051: don't drop fsstress failures to stdout

[PATCH v3] xfs: allow read IO and FICLONE to run concurrently
 2023-10-12 15:07 UTC  (5+ messages)

[ANNOUNCE] xfsprogs-6.5.0 released
 2023-10-12 12:00 UTC 

[PATCH] xfs: pin inodes that would otherwise overflow link count
 2023-10-12 11:05 UTC  (7+ messages)

[PATCH 0/9] xfs: byte-based grant head reservation tracking
 2023-10-12  8:54 UTC  (9+ messages)
` [PATCH 1/9] xfs: move and xfs_trans_committed_bulk
` [PATCH 7/9] xfs: track log space pinned by the AIL
` [PATCH 8/9] xfs: pass the full grant head to accounting functions
` [PATCH 9/9] xfs: grant heads track byte counts, not LSNs

[PATCH 0/9 v2] xfs: byte-base grant head reservation tracking
 2023-10-12  8:44 UTC  (4+ messages)
` [PATCH 2/9] xfs: AIL doesn't need manual pushing

[PATCH] xfs: reinstate the old i_version counter as STATX_CHANGE_COOKIE
 2023-10-12  4:47 UTC  (6+ messages)

[PATCHSET v27.0 0/7] xfs: reserve disk space for online repairs
 2023-10-12  5:05 UTC  (3+ messages)
` [PATCH 4/7] xfs: automatic freeing of freshly allocated unwritten space
  ` [PATCH v27.1 "

[PATCH] xfs_quota: fix missing mount point warning
 2023-10-11 21:45 UTC  (2+ messages)

[GIT PULL] xfs: random fixes for 6.6
 2023-10-11 20:25 UTC 

xfsprogs: bug feedback
 2023-10-11 20:08 UTC  (2+ messages)

[PATCH 0/1] Fix cross-compilation issue with randbytes
 2023-10-11 11:34 UTC  (5+ messages)
` [PATCH 1/1] libfrog: "

xfs_fsr (8) bug feedback
 2023-10-11  9:01 UTC 

[PATCH v6] xfs: introduce protection for drop nlink
 2023-10-11  6:51 UTC  (3+ messages)

[PATCH v2] xfs: handle nimaps=0 from xfs_bmapi_write in xfs_alloc_file_space
 2023-10-11  5:48 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: for-next updated to f809c3aae7b0
 2023-10-11  5:30 UTC 

[PATCH] xfs: drop experimental warning for FSDAX
 2023-10-10 17:51 UTC  (15+ messages)

[PATCHSET 0/2] xfs: bug fixes for 6.6
 2023-10-10 17:34 UTC  (6+ messages)
` [PATCH 1/2] xfs: adjust the incore perag block_count when shrinking
` [PATCH 2/2] xfs: process free extents to busy list in FIFO order

handle nimaps=0 from xfs_bmapi_write
 2023-10-10  7:59 UTC  (4+ messages)
` [PATCH] xfs: handle nimaps=0 from xfs_bmapi_write in xfs_alloc_file_space

[PATCHSET v3 0/1] fstests: fix unshare data corruption bug
 2023-10-10  7:05 UTC  (3+ messages)
` [PATCH 1/1] generic: test FALLOC_FL_UNSHARE when pagecache is not loaded

[PATCH 00/21] block atomic writes
 2023-10-09 22:02 UTC  (4+ messages)
` [PATCH 04/21] fs: Add RWF_ATOMIC and IOCB_ATOMIC flags for atomic write support

[PATCH v2] xfs: allow read IO and FICLONE to run concurrently
 2023-10-09 21:39 UTC  (3+ messages)

[PATCH v5] xfs: introduce protection for drop nlink
 2023-10-09 18:31 UTC  (2+ messages)

[PATCH v2 0/5] Remove the XFS mrlock
 2023-10-09 18:27 UTC  (5+ messages)
` [PATCH v2 3/5] xfs: Replace xfs_isilocked with xfs_assert_locked
` [PATCH v2 4/5] xfs: Remove mrlock wrapper

[PATCHSET v2 0/1] fstests: reload entire iunlink lists
 2023-10-09 18:18 UTC  (2+ messages)
` [PATCH 1/1] xfs: test unlinked inode list repair on demand

[PATCH v2 00/89] fs: new accessor methods for inode atime and mtime
 2023-10-09 16:09 UTC  (2+ messages)

[Bug 205833] New: fsfreeze blocks close(fd) on xfs sometimes
 2023-10-09 15:37 UTC  (2+ messages)
` [Bug 205833] "

[PATCH v2 0/6] xfs: CPU usage optimizations for realtime allocator
 2023-10-09 10:39 UTC  (13+ messages)
` [PATCH v2 1/6] xfs: cache last bitmap block in "
` [PATCH v2 2/6] xfs: invert the realtime summary cache
` [PATCH v2 3/6] xfs: return maximum free size from xfs_rtany_summary()
` [PATCH v2 4/6] xfs: limit maxlen based on available space in xfs_rtallocate_extent_near()
` [PATCH v2 5/6] xfs: don't try redundant allocations "
` [PATCH v2 6/6] xfs: don't look for end of extent further than necessary "

mkfs.xfs with --protofile does not copy extended attributes into the generated filesystem
 2023-10-09  9:59 UTC  (8+ messages)

W sprawie samochodu
 2023-10-09  8:15 UTC 


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