linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-23 18:54:24 to 2021-01-28 06:03:24 UTC [more...]

[PATCHSET v5 00/11] xfs: try harder to reclaim space when we run out
 2021-01-28  6:02 UTC  (6+ messages)
` [PATCH 01/11] xfs: trigger all block gc scans when low on quota space
` [PATCH 02/11] xfs: don't stall cowblocks scan if we can't take locks
` [PATCH 03/11] xfs: xfs_inode_free_quota_blocks should scan project quota
` [PATCH 04/11] xfs: move and rename xfs_inode_free_quota_blocks to avoid conflicts
` [PATCH 05/11] xfs: pass flags and return gc errors from xfs_blockgc_free_quota

[PATCHSET v3 00/13] xfs: minor cleanups of the quota functions
 2021-01-28  6:02 UTC  (14+ messages)
` [PATCH 01/13] xfs: clean up quota reservation callsites
` [PATCH 02/13] xfs: create convenience wrappers for incore quota block reservations
` [PATCH 03/13] xfs: remove xfs_trans_unreserve_quota_nblks completely
` [PATCH 04/13] xfs: clean up icreate quota reservation calls
` [PATCH 05/13] xfs: fix up build warnings when quotas are disabled
` [PATCH 06/13] xfs: reserve data and rt quota at the same time
` [PATCH 07/13] xfs: refactor common transaction/inode/quota allocation idiom
` [PATCH 08/13] xfs: allow reservation of rtblocks with xfs_trans_alloc_inode
` [PATCH 09/13] xfs: refactor reflink functions to use xfs_trans_alloc_inode
` [PATCH 10/13] xfs: try worst case space reservation upfront in xfs_reflink_remap_extent
` [PATCH 11/13] xfs: refactor inode creation transaction/inode/quota allocation idiom
` [PATCH 12/13] xfs: move xfs_qm_vop_chown_reserve to xfs_trans_dquot.c
` [PATCH 13/13] xfs: clean up xfs_trans_reserve_quota_chown a bit

[PATCH V2] xfsprogs: xfs_fsr: Verify bulkstat version information in qsort's cmp()
 2021-01-28  5:20 UTC 

[PATCH 0/5] xfs: various log stuff
 2021-01-28  4:41 UTC  (6+ messages)
` [PATCH 1/5] xfs: log stripe roundoff is a property of the log
` [PATCH 2/5] xfs: separate CIL commit record IO
` [PATCH 3/5] xfs: journal IO cache flush reductions
` [PATCH 4/5] xfs: Fix CIL throttle hang when CIL space used going backwards
` [PATCH 5/5] xfs: reduce buffer log item shadow allocations

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

[PATCHSET 0/3] xfs: speed up parallel workqueues
 2021-01-27 23:29 UTC  (17+ messages)
` [PATCH 1/3] xfs: increase the default parallelism levels of pwork clients
  ` [PATCH v2.1 "
` [PATCH 2/3] xfs: use unbounded workqueues for parallel work
` [PATCH 3/3] xfs: set WQ_SYSFS on all workqueues
  ` [PATCH 4/3] xfs: set WQ_SYSFS on all workqueues in debug mode

test message
 2021-01-27 22:08 UTC  (4+ messages)

[PATCHSET v4 00/11] xfs: try harder to reclaim space when we run out
 2021-01-27 21:00 UTC  (50+ messages)
` [PATCH 01/11] xfs: refactor messy xfs_inode_free_quota_* functions
` [PATCH 02/11] xfs: don't stall cowblocks scan if we can't take locks
` [PATCH 03/11] xfs: xfs_inode_free_quota_blocks should scan project quota
` [PATCH 04/11] xfs: move and rename xfs_inode_free_quota_blocks to avoid conflicts
` [PATCH 05/11] xfs: pass flags and return gc errors from xfs_blockgc_free_quota
  ` [PATCH v4.1 "
` [PATCH 06/11] xfs: flush eof/cowblocks if we can't reserve quota for file blocks
  ` [PATCH v4.1 "
` [PATCH 07/11] xfs: flush eof/cowblocks if we can't reserve quota for inode creation
  ` [PATCH v4.1 "
` [PATCH 08/11] xfs: flush eof/cowblocks if we can't reserve quota for chown
  ` [PATCH v4.1 "
` [PATCH 09/11] xfs: add a tracepoint for blockgc scans
  ` [PATCH v4.1 "
` [PATCH 10/11] xfs: refactor xfs_icache_free_{eof,cow}blocks call sites
` [PATCH 11/11] xfs: flush speculative space allocations when we run out of space
  ` [PATCH v4.1 "

[PATCH RFC 1/1] xfs: refactor xfs_attr_set follow up
 2021-01-27 17:57 UTC  (4+ messages)

[PATCHSET v4 0/9] xfs: consolidate posteof and cowblocks cleanup
 2021-01-27 17:03 UTC  (8+ messages)
` [PATCH 6/9] xfs: consolidate the eofblocks and cowblocks workers
` [PATCH 7/9] xfs: only walk the incore inode tree once per blockgc scan
` [PATCH 8/9] xfs: rename block gc start and stop functions
` [PATCH 9/9] xfs: parallelize block preallocation garbage collection
  ` [PATCH v4.1 "
` [PATCH 10/9] xfs: expose the blockgc workqueue knobs publicly

[PATCHSET v2 0/4] xfs: minor cleanups of the quota functions
 2021-01-27 16:58 UTC  (14+ messages)
` [PATCH 1/4] xfs: clean up quota reservation callsites
` [PATCH 2/4] xfs: clean up quota reservation wrappers
` [PATCH 3/4] xfs: create convenience wrappers for incore quota block reservations
` [PATCH 4/4] xfs: clean up icreate quota reservation calls
` [PATCH 5/4] xfs: fix up build warnings when quotas are disabled

[PATCH] xfsprogs: xfs_fsr: Verify bulkstat version information in qsort's cmp()
 2021-01-27 16:34 UTC  (2+ messages)

[PATCH 1/2] xfsprogs: xfs_fsr: Interpret arguments of qsort's compare function correctly
 2021-01-26 18:12 UTC  (8+ messages)
` [PATCH 2/2] xfsprogs: xfs_fsr: Limit the scope of cmp()
    ` [PATCH V1.1] "

linux-next: manual merge of the pidfd tree with the xfs tree
 2021-01-27  9:17 UTC  (4+ messages)

[PATCH] xfs: Fix 'set but not used' warning in xfs_bmap_compute_alignments()
 2021-01-27  9:05 UTC 

linux-next: build warning after merge of the xfs tree
 2021-01-27  3:14 UTC  (3+ messages)

[PATCH v6 00/40] idmapped mounts
 2021-01-27  5:50 UTC  (13+ messages)
` [PATCH v6 05/39] namei: make permission helpers idmapped mount aware
` [PATCH v6 23/40] exec: handle idmapped mounts

Musings over REQ_PREFLUSH and REQ_FUA in journal IO
 2021-01-26 20:21 UTC  (4+ messages)

[Bug 211329] New: XFS related memory leak on ppc64le
 2021-01-26 17:02 UTC  (7+ messages)
` [Bug 211329] "
` [Bug 211329] blkg_alloc "

avoid taking the iolock in fsync unless actually needed v2
 2021-01-26  6:56 UTC  (6+ messages)
` [PATCH 2/2] xfs: reduce ilock acquisitions in xfs_file_fsync

[PATCH v6 0/7] xfs: support shrinking free space in the last AG
 2021-01-26 12:56 UTC  (8+ messages)
` [PATCH v6 1/7] xfs: rename `new' to `delta' in xfs_growfs_data_private()
` [PATCH v6 2/7] xfs: get rid of xfs_growfs_{data,log}_t
` [PATCH v6 3/7] xfs: update lazy sb counters immediately for resizefs
` [PATCH v6 4/7] xfs: hoist out xfs_resizefs_init_new_ags()
` [PATCH v6 5/7] xfs: introduce xfs_ag_shrink_space()
` [PATCH v6 6/7] xfs: support shrinking unused space in the last AG
` [PATCH v6 7/7] xfs: add error injection for per-AG resv failure when shrinkfs

Processed: tagging 973061, found 981009 in 4.1.2-1, tagging 890716
 2021-01-26  3:12 UTC 

[PATCH v2 00/10] fsdax: introduce fs query to support reflink
 2021-01-26  0:50 UTC  (12+ messages)
` [PATCH v2 01/10] pagemap: Introduce ->memory_failure()
` [PATCH v2 02/10] blk: Introduce ->corrupted_range() for block device
` [PATCH v2 03/10] fs: Introduce ->corrupted_range() for superblock
` [PATCH v2 04/10] mm, fsdax: Refactor memory-failure handler for dax mapping
` [PATCH v2 05/10] mm, pmem: Implement ->memory_failure() in pmem driver
` [PATCH v2 06/10] pmem: Implement ->corrupted_range() for "
` [PATCH v2 07/10] dm: Introduce ->rmap() to find bdev offset
` [PATCH v2 08/10] md: Implement ->corrupted_range()
` [PATCH v2 09/10] xfs: Implement ->corrupted_range() for XFS
` [PATCH v2 10/10] fs/dax: Remove useless functions

[PATCH v3 0/7] no-copy bvec
 2021-01-25 15:58 UTC  (2+ messages)

Processed: Correct dists in tags
 2021-01-25 21:18 UTC 

Processed: update some xfsprogs bugs
 2021-01-25 23:21 UTC 

Bug#897387: xfslibs-dev needs to include .la files
 2021-01-25 22:54 UTC 

Processed: Close very old bug
 2021-01-25 22:51 UTC 

Bug#898700: marked as done (xfs_quota help text mentions wrong command option)
 2021-01-25 21:36 UTC 

Bug#890716: marked as done (xfsprogs: FTBFS with glibc 2.27: error: conflicting types for 'copy_file_range')
 2021-01-25 21:21 UTC 

Huge reduction in write bandwidth with filesystem vs direct block device
 2021-01-25 20:58 UTC  (2+ messages)

[PATCH 4.19 0/2] backport lazytime fix to 4.19
 2021-01-25 20:05 UTC  (3+ messages)
` [PATCH 4.19 1/2] writeback: Drop I_DIRTY_TIME_EXPIRE
` [PATCH 4.19 2/2] fs: fix lazytime expiration handling in __writeback_single_inode()

Processed: 905052
 2021-01-25 19:09 UTC 

[PATCH] xfs: test mkfs.xfs config files
 2021-01-24 13:33 UTC  (6+ messages)

[ANNOUNCE] xfs-linux: for-next updated to ae29e4220fd3
 2021-01-23 19:41 UTC 

[ANNOUNCE] xfs-linux: iomap-for-next updated to 213f627104da
 2021-01-23 19:28 UTC 

reduce sub-block DIO serialisation v4
 2021-01-23 18:57 UTC  (2+ messages)


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