public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-05-07 17:19:01 to 2020-05-12 15:48:47 UTC [more...]

[PATCH] metadump: remove redundant bracket and show right SYNOPSIS
 2020-05-12 15:48 UTC  (2+ messages)

move the extent count and format into struct xfs_ifork
 2020-05-12 15:38 UTC  (17+ messages)
` [PATCH 1/6] xfs: use XFS_IFORK_BOFF xchk_bmap_check_rmaps
` [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_quota: refactor code to generate id from name
 2020-05-12 15:20 UTC  (6+ messages)
` [PATCH V2] "

[PATCH] xfs_db: fix crc invalidation segfault
 2020-05-12 15:08 UTC  (2+ messages)

[PATCH 0/5 v2] xfs: fix a couple of performance issues
 2020-05-12 14:05 UTC  (10+ messages)
` [PATCH 1/5] xfs: separate read-only variables in struct xfs_mount
` [PATCH 2/5] xfs: convert m_active_trans counter to per-cpu
` [PATCH 3/5] [RFC] xfs: use percpu counters for CIL context counters
` [PATCH 4/5] [RFC] xfs: per-cpu CIL lists
` [PATCH 5/5] [RFC] xfs: make CIl busy extent lists per-cpu

[PATCH] xfs: ensure f_bfree returned by statfs() is non-negative
 2020-05-12 11:54 UTC  (2+ messages)

[PATCH 0/2] xfs: fix a couple of performance issues
 2020-05-12  9:11 UTC  (7+ messages)
` [PATCH 1/2] xfs: separate read-only variables in struct xfs_mount
` [PATCH 2/2] xfs: convert m_active_trans counter to per-cpu

[PATCH RFC] xfs: warn instead of fail verifier on empty attr3 leaf block
 2020-05-12  8:10 UTC  (2+ messages)

[PATCH 00/16] xfs_repair: catch things that xfs_check misses
 2020-05-12  8:07 UTC  (37+ messages)
` [PATCH 01/16] xfs_repair: fix missing dir buffer corruption checks
` [PATCH 02/16] xfs_repair: warn when we would have rebuilt a directory
` [PATCH 03/16] xfs_repair: check for AG btree records that would wrap around
` [PATCH 04/16] xfs_repair: fix bnobt and refcountbt record order checks
` [PATCH 05/16] xfs_repair: check for out-of-order inobt records
` [PATCH 06/16] xfs_repair: fix rmapbt record order check
` [PATCH 07/16] xfs_repair: tag inobt vs finobt errors properly
` [PATCH 08/16] xfs_repair: complain about bad interior btree pointers
` [PATCH 09/16] xfs_repair: convert to libxfs_verify_agbno
` [PATCH 10/16] xfs_repair: refactor verify_dfsbno_range
` [PATCH 11/16] xfs_repair: remove verify_dfsbno
` [PATCH 12/16] xfs_repair: remove verify_aginum
` [PATCH 13/16] xfs_repair: mark entire free space btree record as free1
` [PATCH 14/16] xfs_repair: complain about free space only seen by one btree
` [PATCH 15/16] xfs_repair: complain about extents in unknown state
` [PATCH 16/16] xfs_repair: complain about any nonzero inprogress value, not just 1

[PATCH] xfs: fix the warning message in xfs_validate_sb_common()
 2020-05-12  2:27 UTC  (6+ messages)

[Bug 196259] XFS deadlock (Longterm Kernel 4.4.73)
 2020-05-11 23:34 UTC 

[ANNOUNCE] xfsprogs for-next updated to 5d0807ad
 2020-05-11 21:41 UTC 

[PATCH] xfs_repair: remove gratuitous code block in phase5
 2020-05-11 20:32 UTC  (2+ messages)

[PATCH RFC] xfs: allow adjusting individual quota grace times
 2020-05-11 15:35 UTC  (3+ messages)

misc xfsprogs cleanups after the 5.7 merge
 2020-05-11 13:21 UTC  (30+ messages)
` [PATCH 1/8] libxfs: use tabs instead of spaces in div_u64
` [PATCH 2/8] db: fix a comment in scan_freelist
` [PATCH 3/8] db: add a comment to agfl_crc_flds
` [PATCH 4/8] db: cleanup attr_set_f and attr_remove_f
` [PATCH 5/8] db: validate name and namelen in "
` [PATCH 6/8] db: ensure that create and replace are exclusive in attr_set_f
` [PATCH 7/8] repair: cleanup build_agf_agfl
` [PATCH 8/8] metadump: small cleanup for process_inode

linux-next: Fixes tag needs some work in the xfs tree
 2020-05-10 20:49 UTC 

[ANNOUNCE] xfs-linux: for-next updated to 3d60548b216b
 2020-05-10 16:12 UTC 

[PATCH] libxfs-apply: use git am instead of patch
 2020-05-10 14:07 UTC  (2+ messages)

[PATCH 0/3] xfsprogs: random fixes
 2020-05-09 17:10 UTC  (10+ messages)
` [PATCH 1/3] libxcmd: don't crash if el_gets returns null
` [PATCH 2/3] find_api_violations: fix sed expression
` [PATCH 3/3] xfs_db: bounds-check access to the dbmap array

[RFC] support git am in tools/libxfs-apply
 2020-05-09 16:44 UTC  (2+ messages)

[PATCH v4 0/9] xfs_repair: use btree bulk loading
 2020-05-09 16:32 UTC  (10+ 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 5/9] xfs_repair: rebuild inode "
` [PATCH 6/9] xfs_repair: rebuild reverse mapping "
` [PATCH 7/9] xfs_repair: rebuild refcount "
` [PATCH 8/9] xfs_repair: remove old btree rebuild support code
` [PATCH 9/9] xfs_repair: track blocks lost during btree construction via extents

dinode reading cleanups v2
 2020-05-09 11:13 UTC  (22+ messages)
` [PATCH 01/12] xfs: xfs_bmapi_read doesn't take a fork id as the last argument
` [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 "

[RFC PATCH] xfs: make sure our default quota warning limits and grace periods survive quotacheck
 2020-05-08 21:12 UTC  (2+ messages)

[PATCH v3] generic: test per-type quota softlimit enforcement timeout
 2020-05-08 20:01 UTC 

[PATCH] quota-tools: pass quota type to QCMD for Q_XFS_GETQSTAT
 2020-05-08 19:36 UTC 

[PATCH 0/2] xfs: fix project quota ENOSPC vs EDQUOT
 2020-05-08 16:21 UTC  (10+ messages)
` [PATCH 1/2] xfs: group quota should return EDQUOT when prj quota enabled
` [PATCH 2/2] xfs: remove XFS_QMOPT_ENOSPC flag

[PATCH -next] xfs: remove duplicate headers
 2020-05-08 15:51 UTC  (2+ messages)

linux-next: build warning after merge of the xfs tree
 2020-05-08 15:50 UTC  (4+ messages)
` [PATCH] xfs: fix unused variable warning in buffer completion on !DEBUG

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

[PATCH v4 07/17] xfs: ratelimit unmount time per-buffer I/O error alert
 2020-05-07 20:48 UTC  (3+ messages)
` [PATCH v4.1 "

[PATCH] xfs: Replace zero-length array with flexible-array
 2020-05-07 19:27 UTC 

[ANNOUNCE] xfsprogs for-next updated to 08814ce4
 2020-05-07 18:18 UTC 

dinode reading cleanups
 2020-05-07 17:18 UTC  (11+ messages)
` [PATCH 08/12] xfs: remove xfs_ifork_ops


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