linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-28 21:52:17 to 2020-11-03 13:18:34 UTC [more...]

[PATCH v8 resend 0/2] avoid xfs transaction reservation recursion
 2020-11-03 13:17 UTC  (3+ messages)
` [PATCH v8 resend 1/2] mm: Add become_kswapd and restore_kswapd
` [PATCH v8 resend 2/2] xfs: avoid transaction reservation recursion

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

[PATCH v2 1/2] xfsdump: Revert "xfsdump: handle bind mount targets"
 2020-11-03  2:33 UTC  (2+ messages)
` [PATCH v2 2/2] xfsdump: intercept bind mount targets

[PATCH 0/9] xfstests: random fixes
 2020-11-02 21:37 UTC  (21+ messages)
` [PATCH 1/9] common: extract rt extent size for _get_file_block_size
` [PATCH 2/9] xfs/520: disable external devices
` [PATCH 3/9] xfs/341: fix test when rextsize > 1
` [PATCH 4/9] various: replace _get_block_size with _get_file_block_size when needed
` [PATCH 6/9] xfs/27[26]: force realtime on or off as needed
` [PATCH 7/9] xfs/030: hide the btree levels check errors
` [PATCH 8/9] check: run tests in a systemd scope for mandatory test cleanup
` [PATCH 9/9] common/populate: make sure _scratch_xfs_populate puts its files on the data device

[PATCH v12 0/4] xfs: Remove wrappers for some semaphores
 2020-11-02 19:45 UTC  (4+ messages)
` [PATCH v12 4/4] xfs: replace mrlock_t with rw_semaphores

[PATCH v13 0/4] xfs: Remove wrappers for some semaphores
 2020-11-02 19:41 UTC  (5+ messages)
` [PATCH v13 1/4] xfs: Refactor xfs_isilocked()
` [PATCH v13 2/4] xfs: clean up whitespace in xfs_isilocked() calls
` [PATCH v13 3/4] xfs: xfs_isilocked() can only check a single lock type
` [PATCH v13 4/4] xfs: replace mrlock_t with rw_semaphores

[PATCH v9 02/41] iomap: support REQ_OP_ZONE_APPEND
 2020-11-02 17:39 UTC  (4+ messages)

[RFC PATCH] xfsdump: fix handling bind mount targets
 2020-11-02 17:03 UTC  (3+ messages)

[Bug 209981] New: Unable to boot with kernel 5.10-r1
 2020-11-02  7:59 UTC  (8+ messages)
` [Bug 209981] "

[PATCH] xfs: Drop useless comments
 2020-11-02  0:03 UTC 

[PATCH 0/3] fstests: Fix tests which checks for swapfile support
 2020-11-01 16:03 UTC  (8+ messages)
` [PATCH 1/3] common/rc: Make swapon check in _require_scratch_swapfile() specific to btrfs
` [PATCH 2/3] shared/001: Verify swapon on fallocated files for supported FS
` [PATCH 3/3] common/rc: source common/xfs and common/btrfs

[PATCH] xfs: fix the comment of function xfs_buf_free_maps
 2020-10-31  8:38 UTC  (2+ messages)

[RFC PATCH v2] xfs: support shrinking unused space in the last AG
 2020-10-31  4:42 UTC  (5+ messages)

We give loans without upfront fees
 2020-10-30 23:33 UTC 

[PATCH v2 0/3] misc iomap/xfs writeback fixes
 2020-10-30 23:23 UTC  (17+ messages)
` [PATCH v2 1/3] xfs: flush new eof page on truncate to avoid post-eof corruption
` [PATCH v2 2/3] iomap: support partial page discard on writeback block mapping failure
  ` [PATCH v2.1 "
` [PATCH v2 3/3] iomap: clean up writeback state logic on writepage error

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

kernel BUG at mm/page-writeback.c:2241 [ BUG_ON(PageWriteback(page); ]
 2020-10-30 12:08 UTC  (5+ messages)

Random xfs_check errors
 2020-10-30 11:36 UTC 

[PATCH v6 00/26] xfsprogs: widen timestamps to deal with y2038
 2020-10-30  8:23 UTC  (40+ messages)
` [PATCH 01/26] libxfs: create a real struct timespec64
` [PATCH 02/26] libxfs: refactor NSEC_PER_SEC
` [PATCH 03/26] libfrog: define LIBFROG_BULKSTAT_CHUNKSIZE to remove dependence on XFS_INODES_PER_CHUNK
` [PATCH 04/26] libfrog: convert cvttime to return time64_t
` [PATCH 05/26] xfs_quota: convert time_to_string to use time64_t
` [PATCH 06/26] xfs_db: refactor timestamp printing
` [PATCH 07/26] xfs_db: refactor quota timer printing
` [PATCH 08/26] xfs_logprint: refactor timestamp printing
` [PATCH 18/26] libxfs: propagate bigtime inode flag when allocating
` [PATCH 19/26] libfrog: list the bigtime feature when reporting geometry
` [PATCH 20/26] xfs_db: report bigtime format timestamps
` [PATCH 21/26] xfs_db: support printing time limits
` [PATCH 22/26] xfs_db: add bigtime upgrade path
` [PATCH 23/26] xfs_quota: support editing and reporting quotas with bigtime
` [PATCH 24/26] xfs_repair: support bigtime timestamp checking
` [PATCH 25/26] mkfs: format bigtime filesystems

[PATCH RFCv4 0/2] xfstests: add inode btree blocks counters to the AGI header
 2020-10-29 20:31 UTC  (7+ messages)
` [PATCH 1/2] xfs/122: embiggen struct xfs_agi size for inobtcount feature
` [PATCH 2/2] xfs: test inobtcount upgrade

[PATCH RFC v6 0/4] xfstests: widen timestamps to deal with y2038+
 2020-10-29 21:59 UTC  (16+ messages)
` [PATCH 1/4] generic: check userspace handling of extreme timestamps
` [PATCH 2/4] xfs/122: add legacy timestamps to ondisk checker
` [PATCH 3/4] xfs: detect time limits from filesystem
` [PATCH 4/4] xfs: test upgrading filesystem to bigtime

[ANNOUNCE] xfs-linux: for-next updated to 2c334e12f957
 2020-10-29 21:31 UTC 

[PATCH] xfs: test mkfs.xfs config files
 2020-10-29 21:27 UTC  (2+ messages)

[PATCH v3 0/5] mkfs: Configuration file defined options
 2020-10-29 21:19 UTC  (7+ messages)
` [PATCH v3 2/5] mkfs: add initial ini format config file parsing support
` [PATCH v3 4/5] mkfs: hook up suboption parsing to ini files
` [PATCH v3 5/5] mkfs: document config files in mkfs.xfs(8)

[PATCH RFC 0/2] xfs_db: add minimal directory navigation
 2020-10-29 20:24 UTC  (3+ messages)
` [PATCH 2/2] xfs: test the xfs_db ls command

[PATCH 0/7] repair: Phase 6 performance improvements
 2020-10-29 17:20 UTC  (17+ messages)
` [PATCH 2/7] repair: Protect bad inode list with mutex
` [PATCH 3/7] repair: protect inode chunk tree records with a mutex
` [PATCH 4/7] repair: parallelise phase 6
` [PATCH 5/7] repair: don't duplicate names in "
` [PATCH 6/7] repair: convert the dir byaddr hash to a radix tree
` [PATCH 7/7] repair: scale duplicate name checking in phase 6

[PATCH 0/2] xfs_db: add minimal directory navigation
 2020-10-29 18:41 UTC  (9+ messages)
` [PATCH 1/2] xfs_db: add a directory path lookup command
` [PATCH 2/2] xfs_db: add an ls command

[PATCH 0/5] xfsprogs: fixes for 5.10
 2020-10-29 18:38 UTC  (8+ messages)
` [PATCH 2/5] xfs: remove unnecessary parameter from scrub_scan_estimate_blocks
` [PATCH 4/5] xfs_repair: skip the rmap and refcount btree checks when the levels are garbage

[PATCH 0/7] various: test xfs things fixed in 5.10
 2020-10-29 18:17 UTC  (11+ 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 7/7] xfs/122: fix test for xfs_attr_shortform_t conversion

[PATCH v4 0/9] xfsprogs: add a inode btree blocks counts to the AGI header
 2020-10-29 15:42 UTC  (16+ messages)
` [PATCH 4/9] xfs_db: support displaying inode btree block counts in "
` [PATCH 5/9] xfs_db: add inobtcnt upgrade path
` [PATCH 6/9] xfs_repair: check inode btree block counters in AGI
` [PATCH 7/9] xfs_repair: regenerate "
` [PATCH 8/9] mkfs: enable the inode btree counter feature

[PATCH 0/3] xfsprogs: sync with 5.10, part 1
 2020-10-29  9:42 UTC  (2+ messages)

[PATCH] iomap: support partial page discard on writeback block mapping failure
 2020-10-28 14:15 UTC  (5+ messages)

[WIP] [RFC PATCH] xfs: add test on shrinking unused space in the last AG
 2020-10-28 11:30 UTC 

[PATCH v13 00/10] xfs: Delayed Attributes
 2020-10-29  1:29 UTC  (10+ messages)
` [PATCH v13 02/10] xfs: Add delay ready attr remove routines

[PATCH 0/2] xfs-documentation: format updates for 5.10
 2020-10-28  1:10 UTC  (2+ messages)
` [PATCH 1/2] design: document the new inode btree counter feature

[WIP] [RFC PATCH] xfs: add test on shrinking unused space in the last AG
 2020-10-28 23:09 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).