Linux-XFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-02 22:25:26 to 2021-06-07 14:52:41 UTC [more...]

[PATCH 0/14 v7] fs: Hole punch vs page cache filling races
 2021-06-07 14:52 UTC 

[PATCH] xfs: remove redundant initialization of variable error
 2021-06-07 13:13 UTC  (2+ messages)

[PATCHSET v2 0/2] xfs: rename struct xfs_eofblocks
 2021-06-07 10:59 UTC  (6+ messages)
` [PATCH 1/2] xfs: change the prefix of XFS_EOF_FLAGS_* to XFS_ICWALK_FLAG_
` [PATCH 2/2] xfs: rename struct xfs_eofblocks to xfs_icwalk

[PATCH] xfs: drop the AGI being passed to xfs_check_agi_freecount
 2021-06-07 10:46 UTC  (2+ messages)

[PATCH v20 10/14] xfs: Add delay ready attr set routines
 2021-06-07  8:35 UTC  (7+ messages)
` [PATCH v20 11/14] xfs: Remove xfs_attr_rmtval_set
` [PATCH v20 12/14] xfs: Clean up xfs_attr_node_addname_clear_incomplete
` [PATCH v20 13/14] xfs: Fix default ASSERT in xfs_attr_set_iter
` [PATCH v20 14/14] xfs: Make attr name schemes consistent

[PATCH RFC] x86: remove toolchain check for X32 ABI capability
 2021-06-07  7:39 UTC  (4+ messages)

[PATCHSET v3 0/3] xfs: preserve inode health reports for longer
 2021-06-07  1:43 UTC  (6+ messages)
` [PATCH 1/3] xfs: only reset incore inode health state flags when reclaiming an inode
` [PATCH 2/3] xfs: drop IDONTCACHE on inodes when we mark them sick
` [PATCH 3/3] xfs: selectively keep sick inodes in memory

linux-next: build warning after merge of the xfs tree
 2021-06-07  1:15 UTC  (2+ messages)

[GIT PULL] xfs: CIL and log scalability improvements
 2021-06-07  0:18 UTC  (9+ messages)
        ` [PATCH 1/2] xfs: introduce CPU hotplug infrastructure
        ` [PATCH 2/2] xfs: introduce per-cpu CIL tracking structure

linux-next: Signed-off-by missing for commit in the xfs tree
 2021-06-06 22:26 UTC 

[PATCHSET RFC 00/10] fstests: move test group lists into test files
 2021-06-06 18:05 UTC  (10+ messages)
` [PATCH 04/10] fstests: move test group info to "

[ANNOUNCE] xfs-linux: for-next updated to 6a180b1d35a0
 2021-06-06 17:24 UTC 

[PATCH v9 0/9] add support for direct I/O with fscrypt using blk-crypto
 2021-06-05  2:55 UTC  (12+ messages)
` [PATCH v9 1/9] block: blk-crypto-fallback: handle data unit split across multiple bvecs
` [PATCH v9 2/9] block: blk-crypto: relax alignment requirements for bvecs in bios
` [PATCH v9 3/9] fscrypt: add functions for direct I/O support
` [PATCH v9 4/9] direct-io: add support for fscrypt using blk-crypto
` [PATCH v9 5/9] block: Make bio_iov_iter_get_pages() respect bio_required_sector_alignment()
` [PATCH v9 6/9] iomap: support direct I/O with fscrypt using blk-crypto
` [PATCH v9 7/9] ext4: "
` [PATCH v9 8/9] f2fs: "
` [PATCH v9 9/9] fscrypt: update documentation for direct I/O support

[PATCH v20 00/14] Delay Ready Attributes
 2021-06-04 23:42 UTC  (10+ messages)
` [PATCH v20 01/14] xfs: Reverse apply 72b97ea40d
` [PATCH v20 02/14] xfs: Add xfs_attr_node_remove_name
` [PATCH v20 03/14] xfs: Refactor xfs_attr_set_shortform
` [PATCH v20 04/14] xfs: Separate xfs_attr_node_addname and xfs_attr_node_addname_clear_incomplete
` [PATCH v20 05/14] xfs: Add helper xfs_attr_node_addname_find_attr
` [PATCH v20 06/14] xfs: Hoist xfs_attr_node_addname
` [PATCH v20 07/14] xfs: Hoist xfs_attr_leaf_addname
` [PATCH v20 08/14] xfs: Hoist node transaction handling
` [PATCH v20 09/14] xfs: Add delay ready attr remove routines

[PATCH v4 00/10] fsdax: introduce fs query to support reflink
 2021-06-04  5:48 UTC  (14+ messages)
` [PATCH v4 01/10] pagemap: Introduce ->memory_failure()
` [PATCH v4 02/10] dax: Introduce holder for dax_device
` [PATCH v4 03/10] fs: Introduce ->corrupted_range() for superblock
` [PATCH v4 04/10] mm, fsdax: Refactor memory-failure handler for dax mapping
` [PATCH v4 05/10] mm, pmem: Implement ->memory_failure() in pmem driver
` [PATCH v4 06/10] fs/dax: Implement dax_holder_operations
` [PATCH v4 07/10] dm: Introduce ->rmap() to find bdev offset
` [PATCH v4 08/10] md: Implement dax_holder_operations
` [PATCH v4 09/10] xfs: Implement ->corrupted_range() for XFS
` [PATCH v4 10/10] fs/dax: Remove useless functions

[PATCH 00/39 v5] xfs: CIL and log optimisations
 2021-06-04  5:15 UTC  (54+ messages)
` [PATCH 01/39] xfs: log stripe roundoff is a property of the log
` [PATCH 02/39] xfs: separate CIL commit record IO
` [PATCH 03/39] xfs: remove xfs_blkdev_issue_flush
` [PATCH 04/39] xfs: async blkdev cache flush
` [PATCH 05/39] xfs: CIL checkpoint flushes caches unconditionally
` [PATCH 06/39] xfs: remove need_start_rec parameter from xlog_write()
` [PATCH 07/39] xfs: journal IO cache flush reductions
  ` [xfs] 80d287de7b: stress-ng.dir.ops_per_sec 80.1% improvement
` [PATCH 08/39] xfs: Fix CIL throttle hang when CIL space used going backwards
` [PATCH 09/39] xfs: xfs_log_force_lsn isn't passed a LSN
` [PATCH 10/39] xfs: AIL needs asynchronous CIL forcing
` [PATCH 11/39] xfs: CIL work is serialised, not pipelined
` [PATCH 12/39] xfs: factor out the CIL transaction header building
` [PATCH 13/39] xfs: only CIL pushes require a start record
` [PATCH 14/39] xfs: embed the xlog_op_header in the unmount record
` [PATCH 15/39] xfs: embed the xlog_op_header in the commit record
` [PATCH 16/39] xfs: log tickets don't need log client id
` [PATCH 17/39] xfs: move log iovec alignment to preparation function
` [PATCH 18/39] xfs: reserve space and initialise xlog_op_header in item formatting
` [PATCH 19/39] xfs: log ticket region debug is largely useless
` [PATCH 20/39] xfs: pass lv chain length into xlog_write()
` [PATCH 21/39] xfs: introduce xlog_write_single()
` [PATCH 22/39] xfs:_introduce xlog_write_partial()
` [PATCH 23/39] xfs: xlog_write() no longer needs contwr state
` [PATCH 24/39] xfs: xlog_write() doesn't need optype anymore
` [PATCH 25/39] xfs: CIL context doesn't need to count iovecs
` [PATCH 26/39] xfs: use the CIL space used counter for emptiness checks
` [PATCH 27/39] xfs: lift init CIL reservation out of xc_cil_lock
` [PATCH 28/39] xfs: rework per-iclog header CIL reservation
` [PATCH 29/39] xfs: introduce per-cpu CIL tracking structure
` [PATCH 30/39] xfs: implement percpu cil space used calculation
` [PATCH 31/39] xfs: track CIL ticket reservation in percpu structure
` [PATCH 32/39] xfs: convert CIL busy extents to per-cpu
` [PATCH 33/39] xfs: Add order IDs to log items in CIL
` [PATCH 34/39] xfs: convert CIL to unordered per cpu lists
` [PATCH 35/39] xfs: convert log vector chain to use list heads
` [PATCH 36/39] xfs: move CIL ordering to the logvec chain
` [PATCH 37/39] xfs: avoid cil push lock if possible
` [PATCH 38/39] xfs: xlog_sync() manually adjusts grant head space
` [PATCH 39/39] xfs: expanding delayed logging design with background material

[PATCH v3 0/3] fsdax: Factor helper functions to simplify the code
 2021-06-04  4:06 UTC  (5+ messages)

[PATCHSET v2 0/3] xfs: preserve inode health reports for longer
 2021-06-03 21:30 UTC  (15+ messages)
` [PATCH 1/3] xfs: only reset incore inode health state flags when reclaiming an inode
` [PATCH 2/3] xfs: drop IDONTCACHE on inodes when we mark them sick
` [PATCH 3/3] xfs: don't let background reclaim forget sick inodes

[PATCHSET 0/2] xfs: rename struct xfs_eofblocks
 2021-06-03 21:18 UTC  (7+ messages)
` [PATCH 1/2] xfs: change the prefix of XFS_EOF_FLAGS_* to XFS_ICWALK_FLAG_
` [PATCH 2/2] xfs: rename struct xfs_eofblocks to xfs_icwalk

[PATCH v2 2/2] xfsdump: intercept bind mount targets
 2021-06-03 20:53 UTC  (3+ messages)
` [PATCH v3 "

[PATCH v2 1/2] xfsdump: Revert "xfsdump: handle bind mount targets"
 2021-06-03 20:29 UTC  (2+ messages)

[PATCH] xfs: don't take a spinlock unconditionally in the DIO fastpath
 2021-06-03 14:54 UTC  (4+ messages)

[PATCH 00/39 v4] xfs: CIL and log optimisations
 2021-06-03  3:56 UTC  (30+ messages)
` [PATCH 20/39] xfs: pass lv chain length into xlog_write()
        ` [PATCH 20/39 V2] "
` [PATCH 30/39] xfs: implement percpu cil space used calculation
` [PATCH 33/39] xfs: Add order IDs to log items in CIL
` [PATCH 34/39] xfs: convert CIL to unordered per cpu lists
` [PATCH 35/39] xfs: convert log vector chain to use list heads
` [PATCH 39/39] xfs: expanding delayed logging design with background material

[PATCHSET v6 00/15] xfs: clean up incore inode walk functions
 2021-06-03  1:38 UTC  (23+ messages)
` [PATCH 04/15] xfs: rename xfs_inode_walk functions to xfs_icwalk
` [PATCH 05/15] xfs: pass the goal of the incore inode walk to xfs_inode_walk()
` [PATCH 06/15] xfs: separate the dqrele_all inode grab logic from xfs_inode_walk_ag_grab
` [PATCH 07/15] xfs: move xfs_inew_wait call into xfs_dqrele_inode
` [PATCH 08/15] xfs: remove iter_flags parameter from xfs_inode_walk_*
` [PATCH 09/15] xfs: remove indirect calls from xfs_inode_walk{,_ag}
` [PATCH 10/15] xfs: clean up inode state flag tests in xfs_blockgc_igrab
` [PATCH 11/15] xfs: make the icwalk processing functions clean up the grab state
` [PATCH 12/15] xfs: fix radix tree tag signs
` [PATCH 13/15] xfs: pass struct xfs_eofblocks to the inode scan callback
` [PATCH 14/15] xfs: merge xfs_reclaim_inodes_ag into xfs_inode_walk_ag
` [PATCH 15/15] xfs: refactor per-AG inode tagging functions

[PATCH] xfs: don't take a spinlock unconditionally in the DIO fastpath
 2021-06-02 23:00 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 read-only IMAP folder(s) and NNTP newsgroup(s).