public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-05-21 07:49:48 to 2021-05-27 16:52:39 UTC [more...]

[ANNOUNCE] xfs-linux: for-next updated to 0fe0bbe00a6f
 2021-05-27 16:52 UTC 

[PATCH 0/13 v6] fs: Hole punch vs page cache filling races
 2021-05-27 12:01 UTC  (31+ messages)
` [PATCH 01/13] mm: Fix comments mentioning i_mutex
` [PATCH 02/13] documentation: Sync file_operations members with reality
` [PATCH 03/13] mm: Protect operations adding pages to page cache with invalidate_lock
` [PATCH 04/13] mm: Add functions to lock invalidate_lock for two mappings
` [PATCH 05/13] ext4: Convert to use mapping->invalidate_lock
` [PATCH 06/13] ext2: Convert to using invalidate_lock
` [PATCH 07/13] xfs: Convert to use invalidate_lock
` [PATCH 08/13] xfs: Convert double locking of MMAPLOCK to use VFS helpers
` [PATCH 09/13] zonefs: Convert to using invalidate_lock
` [PATCH 10/13] f2fs: "
` [PATCH 11/13] fuse: "
` [PATCH 12/13] ceph: Fix race between hole punch and page fault
` [PATCH 13/13] cifs: "

[PATCH 00/23] xfs: initial agnumber -> perag conversions for shrink
 2021-05-27 11:20 UTC  (21+ messages)
` [PATCH 02/23] xfs: prepare for moving perag definitions and support to libxfs
` [PATCH 03/23] xfs: move perag structure and setup to libxfs/xfs_ag.[ch]
` [PATCH 04/23] xfs: make for_each_perag... a first class citizen
` [PATCH 05/23] xfs: convert raw ag walks to use for_each_perag
` [PATCH 09/23] xfs: push perags through the ag reservation callouts
` [PATCH 11/23] xfs: add a perag to the btree cursor
` [PATCH 18/23] xfs: collapse AG selection for inode allocation
` [PATCH 21/23] xfs: clean up and simplify xfs_dialloc()
` [PATCH 22/23] xfs: use perag through unlink processing
` [PATCH 23/23] xfs: remove xfs_perag_t

attempt to restore file dumps, but no files selectable in interactive mode
 2021-05-27 10:05 UTC 

[PATCH 0/6] xfs: bunmapi needs updating for deferred freeing
 2021-05-27  8:52 UTC  (15+ messages)
` [PATCH 1/6] xfs: btree format inode forks can have zero extents
` [PATCH 2/6] xfs: bunmapi has unnecessary AG lock ordering issues
` [PATCH 3/6] xfs: xfs_itruncate_extents has no extent count limitation
` [PATCH 4/6] xfs: add a free space extent change reservation
  ` [RFC PATCH] xfs: xfs_allocfree_extent_res can be static
` [PATCH 5/6] xfs: factor free space tree transaciton reservations
` [PATCH 6/6] xfs: reduce transaction reservation for freeing extents

[PATCH] generic/639: Add tiny swapfile test
 2021-05-27  8:47 UTC 

[PATCH v19 00/14] Delay Ready Attributes
 2021-05-27  8:01 UTC  (25+ messages)
` [PATCH v19 01/14] xfs: Reverse apply 72b97ea40d
` [PATCH v19 02/14] xfs: Add xfs_attr_node_remove_name
` [PATCH v19 03/14] xfs: Refactor xfs_attr_set_shortform
` [PATCH v19 04/14] xfs: Separate xfs_attr_node_addname and xfs_attr_node_addname_clear_incomplete
` [PATCH v19 05/14] xfs: Add helper xfs_attr_node_addname_find_attr
` [PATCH v19 06/14] xfs: Hoist xfs_attr_node_addname
` [PATCH v19 07/14] xfs: Hoist xfs_attr_leaf_addname
` [PATCH v19 08/14] xfs: Hoist node transaction handling
` [PATCH v19 09/14] xfs: Add delay ready attr remove routines
` [PATCH v19 10/14] xfs: Add delay ready attr set routines
` [PATCH v19 11/14] xfs: Remove xfs_attr_rmtval_set
` [PATCH v19 12/14] xfs: Clean up xfs_attr_node_addname_clear_incomplete
` [PATCH v19 13/14] xfs: Remove default ASSERT in xfs_attr_set_iter
` [PATCH v19 14/14] xfs: Make attr name schemes consistent

[PATCH] xfs: btree format inode forks can have zero extents
 2021-05-27  6:02 UTC  (2+ messages)

[PATCH 00/10] xfs: buffer bulk page allocation and cleanups
 2021-05-26 22:47 UTC  (11+ messages)
` [PATCH 01/10] xfs: split up xfs_buf_allocate_memory
` [PATCH 02/10] xfs: use xfs_buf_alloc_pages for uncached buffers
` [PATCH 03/10] xfs: use alloc_pages_bulk_array() for buffers
` [PATCH 04/10] xfs: merge _xfs_buf_get_pages()
` [PATCH 05/10] xfs: move page freeing into _xfs_buf_free_pages()
` [PATCH 06/10] xfs: remove ->b_offset handling for page backed buffers
` [PATCH 07/10] xfs: simplify the b_page_count calculation
` [PATCH 08/10] xfs: get rid of xb_to_gfp()
` [PATCH 09/10] xfs: cleanup error handling in xfs_buf_get_map
` [PATCH 10/10] xfs: merge xfs_buf_allocate_memory

[PATCH] xfs: add new IRC channel to MAINTAINERS
 2021-05-26 21:41 UTC  (3+ messages)

[PATCH][next] xfs: Fix fall-through warnings for Clang
 2021-05-26 21:16 UTC  (5+ messages)

patch review scheduling
 2021-05-26 18:26 UTC  (4+ messages)

more regressions in xfs/168?
 2021-05-26 16:01 UTC  (5+ messages)

[PATCH v8 0/8] add support for direct I/O with fscrypt using blk-crypto
 2021-05-26  8:02 UTC  (3+ messages)

we moved #xfs to oftc
 2021-05-26  5:03 UTC 

[PATCH v3 0/3] iomap: avoid soft lockup warnings on large ioends
 2021-05-26  3:32 UTC  (22+ messages)
` [PATCH v3 1/3] iomap: resched ioend completion when in non-atomic context
` [PATCH v3 2/3] xfs: kick large ioends to completion workqueue
` [PATCH RFC v3 3/3] iomap: bound ioend size to 4096 pages

[PATCHSET RFC 00/10] fstests: move test group lists into test files
 2021-05-26  1:47 UTC  (11+ messages)
` [PATCH 01/10] fstests: fix group check in new script
` [PATCH 02/10] fstests: refactor setting test sequence number variables
` [PATCH 03/10] fstests: add tool migrate group membership data to test files
` [PATCH 04/10] fstests: move test group info "
` [PATCH 05/10] fstests: clean up open-coded golden output
` [PATCH 06/10] fstests: automatically generate group files
` [PATCH 07/10] fstests: convert nextid to use automatic group generation
` [PATCH 08/10] fstests: adapt the new test script to our new group tagging scheme
` [PATCH 09/10] fstests: remove group files
` [PATCH 10/10] fstests: remove test group management code

[PATCH v6 0/7] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-05-26  0:51 UTC  (10+ messages)
` [PATCH v6 3/7] fsdax: Add dax_iomap_cow_copy() for dax_iomap_zero
` [PATCH v6 5/7] fsdax: Dedup file range to use a compare function
` [PATCH v6 6/7] fs/xfs: Handle CoW for fsdax write() path
` [PATCH v6 7/7] fs/xfs: Add dax dedupe support

How capacious and well-indexed are ext4, xfs and btrfs directories?
 2021-05-26  0:24 UTC  (13+ messages)

RFC: buffer cache backing page allocation cleanup
 2021-05-25 23:59 UTC  (9+ messages)
` [PATCH 04/11] xfs: cleanup _xfs_buf_get_pages
` [PATCH 08/11] xfs: centralize page allocation and freeing for buffers

[PATCH v3 0/3] fsdax: Factor helper functions to simplify the code
 2021-05-25 23:12 UTC  (7+ messages)
` [PATCH v3 1/3] fsdax: Factor helpers to simplify dax fault code
` [PATCH v3 2/3] fsdax: Factor helper: dax_fault_actor()
` [PATCH v3 3/3] fsdax: Output address in dax_iomap_pfn() and rename it

[PATCH v5 0/7] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-05-25 22:17 UTC  (5+ messages)
` [PATCH v5 3/7] fsdax: Add dax_iomap_cow_copy() for dax_iomap_zero

[PATCHSET v2 0/2] xfs: strengthen validation of extent size hints
 2021-05-25 18:13 UTC  (11+ messages)
` [PATCH 1/2] xfs: standardize extent size hint validation
` [PATCH 2/2] xfs: validate extsz hints against rt extent size when rtinherit is set

[PATCH v3] xfs: validate extsz hints against rt extent size when rtinherit is set
 2021-05-25 17:29 UTC  (5+ messages)

[PATCH] xfs: don't take a spinlock unconditionally in the DIO fastpath
 2021-05-25  7:18 UTC  (3+ messages)

[PATCHSET 0/1] xfs: fixes for online shrink
 2021-05-24 15:09 UTC  (5+ messages)
` [PATCH 1/1] xfs: check free AG space when making per-AG reservations

[GIT PULL] xfs: fixes for 5.13-rc3
 2021-05-22 17:35 UTC  (2+ messages)

[ANNOUNCE] xfsprogs 5.12.0 released
 2021-05-21 21:25 UTC 

[ANNOUNCE] xfsprogs 5.12.0-rc1 released
 2021-05-21 21:22 UTC 

[PATCHSET v2 0/2] xfs: strengthen validation of extent size hints
 2021-05-21 19:31 UTC  (4+ messages)
` [PATCH 2/2] xfs: validate extsz hints against rt extent size when rtinherit is set

[PATCH RFC v2] xfs: Print XFS UUID on mount and umount events
 2021-05-21 17:13 UTC  (6+ messages)

[PATCH] xfs: use alloc_pages_bulk_array() for buffers
 2021-05-21  8:15 UTC  (3+ messages)

[PATCHSET 0/6] fstests: miscellaneous fixes
 2021-05-21  8:08 UTC  (13+ messages)
` [PATCH 1/6] common/xfs: refactor commands to select a particular xfs backing device
` [PATCH 2/6] xfs: force file creation to the data device for certain layout tests
` [PATCH 3/6] xfs/117: fix fragility in this fuzz test
` [PATCH 4/6] fsx/fsstress: round blocksize properly
` [PATCH 5/6] xfs/178: fix mkfs success test
` [PATCH 6/6] aio-dio-append-write-fallocate-race: fix directio buffer alignment bugs


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