public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-05-07 12:19:41 to 2020-05-10 07:27:09 UTC [more...]

[PATCH 00/16] xfs_repair: catch things that xfs_check misses
 2020-05-10  7:27 UTC  (31+ 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

move the extent count and format into struct xfs_ifork
 2020-05-10  7:24 UTC  (7+ 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] libxfs-apply: use git am instead of patch
 2020-05-10  7:14 UTC 

misc xfsprogs cleanups after the 5.7 merge
 2020-05-10  7:11 UTC  (27+ 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

[PATCH RFC] xfs: allow adjusting individual quota grace times
 2020-05-09 19:51 UTC  (2+ messages)

[PATCH] xfs_quota: refactor code to generate id from name
 2020-05-09 17:18 UTC 

[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] xfs: fix the warning message in xfs_validate_sb_common()
 2020-05-09 16:35 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  (16+ messages)
` [PATCH 03/12] xfs: split xfs_iformat_fork
` [PATCH 08/12] xfs: remove xfs_ifork_ops

[PATCH v2 0/3] xfs: fix inode use-after-free during log recovery
 2020-05-07 16:58 UTC  (9+ messages)
` [PATCH 3/3] xfs: fix an incore inode UAF in xfs_bui_recover

libxfs 5.7 resync
 2020-05-07 16:22 UTC  (50+ messages)
` [PATCH 19/58] xfs: cleanup struct xfs_attr_list_context
` [PATCH 20/58] xfs: remove the unused ATTR_ENTRY macro
` [PATCH 21/58] xfs: move the legacy xfs_attr_list to xfs_ioctl.c
` [PATCH 22/58] xfs: rename xfs_attr_list_int to xfs_attr_list
` [PATCH 23/58] xfs: clean up the ATTR_REPLACE checks
` [PATCH 24/58] xfs: clean up the attr flag confusion
` [PATCH 25/58] xfs: remove XFS_DA_OP_INCOMPLETE
` [PATCH 26/58] xfs: embedded the attrlist cursor into struct xfs_attr_list_context
` [PATCH 27/58] xfs: remove the agfl_bno member from struct xfs_agfl
` [PATCH 28/58] xfs: remove the xfs_agfl_t typedef
` [PATCH 29/58] xfs: remove XFS_BUF_TO_AGI
` [PATCH 30/58] xfs: remove XFS_BUF_TO_AGF
` [PATCH 31/58] xfs: remove XFS_BUF_TO_SBP
` [PATCH 32/58] xfs: fix xfs_rmap_has_other_keys usage of ECANCELED
` [PATCH 33/58] xfs: add a function to deal with corrupt buffers post-verifiers
` [PATCH 34/58] xfs: fix buffer corruption reporting when xfs_dir3_free_header_check fails
` [PATCH 35/58] xfs: don't ever return a stale pointer from __xfs_dir3_free_read
` [PATCH 36/58] xfs: check owner of dir3 free blocks
` [PATCH 37/58] xfs: check owner of dir3 data blocks
` [PATCH 38/58] xfs: check owner of dir3 blocks
` [PATCH 39/58] xfs: introduce new private btree cursor names
` [PATCH 40/58] xfs: convert btree cursor ag-private member name
` [PATCH 41/58] xfs: convert btree cursor inode-private member names
` [PATCH 42/58] xfs: rename btree cursor private btree member flags
` [PATCH 43/58] xfs: make btree cursor private union anonymous
` [PATCH 44/58] xfs: make the btree cursor union members named structure
` [PATCH 45/58] xfs: make the btree ag cursor private union anonymous
` [PATCH 46/58] xfs: xfs_dabuf_map should return ENOMEM when map allocation fails
` [PATCH 47/58] xfs: fix incorrect test in xfs_alloc_ag_vextent_lastblock
` [PATCH 48/58] xfs: introduce fake roots for ag-rooted btrees
` [PATCH 49/58] xfs: introduce fake roots for inode-rooted btrees
` [PATCH 50/58] xfs: support bulk loading of staged btrees
` [PATCH 51/58] xfs: add support for free space btree staging cursors
` [PATCH 52/58] xfs: add support for inode "
` [PATCH 53/58] xfs: add support for refcount "
` [PATCH 54/58] xfs: add support for rmap "
` [PATCH 55/58] xfs: add a new xfs_sb_version_has_v3inode helper
` [PATCH 56/58] xfs: only check the superblock version for dinode size calculation
` [PATCH 57/58] xfs: remove the di_version field from struct icdinode
` [PATCH 58/58] xfs: validate the realtime geometry in xfs_validate_sb_common

[ANNOUNCE] xfs-linux: for-next updated to c199507993ed
 2020-05-07 15:36 UTC 

[chandanrlinux@gmail.com: Re: [PATCH 20/25] xfs: refactor adding recovered intent items to the log]
 2020-05-07 15:15 UTC 

[PATCH AUTOSEL 5.6 42/50] fibmap: Warn and return an error in case of block > INT_MAX
 2020-05-07 14:27 UTC 


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