linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-13 16:04:15 to 2020-05-19 21:48:47 UTC [more...]

[PATCH 0/2] xfs: fix unecessary percpu counter overhead
 2020-05-19 21:48 UTC 

[PATCH 0/SEVERAL] xfs, xfstests, xfsprogs: quota timer updates
 2020-05-19 21:34 UTC  (26+ messages)
` [PATCH 0/6] xfs: quota timer enhancements
  ` [PATCH 1/6] xfs: group quota should return EDQUOT when prj quota enabled
  ` [PATCH 2/6] xfs: always return -ENOSPC on project quota reservation failure
  ` [PATCH 3/6] xfs: fix up some whitespace in quota code
  ` [PATCH 4/6] xfs: pass xfs_dquot to xfs_qm_adjust_dqtimers
  ` [PATCH 5/6] xfs: per-type quota timers and warn limits
  ` [PATCH 6/6] xfs: allow individual quota grace period extension
` [PATCH 0/1] xfs_quota: allow individual timer extension
  ` [PATCH 1/1] "
    ` [PATCH 1/1 V2] "
` [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
  ` [PATCH 3/4] fstests: individual user grace period extension via setquota
  ` [PATCH 4/4] fstests: individual user grace period extension via xfs_quota

[PATCH] mkfs: simplify the configured sector sizes setting in validate_sectorsize
 2020-05-19 21:15 UTC  (5+ messages)

[PATCH 0/1] hibernate: restrict writes to the snapshot device
 2020-05-19 18:17 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH v2] PM: hibernate: restrict writes to the resume device
 2020-05-19 18:14 UTC 

[PATCH] quota-tools: Set FS_DQ_TIMER_MASK for individual xfs grace times
 2020-05-19 17:19 UTC  (3+ messages)

[ANNOUNCE] xfs-linux: for-next rebased to ef8385128d4b
 2020-05-19 16:59 UTC 

[ANNOUNCE] xfs-linux: for-next updated to 188b1f949bde
 2020-05-19 16:14 UTC 

[PATCH] xfstests: add test for xfs_repair progress reporting
 2020-05-19 16:01 UTC  (2+ messages)

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

[PATCH] xfs_repair: fix progress reporting
 2020-05-19 12:53 UTC  (9+ messages)
` [PATCH V2] "

inode iterator cleanups
 2020-05-19  6:40 UTC  (9+ messages)
` [PATCH 1/6] xfs: remove xfs_inode_ag_iterator
` [PATCH 2/6] xfs: mark xfs_inode_ag_iterator_tag static
` [PATCH 3/6] xfs: remove __xfs_icache_free_eofblocks
` [PATCH 4/6] xfs: merge xfs_inode_free_quota_{eof,cow}blocks
` [PATCH 5/6] xfs: add a flags argument to xfs_icache_free_cowblocks
` [PATCH 6/6] xfs: add a flags argument to xfs_icache_free_eofblocks

[XFS SUMMIT] SSD optimised allocation policy
 2020-05-19  6:32 UTC  (2+ messages)

[XFS SUMMIT] Deprecating V4 on-disk format
 2020-05-19  6:23 UTC  (2+ messages)

[PATCH 0/3] xfsprogs: random fixes
 2020-05-19  1:58 UTC  (7+ messages)
` [PATCH 1/3] xfs_db: don't crash if el_gets returns null
` [PATCH 2/3] xfs_db: fix rdbmap_boundscheck
` [PATCH 3/3] debian: replace libreadline with libedit

[PATCH 0/2] xfs: fix stale disk exposure after crash
 2020-05-19  0:40 UTC  (9+ messages)
` [PATCH 1/2] xfs: force writes to delalloc regions to unwritten

[PATCH, RFCRAP] xfs: handle ENOSPC quota return in xfs_file_buffered_aio_write
 2020-05-18 18:54 UTC  (5+ messages)

dinode reading cleanups v2
 2020-05-18 17:45 UTC  (33+ messages)
` [PATCH 02/12] xfs: call xfs_iformat_fork from xfs_inode_from_disk
` [PATCH 03/12] xfs: split xfs_iformat_fork
` [PATCH 04/12] xfs: handle unallocated inodes in xfs_inode_from_disk
` [PATCH 05/12] xfs: call xfs_dinode_verify from xfs_inode_from_disk
` [PATCH 06/12] xfs: don't reset i_delayed_blks in xfs_iread
` [PATCH 07/12] xfs: remove xfs_iread
` [PATCH 08/12] xfs: remove xfs_ifork_ops
` [PATCH 09/12] xfs: refactor xfs_inode_verify_forks
` [PATCH 10/12] xfs: improve local fork verification
` [PATCH 11/12] xfs: remove the special COW fork handling in xfs_bmapi_read
` [PATCH 12/12] xfs: remove the NULL "

[PATCH v2] xfs: use ordered buffers to initialize dquot buffers during quotacheck
 2020-05-18 16:58 UTC  (4+ messages)

[ANNOUNCE] xfsprogs for-next updated to 5d0807ad
 2020-05-18 16:11 UTC  (3+ messages)

move the extent count and format into struct xfs_ifork v2
 2020-05-18 13:28 UTC  (9+ messages)
` [PATCH 1/6] xfs: clean up xchk_bmap_check_rmaps usage of XFS_IFORK_Q
` [PATCH 2/6] xfs: remove the XFS_DFORK_Q macro
` [PATCH 3/6] xfs: remove xfs_ifree_local_data
` [PATCH 4/6] xfs: move the per-fork nextents fields into struct xfs_ifork
` [PATCH 5/6] xfs: move the fork format "
` [PATCH 6/6] xfs: cleanup xfs_idestroy_fork

[XFS SUMMIT] Version 3 log format
 2020-05-18  6:04 UTC  (3+ messages)

[xfs-linux:xfs-5.8-merge 57/94] WARNING: __func__ should be used instead of gcc specific __FUNCTION__
 2020-05-18  4:06 UTC 

[PATCH 0/5 v2] xfs: fix a couple of performance issues
 2020-05-18  0:30 UTC  (16+ messages)
` [PATCH 3/5] [RFC] xfs: use percpu counters for CIL context counters
` [PATCH 4/5] [RFC] xfs: per-cpu CIL lists

[PATCH 01/10] include/linux/pagemap.h: introduce attach/detach_page_private
 2020-05-17 21:47 UTC  (2+ messages)
` [PATCH 06/10] iomap: use attach/detach_page_private

move the extent count and format into struct xfs_ifork
 2020-05-17  8:12 UTC  (23+ messages)
` [PATCH 1/6] xfs: use XFS_IFORK_BOFF xchk_bmap_check_rmaps
  ` [PATCH] xfs: clean up xchk_bmap_check_rmaps usage of XFS_IFORK_Q
` [PATCH 2/6] xfs: remove the XFS_DFORK_Q macro
` [PATCH 3/6] xfs: remove xfs_ifree_local_data
` [PATCH 4/6] xfs: move the per-fork nextents fields into struct xfs_ifork
` [PATCH 5/6] xfs: move the fork format "
` [PATCH 6/6] xfs: cleanup xfs_idestroy_fork

[PATCH] xfs: don't allow SWAPEXT if we'd screw up quota accounting
 2020-05-17  7:35 UTC  (4+ messages)

[PATCH v2] xfs: don't fail verifier on empty attr3 leaf block
 2020-05-17  7:34 UTC  (3+ messages)

[PATCH v3] generic: per-type quota timers set/get test
 2020-05-16 17:26 UTC  (3+ messages)

[PATCH v3] generic: test per-type quota softlimit enforcement timeout
 2020-05-16 15:21 UTC  (2+ messages)

[PATCH] mkfs.xfs: sanity check stripe geometry from blkid
 2020-05-15 21:34 UTC  (6+ messages)

[PATCH v4 0/9] xfs_repair: use btree bulk loading
 2020-05-15 19:43 UTC  (17+ messages)
` [PATCH 1/9] xfs_repair: port the online repair newbt structure
` [PATCH 2/9] xfs_repair: unindent phase 5 function
` [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] xfs: don't fail verifier on empty attr3 leaf block
 2020-05-15 15:56 UTC  (4+ messages)

[PATCH v2 0/9] Enable ext4 support for per-file/directory DAX operations
 2020-05-15  4:41 UTC 

[PATCH] xfs_repair: remove gratuitous code block in phase5
 2020-05-14 20:45 UTC  (4+ messages)

[PATCH v2 0/4] xfs_repair: check quota counters
 2020-05-14 16:56 UTC  (5+ messages)
` [PATCH 1/4] xfs_repair: alphabetize HFILES and CFILES
` [PATCH 2/4] xfs_repair: fix clearing of quota CHKD flags
` [PATCH 3/4] xfs_repair: check quota values if quota was loaded
` [PATCH 4/4] xfs_repair: skip mount time quotacheck if our quotacheck was ok

[ANNOUNCE] xfs-linux: for-next updated to 508578f2f560
 2020-05-14 16:43 UTC 

[PATCH 0/2] xfs: fix project quota ENOSPC vs EDQUOT
 2020-05-14 11:43 UTC  (4+ messages)
` [PATCH 2/2] xfs: remove XFS_QMOPT_ENOSPC flag
  ` [PATCH 2/2 V2] xfs: always return -ENOSPC on project quota reservation failure

[PATCH 0/5] Remove/convert more kmem_* wrappers
 2020-05-14  9:26 UTC  (2+ messages)

[PATCH V1 0/9] Enable ext4 support for per-file/directory DAX operations
 2020-05-14  6:53 UTC 

[PATCH] xfs: fix error code in xfs_iflush_cluster()
 2020-05-13 21:09 UTC  (5+ messages)

[PATCH 0/2] xfs: fix a couple of performance issues
 2020-05-13 17:17 UTC  (6+ messages)
` [PATCH 2/2] xfs: convert m_active_trans counter to per-cpu

[PATCH] xfs: use ordered buffers to initialize dquot buffers during quotacheck
 2020-05-13 17:06 UTC  (5+ messages)

[ANNOUNCE] xfs-linux: vfs-for-next updated to 2c567af418e3
 2020-05-13 16:01 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).