public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-02-13 22:49:54 to 2024-02-20 05:13:46 UTC [more...]

bring back RT delalloc support
 2024-02-20  5:13 UTC  (16+ messages)
` [PATCH 1/9] xfs: make XFS_TRANS_LOWMODE match the other XFS_TRANS_ definitions
` [PATCH 2/9] xfs: move RT inode locking out of __xfs_bunmapi
` [PATCH 3/9] xfs: split xfs_mod_freecounter
` [PATCH 4/9] xfs: reinstate RT support in xfs_bmapi_reserve_delalloc
` [PATCH 5/9] xfs: cleanup fdblock/frextent accounting in xfs_bmap_del_extent_delay
` [PATCH 6/9] xfs: support RT inodes in xfs_mod_delalloc
` [PATCH 7/9] xfs: look at m_frextents in xfs_iomap_prealloc_size for RT allocations
` [PATCH 8/9] xfs: stop the steal (of data blocks for RT indirect blocks)
` [PATCH 9/9] xfs: reinstate delalloc for RT inodes (if sb_rextsize == 1)

[PATCH] xfs: use kvfree in xfs_ioc_getfsmap()
 2024-02-20  5:04 UTC  (2+ messages)

[PATCH] xfs: use kvfree() in xfs_ioc_attr_list()
 2024-02-20  5:04 UTC  (2+ messages)

put the xfs xfile abstraction on a diet v4
 2024-02-20  4:12 UTC  (26+ messages)
` [PATCH 01/22] mm: move mapping_set_update out of <linux/swap.h>
` [PATCH 02/22] shmem: move shmem_mapping out of line
` [PATCH 03/22] shmem: set a_ops earlier in shmem_symlink
` [PATCH 04/22] shmem: move the shmem_mapping assert into shmem_get_folio_gfp
` [PATCH 05/22] shmem: export shmem_get_folio
` [PATCH 06/22] shmem: export shmem_kernel_file_setup
` [PATCH 07/22] shmem: document how to "persist" data when using shmem_*file_setup
` [PATCH 08/22] xfs: use VM_NORESERVE in xfile_create
` [PATCH 09/22] xfs: shmem_file_setup can't return NULL
` [PATCH 10/22] xfs: use shmem_kernel_file_setup in xfile_create
` [PATCH 11/22] xfs: don't modify file and inode flags for shmem files
` [PATCH 12/22] xfs: remove xfile_stat
` [PATCH 13/22] xfs: remove the xfile_pread/pwrite APIs
` [PATCH 14/22] xfs: don't try to handle non-update pages in xfile_obj_load
` [PATCH 15/22] xfs: don't allow highmem pages in xfile mappings
` [PATCH 16/22] xfs: use shmem_get_folio in xfile_obj_store
` [PATCH 17/22] xfs: use shmem_get_folio in in xfile_load
` [PATCH 18/22] xfs: add file_{get,put}_folio
` [PATCH 19/22] xfs: remove xfarray_sortinfo.page_kaddr
` [PATCH 20/22] xfs: fix a comment in xfarray.c
` [PATCH 21/22] xfs: convert xfarray_pagesort to deal with large folios
` [PATCH 22/22] xfs: remove xfile_{get,put}_page

[PATCH v6 0/3] Remove the XFS mrlock
 2024-02-19 15:41 UTC  (4+ messages)
` [PATCH v6 1/3] locking: Add rwsem_assert_held() and rwsem_assert_held_write()
` [PATCH v6 2/3] xfs: Replace xfs_isilocked with xfs_assert_ilocked
` [PATCH v6 3/3] xfs: Remove mrlock wrapper

[PATCH v5 0/3] Remove the XFS mrlock
 2024-02-19 15:06 UTC  (5+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 49c379d3a72a
 2024-02-19 14:58 UTC 

put the xfs xfile abstraction on a diet v3
 2024-02-19  6:25 UTC  (13+ messages)
` [PATCH 02/20] shmem: move shmem_mapping out of line
` [PATCH 05/20] shmem: export shmem_get_folio
` [PATCH 12/20] xfs: don't modify file and inode flags for shmem files
` [PATCH 13/20] xfs: don't allow highmem pages in xfile mappings
` [PATCH 14/20] xfs: use shmem_get_folio in xfile_obj_store

xfsprogs_6.6.0-1_source.changes ACCEPTED into unstable
 2024-02-18  0:47 UTC 

[PATCH] xfs: use kvfree for buf in xfs_ioc_getbmap
 2024-02-18  0:00 UTC  (3+ messages)

Processing of xfsprogs_6.6.0-1_source.changes
 2024-02-17 12:23 UTC 

[PATCH v4 00/25] fs-verity support for XFS
 2024-02-16 16:29 UTC  (7+ messages)
` [PATCH v4 06/25] fsverity: pass log_blocksize to end_enable_verity()
` [PATCH v4 13/25] xfs: introduce workqueue for post read IO work

[PATCH v2] nvdimm/pmem: Fix leak on dax_add_host() failure
 2024-02-16 16:12 UTC  (2+ messages)

[ANNOUNCE] xfsprogs: for-next updated to 53d96fc6b
 2024-02-16 13:10 UTC 

[PATCH 00/35] xfsprogs: libxfs-sync for 6.7
 2024-02-16  7:11 UTC  (37+ 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 28/35] xfs: cache last bitmap block in realtime allocator
` [PATCH 29/35] xfs: simplify xfs_rtbuf_get calling conventions
` [PATCH 30/35] xfs: simplify rt bitmap/summary block accessor functions
` [PATCH 31/35] xfs: invert the realtime summary cache
` [PATCH 32/35] xfs: factor out xfs_defer_pending_abort
` [PATCH 33/35] xfs: abort intent items when recovery intents fail
` [PATCH 34/35] xfs: fix internal error from AGFL exhaustion
` [PATCH 35/35] xfs: inode recovery does not validate the recovered inode

[RFC v2 00/14] enable bs > ps in XFS
 2024-02-15 22:17 UTC  (35+ messages)
` [RFC v2 01/14] fs: Allow fine-grained control of folio sizes
` [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 10/14] iomap: fix iomap_dio_zero() for fs bs > system page size
` [RFC v2 12/14] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [RFC v2 14/14] xfs: enable block size larger than page size support

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

mm/truncate.c:669 VM_BUG_ON_FOLIO() - hit on XFS on different tests
 2024-02-15 17:16 UTC  (3+ messages)

[PATCH v6 0/9] Introduce cpu_dcache_is_aliasing() to fix DAX regression
 2024-02-15 14:46 UTC  (10+ messages)
` [PATCH v6 1/9] dax: add empty static inline for CONFIG_DAX=n
` [PATCH v6 2/9] dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) "
` [PATCH v6 3/9] nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
` [PATCH v6 4/9] dm: "
` [PATCH v6 5/9] dcssblk: Handle alloc_dax() -EOPNOTSUPP failure
` [PATCH v6 6/9] virtio: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
` [PATCH v6 7/9] dax: Check for data cache aliasing at runtime
` [PATCH v6 8/9] Introduce cpu_dcache_is_aliasing() across all architectures
` [PATCH v6 9/9] dax: Fix incorrect list of data cache aliasing architectures

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

[PATCH 0/6] block atomic writes for XFS
 2024-02-15 11:08 UTC  (42+ messages)
` [PATCH 1/6] fs: iomap: Atomic write support
` [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

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] 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  (14+ messages)
` [PATCH v3 07/15] block: Limit atomic write IO size according to atomic_write_max_sectors
` [PATCH v3 14/15] nvme: Support atomic writes

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

[PATCH 0/6] block atomic writes for XFS
 2024-02-14 10:10 UTC  (4+ messages)

[PATCH v5 0/8] Introduce cpu_dcache_is_aliasing() to fix DAX regression
 2024-02-14  6:59 UTC  (5+ messages)
` [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)


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