linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-09 15:13:46 to 2020-07-15 18:29:42 UTC [more...]

[PATCH v2.2 0/4] xfs_repair: check quota counters
 2020-07-15 18:29 UTC  (8+ 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

[PATCH] xfs: preserve inode versioning across remounts
 2020-07-15 18:09 UTC  (3+ messages)

[PATCH] xfs: drain the buf delwri queue before xfsaild idles
 2020-07-15 17:52 UTC  (2+ messages)

[PATCH v2 0/1] xfsprogs: minor fixes for 5.7
 2020-07-15 17:46 UTC  (3+ messages)
` [PATCH 1/1] xfs_copy: flush target devices before exiting

[PATCH v3 00/26] xfs: remove xfs_disk_quot from incore dquot
 2020-07-15 17:43 UTC  (43+ messages)
` [PATCH 01/26] xfs: clear XFS_DQ_FREEING if we can't lock the dquot buffer to flush
` [PATCH 02/26] xfs: fix inode quota reservation checks
` [PATCH 03/26] xfs: validate ondisk/incore dquot flags
` [PATCH 04/26] xfs: move the flags argument of xfs_qm_scall_trunc_qfiles to XFS_QMOPT_*
` [PATCH 05/26] xfs: split the incore dquot type into a separate field
` [PATCH 06/26] xfs: refactor quotacheck flags usage
` [PATCH 07/26] xfs: rename dquot incore state flags
` [PATCH 08/26] xfs: move the ondisk dquot flags to their own namespace
` [PATCH 09/26] xfs: make XFS_DQUOT_CLUSTER_SIZE_FSB part of the ondisk format
` [PATCH 10/26] xfs: stop using q_core.d_flags in the quota code
` [PATCH 11/26] xfs: stop using q_core.d_id "
` [PATCH 12/26] xfs: use a per-resource struct for incore dquot data
` [PATCH 13/26] xfs: stop using q_core limits in the quota code
` [PATCH 14/26] xfs: stop using q_core counters "
` [PATCH 15/26] xfs: stop using q_core warning "
` [PATCH 16/26] xfs: stop using q_core timers "
` [PATCH 17/26] xfs: remove qcore from incore dquots
` [PATCH 18/26] xfs: refactor default quota limits by resource
` [PATCH 19/26] xfs: remove unnecessary arguments from quota adjust functions
` [PATCH 20/26] xfs: refactor quota exceeded test
` [PATCH 21/26] xfs: refactor xfs_qm_scall_setqlim
` [PATCH 22/26] xfs: refactor xfs_trans_dqresv
` [PATCH 23/26] xfs: refactor xfs_trans_apply_dquot_deltas
` [PATCH 24/26] xfs: assume the default quota limits are always set in xfs_qm_adjust_dqlimits
` [PATCH 25/26] xfs: actually bump warning counts when we send warnings
` [PATCH 26/26] xfs: add more dquot tracepoints

[PATCH 0/5] Continue xfs kmem cleanup - V2
 2020-07-15 17:32 UTC  (19+ messages)
` [PATCH V2 1/5] xfs: Remove kmem_zone_alloc() usage
` [PATCH V2 2/5] xfs: Remove kmem_zone_zalloc() usage
` [PATCH V3 3/5] xfs: Modify xlog_ticket_alloc() to use kernel's MM API
` [PATCH 4/5] xfs: remove xfs_zone_{alloc,zalloc} helpers
` [PATCH 5/5] xfs: Remove xfs_da_state_alloc() helper

[PATCH] xfs/010,030: filter AG header CRC error warnings
 2020-07-15 16:57 UTC  (3+ messages)

[PATCH] fs/direct-io: avoid data race on ->s_dio_done_wq
 2020-07-15 16:41 UTC  (6+ messages)

[PATCH 0/4] xfsprogs: remove custom dir2 sf fork verifier from repair
 2020-07-15 14:08 UTC  (5+ messages)
` [PATCH 1/4] repair: set the in-core inode parent in phase 3
` [PATCH 2/4] repair: don't double check dir2 sf parent in phase 4
` [PATCH 3/4] repair: use fs root ino for dummy parent value instead of zero
` [PATCH 4/4] repair: remove custom dir2 sf fork verifier from phase6

[PATCH v4 00/26] xfs: remove xfs_disk_quot from incore dquot
 2020-07-15 12:50 UTC  (29+ messages)
` [PATCH 01/26] xfs: clear XFS_DQ_FREEING if we can't lock the dquot buffer to flush
` [PATCH 02/26] xfs: fix inode quota reservation checks
` [PATCH 03/26] xfs: validate ondisk/incore dquot flags
` [PATCH 04/26] xfs: move the flags argument of xfs_qm_scall_trunc_qfiles to XFS_QMOPT_*
` [PATCH 05/26] xfs: split the incore dquot type into a separate field
` [PATCH 06/26] xfs: refactor quotacheck flags usage
` [PATCH 07/26] xfs: rename dquot incore state flags
` [PATCH 08/26] xfs: move the ondisk dquot flags to their own namespace
` [PATCH 09/26] xfs: make XFS_DQUOT_CLUSTER_SIZE_FSB part of the ondisk format
` [PATCH 10/26] xfs: stop using q_core.d_flags in the quota code
` [PATCH 11/26] xfs: stop using q_core.d_id "
` [PATCH 12/26] xfs: use a per-resource struct for incore dquot data
` [PATCH 13/26] xfs: stop using q_core limits in the quota code
` [PATCH 14/26] xfs: stop using q_core counters "
` [PATCH 15/26] xfs: stop using q_core warning "
` [PATCH 16/26] xfs: stop using q_core timers "
` [PATCH 17/26] xfs: remove qcore from incore dquots
` [PATCH 18/26] xfs: refactor default quota limits by resource
` [PATCH 19/26] xfs: remove unnecessary arguments from quota adjust functions
` [PATCH 20/26] xfs: refactor quota exceeded test
` [PATCH 21/26] xfs: refactor xfs_qm_scall_setqlim
` [PATCH 22/26] xfs: refactor xfs_trans_dqresv
` [PATCH 23/26] xfs: refactor xfs_trans_apply_dquot_deltas
` [PATCH 24/26] xfs: assume the default quota limits are always set in xfs_qm_adjust_dqlimits
` [PATCH 25/26] xfs: actually bump warning counts when we send warnings
` [PATCH 26/26] xfs: add more dquot tracepoints

xfs_repair doesn't handle: br_startoff 8388608 br_startblock -2 br_blockcount 1 br_state 0 corruption
 2020-07-15 11:40 UTC  (2+ messages)

[PATCH v10 00/25] xfs: Delay Ready Attributes
 2020-07-15  5:04 UTC  (15+ messages)
` [PATCH v10 13/25] xfs: Remove unneeded xfs_trans_roll_inode calls
` [PATCH v10 14/25] xfs: Remove xfs_trans_roll in xfs_attr_node_removename
` [PATCH v10 23/25] xfs: Add delay ready attr remove routines

[RFC PATCH] xfs: test quota softlimit warning functionality
 2020-07-15  3:27 UTC 

RFC: iomap write invalidation
 2020-07-15  1:47 UTC  (11+ messages)
` [PATCH 1/2] iomap: Only invalidate page cache pages on direct IO writes
` [PATCH 2/2] iomap: fall back to buffered writes for invalidation failures

[PATCH 0/3] xfs: preparation for syncing with 5.8
 2020-07-14 21:46 UTC  (4+ messages)
` [PATCH 1/3] xfs_db: stop misusing an onstack inode
` [PATCH 2/3] xfs_repair: never zero a shortform '..' entry
` [PATCH 3/3] libxfs: remove ifork_ops from all client programs

[PATCH] fs: i_version mntopt gets visible through /proc/mounts
 2020-07-14 20:26 UTC  (13+ messages)

[PATCH] xfs_io: Document '-q' option for pread/pwrite command
 2020-07-14 18:08 UTC  (3+ messages)

[PATCH] xfs: finish dfops on every insert range shift iteration
 2020-07-13 20:21 UTC 

[ANNOUNCE] xfsprogs for-next updated to 41865980
 2020-07-13 18:38 UTC 

[PATCH v6] xfs: Fix false positive lockdep warning with sb_internal & fs_reclaim
 2020-07-13 16:41 UTC  (3+ messages)

[PATCH -next] xfs: remove duplicated include from xfs_buf_item.c
 2020-07-13 16:20 UTC  (3+ messages)

[PATCH] xfs: remove SYNC_WAIT and SYNC_TRYLOCK
 2020-07-13 16:20 UTC  (4+ messages)

[PATCH v3] xfs: get rid of unnecessary xfs_perag_{get,put} pairs
 2020-07-13 16:12 UTC  (3+ messages)
` [PATCH v4] "

[PATCH v6 00/12] xfs_repair: use btree bulk loading
 2020-07-13 13:37 UTC  (5+ messages)
` [PATCH 06/12] xfs_repair: create a new class of btree rebuild cursors
  ` [PATCH v2 "

always fall back to buffered I/O after invalidation failures, was: Re: [PATCH 2/6] iomap: IOMAP_DIO_RWF_NO_STALE_PAGECACHE return if page invalidation fails
 2020-07-12 11:36 UTC  (13+ messages)

[PATCH] xfsprogs: remove the libxfs_* API redirections
 2020-07-10 16:02 UTC 

Bug#925111: marked as done (Updating the xfsprogs Uploaders list)
 2020-07-10 15:45 UTC 

[PATCH] xfs_quota: display warning limits when printing quota type information
 2020-07-10 15:42 UTC  (3+ messages)

[PATCH] xfsprogs: xfs_quota state command should report ugp grace times
 2020-07-10 13:53 UTC  (3+ messages)

[PATCH 00/10] xfs: automatic relogging
 2020-07-10  4:09 UTC  (11+ messages)

[PATCH v2 00/22] xfs: remove xfs_disk_quot from incore dquot
 2020-07-09 23:37 UTC  (4+ messages)
` [PATCH 04/22] xfs: split dquot flags

[RFC PATCH 0/2] xfs: more unlinked inode list optimization v1
 2020-07-09 22:36 UTC  (7+ messages)
` [RFC PATCH 2/2] xfs: don't access AGI on unlinked inodes if it can

[PATCH 0/4] Continue xfs kmem cleanup
 2020-07-09 21:52 UTC  (6+ messages)
` [PATCH 2/4] xfs: Remove kmem_zone_zalloc() usage

[ANNOUNCE] xfs-linux: for-next updated to c3f2375b90d0
 2020-07-09 16:44 UTC 

tidy up the buffer cache implementation
 2020-07-09 15:04 UTC  (12+ messages)
` [PATCH 03/13] xfs: refactor xfs_buf_ioend
` [PATCH 04/13] xfs: move the buffer retry logic to xfs_buf.c
` [PATCH 05/13] xfs: fold xfs_buf_ioend_finish into xfs_ioend
` [PATCH 06/13] xfs: refactor xfs_buf_ioerror_fail_without_retry
` [PATCH 07/13] xfs: remove xfs_buf_ioerror_retry
` [PATCH 08/13] xfs: lift the XBF_IOEND_FAIL handling into xfs_buf_ioend_disposition
` [PATCH 09/13] xfs: simplify the xfs_buf_ioend_disposition calling convention
` [PATCH 10/13] xfs: use xfs_buf_item_relse in xfs_buf_item_done
` [PATCH 11/13] xfs: clear the read/write flags later in xfs_buf_ioend
` [PATCH 12/13] xfs: remove xlog_recover_iodone
` [PATCH 13/13] xfs: reuse _xfs_buf_read for re-reading the superblock


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).