public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-02-13 02:14:04 to 2024-02-15 12:09:44 UTC [more...]

[PATCH 00/35] xfsprogs: libxfs-sync for 6.7
 2024-02-15 12:08 UTC  (28+ messages)
` [PATCH 01/35] xfs: bump max fsgeom struct version
` [PATCH 02/35] xfs: hoist freeing of rt data fork extent mappings
` [PATCH 03/35] xfs: fix units conversion error in xfs_bmap_del_extent_delay
` [PATCH 04/35] xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.h
` [PATCH 05/35] xfs: convert xfs_extlen_t to xfs_rtxlen_t in the rt allocator
` [PATCH 06/35] xfs: convert rt bitmap/summary block numbers to xfs_fileoff_t
` [PATCH 07/35] xfs: convert rt bitmap extent lengths to xfs_rtbxlen_t
` [PATCH 08/35] xfs: rename xfs_verify_rtext to xfs_verify_rtbext
` [PATCH 09/35] xfs: convert rt extent numbers to xfs_rtxnum_t
` [PATCH 10/35] xfs: create a helper to convert rtextents to rtblocks
` [PATCH 11/35] xfs: create a helper to compute leftovers of realtime extents
` [PATCH 12/35] xfs: create a helper to convert extlen to rtextlen
` [PATCH 13/35] xfs: create helpers to convert rt block numbers to rt extent numbers
` [PATCH 14/35] xfs: convert do_div calls to xfs_rtb_to_rtx helper calls
` [PATCH 15/35] xfs: create rt extent rounding helpers for realtime extent blocks
` [PATCH 16/35] xfs: use shifting and masking when converting rt extents, if possible
` [PATCH 17/35] xfs: convert the rtbitmap block and bit macros to static inline functions
` [PATCH 18/35] xfs: remove XFS_BLOCKWSIZE and XFS_BLOCKWMASK macros
` [PATCH 19/35] xfs: convert open-coded xfs_rtword_t pointer accesses to helper
` [PATCH 20/35] xfs: convert rt summary macros to helpers
` [PATCH 21/35] xfs: convert to new timestamp accessors
` [PATCH 22/35] xfs: create helpers for rtbitmap block/wordcount computations
` [PATCH 23/35] xfs: create a helper to handle logging parts of rt bitmap/summary blocks
` [PATCH 24/35] xfs: use accessor functions for bitmap words
` [PATCH 25/35] xfs: create helpers for rtsummary block/wordcount computations
` [PATCH 26/35] xfs: use accessor functions for summary info words
` [PATCH 27/35] xfs: consolidate realtime allocation arguments

[PATCH 0/6] block atomic writes for XFS
 2024-02-15 11:08 UTC  (53+ messages)
` [PATCH 1/6] fs: iomap: Atomic write support
` [PATCH 2/6] fs: Add FS_XFLAG_ATOMICWRITES flag
` [PATCH 3/6] fs: xfs: Support FS_XFLAG_ATOMICWRITES for rtvol
` [PATCH 4/6] fs: xfs: Support atomic write for statx
` [PATCH RFC 5/6] fs: xfs: iomap atomic write support
` [PATCH 6/6] fs: xfs: Set FMODE_CAN_ATOMIC_WRITE for FS_XFLAG_ATOMICWRITES set

[RFC v2 00/14] enable bs > ps in XFS
 2024-02-15 10:34 UTC  (63+ messages)
` [RFC v2 01/14] fs: Allow fine-grained control of folio sizes
` [RFC v2 02/14] filemap: align the index to mapping_min_order in the page cache
` [RFC v2 03/14] filemap: use mapping_min_order while allocating folios
` [RFC v2 04/14] readahead: set file_ra_state->ra_pages to be at least mapping_min_order
` [RFC v2 05/14] readahead: align index to mapping_min_order in ondemand_ra and force_ra
` [RFC v2 06/14] readahead: rework loop in page_cache_ra_unbounded()
` [RFC v2 07/14] readahead: allocate folios with mapping_min_order in ra_(unbounded|order)
` [RFC v2 08/14] mm: do not split a folio if it has minimum folio order requirement
` [RFC v2 09/14] mm: Support order-1 folios in the page cache
` [RFC v2 10/14] iomap: fix iomap_dio_zero() for fs bs > system page size
` [RFC v2 11/14] xfs: expose block size in stat
` [RFC v2 12/14] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [RFC v2 13/14] xfs: add an experimental CONFIG_XFS_LBS option
` [RFC v2 14/14] xfs: enable block size larger than page size support

[ANNOUNCE] xfs-linux: for-next updated to 9ee85f235efe
 2024-02-15  7:39 UTC  (6+ messages)
` shmem patches headsup: "

decrufify the configure checks v2
 2024-02-15  6:54 UTC  (27+ messages)
` [PATCH 01/26] include: remove the filldir_t typedef
` [PATCH 02/26] include: unconditionally define umode_t
` [PATCH 03/26] repair: refactor the BLKMAP_NEXTS_MAX check
` [PATCH 04/26] include: stop using SIZEOF_LONG
` [PATCH 05/26] include: stop generating platform_defs.h
` [PATCH 06/26] io: don't redefine SEEK_DATA and SEEK_HOLE
` [PATCH 07/26] configure: don't check for getmntent
` [PATCH 08/26] configure: require libblkid
` [PATCH 09/26] configure: don't check for fadvise
` [PATCH 10/26] configure: don't check for sendfile
` [PATCH 11/26] configure: don't check for madvise
` [PATCH 12/26] configure: don't check for mincor
` [PATCH 13/26] configure: don't check for fiemap
` [PATCH 14/26] configure: don't check for sync_file_range
` [PATCH 15/26] configure: don't check for readdir
` [PATCH 16/26] configure: don't check for fls
` [PATCH 17/26] configure: don't check for fallocate
` [PATCH 18/26] configure: don't check for syncfs
` [PATCH 19/26] configure: don't check for preadv and pwritev
` [PATCH 20/26] configure: don't check for mremap
` [PATCH 21/26] configure: don't check for fsetxattr
` [PATCH 22/26] configure: don't check for the f_flags field in statfs
` [PATCH 23/26] configure: don't check for openat
` [PATCH 24/26] configure: don't check for fstatat
` [PATCH 25/26] configure: don't check for SG_IO
` [PATCH 26/26] configure: don't check for HDIO_GETGEO

decrufify the configure checks
 2024-02-15  5:24 UTC  (4+ messages)
` [PATCH 03/27] repair: refactor the BLKMAP_NEXTS_MAX check

[PATCH v5 0/3] Remove the XFS mrlock
 2024-02-14 22:17 UTC  (3+ messages)

[PATCH] xfs: skip background cowblock trims on inodes open for write
 2024-02-14 16:52 UTC 

[PATCH v3 00/15] block atomic writes
 2024-02-14 16:45 UTC  (27+ messages)
` [PATCH v3 01/15] block: Add atomic write operations to request_queue limits
` [PATCH v3 05/15] block: Add REQ_ATOMIC flag
` [PATCH v3 06/15] block: Pass blk_queue_get_max_sectors() a request pointer
` [PATCH v3 07/15] block: Limit atomic write IO size according to atomic_write_max_sectors
` [PATCH v3 11/15] scsi: sd: Support reading atomic write properties from block limits VPD
` [PATCH v3 14/15] nvme: Support atomic writes
` [PATCH v3 15/15] nvme: Ensure atomic writes will be executed atomically

[PATCH v3 10/15] block: Add fops atomic write support
 2024-02-14 11:47 UTC  (8+ messages)
`  "

[PATCH v5 0/8] Introduce cpu_dcache_is_aliasing() to fix DAX regression
 2024-02-14  6:59 UTC  (17+ messages)
` [PATCH v5 1/8] dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=n
` [PATCH v5 4/8] dcssblk: Handle alloc_dax() -EOPNOTSUPP failure
` [PATCH v5 5/8] virtio: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal

[PATCH v2] xfs: ensure submit buffers on LSN boundaries in error handlers
 2024-02-14  6:53 UTC  (2+ messages)

[PATCH 4/4] xfs: reactivate XFS_NEED_INACTIVE inodes from xfs_iget
 2024-02-14  4:00 UTC  (2+ messages)

[RFC PATCH v2] xfs: run blockgc on freeze to avoid iget stalls after reclaim
 2024-02-13 17:56 UTC  (11+ messages)

[PATCH v3 02/15] block: Limit atomic writes according to bio and queue limits
 2024-02-13  8:05 UTC  (3+ messages)

[PATCH v3 09/15] block: Add checks to merging of atomic writes
 2024-02-13  6:52 UTC  (4+ messages)
`  "

[Bug 218229] New: xfstests xfs/438 hung
 2024-02-13  2:14 UTC  (2+ messages)
` [Bug 218229] "


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