public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-06-20 02:38:35 to 2020-06-25 19:22:33 UTC [more...]

[PATCH 0/6] Overhaul memalloc_no*
 2020-06-25 19:05 UTC  (17+ messages)
` [PATCH 1/6] mm: Replace PF_MEMALLOC_NOIO with memalloc_noio
` [PATCH 2/6] mm: Add become_kswapd and restore_kswapd
` [PATCH 3/6] xfs: Convert to memalloc_nofs_save
` [PATCH 4/6] mm: Replace PF_MEMALLOC_NOFS with memalloc_nofs
` [PATCH 5/6] mm: Replace PF_MEMALLOC_NOIO with memalloc_nocma
` [PATCH 6/6] mm: Add memalloc_nowait

[PATCH v2 0/9] xfs: reflink cleanups
 2020-06-25 17:23 UTC  (19+ messages)
` [PATCH 1/9] xfs: fix reflink quota reservation accounting error
` [PATCH 2/9] xfs: rename xfs_bmap_is_real_extent to is_written_extent
` [PATCH 3/9] xfs: redesign the reflink remap loop to fix blkres depletion crash
  ` [PATCH v4.2 "
` [PATCH 4/9] xfs: only reserve quota blocks for bmbt changes if we're changing the data fork
` [PATCH 5/9] xfs: only reserve quota blocks if we're mapping into a hole
` [PATCH 6/9] xfs: reflink can skip remap existing mappings
` [PATCH 7/9] xfs: fix xfs_reflink_remap_prep calling conventions
` [PATCH 8/9] xfs: refactor locking and unlocking two inodes against userspace IO
` [PATCH 9/9] xfs: move helpers that lock and unlock "

[PATCH v4] xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data fork
 2020-06-25 12:26 UTC  (2+ messages)

[PATCH v3] xfsprogs: xfs_quota command error message improvement
 2020-06-24 20:04 UTC  (2+ messages)

[PATCH 0/3] xfs: reflink cleanups
 2020-06-24 18:45 UTC  (12+ messages)
` [PATCH 1/3] xfs: redesign the reflink remap loop to fix blkres depletion crash
` [PATCH 2/3] xfs: fix xfs_reflink_remap_prep calling conventions
` [PATCH 3/3] xfs: refactor locking and unlocking two inodes against userspace IO

[PATCH 0/4] [RFC] xfs: in memory inode unlink log items
 2020-06-24 15:36 UTC  (6+ messages)
` [PATCH 1/4] xfs: xfs_iflock is no longer a completion
` [PATCH 2/4] xfs: add log item precommit operation
` [PATCH 3/4] xfs: track unlinked inodes in core inode
` [PATCH 4/4] xfs: introduce inode unlink log item

[PATCH] xfs: remove useless definitions in xfs_linux.h
 2020-06-24 15:08 UTC 

[PATCH v2] xfs: reintroduce PF_FSTRANS for transaction reservation recursion protection
 2020-06-24 15:05 UTC 

xfs inode structure cleanups v2
 2020-06-24 14:10 UTC  (35+ messages)
` [PATCH 01/15] xfs: don't clear the "dinode core" in xfs_inode_alloc
` [PATCH 02/15] xfs: move the di_projid field to struct xfs_inode
` [PATCH 03/15] xfs: move the di_size "
` [PATCH 04/15] xfs: move the di_nblocks "
` [PATCH 05/15] xfs: move the di_extsize "
` [PATCH 06/15] xfs: move the di_cowextsize "
` [PATCH 07/15] xfs: move the di_flushiter "
` [PATCH 08/15] xfs: use a union for i_cowextsize and i_flushiter
` [PATCH 09/15] xfs: cleanup xfs_fill_fsxattr
` [PATCH 10/15] xfs: move the di_forkoff field to struct xfs_inode
` [PATCH 11/15] xfs: move the di_flags "
` [PATCH 12/15] xfs: move the di_flags2 "
` [PATCH 13/15] xfs: move the di_crtime "
` [PATCH 14/15] xfs: move the di_dmevmask "
` [PATCH 15/15] xfs: move the di_dmstate "

[PATCH v3] xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data fork
 2020-06-24  6:52 UTC  (2+ messages)

[PATCH v2] xfsprogs: xfs_quota command error message improvement
 2020-06-23 23:07 UTC  (4+ messages)

[PATCH 01/18] mm: Track mmu notifiers in fs_reclaim_acquire/release
 2020-06-23 22:36 UTC  (12+ messages)
    ` [PATCH] "

[PATCH] xfs: use MMAPLOCK around filemap_map_pages()
 2020-06-23 22:14 UTC  (6+ messages)

[PATCH v2] xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data fork
 2020-06-23 17:15 UTC  (7+ messages)

[PATCH v2] iomap: Make sure iomap_end is called after iomap_begin
 2020-06-23 11:32 UTC  (6+ messages)

[PATCH v2] xfs: get rid of unnecessary xfs_perag_{get,put} pairs
 2020-06-23 10:08 UTC  (6+ messages)
` [PATCH v3] "

[kbuild] fs/xfs/libxfs/xfs_bmap.c:5563 __xfs_bunmapi() warn: Function too hairy. No more merges
 2020-06-23  8:05 UTC  (2+ messages)
  ` [kbuild] "

[PATCH] xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data fork
 2020-06-23  3:50 UTC  (8+ messages)

[PATCH 00/30] xfs: rework inode flushing to make inode reclaim fully asynchronous
 2020-06-23  2:39 UTC  (36+ messages)
` [PATCH 01/30] xfs: Don't allow logging of XFS_ISTALE inodes
` [PATCH 02/30] xfs: remove logged flag from inode log item
` [PATCH 03/30] xfs: add an inode item lock
` [PATCH 04/30] xfs: mark inode buffers in cache
` [PATCH 05/30] xfs: mark dquot "
` [PATCH 06/30] xfs: mark log recovery buffers for completion
` [PATCH 07/30] xfs: call xfs_buf_iodone directly
` [PATCH 08/30] xfs: clean up whacky buffer log item list reinit
` [PATCH 09/30] xfs: make inode IO completion buffer centric
` [PATCH 10/30] xfs: use direct calls for dquot IO completion
` [PATCH 11/30] xfs: clean up the buffer iodone callback functions
` [PATCH 12/30] xfs: get rid of log item callbacks
` [PATCH 13/30] xfs: handle buffer log item IO errors directly
` [PATCH 14/30] xfs: unwind log item error flagging
` [PATCH 15/30] xfs: move xfs_clear_li_failed out of xfs_ail_delete_one()
` [PATCH 16/30] xfs: pin inode backing buffer to the inode log item
` [PATCH 17/30] xfs: make inode reclaim almost non-blocking
` [PATCH 18/30] xfs: remove IO submission from xfs_reclaim_inode()
` [PATCH 19/30] xfs: allow multiple reclaimers per AG
` [PATCH 20/30] xfs: don't block inode reclaim on the ILOCK
` [PATCH 21/30] xfs: remove SYNC_TRYLOCK from inode reclaim
` [PATCH 22/30] xfs: remove SYNC_WAIT from xfs_reclaim_inodes()
` [PATCH 23/30] xfs: clean up inode reclaim comments
` [PATCH 24/30] xfs: rework stale inodes in xfs_ifree_cluster
` [PATCH 25/30] xfs: attach inodes to the cluster buffer when dirtied
` [PATCH 26/30] xfs: xfs_iflush() is no longer necessary
` [PATCH 27/30] xfs: rename xfs_iflush_int()
` [PATCH 28/30] xfs: rework xfs_iflush_cluster() dirty inode iteration
` [PATCH 29/30] xfs: factor xfs_iflush_done
  ` [PATCH 29/30 V2] "
` [PATCH 30/30] xfs: remove xfs_inobp_check()

[PATCH] fs: i_version mntopt gets visible through /proc/mounts
 2020-06-22 22:03 UTC  (16+ messages)

[PATCH v2 0/2] sched, xfs: Add PF_MEMALLOC_NOLOCKDEP to fix lockdep problem in xfs
 2020-06-22 19:16 UTC  (4+ messages)
` [PATCH v2 1/2] sched: Add PF_MEMALLOC_NOLOCKDEP flag

[PATCH v4] xfs: Fix false positive lockdep warning with sb_internal & fs_reclaim
 2020-06-22 17:56 UTC  (4+ messages)

[PATCH 2/2] xfs: Couple of typo fixes in comments
 2020-06-22 17:29 UTC  (3+ messages)
` [PATCH] "

[PATCH v2] xfs: preserve rmapbt swapext block reservation from freed blocks
 2020-06-22 17:22 UTC  (2+ messages)

[PATCH 0/2] Bypass sb geometry if custom alignment is supplied on mount
 2020-06-22 17:15 UTC  (3+ messages)
` [PATCH 1/2] xfs: Fix xfs_mount sunit and swidth types

[PATCH v3] xfs: avoid deadlock when trigger memory reclaim in ->writepages
 2020-06-22 12:20 UTC  (3+ messages)
` [xfs] 59d77e81c5: WARNING:at_fs/iomap/buffered-io.c:#iomap_do_writepage

[PATCH] xfs: reintroduce PF_FSTRANS for transaction reservation recursion protection
 2020-06-22 12:18 UTC  (3+ messages)

[RFC] Bypass filesystems for reading cached pages
 2020-06-21  6:00 UTC 

WARN_ON_ONCE(1) in iomap_dio_actor()
 2020-06-21  2:04 UTC  (3+ messages)

Bug#953537: xfsdump fails to install in /usr merged system
 2020-06-20 23:21 UTC  (7+ messages)

[PATCH 0/7] xfs: Extend per-inode extent counters
 2020-06-20 12:53 UTC  (13+ messages)
` [PATCH 1/7] xfs: Fix log reservation calculation for xattr insert operation
` [PATCH 6/7] xfs: Extend data extent counter to 47 bits
` [PATCH 7/7] xfs: Extend attr extent counter to 32 bits
` [PATCH 2/7] xfs: Check for per-inode extent count overflow


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