linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-28 07:15:23 to 2021-02-01 17:52:23 UTC [more...]

reduce sub-block DIO serialisation v4
 2021-02-01 17:51 UTC  (4+ messages)

[PATCH 0/5] xfs: various log stuff
 2021-02-01 16:07 UTC  (24+ 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

[PATCHSET v7 00/12] xfs: try harder to reclaim space when we run out
 2021-02-01 12:36 UTC  (17+ messages)
` [PATCH 01/12] xfs: trigger all block gc scans when low on quota space
` [PATCH 02/12] xfs: don't stall cowblocks scan if we can't take locks
` [PATCH 03/12] xfs: xfs_inode_free_quota_blocks should scan project quota
` [PATCH 04/12] xfs: move and rename xfs_inode_free_quota_blocks to avoid conflicts
` [PATCH 05/12] xfs: pass flags and return gc errors from xfs_blockgc_free_quota
` [PATCH 06/12] xfs: try worst case space reservation upfront in xfs_reflink_remap_extent
` [PATCH 07/12] xfs: flush eof/cowblocks if we can't reserve quota for file blocks
` [PATCH 08/12] xfs: flush eof/cowblocks if we can't reserve quota for inode creation
` [PATCH 09/12] xfs: flush eof/cowblocks if we can't reserve quota for chown
` [PATCH 10/12] xfs: add a tracepoint for blockgc scans
` [PATCH 11/12] xfs: refactor xfs_icache_free_{eof,cow}blocks call sites
` [PATCH 12/12] xfs: flush speculative space allocations when we run out of space

[PATCHSET v5 00/17] xfs: minor cleanups of the quota functions
 2021-02-01 12:20 UTC  (26+ messages)
` [PATCH 01/17] xfs: fix xquota chown transactionality wrt delalloc blocks
` [PATCH 02/17] xfs: clean up quota reservation callsites
` [PATCH 03/17] xfs: create convenience wrappers for incore quota block reservations
` [PATCH 04/17] xfs: remove xfs_trans_unreserve_quota_nblks completely
` [PATCH 05/17] xfs: clean up icreate quota reservation calls
` [PATCH 06/17] xfs: fix up build warnings when quotas are disabled
` [PATCH 07/17] xfs: reduce quota reservation when doing a dax unwritten extent conversion
` [PATCH 08/17] xfs: reserve data and rt quota at the same time
` [PATCH 09/17] xfs: refactor common transaction/inode/quota allocation idiom
` [PATCH 10/17] xfs: allow reservation of rtblocks with xfs_trans_alloc_inode
` [PATCH 11/17] xfs: refactor reflink functions to use xfs_trans_alloc_inode
` [PATCH 12/17] xfs: refactor inode creation transaction/inode/quota allocation idiom
` [PATCH 13/17] xfs: move xfs_qm_vop_chown_reserve to xfs_trans_dquot.c
` [PATCH 14/17] xfs: clean up xfs_trans_reserve_quota_chown a bit
` [PATCH 15/17] xfs: rename code to error in xfs_ioctl_setattr
` [PATCH 16/17] xfs: refactor inode creation transaction/inode/quota allocation idiom
` [PATCH 17/17] xfs: shut down the filesystem if we screw up quota errors

[Bug 211329] New: XFS related memory leak on ppc64le
 2021-01-31  6:44 UTC  (3+ messages)
` [Bug 211329] blkg_alloc "

freeing a non-slab pointer
 2021-01-29 21:20 UTC 

[PATCHSET v6 00/12] xfs: try harder to reclaim space when we run out
 2021-01-29 17:47 UTC  (15+ messages)
` [PATCH 01/12] xfs: trigger all block gc scans when low on quota space
` [PATCH 02/12] xfs: don't stall cowblocks scan if we can't take locks
` [PATCH 03/12] xfs: xfs_inode_free_quota_blocks should scan project quota
` [PATCH 04/12] xfs: move and rename xfs_inode_free_quota_blocks to avoid conflicts
` [PATCH 05/12] xfs: pass flags and return gc errors from xfs_blockgc_free_quota
` [PATCH 06/12] xfs: try worst case space reservation upfront in xfs_reflink_remap_extent
` [PATCH 07/12] xfs: flush eof/cowblocks if we can't reserve quota for file blocks
` [PATCH 08/12] xfs: flush eof/cowblocks if we can't reserve quota for inode creation
` [PATCH 09/12] xfs: flush eof/cowblocks if we can't reserve quota for chown
` [PATCH 10/12] xfs: add a tracepoint for blockgc scans
` [PATCH 11/12] xfs: refactor xfs_icache_free_{eof,cow}blocks call sites
` [PATCH 12/12] xfs: flush speculative space allocations when we run out of space

[PATCH] xfs: Fix 'set but not used' warning in xfs_bmap_compute_alignments()
 2021-01-29 17:08 UTC  (5+ messages)

[PATCHSET v3 0/2] xfs: speed up parallel workqueues
 2021-01-29 16:31 UTC  (7+ 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

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

[PATCHSET v4 00/13] xfs: minor cleanups of the quota functions
 2021-01-29  6:01 UTC  (17+ 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: reduce quota reservation when doing a dax unwritten extent conversion
` [PATCH 07/13] xfs: reserve data and rt quota at the same time
` [PATCH 08/13] xfs: refactor common transaction/inode/quota allocation idiom
` [PATCH 09/13] xfs: allow reservation of rtblocks with xfs_trans_alloc_inode
` [PATCH 10/13] xfs: refactor reflink functions to use xfs_trans_alloc_inode
` [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 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  (40+ messages)
` [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 17:36 UTC  (2+ messages)

[RFC PATCH 00/34] block: introduce bio_new()
 2021-01-28 17:24 UTC  (44+ messages)
` [RFC PATCH 02/34] block: introduce and use bio_new
      ` [Ocfs2-devel] "
` [RFC PATCH 03/34] drdb: use bio_new in drdb
` [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  (3+ messages)
` [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  (5+ messages)
` [PATCH 06/11] xfs: flush eof/cowblocks if we can't reserve quota for file blocks
` [PATCH 11/11] xfs: flush speculative space allocations when we run out of space

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


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