public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-05-31 09:03:01 to 2023-06-05 09:22:39 UTC [more...]

[PATCH 00/24] Metadump v2
 2023-06-05  9:19 UTC  (25+ messages)
` [PATCH 05/24] set_cur: Add support to read from external log device
` [PATCH 09/24] metadump: Introduce metadump v1 operations
` [PATCH 11/24] metadump: Define metadump v2 ondisk format structures and macros
` [PATCH 15/24] xfs_metadump.8: Add description for the newly introduced -v option
` [PATCH 22/24] mdrestore: Define mdrestore ops for v2 format
` [PATCH 23/24] mdrestore: Add support for passing log device as an argument

[PATCH v2 0/7] Create large folios in iomap buffered write path
 2023-06-05  8:25 UTC  (28+ messages)
` [PATCH v2 1/7] iomap: Remove large folio handling in iomap_invalidate_folio()
` [PATCH v2 2/7] doc: Correct the description of ->release_folio
` [PATCH v2 3/7] iomap: Remove unnecessary test from iomap_release_folio()
` [PATCH v2 4/7] filemap: Add fgp_t typedef
` [PATCH v2 5/7] filemap: Allow __filemap_get_folio to allocate large folios
` [PATCH v2 6/7] iomap: Create large folios in the buffered write path
` [PATCH v2 7/7] iomap: Copy larger chunks from userspace

[PATCH 6.1] xfs: verify buffer contents when we skip log replay
 2023-06-05  7:52 UTC 

[PATCHv6 0/5] iomap: Add support for per-block dirty state to improve write performance
 2023-06-05  5:20 UTC  (10+ messages)
` [PATCHv6 1/5] iomap: Rename iomap_page_create/release() to iomap_iop_alloc/free()
` [PATCHv6 2/5] iomap: Move folio_detach_private() in iomap_iop_free() to the end
` [PATCHv6 3/5] iomap: Refactor some iop related accessor functions
` [PATCHv6 4/5] iomap: Allocate iop in ->write_begin() early
` [PATCHv6 5/5] iomap: Add per-block dirty state tracking to improve performance

[ANNOUNCE] xfs: for-next rebased to d4d12c02bf5f
 2023-06-05  5:07 UTC 

linux-next: Fixes tag needs some work in the xfs tree
 2023-06-05  4:22 UTC 

[Bug 217522] New: xfs_attr3_leaf_add_work produces a warning
 2023-06-05  2:35 UTC  (7+ messages)
` [Bug 217522] "

[ANNOUNCE] xfs: for-next updated to 5c004b2fa9894
 2023-06-05  0:49 UTC 

[MEGAPATCHSET v25 1/2] xfs: online repair, part 1
 2023-06-04 23:02 UTC  (4+ messages)
` [PATCHSET 0/7] xfs: fix ranged queries and integer overflows in GETFSMAP

uuid ioctl - was: Re: [PATCH] overlayfs: Trigger file re-evaluation by IMA / EVM after writes
 2023-06-04 22:59 UTC  (12+ messages)

[PATCH] xfs: verify buffer contents when we skip log replay
 2023-06-04 18:32 UTC  (7+ messages)

[PATCH 5.10 0/1] xfs: verify buffer contents when we skip log replay
 2023-06-04  5:38 UTC  (4+ messages)
` [PATCH 5.10 1/1] "

Wyższa konwersja w e-sklepie
 2023-06-02  9:00 UTC 

[PATCH] xfs: Don't block in xfs_extent_busy_flush
 2023-06-03  0:26 UTC  (13+ messages)

[linux-next:master] BUILD REGRESSION bc708bbd8260ee4eb3428b0109f5f3be661fae46
 2023-06-02 17:30 UTC 

[PATCH 0/8] make unregistration of super_block shrinker more faster
 2023-06-02 15:15 UTC  (23+ messages)
` [PATCH 1/8] mm: vmscan: move shrinker_debugfs_remove() before synchronize_srcu()
` [PATCH 2/8] mm: vmscan: split unregister_shrinker()
` [PATCH 3/8] fs: move list_lru_destroy() to destroy_super_work()
` [PATCH 4/8] fs: shrink only (SB_ACTIVE|SB_BORN) superblocks in super_cache_scan()
` [PATCH 5/8] fs: introduce struct super_operations::destroy_super() callback
` [PATCH 6/8] xfs: introduce xfs_fs_destroy_super()
` [PATCH 7/8] shmem: implement shmem_destroy_super()
` [PATCH 8/8] fs: use unregister_shrinker_delayed_{initiate, finalize} for super_block shrinker

[PATCHSET RFC v12.0 00/11] fstests: adjust tests for xfs parent pointers
 2023-06-02 14:29 UTC  (6+ messages)
` [PATCH 06/11] xfs/018: disable parent pointers for this test

[PATCH v4] xfs: fix ag count overflow during growfs
 2023-06-02 14:27 UTC  (2+ messages)

[PATCH v2 0/6] fs: Fix directory corruption when moving directories
 2023-06-02 13:05 UTC  (20+ messages)
` [PATCH v2 1/6] ext4: Remove ext4 locking of moved directory
` [PATCH v2 2/6] Revert "udf: Protect rename against modification of moved directory"
` [PATCH v2 3/6] Revert "f2fs: fix potential corruption when moving a directory"
` [PATCH v2 4/6] fs: Establish locking order for unrelated directories
` [PATCH v2 5/6] fs: Lock moved directories
` [PATCH v2 6/6] fs: Restrict lock_two_nondirectories() to non-directory inodes

[syzbot] [xfs?] WARNING in xfs_buf_get_map
 2023-06-02  6:34 UTC 

[PATCH] xfs: collect errors from inodegc for unlinked inode recovery
 2023-06-02  4:01 UTC  (3+ messages)

Question on the xfs inode slab memory
 2023-06-01 23:59 UTC  (7+ messages)

introduce bdev holder ops and a file system shutdown method v3
 2023-06-01 21:48 UTC  (21+ messages)
` [PATCH 01/16] block: factor out a bd_end_claim helper from blkdev_put
` [PATCH 02/16] block: refactor bd_may_claim
` [PATCH 03/16] block: turn bdev_lock into a mutex
` [PATCH 04/16] block: consolidate the shutdown logic in blk_mark_disk_dead and del_gendisk
` [PATCH 05/16] block: avoid repeated work in blk_mark_disk_dead
` [PATCH 06/16] block: unhash the inode earlier in delete_partition
` [PATCH 07/16] block: delete partitions later in del_gendisk
` [PATCH 08/16] block: remove blk_drop_partitions
` [PATCH 09/16] block: introduce holder ops
` [PATCH 10/16] block: add a mark_dead holder operation
` [PATCH 11/16] fs: add a method to shut down the file system
` [PATCH 12/16] xfs: wire up sops->shutdown
` [PATCH 13/16] xfs: wire up the ->mark_dead holder operation for log and RT devices
` [PATCH 14/16] ext4: split ext4_shutdown
` [PATCH 15/16] ext4: wire up sops->shutdown
` [PATCH 16/16] ext4: wire up the ->mark_dead holder operation for log devices

[linux-next:master] BUILD REGRESSION 571d71e886a5edc89b4ea6d0fe6f445282938320
 2023-06-01 17:30 UTC 

xfs: bug fixes for 6.4-rcX
 2023-06-01 15:12 UTC  (8+ messages)
` [PATCH 3/4] xfs: defered work could create precommits
` [PATCH 4/4] xfs: fix AGF vs inode cluster buffer deadlock

cleanup the filemap / direct I/O interaction v4
 2023-06-01 14:59 UTC  (13+ messages)
` [PATCH 01/12] backing_dev: remove current->backing_dev_info
` [PATCH 02/12] iomap: update ki_pos a little later in iomap_dio_complete
` [PATCH 03/12] filemap: update ki_pos in generic_perform_write
` [PATCH 04/12] filemap: add a kiocb_write_and_wait helper
` [PATCH 05/12] filemap: add a kiocb_invalidate_pages helper
` [PATCH 06/12] filemap: add a kiocb_invalidate_post_direct_write helper
` [PATCH 07/12] iomap: update ki_pos in iomap_file_buffered_write
` [PATCH 08/12] iomap: use kiocb_write_and_wait and kiocb_invalidate_pages
` [PATCH 09/12] fs: factor out a direct_write_fallback helper
` [PATCH 10/12] fuse: update ki_pos in fuse_perform_write
` [PATCH 11/12] fuse: drop redundant arguments to fuse_perform_write
` [PATCH 12/12] fuse: use direct_write_fallback

[PATCH] xfs: fix double xfs_perag_rele() in xfs_filestream_pick_ag()
 2023-06-01 14:54 UTC  (2+ messages)

[PATCH 0/3] xfs: improve AGF/AGFL verification
 2023-06-01 14:51 UTC  (7+ messages)
` [PATCH 1/3] xfs: fix agf/agfl verification on v4 filesystems
` [PATCH 2/3] xfs: validity check agbnos on the AGFL
` [PATCH 3/3] xfs: validate block number being freed before adding to xefi

[PATCH v3] xfs: fix ag count overflow during growfs
 2023-06-01 14:47 UTC  (4+ messages)

introduce bdev holder ops and a file system shutdown method v2
 2023-06-01  9:58 UTC  (5+ messages)
` [PATCH 02/13] block: refactor bd_may_claim

[PATCH] xfs: xfs_trans_cancel() path must check for log shutdown
 2023-06-01  8:02 UTC  (3+ messages)

cleanup the filemap / direct I/O interaction v3 (full series now)
 2023-06-01  6:34 UTC  (16+ messages)
` [PATCH 01/12] backing_dev: remove current->backing_dev_info
` [PATCH 03/12] filemap: update ki_pos in generic_perform_write
` [PATCH 09/12] fs: factor out a direct_write_fallback helper
` [PATCH 10/12] fuse: update ki_pos in fuse_perform_write
` [PATCH 12/12] fuse: use direct_write_fallback

XFS_AG_MIN_BLOCKS vs XFS_MIN_AG_BLOCKS
 2023-06-01  1:47 UTC  (2+ messages)

[PATCH 0/6] fs: Fix directory corruption when moving directories
 2023-05-31 14:09 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