public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-07-25 14:59:13 to 2023-07-27 22:24:38 UTC [more...]

[MEGAPATCHSET v26] xfs: online repair, part of part 1
 2023-07-27 22:24 UTC  (25+ messages)
` [PATCHSET v26.0 0/9] xfs: fix online repair block reaping
  ` [PATCH 1/9] xfs: cull repair code that will never get used
  ` [PATCH 2/9] xfs: move the post-repair block reaping code to a separate file
  ` [PATCH 3/9] xfs: only invalidate blocks if we're going to free them
  ` [PATCH 4/9] xfs: only allow reaping of per-AG blocks in xrep_reap_extents
  ` [PATCH 5/9] xfs: use deferred frees to reap old btree blocks
  ` [PATCH 6/9] xfs: rearrange xrep_reap_block to make future code flow easier
  ` [PATCH 7/9] xfs: allow scanning ranges of the buffer cache for live buffers
  ` [PATCH 8/9] xfs: reap large AG metadata extents when possible
  ` [PATCH 9/9] xfs: use per-AG bitmaps to reap unused AG metadata blocks during repair
` [PATCHSET v26.0 0/6] xfs: prepare repair for bulk loading
  ` [PATCH 1/6] xfs: force all buffers to be written during btree bulk load
  ` [PATCH 2/6] xfs: implement block reservation accounting for btrees we're staging
  ` [PATCH 3/6] xfs: log EFIs for all btree blocks being used to stage a btree
` [PATCHSET v26.0 0/7] xfs: stage repair information in pageable memory
` [PATCHSET v26.0 0/2] xfs: add usage counters for scrub
` [PATCHSET v26.0 0/4] xfs: online scrubbing of realtime summary files
` [PATCHSET v26.0 0/2] xfs: miscellaneous repair tweaks
` [PATCHSET v26.0 0/2] xfs: force rebuilding of metadata
` [PATCHSET v26.0 0/2] xfs: fixes to the AGFL repair code
` [PATCHSET v26.0 0/5] xfs: online repair of AG btrees
` [PATCHSET v26.0 0/2] xfs: fixes for the block mapping checker
` [PATCHSET v26.0 0/6] xfs: online repair of inodes and forks
` [PATCHSET v26.0 0/5] xfs: online repair of file fork mappings

[PATCH 0/2] add smoketest group and try to provide template
 2023-07-27 21:23 UTC  (4+ messages)
` [PATCH 1/2] fstests: add smoketest group
` [RFC PATCH 2/2] fstests: support test template

[PATCHSET v2 0/2] fstests: testing improvements
 2023-07-27 19:04 UTC  (5+ messages)
` [PATCH 1/2] check: add a -smoketest option
` [PATCH 2/2] check: generate gcov code coverage reports at the end of each section

xfs kdevops baseline for next-20230725
 2023-07-27 18:21 UTC 

[PATCHSET 0/1] fstests: updates for Linux 6.5
 2023-07-27 15:34 UTC  (5+ messages)
` [PATCH 1/1] xfs/122: adjust test for flexarray conversions in 6.5

[PATCHSET 0/2] fstests: testing improvements
 2023-07-27 15:30 UTC  (21+ messages)
` [PATCH 1/2] check: add a -smoketest option
` [PATCH 2/2] check: generate gcov code coverage reports at the end of each section

[RFC 0/7] io_uring lseek
 2023-07-27 13:25 UTC  (19+ messages)
` [PATCH 1/7] iomap: merge iomap_seek_hole() and iomap_seek_data()
` [PATCH 2/7] xfs: add nowait support for xfs_seek_iomap_begin()
` [PATCH 3/7] add nowait parameter for iomap_seek()
` [PATCH 4/7] add llseek_nowait() for struct file_operations
` [PATCH 5/7] add llseek_nowait support for xfs
` [PATCH 6/7] add vfs_lseek_nowait()
` [PATCH 7/7] add lseek for io_uring

[PATCH v3 00/49] use refcount+RCU method to implement lockless slab shrink
 2023-07-27 10:32 UTC  (61+ messages)
` [PATCH v3 01/49] binder: fix memory leak in binder_init()
` [PATCH v3 02/49] mm: move some shrinker-related function declarations to mm/internal.h
` [PATCH v3 03/49] mm: vmscan: move shrinker-related code into a separate file
` [PATCH v3 04/49] mm: shrinker: remove redundant shrinker_rwsem in debugfs operations
` [PATCH v3 05/49] mm: shrinker: add infrastructure for dynamically allocating shrinker
` [PATCH v3 06/49] kvm: mmu: dynamically allocate the x86-mmu shrinker
` [PATCH v3 07/49] binder: dynamically allocate the android-binder shrinker
` [PATCH v3 08/49] drm/ttm: dynamically allocate the drm-ttm_pool shrinker
` [PATCH v3 09/49] xenbus/backend: dynamically allocate the xen-backend shrinker
` [PATCH v3 10/49] erofs: dynamically allocate the erofs-shrinker
` [PATCH v3 11/49] f2fs: dynamically allocate the f2fs-shrinker
` [PATCH v3 12/49] gfs2: dynamically allocate the gfs2-glock shrinker
` [PATCH v3 13/49] gfs2: dynamically allocate the gfs2-qd shrinker
` [PATCH v3 14/49] NFSv4.2: dynamically allocate the nfs-xattr shrinkers
` [PATCH v3 15/49] nfs: dynamically allocate the nfs-acl shrinker
` [PATCH v3 16/49] nfsd: dynamically allocate the nfsd-filecache shrinker
` [PATCH v3 17/49] quota: dynamically allocate the dquota-cache shrinker
` [PATCH v3 18/49] ubifs: dynamically allocate the ubifs-slab shrinker
` [PATCH v3 19/49] rcu: dynamically allocate the rcu-lazy shrinker
` [PATCH v3 20/49] rcu: dynamically allocate the rcu-kfree shrinker
` [PATCH v3 21/49] mm: thp: dynamically allocate the thp-related shrinkers
` [PATCH v3 22/49] sunrpc: dynamically allocate the sunrpc_cred shrinker
` [PATCH v3 23/49] mm: workingset: dynamically allocate the mm-shadow shrinker
` [PATCH v3 24/49] drm/i915: dynamically allocate the i915_gem_mm shrinker
` [PATCH v3 25/49] drm/msm: dynamically allocate the drm-msm_gem shrinker
` [PATCH v3 26/49] drm/panfrost: dynamically allocate the drm-panfrost shrinker
` [PATCH v3 27/49] dm: dynamically allocate the dm-bufio shrinker
` [PATCH v3 28/49] dm zoned: dynamically allocate the dm-zoned-meta shrinker
` [PATCH v3 29/49] md/raid5: dynamically allocate the md-raid5 shrinker
` [PATCH v3 30/49] bcache: dynamically allocate the md-bcache shrinker
` [PATCH v3 31/49] vmw_balloon: dynamically allocate the vmw-balloon shrinker
` [PATCH v3 32/49] virtio_balloon: dynamically allocate the virtio-balloon shrinker
` [PATCH v3 33/49] mbcache: dynamically allocate the mbcache shrinker
` [PATCH v3 34/49] ext4: dynamically allocate the ext4-es shrinker
` [PATCH v3 35/49] jbd2,ext4: dynamically allocate the jbd2-journal shrinker
` [PATCH v3 36/49] nfsd: dynamically allocate the nfsd-client shrinker
` [PATCH v3 37/49] nfsd: dynamically allocate the nfsd-reply shrinker
` [PATCH v3 38/49] xfs: dynamically allocate the xfs-buf shrinker
` [PATCH v3 39/49] xfs: dynamically allocate the xfs-inodegc shrinker
` [PATCH v3 40/49] xfs: dynamically allocate the xfs-qm shrinker
` [PATCH v3 41/49] zsmalloc: dynamically allocate the mm-zspool shrinker
` [PATCH v3 42/49] fs: super: dynamically allocate the s_shrink
` [PATCH v3 43/49] mm: shrinker: remove old APIs
` [PATCH v3 44/49] drm/ttm: introduce pool_shrink_rwsem
` [PATCH v3 45/49] mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}
` [PATCH v3 46/49] mm: shrinker: make global slab shrink lockless
` [PATCH v3 47/49] mm: shrinker: make memcg "
` [PATCH v3 48/49] mm: shrinker: hold write lock to reparent shrinker nr_deferred
` [PATCH v3 49/49] mm: shrinker: convert shrinker_rwsem to mutex

allow building a kernel without buffer_heads
 2023-07-27  9:14 UTC  (3+ messages)
  ` [PATCH 5/6] block: use iomap for writes to block devices

[PATCH v2 00/47] use refcount+RCU method to implement lockless slab shrink
 2023-07-27  3:34 UTC  (77+ messages)
` [PATCH v2 03/47] mm: shrinker: add infrastructure for dynamically allocating shrinker
` [PATCH v2 10/47] gfs2: dynamically allocate the gfs2-glock shrinker
` [PATCH v2 11/47] gfs2: dynamically allocate the gfs2-qd shrinker
` [PATCH v2 12/47] NFSv4.2: dynamically allocate the nfs-xattr shrinkers
` [PATCH v2 13/47] nfs: dynamically allocate the nfs-acl shrinker
` [PATCH v2 14/47] nfsd: dynamically allocate the nfsd-filecache shrinker
` [PATCH v2 15/47] quota: dynamically allocate the dquota-cache shrinker
` [PATCH v2 16/47] ubifs: dynamically allocate the ubifs-slab shrinker
` [PATCH v2 17/47] rcu: dynamically allocate the rcu-lazy shrinker
` [PATCH v2 18/47] rcu: dynamically allocate the rcu-kfree shrinker
` [PATCH v2 19/47] mm: thp: dynamically allocate the thp-related shrinkers
` [PATCH v2 20/47] sunrpc: dynamically allocate the sunrpc_cred shrinker
` [PATCH v2 21/47] mm: workingset: dynamically allocate the mm-shadow shrinker
` [PATCH v2 22/47] drm/i915: dynamically allocate the i915_gem_mm shrinker
` [PATCH v2 23/47] drm/msm: dynamically allocate the drm-msm_gem shrinker
` [PATCH v2 25/47] dm: dynamically allocate the dm-bufio shrinker
` [PATCH v2 26/47] dm zoned: dynamically allocate the dm-zoned-meta shrinker
` [PATCH v2 27/47] md/raid5: dynamically allocate the md-raid5 shrinker
` [PATCH v2 28/47] bcache: dynamically allocate the md-bcache shrinker
` [PATCH v2 29/47] vmw_balloon: dynamically allocate the vmw-balloon shrinker
` [PATCH v2 30/47] virtio_balloon: dynamically allocate the virtio-balloon shrinker
` [PATCH v2 31/47] mbcache: dynamically allocate the mbcache shrinker
` [PATCH v2 32/47] ext4: dynamically allocate the ext4-es shrinker
` [PATCH v2 33/47] jbd2,ext4: dynamically allocate the jbd2-journal shrinker
` [PATCH v2 36/47] xfs: dynamically allocate the xfs-buf shrinker
` [PATCH v2 37/47] xfs: dynamically allocate the xfs-inodegc shrinker
` [PATCH v2 38/47] xfs: dynamically allocate the xfs-qm shrinker
` [PATCH v2 39/47] zsmalloc: dynamically allocate the mm-zspool shrinker
` [PATCH v2 40/47] fs: super: dynamically allocate the s_shrink
` [PATCH v2 41/47] mm: shrinker: remove old APIs
` [PATCH v2 42/47] drm/ttm: introduce pool_shrink_rwsem
` [PATCH v2 43/47] mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}
` [PATCH v2 44/47] mm: shrinker: make global slab shrink lockless

[PATCH] fstests: provides smoketest template
 2023-07-27  3:05 UTC  (3+ messages)

[PATCH v2] xfs: fix a UAF when inode item push
 2023-07-27  1:25 UTC  (4+ messages)

Question: reserve log space at IO time for recover
 2023-07-27  1:05 UTC  (10+ messages)

[PATCHSET v6 0/8] Improve async iomap DIO performance
 2023-07-26 23:07 UTC  (2+ messages)

[PATCH v6 0/7] fs: implement multigrain timestamps
 2023-07-26 12:44 UTC  (14+ messages)
` [PATCH v6 1/7] fs: pass the request_mask to generic_fillattr
` [PATCH v6 2/7] fs: add infrastructure for multigrain timestamps
` [PATCH v6 3/7] tmpfs: bump the mtime/ctime/iversion when page becomes writeable
` [PATCH v6 4/7] tmpfs: add support for multigrain timestamps
` [PATCH v6 5/7] xfs: switch to "
` [PATCH v6 6/7] ext4: "
` [PATCH v6 7/7] btrfs: convert "

[PATCH]xfs_repair: fix the problem of repair failure caused by dirty flag being abnormally set on buffer
 2023-07-26  1:43 UTC 

stop exposing the XFS_IOC_ATTRLIST_BY_HANDLE uapi structures
 2023-07-26  0:23 UTC  (5+ messages)
` [PATCH] xfs: remove the XFS_IOC_ATTRLIST_BY_HANDLE definitions out of xfs_fs.h

[ANNOUNCE] xfs-linux: iomap-for-next updated to a67371b7aee9
 2023-07-25 16:11 UTC 


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