Linux-XFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-25 19:55:41 to 2021-06-01 00:35:25 UTC [more...]

[PATCHSET v2 0/5] xfs: clean up quotaoff inode walks
 2021-06-01  0:35 UTC  (9+ messages)
` [PATCH 1/5] xfs: move the quotaoff dqrele inode walk into xfs_icache.c
` [PATCH 2/5] xfs: detach inode dquots at the end of inactivation
` [PATCH 3/5] xfs: separate the dqrele_all inode grab logic from xfs_inode_walk_ag_grab
` [PATCH 4/5] xfs: drop inactive dquots before inactivating inodes
` [PATCH 5/5] xfs: move xfs_inew_wait call into xfs_dqrele_inode

[PATCHSET 0/3] xfs: various unit conversion
 2021-05-31 23:34 UTC  (7+ messages)
` [PATCH 1/3] xfs: set ip->i_diflags directly in xfs_inode_inherit_flags
` [PATCH 2/3] xfs: clean up open-coded fs block unit conversions
` [PATCH 3/3] xfs: remove unnecessary shifts

[PATCH 0/6] xfs: bunmapi needs updating for deferred freeing
 2021-05-31 23:28 UTC  (23+ 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] xfs: don't take a spinlock unconditionally in the DIO fastpath
 2021-05-31 17:58 UTC  (2+ messages)

[PATCH] xfs: sort variable alphabetically to avoid repeated declaration
 2021-05-31 12:27 UTC  (3+ messages)

[GIT PULL] xfs: fixes for 5.13-rc4
 2021-05-30  4:30 UTC  (2+ messages)

[PATCH][next] xfs: Fix fall-through warnings for Clang
 2021-05-28 16:48 UTC  (8+ messages)

[PATCH 00/39 v4] xfs: CIL and log optimisations
 2021-05-28  0:54 UTC  (43+ messages)
` [PATCH 01/39] xfs: log stripe roundoff is a property of the log
` [PATCH 02/39] xfs: separate CIL commit record IO
` [PATCH 03/39] xfs: remove xfs_blkdev_issue_flush
` [PATCH 04/39] xfs: async blkdev cache flush
` [PATCH 05/39] xfs: CIL checkpoint flushes caches unconditionally
` [PATCH 20/39] xfs: pass lv chain length into xlog_write()
` [PATCH 21/39] xfs: introduce xlog_write_single()
` [PATCH 22/39] xfs:_introduce xlog_write_partial()
` [PATCH 24/39] xfs: xlog_write() doesn't need optype anymore
` [PATCH 25/39] xfs: CIL context doesn't need to count iovecs
` [PATCH 28/39] xfs: rework per-iclog header CIL reservation
` [PATCH 29/39] xfs: introduce per-cpu CIL tracking structure
` [PATCH 30/39] xfs: implement percpu cil space used calculation
` [PATCH 31/39] xfs: track CIL ticket reservation in percpu structure
` [PATCH 32/39] xfs: convert CIL busy extents to per-cpu
` [PATCH 33/39] xfs: Add order IDs to log items in CIL
` [PATCH 34/39] xfs: convert CIL to unordered per cpu lists
` [PATCH 35/39] xfs: convert log vector chain to use list heads
` [PATCH 36/39] xfs: move CIL ordering to the logvec chain
` [PATCH 37/39] xfs: avoid cil push lock if possible
` [PATCH 39/39] xfs: expanding delayed logging design with background material

[PATCH 00/10] xfs: buffer bulk page allocation and cleanups
 2021-05-27 23:29 UTC  (24+ 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 00/23] xfs: initial agnumber -> perag conversions for shrink
 2021-05-27 22:39 UTC  (34+ 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 06/23] xfs: convert xfs_iwalk to use perag references
` [PATCH 09/23] xfs: push perags through the ag reservation callouts
` [PATCH 10/23] xfs: pass perags around in fsmap data dev functions
` [PATCH 11/23] xfs: add a perag to the btree cursor
` [PATCH 13/23] xfs: convert refcount btree cursor to use perags
` [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

[PATCH 00/45 v3] xfs: consolidated log and optimisation changes
 2021-05-27 18:03 UTC  (6+ messages)
` [PATCH 29/45] xfs:_introduce xlog_write_partial()

[PATCH v19 00/14] Delay Ready Attributes
 2021-05-27 17:00 UTC  (18+ messages)
` [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

[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  (24+ messages)
` [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 07/13] xfs: Convert to use invalidate_lock
` [PATCH 08/13] xfs: Convert double locking of MMAPLOCK to use VFS helpers
` [PATCH 10/13] f2fs: Convert to using invalidate_lock

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

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

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

[PATCH] xfs: add new IRC channel to MAINTAINERS
 2021-05-26 21:41 UTC  (3+ 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  (16+ 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  (11+ 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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).