public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-12 06:18:28 to 2023-01-22 01:06:47 UTC [more...]

return an ERR_PTR from __filemap_get_folio v2
 2023-01-22  1:06 UTC  (11+ messages)
` [PATCH 1/7] mm: don't look at xarray value entries in split_huge_pages_in_file
` [PATCH 2/7] mm: make mapping_get_entry available outside of filemap.c
` [PATCH 3/7] mm: use filemap_get_entry in filemap_get_incore_folio
` [PATCH 4/7] shmem: remove shmem_get_partial_folio
` [PATCH 5/7] shmem: open code the page cache lookup in shmem_get_folio_gfp
` [PATCH 6/7] mm: remove FGP_ENTRY
` [PATCH 7/7] mm: return an ERR_PTR from __filemap_get_folio

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

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

[PATCH 00/42] xfs: per-ag centric allocation alogrithms
 2023-01-21  5:16 UTC  (51+ 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 18/42] xfs: use xfs_alloc_vextent_this_ag() where appropriate
` [PATCH 19/42] xfs: factor xfs_bmap_btalloc()
` [PATCH 20/42] xfs: use xfs_alloc_vextent_first_ag() where appropriate
` [PATCH 21/42] xfs: use xfs_alloc_vextent_start_bno() "
` [PATCH 22/42] xfs: introduce xfs_alloc_vextent_near_bno()
` [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 26/42] xfs: fold xfs_alloc_ag_vextent() into callers
` [PATCH 27/42] xfs: move the minimum agno checks into xfs_alloc_vextent_check_args
` [PATCH 28/42] xfs: convert xfs_alloc_vextent_iterate_ags() to use perag walker
` [PATCH 29/42] xfs: convert trim to use for_each_perag_range
` [PATCH 30/42] xfs: factor out filestreams from xfs_bmap_btalloc_nullfb
` [PATCH 31/42] xfs: get rid of notinit from xfs_bmap_longest_free_extent
` [PATCH 32/42] xfs: use xfs_bmap_longest_free_extent() in filestreams
` [PATCH 33/42] xfs: move xfs_bmap_btalloc_filestreams() to xfs_filestreams.c
` [PATCH 34/42] xfs: merge filestream AG lookup into xfs_filestream_select_ag()
` [PATCH 35/42] xfs: merge new filestream AG selection "
` [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 38/42] xfs: track an active perag reference in filestreams
` [PATCH 39/42] xfs: use for_each_perag_wrap in xfs_filestream_pick_ag
` [PATCH 40/42] xfs: pass perag to filestreams tracing
` [PATCH 41/42] xfs: return a referenced perag from filestreams allocator
` [PATCH 42/42] xfs: refactor the filestreams allocator pick functions

[PATCHSET v24.0 00/14] xfs: design documentation for online fsck
 2023-01-21  1:38 UTC  (21+ messages)
` [PATCH 01/14] xfs: document the motivation for online fsck design
` [PATCH 02/14] xfs: document the general theory underlying "
` [PATCH 03/14] xfs: document the testing plan for online fsck
` [PATCH 04/14] xfs: document the user interface "
` [PATCH 05/14] xfs: document the filesystem metadata checking strategy
` [PATCH 12/14] xfs: document directory tree repairs
  ` [PATCH v24.2 "

[ANNOUNCE] xfsprogs: for-next updated to d8eab7600
 2023-01-20 23:35 UTC  (2+ messages)

[PATCH 0/2] xfsprogs: fix libtoolize issues
 2023-01-20 14:16 UTC  (5+ messages)
` [PATCH 1/2] progs: autoconf fails during debian package builds
` [PATCH 2/2] progs: just use libtoolize

[PATCHSET v2 0/4] fstests: filesystem population fixes
 2023-01-19 16:19 UTC  (12+ 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

[PATCH v1] xfs_admin: get/set label of mounted filesystem
 2023-01-20  3:34 UTC  (5+ messages)

[PATCH] xfs: recheck appropriateness of map_shared lock
 2023-01-19 20:34 UTC  (5+ messages)

[PATCH] xfs: don't use BMBT btree split workers for IO completion
 2023-01-19 20:20 UTC  (3+ messages)

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

Lockdep splat with xfs
 2023-01-19  5:13 UTC  (3+ messages)

[RFC v6 04/10] iomap: Add iomap_get_folio helper
 2023-01-18 21:42 UTC  (27+ messages)
` [RFC v6 00/10] Turn iomap_page_ops into iomap_folio_ops
  ` [RFC v6 08/10] iomap/xfs: Eliminate the iomap_valid handler

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

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 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)


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