public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-08 19:42:20 to 2023-01-18 22:48:10 UTC [more...]

[PATCH 00/42] xfs: per-ag centric allocation alogrithms
 2023-01-18 22:45 UTC  (27+ messages)
` [PATCH 01/42] xfs: fix low space alloc deadlock
` [PATCH 02/42] xfs: prefer free inodes at ENOSPC over chunk allocation
` [PATCH 03/42] xfs: block reservation too large for minleft allocation
` [PATCH 04/42] xfs: drop firstblock constraints from allocation setup
` [PATCH 05/42] xfs: t_firstblock is tracking AGs not blocks
` [PATCH 06/42] xfs: don't assert fail on transaction cancel with deferred ops
` [PATCH 07/42] xfs: active perag reference counting
` [PATCH 08/42] xfs: rework the perag trace points to be perag centric
` [PATCH 09/42] xfs: convert xfs_imap() to take a perag
` [PATCH 10/42] xfs: use active perag references for inode allocation
` [PATCH 11/42] xfs: inobt can use perags in many more places than it does
` [PATCH 12/42] xfs: convert xfs_ialloc_next_ag() to an atomic
` [PATCH 13/42] xfs: perags need atomic operational state
` [PATCH 14/42] xfs: introduce xfs_for_each_perag_wrap()
` [PATCH 15/42] xfs: rework xfs_alloc_vextent()
` [PATCH 16/42] xfs: factor xfs_alloc_vextent_this_ag() for _iterate_ags()
` [PATCH 17/42] xfs: combine __xfs_alloc_vextent_this_ag and xfs_alloc_ag_vextent
` [PATCH 21/42] xfs: use xfs_alloc_vextent_start_bno() where appropriate
` [PATCH 23/42] xfs: introduce xfs_alloc_vextent_exact_bno()
` [PATCH 24/42] xfs: introduce xfs_alloc_vextent_prepare()
` [PATCH 25/42] xfs: move allocation accounting to xfs_alloc_vextent_set_fsbno()
` [PATCH 27/42] xfs: move the minimum agno checks into xfs_alloc_vextent_check_args
` [PATCH 35/42] xfs: merge new filestream AG selection into xfs_filestream_select_ag()
` [PATCH 36/42] xfs: remove xfs_filestream_select_ag() longest extent check
` [PATCH 37/42] xfs: factor out MRU hit case in xfs_filestream_select_ag
` [PATCH 40/42] xfs: pass perag to filestreams tracing

[RFC v6 00/10] Turn iomap_page_ops into iomap_folio_ops
 2023-01-18 21:42 UTC  (39+ messages)
` [RFC v6 01/10] iomap: Add __iomap_put_folio helper
` [RFC v6 02/10] iomap/gfs2: Unlock and put folio in page_done handler
` [RFC v6 03/10] iomap: Rename page_done handler to put_folio
` [RFC v6 04/10] iomap: Add iomap_get_folio helper
` [RFC v6 05/10] iomap/gfs2: Get page in page_prepare handler
` [RFC v6 06/10] iomap: Add __iomap_get_folio helper
` [RFC v6 07/10] iomap: Rename page_prepare handler to get_folio
` [RFC v6 08/10] iomap/xfs: Eliminate the iomap_valid handler
` [RFC v6 09/10] iomap: Rename page_ops to folio_ops
` [RFC v6 10/10] xfs: Make xfs_iomap_folio_ops static

[ANNOUNCE] xfs-linux: iomap-for-next updated to 471859f57d42
 2023-01-18 21:29 UTC  (2+ messages)

remove iomap_writepage v2
 2023-01-18 21:22 UTC  (3+ messages)
` [PATCH 1/4] gfs2: stop using generic_writepages in gfs2_ail1_start_one

[PATCHSET v2 0/4] fstests: filesystem population fixes
 2023-01-18 19:22 UTC  (10+ messages)
` [PATCH 1/4] populate: ensure btree directories are created reliably
` [PATCH 2/4] populate: remove file creation loops that take forever
` [PATCH 3/4] populate: improve attr creation runtime
` [PATCH 4/4] populate: improve runtime of __populate_fill_fs

Locking issue with directory renames
 2023-01-18 18:41 UTC  (7+ messages)

return an ERR_PTR from __filemap_get_folio
 2023-01-18 16:50 UTC  (23+ messages)
` [PATCH 1/9] mm: don't look at xarray value entries in split_huge_pages_in_file
` [PATCH 2/9] mm: make mapping_get_entry available outside of filemap.c
` [PATCH 3/9] mm: use filemap_get_entry in filemap_get_incore_folio
` [PATCH 4/9] shmem: remove shmem_get_partial_folio
` [PATCH 5/9] shmem: open code the page cache lookup in shmem_get_folio_gfp
` [PATCH 6/9] mm: remove FGP_ENTRY
` [PATCH 7/9] gfs2: handle a NULL folio in gfs2_jhead_process_page
    ` [Cluster-devel] "
` [PATCH 8/9] btrfs: handle a NULL folio in extent_range_redirty_for_io
` [PATCH 9/9] mm: return an ERR_PTR from __filemap_get_folio

[RFC v3 03/24] fs: distinguish between user initiated freeze and kernel initiated freeze
 2023-01-18  9:28 UTC  (2+ messages)

[bug report] xfs: allow setting and clearing of log incompat feature flags
 2023-01-18  8:31 UTC  (4+ messages)

[PATCHSET 0/3] fstests: fix dax+reflink tests
 2023-01-18  6:55 UTC  (7+ messages)
` [PATCH 1/3] xfs: fix dax inode flag test failures
` [PATCH 2/3] xfs: fix reflink test failures when dax is enabled
` [PATCH 3/3] xfs/182: fix spurious direct write failure

[PATCHSET 0/3] fstests: fix tests when XFS always_cow mode enabled
 2023-01-18  5:43 UTC  (7+ messages)
` [PATCH 1/3] xfs: skip fragmentation tests when alwayscow mode is enabled
` [PATCH 2/3] xfs/{080,329,434,436}: add missing check for fallocate support
` [PATCH 3/3] various: test is not appropriate for always_cow mode

[PATCH v1] xfs_admin: get/set label of mounted filesystem
 2023-01-18  3:54 UTC  (2+ messages)

[PATCHSET v24.0 00/14] xfs: design documentation for online fsck
 2023-01-18  2:42 UTC  (26+ messages)
` [PATCH 02/14] xfs: document the general theory underlying online fsck design
` [PATCH 01/14] xfs: document the motivation for "
` [PATCH 04/14] xfs: document the user interface for online fsck
` [PATCH 03/14] xfs: document the testing plan "
` [PATCH 06/14] xfs: document how online fsck deals with eventual consistency
` [PATCH 12/14] xfs: document directory tree repairs
  ` [PATCH v24.2 "

[PATCH v3] xfsdocs: add epub output
 2023-01-18  0:47 UTC  (2+ messages)

[PATCHSET 0/3] xfs-documentation: updates for 6.1
 2023-01-18  0:45 UTC  (4+ messages)
` [PATCH 1/3] design: update group quota inode information for v5 filesystems
` [PATCH 2/3] design: document the large extent count ondisk format changes
` [PATCH 3/3] design: document extended attribute log item changes

[PATCH v2] xfsdocs: add epub output
 2023-01-17 23:36 UTC  (3+ messages)

[PATCH] MAINTAINERS: update fsverity git repo, list, and patchwork
 2023-01-16 23:22 UTC 

[dhowells-fs:iov-extract] [iov_iter] 64ea9d6c5f: blktests.zbd/(003/004).fail blktests.loop/(002/004).fail
 2023-01-16  7:33 UTC 

[dhowells-fs:iov-extract] [iov_iter] 64ea9d6c5f: xfstests.btrfs.020/026/215.fail
 2023-01-16  7:18 UTC 

[dhowells-fs:iov-extract] [iov_iter] 64ea9d6c5f: fio.read_iops 126.2% improvement
 2023-01-16  6:40 UTC 

[NYE DELUGE 1/4] xfs: all pending online scrub improvements
 2023-01-13 21:28 UTC  (3+ messages)

[PATCHSET v24.0 00/16] fstests: refactor online fsck stress tests
 2023-01-13 21:28 UTC  (4+ messages)
` [PATCH 12/16] fuzzy: increase operation count for each fsstress invocation

[ANNOUNCE] xfsprogs-6.1.1 released
 2023-01-13 18:58 UTC 

[PATCH] xfs: Call kiocb_modified() for buffered write
 2023-01-13 18:02 UTC  (5+ messages)

[PATCH v3 0/2] get UUID of mounted filesystems
 2023-01-13  0:15 UTC  (3+ messages)
` [PATCH v3 2/2] xfs_admin: get UUID of mounted filesystem

[PATCH] xfsdocs: add epub output
 2023-01-12  8:40 UTC  (5+ messages)

[PATCH v7 00/27] Parent Pointers
 2023-01-12  6:18 UTC  (3+ messages)

[PATCH] xfs: don't reuse busy extents on extent trim
 2023-01-11 21:06 UTC  (6+ messages)

[syzbot] KASAN: stack-out-of-bounds Read in xfs_buf_lock
 2023-01-11 15:09 UTC  (2+ messages)
` [syzbot] [xfs?] "

[PATCH v2] filelock: move file locking definitions to separate header file
 2023-01-11 11:29 UTC  (6+ messages)

[PATCH 2/2] xfs: Prevent deadlock when allocating blocks for AGFL
 2023-01-11  3:14 UTC  (3+ messages)

[PATCH v5 0/9] Turn iomap_page_ops into iomap_folio_ops
 2023-01-10 21:56 UTC  (7+ messages)
` [PATCH v5 7/9] iomap/xfs: Eliminate the iomap_valid handler

[PATCH V6 0/2] cleanup and bugfix for xfs tests related to btree format
 2023-01-10  8:56 UTC  (9+ messages)
` [PATCH V6 2/2] common/populate: Ensure that S_IFDIR.FMT_BTREE is in "

[PATCH v2 00/11] fsverity: support for non-4K pages
 2023-01-10  3:10 UTC  (7+ messages)
` [PATCH v2 10/11] fs/buffer.c: support fsverity in block_read_full_folio()

[RFC PATCH 00/11] fs-verity support for XFS
 2023-01-09 17:23 UTC  (18+ messages)
` [RFC PATCH 02/11] pagemap: add mapping_clear_large_folios() wrapper
` [RFC PATCH 03/11] xfs: add attribute type for fs-verity
` [RFC PATCH 05/11] xfs: add inode on-disk VERITY flag
` [RFC PATCH 07/11] xfs: disable direct read path for fs-verity sealed files
` [RFC PATCH 09/11] iomap: fs-verity verification on page read

[PATCH linux-next] xfs: use strscpy() to instead of strncpy()
 2023-01-09 11:40 UTC 

[ANNOUNCE] xfsprogs-6.1.0 released
 2023-01-09  9:24 UTC  (5+ messages)


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