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

[PATCHSET v6 0/9] xfs: deferred inode inactivation
 2021-06-09  1:28 UTC  (24+ messages)
` [PATCH 1/9] xfs: refactor the inode recycling code
` [PATCH 2/9] xfs: deferred inode inactivation
` [PATCH 3/9] xfs: expose sysfs knob to control inode inactivation delay
` [PATCH 4/9] xfs: force inode inactivation and retry fs writes when there isn't space
` [PATCH 5/9] xfs: force inode garbage collection before fallocate when space is low
` [PATCH 6/9] xfs: parallelize inode inactivation
` [PATCH 7/9] xfs: create a polled function to force "
` [PATCH 8/9] xfs: don't run speculative preallocation gc when fs is frozen
` [PATCH 9/9] xfs: avoid buffer deadlocks when walking fs inodes

[ANNOUNCE] xfs-linux: for-next **REBASED** to 7e4311b04be4
 2021-06-09  1:00 UTC 

[PATCH 0/14 v7] fs: Hole punch vs page cache filling races
 2021-06-08 22:18 UTC  (25+ messages)
` [PATCH 01/14] mm: Fix comments mentioning i_mutex
` [PATCH 02/14] documentation: Sync file_operations members with reality
` [PATCH 03/14] mm: Protect operations adding pages to page cache with invalidate_lock
` [PATCH 04/14] mm: Add functions to lock invalidate_lock for two mappings
` [PATCH 05/14] ext4: Convert to use mapping->invalidate_lock
` [PATCH 06/14] ext2: Convert to using invalidate_lock
` [PATCH 07/14] xfs: Refactor xfs_isilocked()
` [PATCH 08/14] xfs: Convert to use invalidate_lock
` [PATCH 09/14] xfs: Convert double locking of MMAPLOCK to use VFS helpers
` [PATCH 10/14] zonefs: Convert to using invalidate_lock
` [PATCH 11/14] f2fs: "
` [PATCH 12/14] fuse: "
` [PATCH 13/14] ceph: Fix race between hole punch and page fault
` [PATCH 14/14] cifs: "

[PATCH RFC] x86: remove toolchain check for X32 ABI capability
 2021-06-08 17:26 UTC  (5+ messages)

[PATCHSET v1 00/13] fstests: move test group lists into test files
 2021-06-08 17:20 UTC  (14+ messages)
` [PATCH 01/13] fstests: fix group check in new script
` [PATCH 02/13] misc: move exit status into trap handler
` [PATCH 03/13] fstests: refactor test boilerplate code
` [PATCH 04/13] fstests: add tool migrate group membership data to test files
` [PATCH 05/13] fstests: move test group info "
` [PATCH 06/13] fstests: clean up open-coded golden output
` [PATCH 07/13] fstests: automatically generate group files
` [PATCH 08/13] fstests: convert nextid to use automatic group generation
` [PATCH 09/13] fstests: adapt the new test script to our new group tagging scheme
` [PATCH 10/13] check: use generated group files
` [PATCH 11/13] fstests: remove "
` [PATCH 12/13] fstests: remove test group management code
` [PATCH 13/13] misc: update documentation to reflect auto-generated group files

[PATCH] xfs: drop the AGI being passed to xfs_check_agi_freecount
 2021-06-08 16:05 UTC  (3+ messages)

[PATCHSET v3 0/3] xfs: preserve inode health reports for longer
 2021-06-08 15:21 UTC  (10+ 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

[GIT PULL v2] xfs: CIL and log scalability improvements
 2021-06-08  4:43 UTC 

[GIT PULL v2] xfs: buffer cache bulk page allocation
 2021-06-08  4:14 UTC 

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

[PATCH] xfs: remove redundant initialization of variable error
 2021-06-08  1:50 UTC  (3+ messages)

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

[PATCH v20 10/14] xfs: Add delay ready attr set routines
 2021-06-07 16:20 UTC  (9+ 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

[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

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

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

[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  (33+ messages)
` [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 16/39] xfs: log tickets don't need log client id
` [PATCH 18/39] xfs: reserve space and initialise xlog_op_header in item formatting
` [PATCH 21/39] xfs: introduce xlog_write_single()
` [PATCH 24/39] xfs: xlog_write() doesn't need optype anymore
` [PATCH 26/39] xfs: use the CIL space used counter for emptiness checks
` [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 33/39] xfs: Add order IDs to log items in CIL
` [PATCH 36/39] xfs: move CIL ordering to the logvec chain
` [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 35/39] xfs: convert log vector chain to use list heads
 2021-06-03 10:16 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).