messages from 2024-02-15 05:24:19 to 2024-02-23 06:51:59 UTC [more...]
[PATCH] xfs: don't use current->journal_info
2024-02-23 6:51 UTC (5+ messages)
` [External] : "
linux-next: build warning after merge of the xfs tree
2024-02-23 6:35 UTC (2+ messages)
[PATCH v2] xfs: fix log recovery erroring out on refcount recovery failure
2024-02-23 5:48 UTC
[PATCH v4 00/25] fs-verity support for XFS
2024-02-23 5:31 UTC (16+ messages)
` [PATCH v4 05/25] fs: add FS_XFLAG_VERITY for verity files
` [PATCH v4 06/25] fsverity: pass log_blocksize to end_enable_verity()
` [PATCH v4 07/25] fsverity: support block-based Merkle tree caching
` [PATCH v4 08/25] fsverity: calculate readahead in bytes instead of pages
` [PATCH v4 09/25] fsverity: add tracepoints
` [PATCH v4 13/25] xfs: introduce workqueue for post read IO work
[PATCH] xfs_db: don't hardcode 'type data' size at 512b
2024-02-22 22:04 UTC (2+ messages)
` [PATCH v2] "
[LSF/MM/BPF TOPIC] no tears atomics & LBS
2024-02-22 21:59 UTC
[ANNOUNCE] xfs-linux: for-next updated to 4b2f459d8625
2024-02-22 6:26 UTC
[PATCH 0/6] block atomic writes for XFS
2024-02-21 17:38 UTC (18+ messages)
` [PATCH 1/6] fs: iomap: Atomic write support
` [PATCH 6/6] fs: xfs: Set FMODE_CAN_ATOMIC_WRITE for FS_XFLAG_ATOMICWRITES set
[PATCH] generic/449: don't run with RT devices
2024-02-21 17:13 UTC (4+ messages)
[PATCH -next] iomap: add pos and dirty_len into trace_iomap_writepage_map
2024-02-21 16:37 UTC (3+ messages)
[PATCH v2] xfs: ensure submit buffers on LSN boundaries in error handlers
2024-02-21 12:01 UTC (3+ messages)
[ANNOUNCE] xfs-linux: for-next updated to 7d5ba7ca6a45
2024-02-21 6:00 UTC
[PATCH] xfs: fix SEEK_HOLE/DATA for regions with active COW extents
2024-02-21 5:34 UTC (4+ messages)
put the xfs xfile abstraction on a diet v4
2024-02-21 2:17 UTC (32+ 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
bring back RT delalloc support
2024-02-21 0:00 UTC (20+ 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)
[goldwynr:buffered-iomap] [iomap] 5ade73f9dd: BUG:KASAN:slab-use-after-free_in_ifs_free
2024-02-20 8:03 UTC
[BUG][xfstests generic/133] deadlock and crach on xfs, BUG: KASAN: slab-out-of-bounds in xfs_read_iomap_begin+0x5f2/0x750 [xfs]
2024-02-20 5:49 UTC (3+ messages)
[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)
[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 (4+ 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 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 (13+ messages)
` [RFC v2 01/14] fs: Allow fine-grained control of folio sizes
` [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 (5+ messages)
` shmem patches headsup: "
[PATCH RFC 5/6] fs: xfs: iomap atomic write support
2024-02-15 9:53 UTC (12+ messages)
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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox