linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-23 09:34:54 to 2020-06-02 00:09:23 UTC [more...]

[PATCH 00/14] xfs: widen timestamps to deal with y2038
 2020-06-02  0:09 UTC  (18+ messages)
` [PATCH 03/14] xfs: refactor quota exceeded test
` [PATCH 04/14] xfs: fix quota timer inactivation
` [PATCH 11/14] xfs: widen ondisk timestamps to deal with y2038 problem
` [PATCH 13/14] xfs: enable bigtime for quota timers

[PATCH 0/2] Bypass sb geometry if custom alignment is supplied on mount
 2020-06-01 23:40 UTC  (7+ messages)
` [PATCH 1/2] xfs: Fix xfs_mount sunit and swidth types
` [PATCH 2/2] xfs: Bypass sb alignment checks when custom values are used

[PATCH 00/30] xfs: rework inode flushing to make inode reclaim fully asynchronous
 2020-06-01 21:42 UTC  (31+ 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 30/30] xfs: remove xfs_inobp_check()

[PATCH 0/SEVERAL] xfs, xfstests, xfsprogs: quota timer updates
 2020-06-01 16:39 UTC  (9+ messages)
` [PATCH 0/4] fstests: more quota related tests
  ` [PATCH 1/4] xfs: make sure our default quota warning limits and grace periods survive quotacheck
  ` [PATCH 2/4] generic: test per-type quota softlimit enforcement timeout

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

[PATCH v5 0/9] xfs_repair: use btree bulk loading
 2020-06-01 12:05 UTC  (25+ messages)
` [PATCH 1/9] xfs_repair: port the online repair newbt structure
` [PATCH 2/9] xfs_repair: remove gratuitous code block in phase5
` [PATCH 3/9] xfs_repair: create a new class of btree rebuild cursors
` [PATCH 4/9] xfs_repair: rebuild free space btrees with bulk loader
` [PATCH 5/9] xfs_repair: rebuild inode "
` [PATCH 9/9] xfs_repair: track blocks lost during btree construction via extents

[PATCH v2] blkdev: Replace blksize_bits() with ilog2()
 2020-06-01  8:44 UTC  (8+ messages)

[PATCH] xfstests: add test for xfs_repair progress reporting
 2020-06-01  3:55 UTC  (7+ messages)
` [PATCH v2] "

[RFC PATCH] xfs: transfer freed blocks to blk res when lazy accounting
 2020-05-30  1:16 UTC  (10+ messages)

[XFS SUMMIT] Ugh, Rebasing Sucks!
 2020-05-28 22:39 UTC  (5+ messages)

[Bug 207053] New: fsfreeze deadlock on XFS (the FIFREEZE ioctl and subsequent FITHAW hang indefinitely)
 2020-05-28 16:16 UTC  (5+ messages)
` [Bug 207053] "

[dgc-xfs:xfs-async-inode-reclaim 28/30] fs/xfs/xfs_inode.c:3432:1: warning: no previous prototype for 'xfs_iflush'
 2020-05-28  8:51 UTC  (3+ messages)
  ` [kbuild-all] "

[PATCH 0/3] xfs: fix inode use-after-free during log recovery
 2020-05-27 22:39 UTC  (5+ messages)
` [PATCH 2/3] xfs: reduce log recovery transaction block reservations

[PATCH RFC] mkfs.xfs: do not set log stripe unit for probed sw <= 2
 2020-05-27 21:20 UTC  (2+ messages)

[PATCH] xfs_quota: fix unsigned int id comparisons
 2020-05-27 17:34 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 6dcde60efd94
 2020-05-27 16:20 UTC 

[PATCH v2] PM: hibernate: restrict writes to the resume device
 2020-05-27 15:58 UTC  (4+ messages)

[ANNOUNCE] xfsprogs for-next updated to 957fd6cf
 2020-05-27 15:07 UTC 

[PATCH] xfs: more lockdep whackamole with kmem_alloc*
 2020-05-27 10:40 UTC  (2+ messages)

linux-next build error (8)
 2020-05-27  6:38 UTC  (14+ messages)

[PATCH 1/2] scrub: remove xfs_ prefixes from various function
 2020-05-26 19:10 UTC  (3+ messages)
` [PATCH 2/2] xfsprogs: remove the libxfs_* API redirections

[PATCH v2] mkfs: simplify the configured sector sizes setting in validate_sectorsize
 2020-05-26 18:42 UTC  (2+ messages)

[XFS SUMMIT] Deprecating V4 on-disk format
 2020-05-26 17:16 UTC  (10+ messages)

intents vs AIL
 2020-05-26 15:45 UTC  (3+ messages)

[dgc-xfs:xfs-async-inode-reclaim 29/30] fs/xfs/xfs_inode_item.c:670:1: warning: no previous prototype for 'xfs_iflush_ail_updates'
 2020-05-26 14:37 UTC 

[PATCH v4 0/4] xfs: fix stale disk exposure after crash
 2020-05-26 13:46 UTC  (12+ messages)
` [PATCH 1/4] xfs: don't fail unwritten extent conversion on writeback due to edquot
` [PATCH 2/4] xfs: measure all contiguous previous extents for prealloc size
  ` [PATCH v2 "
` [PATCH 3/4] xfs: refactor xfs_iomap_prealloc_size
  ` [PATCH v2 "
` [PATCH 4/4] xfs: force writes to delalloc regions to unwritten

[PATCH] xfs: Replace one-element arrays with flexible-array members
 2020-05-25 18:41 UTC  (3+ messages)

lockdep trace with xfs + mm in it from 5.7.0-rc5
 2020-05-25  5:00 UTC  (6+ messages)

[PATCH 00/24] xfs: rework inode flushing to make inode reclaim fully asynchronous
 2020-05-25  3:49 UTC  (48+ messages)
` [PATCH 03/24] xfs: mark inode buffers in cache
` [PATCH 05/24] xfs: mark log recovery buffers for completion
` [PATCH 10/24] xfs: clean up the buffer iodone callback functions
` [PATCH 12/24] xfs: pin inode backing buffer to the inode log item
` [PATCH 13/24] xfs: make inode reclaim almost non-blocking
` [PATCH 14/24] xfs: remove IO submission from xfs_reclaim_inode()
` [PATCH 15/24] xfs: allow multiple reclaimers per AG
` [PATCH 17/24] xfs: remove SYNC_TRYLOCK from inode reclaim
` [PATCH 19/24] xfs: attach inodes to the cluster buffer when dirtied
` [PATCH 22/24] xfs: rework xfs_iflush_cluster() dirty inode iteration
` [PATCH 23/24] xfs: factor xfs_iflush_done
` [PATCH 24/24] xfs: remove xfs_inobp_check()

[dgc-xfs:xfs-async-inode-reclaim 2/30] fs/xfs/xfs_trans.c:617:31: warning: comparison of unsigned expression >= 0 is always true
 2020-05-23 15:12 UTC 


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 NNTP newsgroup(s).