messages from 2020-10-29 10:15:08 to 2020-11-09 18:17:14 UTC [more...]
[PATCH v3 0/3] vfs: remove lockdep fs freeze weirdness
2020-11-09 18:17 UTC (3+ messages)
` [PATCH 1/3] vfs: remove lockdep bogosity in __sb_start_write
` [PATCH 3/3] vfs: move __sb_{start,end}_write* to fs.h
[GIT PULL] xfs: fixes for 5.10-rc3
2020-11-08 18:29 UTC (2+ messages)
[PATCH 0/9] xfstests: random fixes
2020-11-08 17:23 UTC (5+ messages)
` [PATCH 8/9] check: run tests in a systemd scope for mandatory test cleanup
Recover preallocated space after a crash?
2020-11-07 22:56 UTC (3+ messages)
About material on old xfs wiki
2020-11-06 21:32 UTC (3+ messages)
[PATCH 0/2] vfs: remove lockdep fs freeze weirdness
2020-11-06 7:48 UTC (5+ messages)
` [PATCH 1/2] vfs: remove lockdep bogosity in __sb_start_write
` [PATCH 2/2] vfs: separate __sb_start_write into blocking and non-blocking helpers
[RFC PATCH] vfs: remove lockdep bogosity in __sb_start_write
2020-11-06 3:32 UTC (9+ messages)
` [RFC PATCH 2/2] vfs: separate __sb_start_write into blocking and non-blocking helpers
[PATCH v13 0/4] xfs: Remove wrappers for some semaphores
2020-11-05 22:08 UTC (8+ 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 v8 resend 0/2] avoid xfs transaction reservation recursion
2020-11-05 13:04 UTC (10+ messages)
` [PATCH v8 resend 1/2] mm: Add become_kswapd and restore_kswapd
` [PATCH v8 resend 2/2] xfs: avoid transaction reservation recursion
[PATCH v2] fs: Kill DCACHE_DONTCACHE dentry even if DCACHE_REFERENCED is set
2020-11-05 10:54 UTC (4+ messages)
[PATCH v2] fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode()
2020-11-05 10:55 UTC (4+ messages)
[ANNOUNCE] xfs/iomap: for-next updated to 46afb0628b86
2020-11-05 1:59 UTC
kernel BUG at mm/page-writeback.c:2241 [ BUG_ON(PageWriteback(page); ]
2020-11-04 15:40 UTC (11+ messages)
[PATCH 1/2] xfsprogs: Add error injection to reduce maximum inode fork extent count
2020-11-04 11:48 UTC (2+ messages)
` [PATCH 2/2] xfsprogs: Add error injection to allocate only single block sized extents for files
[PATCH] xfs: only flush the unshared range in xfs_reflink_unshare
2020-11-04 9:37 UTC (2+ messages)
[PATCH V10 00/14] Bail out if transaction can cause extent count to overflow
2020-11-04 3:22 UTC (19+ messages)
` [PATCH V10 01/14] xfs: Add helper for checking per-inode extent count overflow
` [PATCH V10 02/14] xfs: Check for extent overflow when trivally adding a new extent
` [PATCH V10 03/14] xfs: Check for extent overflow when punching a hole
` [PATCH V10 04/14] xfs: Check for extent overflow when adding/removing xattrs
` [PATCH V10 05/14] xfs: Check for extent overflow when adding/removing dir entries
` [PATCH V10 06/14] xfs: Check for extent overflow when writing to unwritten extent
` [PATCH V10 07/14] xfs: Check for extent overflow when moving extent from cow to data fork
` [PATCH V10 08/14] xfs: Check for extent overflow when remapping an extent
` [PATCH V10 09/14] xfs: Check for extent overflow when swapping extents
` [PATCH V10 10/14] xfs: Introduce error injection to reduce maximum inode fork extent count
` [PATCH V10 11/14] xfs: Remove duplicate assert statement in xfs_bmap_btalloc()
` [PATCH V10 12/14] xfs: Compute bmap extent alignments in a separate function
` [PATCH V10 13/14] xfs: Process allocated extent "
` [PATCH V10 14/14] xfs: Introduce error injection to allocate only minlen size extents for files
[PATCH] xfs: Drop useless comments
2020-11-03 18:50 UTC (2+ messages)
[PATCH] xfs: fix scrub flagging rtinherit even if there is no rt device
2020-11-03 18:27 UTC (2+ messages)
[PATCH] xfs: fix missing CoW blocks writeback conversion retry
2020-11-03 17:40 UTC (2+ messages)
[PATCH v2 1/2] xfsdump: Revert "xfsdump: handle bind mount targets"
2020-11-03 15:33 UTC (5+ messages)
` [PATCH v2 2/2] xfsdump: intercept bind mount targets
` [PATCH v3 "
[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 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 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 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 (11+ messages)
` [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
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 (14+ messages)
` [PATCH 03/26] libfrog: define LIBFROG_BULKSTAT_CHUNKSIZE to remove dependence on XFS_INODES_PER_CHUNK
` [PATCH 05/26] xfs_quota: convert time_to_string to use time64_t
` [PATCH 20/26] xfs_db: report bigtime format timestamps
[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 (13+ messages)
` [PATCH 3/7] repair: protect inode chunk tree records with a mutex
` [PATCH 4/7] repair: parallelise phase 6
` [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 (6+ messages)
` [PATCH 2/5] xfs: remove unnecessary parameter from scrub_scan_estimate_blocks
[PATCH 0/7] various: test xfs things fixed in 5.10
2020-10-29 18:17 UTC (4+ messages)
` [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 (6+ messages)
` [PATCH 5/9] xfs_db: add inobtcnt upgrade path
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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 read-only IMAP folder(s) and NNTP newsgroup(s).