linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-11 00:43:28 to 2020-11-18 16:44:44 UTC [more...]

[PATCH RFCv4 0/2] xfstests: add inode btree blocks counters to the AGI header
 2020-11-18 16:44 UTC  (3+ messages)
` [PATCH 2/2] xfs: test inobtcount upgrade

[PATCH] xfs: return corresponding errcode if xfs_initialize_perag() fail
 2020-11-18 11:15 UTC 

[PATCH] generic: add test for XFS forkoff miscalcution on 32-bit platform
 2020-11-18  6:02 UTC 

[PATCH v2] xfs: ensure inobt record walks always make forward progress
 2020-11-18  5:58 UTC  (2+ messages)

[PATCH 00/11] xfs: Tests to check for inode fork extent count overflow detection
 2020-11-18  5:20 UTC  (36+ messages)
` [PATCH 01/11] common/xfs: Add a helper to get an inode fork's extent count
` [PATCH 02/11] xfs: Check for extent overflow when trivally adding a new extent
` [PATCH 03/11] "
` [PATCH 04/11] xfs: Check for extent overflow when punching a hole
` [PATCH 05/11] xfs: Check for extent overflow when adding/removing xattrs
` [PATCH 06/11] xfs: Check for extent overflow when adding/removing dir entries
` [PATCH 07/11] xfs: Check for extent overflow when writing to unwritten extent
` [PATCH 08/11] xfs: Check for extent overflow when moving extent from cow to data fork
` [PATCH 09/11] xfs: Check for extent overflow when remapping an extent
` [PATCH 10/11] xfs: Check for extent overflow when swapping extents
` [PATCH 11/11] xfs: Stress test with with bmap_alloc_minlen_extent error tag enabled

[PATCH v7 0/8] add support for direct I/O with fscrypt using blk-crypto
 2020-11-18  2:51 UTC  (16+ messages)
` [PATCH v7 1/8] block: ensure bios are not split in middle of crypto data unit
` [PATCH v7 2/8] blk-crypto: don't require user buffer alignment
` [PATCH v7 3/8] fscrypt: add functions for direct I/O support
` [PATCH v7 4/8] direct-io: add support for fscrypt using blk-crypto
` [PATCH v7 5/8] iomap: support direct I/O with "
` [PATCH v7 6/8] ext4: "
` [PATCH v7 7/8] f2fs: "
` [PATCH v7 8/8] fscrypt: update documentation for direct I/O support

[ANNOUNCE] xfsprogs for-next updated to effdc364
 2020-11-17 20:44 UTC 

[PATCH v6 00/26] xfsprogs: widen timestamps to deal with y2038
 2020-11-17 18:18 UTC  (10+ messages)
` [PATCH 05/26] xfs_quota: convert time_to_string to use time64_t
` [PATCH 20/26] xfs_db: report bigtime format timestamps
  ` [PATCH v2 "
` [PATCH 22/26] xfs_db: add bigtime upgrade path
  ` [PATCH v2 "

[PATCH] xfs: ensure inobt record walks always make forward progress
 2020-11-17 17:23 UTC  (3+ messages)

Corporate and Personal Loan/
 2020-11-10 14:10 UTC 

[PATCH V11 00/14] Bail out if transaction can cause extent count to overflow
 2020-11-17 13:44 UTC  (15+ messages)
` [PATCH V11 01/14] xfs: Add helper for checking per-inode extent count overflow
` [PATCH V11 02/14] xfs: Check for extent overflow when trivally adding a new extent
` [PATCH V11 03/14] xfs: Check for extent overflow when punching a hole
` [PATCH V11 04/14] xfs: Check for extent overflow when adding/removing xattrs
` [PATCH V11 05/14] xfs: Check for extent overflow when adding/removing dir entries
` [PATCH V11 06/14] xfs: Check for extent overflow when writing to unwritten extent
` [PATCH V11 07/14] xfs: Check for extent overflow when moving extent from cow to data fork
` [PATCH V11 08/14] xfs: Check for extent overflow when remapping an extent
` [PATCH V11 09/14] xfs: Check for extent overflow when swapping extents
` [PATCH V11 10/14] xfs: Introduce error injection to reduce maximum inode fork extent count
` [PATCH V11 11/14] xfs: Remove duplicate assert statement in xfs_bmap_btalloc()
` [PATCH V11 12/14] xfs: Compute bmap extent alignments in a separate function
` [PATCH V11 13/14] xfs: Process allocated extent "
` [PATCH V11 14/14] xfs: Introduce error injection to allocate only minlen size extents for files

RCU stall in xfs_reclaim_inodes_ag
 2020-11-16 21:30 UTC  (2+ messages)

[PATCH v4 0/9] xfsprogs: add a inode btree blocks counts to the AGI header
 2020-11-16 21:13 UTC  (6+ messages)
` [PATCH 5/9] xfs_db: add inobtcnt upgrade path
  ` [PATCH v2 "
` [PATCH 6/9] xfs_repair: check inode btree block counters in AGI
  ` [PATCH v2 "

[PATCH v2 0/2] xfs_db: add minimal directory navigation
 2020-11-16 17:35 UTC  (3+ messages)
` [PATCH 1/2] xfs_db: add a directory path lookup command
` [PATCH 2/2] xfs_db: add an ls command

[RFC PATCH] xfsrestore: fix rootdir due to xfsdump bulkstat misuse
 2020-11-16  8:23 UTC  (6+ messages)
` [RFC PATCH v2] "

[PATCH v13 00/10] xfs: Delayed Attributes
 2020-11-16  7:41 UTC  (44+ messages)
` [PATCH v13 01/10] xfs: Add helper xfs_attr_node_remove_step
` [PATCH v13 02/10] xfs: Add delay ready attr remove routines
` [PATCH v13 03/10] xfs: Add delay ready attr set routines
` [PATCH v13 05/10] xfs: Set up infastructure for deferred attribute operations
` [PATCH v13 06/10] xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
` [PATCH v13 07/10] xfs: Add feature bit XFS_SB_FEAT_INCOMPAT_LOG_DELATTR
` [PATCH v13 09/10] xfs: Remove unused xfs_attr_*_args

[PATCH 00/27] [RFC, WIP] xfsprogs: xfs_buf unification and AIO
 2020-11-16  2:35 UTC  (7+ messages)
` [PATCH 02/27] xfsprogs: remove unused IO_DEBUG functionality
` [PATCH 04/27] libxfs: rename buftarg->dev to btdev
` [PATCH 05/27] xfsprogs: get rid of ancient btree tracing fragments

Corporate and Personal Loan *
 2020-11-15 16:44 UTC 

[PATCH 0/2] xfs_db: add minimal directory navigation
 2020-11-15 16:30 UTC  (3+ messages)
` [PATCH 1/2] xfs_db: add a directory path lookup command

[PATCH 0/4] xfstests: fix compiler warnings with fsx/fsstress
 2020-11-15  9:12 UTC  (10+ messages)
` [PATCH 1/4] fsx: fix strncpy usage error
` [PATCH 2/4] fsstress: stop using attr_set
` [PATCH 3/4] fsstress: remove attr_remove
` [PATCH 4/4] fsstress: get rid of attr_list

[PATCH] xfs: fix signed calculation related to XFS_LITINO(mp)
 2020-11-14 19:06 UTC  (11+ messages)
` [PATCH v2] xfs: fix forkoff miscalculation "
  ` [PATCH v3] "

[PATCH] xfs_io: fix up typos in manpage
 2020-11-14 17:57 UTC  (2+ messages)

[PATCH] libxfs: add realtime extent reservation and usage tracking to transactions
 2020-11-14 10:48 UTC  (2+ messages)

[PATCH 0/4] xfs: fix various scrub problems
 2020-11-14 10:40 UTC  (14+ messages)
` [PATCH 1/4] xfs: fix brainos in the refcount scrubber's rmap fragment processor
` [PATCH 2/4] xfs: fix the minrecs logic when dealing with inode root child blocks
` [PATCH 3/4] xfs: strengthen rmap record flags checking
` [PATCH 4/4] xfs: directory scrub should check the null bestfree entries too

[GIT PULL] vfs: fs freeze fix for 5.10-rc4
 2020-11-14  0:49 UTC  (4+ messages)

[GIT PULL] vfs: fs freeze fix for 5.10-rc4 (part 2)
 2020-11-14  0:15 UTC  (2+ messages)

[GIT PULL] xfs: fixes for 5.10-rc4
 2020-11-14  0:15 UTC  (2+ messages)

[PATCH v13 00/14] xfsprogs: Delayed Attributes
 2020-11-13  3:57 UTC  (7+ messages)
` [PATCH v13 13/14] [RFC] xfsprogs: Add log item printing for ATTRI and ATTRD
` [PATCH v13 14/14] xfsprogs: Add delayed attribute flag to cmd

[PATCH v6 0/3] xfs: random fixes for disk quota
 2020-11-13  3:26 UTC  (6+ messages)
` [PATCH v6 1/3] xfs: delete duplicated tp->t_dqinfo null check and allocation

[PATCH] xfs: remove the unused XFS_B_FSB_OFFSET macro
 2020-11-13  0:21 UTC  (4+ messages)

[PATCH 0/2] Tristate moount option comatibility fixup
 2020-11-12 16:08 UTC  (10+ messages)
` [PATCH 1/2] xfs: show the dax option in mount options

[RFC PATCH] xfs: remove unnecessary null check in xfs_generic_create
 2020-11-12  2:32 UTC  (3+ messages)

[ANNOUNCE] xfs-linux: vfs-for-next updated to 9b8523423b23
 2020-11-11 17:01 UTC 

[ANNOUNCE] xfs-linux: for-next updated to 2bd3fa793aaa
 2020-11-11 16:55 UTC 

[PATCH] xfs: fix a missing unlock on error in xfs_fs_map_blocks
 2020-11-11 16:07 UTC  (2+ messages)

Corporate and Personal Loan *
 2020-11-11  8:31 UTC 

[PATCH 0/6] xfstests: random fixes
 2020-11-11  4:23 UTC  (8+ messages)
` [PATCH 1/6] common: extract rt extent size for _get_file_block_size
` [PATCH 2/6] check: run tests in a systemd scope for mandatory test cleanup
` [PATCH 3/6] common/populate: make sure _scratch_xfs_populate puts its files on the data device
` [PATCH 4/6] misc: fix $MKFS_PROG.$FSTYP usage treewide
` [PATCH 5/6] misc: fix _get_file_block_size usage
` [PATCH 6/6] xfs/033: use _scratch_xfs_db wrapper

[PATCH] [RFC] spaceman: physically move a regular inode
 2020-11-11  4:15 UTC  (3+ messages)

[PATCH 0/7] various: test xfs things fixed in 5.10
 2020-11-11  0:44 UTC  (8+ messages)
` [PATCH 1/7] xfs: test fallocate ops when rt extent size is and isn't a power of 2
` [PATCH 2/7] xfs: test regression in xfs_bmap_validate_extent
` [PATCH 3/7] generic: test reflink and copy_file_range behavior with O_SYNC and FS_XFLAG_SYNC files
` [PATCH 4/7] xfs: test rtalloc alignment and math errors
` [PATCH 5/7] xfs: test mkfs min log size calculation w/ rt volumes
` [PATCH 6/7] xfs: test quota softlimit warning functionality
` [PATCH 7/7] xfs/122: fix test for xfs_attr_shortform_t conversion


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