linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-26 23:04:36 to 2021-01-29 02:17:32 UTC [more...]

[PATCHSET v4 00/13] xfs: minor cleanups of the quota functions
 2021-01-29  2:16 UTC  (3+ messages)
` [PATCH 01/13] xfs: clean up quota reservation callsites
` [PATCH 02/13] xfs: create convenience wrappers for incore quota block reservations

[PATCH 0/5] xfs: various log stuff
 2021-01-28 22:00 UTC  (18+ 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 0/2] xfsprogs: xfs_logprint misc log decoding issues
 2021-01-28 21:59 UTC  (7+ messages)
` [PATCH 1/2] xfs_logprint: print misc buffers when using -o
` [PATCH 2/2] xfs_logprint: decode superblock updates correctly

[PATCHSET v3 00/13] xfs: minor cleanups of the quota functions
 2021-01-28 18:52 UTC  (41+ 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] xfs: Fix 'set but not used' warning in xfs_bmap_compute_alignments()
 2021-01-28 17:44 UTC  (3+ messages)

[PATCH V2] xfsprogs: xfs_fsr: Verify bulkstat version information in qsort's cmp()
 2021-01-28 17:36 UTC  (3+ messages)

[RFC PATCH 00/34] block: introduce bio_new()
 2021-01-28 17:24 UTC  (46+ messages)
` [RFC PATCH 01/34] block: move common code into blk_next_bio()
` [RFC PATCH 02/34] block: introduce and use bio_new
      ` [Ocfs2-devel] "
` [RFC PATCH 03/34] drdb: use bio_new in drdb
` [RFC PATCH 04/34] drdb: use bio_new() in submit_one_flush
` [RFC PATCH 05/34] xen-blkback: use bio_new
` [RFC PATCH 06/34] zram: "
` [RFC PATCH 07/34] dm: use bio_new in dm-log-writes
` [RFC PATCH 08/34] dm-zoned: use bio_new in get_mblock_slow
` [RFC PATCH 09/34] dm-zoned: use bio_new in dmz_write_mblock
` [RFC PATCH 10/34] dm-zoned: use bio_new in dmz_rdwr_block
` [RFC PATCH 11/34] nvmet: use bio_new in nvmet_bdev_execute_rw
` [RFC PATCH 12/34] scsi: target/iblock: use bio_new
` [RFC PATCH 13/34] block: use bio_new in __blkdev_direct_IO
` [RFC PATCH 14/34] fs/buffer: use bio_new in submit_bh_wbc
` [RFC PATCH 15/34] fscrypt: use bio_new in fscrypt_zeroout_range
` [RFC PATCH 16/34] fs/direct-io: use bio_new in dio_bio_alloc
` [RFC PATCH 17/34] iomap: use bio_new in iomap_dio_zero
` [RFC PATCH 18/34] iomap: use bio_new in iomap_dio_bio_actor
` [RFC PATCH 19/34] fs/jfs/jfs_logmgr.c: use bio_new in lbmRead
` [RFC PATCH 20/34] fs/jfs/jfs_logmgr.c: use bio_new in lbmStartIO
` [RFC PATCH 21/34] fs/jfs/jfs_metapage.c: use bio_new in metapage_writepage
` [RFC PATCH 22/34] fs/jfs/jfs_metapage.c: use bio_new in metapage_readpage
` [RFC PATCH 23/34] fs/mpage.c: use bio_new mpage_alloc
` [RFC PATCH 24/34] fs/nilfs: use bio_new nilfs_alloc_seg_bio
` [RFC PATCH 25/34] ocfs/cluster: use bio_new in dm-log-writes
` [RFC PATCH 26/34] xfs: use bio_new in xfs_rw_bdev
` [RFC PATCH 27/34] xfs: use bio_new in xfs_buf_ioapply_map
` [RFC PATCH 28/34] zonefs: use bio_new
` [RFC PATCH 29/34] power/swap: use bio_new in hib_submit_io
` [RFC PATCH 30/34] hfsplus: use bio_new in hfsplus_submit_bio()
` [RFC PATCH 31/34] iomap: use bio_new in iomap_readpage_actor
` [RFC PATCH 32/34] mm: use bio_new in __swap_writepage
` [RFC PATCH 33/34] mm: use bio_new in swap_readpage
` [RFC PATCH 34/34] mm: add swap_bio_new common bio helper

[PATCHSET v5 00/11] xfs: consolidate posteof and cowblocks cleanup
 2021-01-28  9:30 UTC  (13+ messages)
` [PATCH 01/11] xfs: relocate the eofb/cowb workqueue functions
` [PATCH 02/11] xfs: hide xfs_icache_free_eofblocks
` [PATCH 03/11] xfs: hide xfs_icache_free_cowblocks
` [PATCH 04/11] xfs: remove trivial eof/cowblocks functions
` [PATCH 05/11] xfs: consolidate incore inode radix tree posteof/cowblocks tags
` [PATCH 06/11] xfs: consolidate the eofblocks and cowblocks workers
` [PATCH 07/11] xfs: only walk the incore inode tree once per blockgc scan
` [PATCH 08/11] xfs: rename block gc start and stop functions
` [PATCH 09/11] xfs: parallelize block preallocation garbage collection
` [PATCH 10/11] xfs: expose the blockgc workqueue knobs publicly
` [PATCH 11/11] xfs: don't bounce the iolock between free_{eof,cow}blocks

[PATCHSET v5 00/11] xfs: try harder to reclaim space when we run out
 2021-01-28  9:26 UTC  (14+ 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
` [PATCH 06/11] xfs: flush eof/cowblocks if we can't reserve quota for file blocks
` [PATCH 07/11] xfs: flush eof/cowblocks if we can't reserve quota for inode creation
` [PATCH 08/11] xfs: flush eof/cowblocks if we can't reserve quota for chown
` [PATCH 09/11] xfs: add a tracepoint for blockgc scans
` [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

[PATCHSET v3 0/2] xfs: speed up parallel workqueues
 2021-01-28  9:27 UTC  (5+ messages)
` [PATCH 1/2] xfs: increase the default parallelism levels of pwork clients
` [PATCH 2/2] xfs: set WQ_SYSFS on all workqueues in debug mode

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

[PATCH RFC 1/1] xfs: refactor xfs_attr_set follow up
 2021-01-28  6:39 UTC  (5+ messages)

[PATCH V15 00/16] Bail out if transaction can cause extent count to overflow
 2021-01-28  2:35 UTC  (11+ messages)
` [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 14/16] xfs: Compute bmap extent alignments in a separate function
` [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  (10+ messages)
` [PATCH 1/3] xfs: increase the default parallelism levels of pwork clients
  ` [PATCH v2.1 "
` [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  (33+ messages)
` [PATCH 02/11] xfs: don't stall cowblocks scan if we can't take locks
` [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 09/11] xfs: add a tracepoint for blockgc scans
  ` [PATCH v4.1 "
` [PATCH 11/11] xfs: flush speculative space allocations when we run out of space
  ` [PATCH v4.1 "

[PATCHSET v4 0/9] xfs: consolidate posteof and cowblocks cleanup
 2021-01-27 17:03 UTC  (3+ messages)
` [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  (6+ messages)
` [PATCH 3/4] xfs: create convenience wrappers for incore quota block reservations
` [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 17:58 UTC  (4+ messages)

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

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  (6+ messages)
` [PATCH v6 23/40] exec: handle "

Musings over REQ_PREFLUSH and REQ_FUA in journal IO
 2021-01-26 20:21 UTC  (3+ 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).