linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-16 22:14:11 to 2021-07-23 20:43:14 UTC [more...]

[PATCH v9 0/9] add support for direct I/O with fscrypt using blk-crypto
 2021-07-23 20:42 UTC  (6+ messages)
` [PATCH v9 3/9] fscrypt: add functions for direct I/O support
` [PATCH v9 6/9] iomap: support direct I/O with fscrypt using blk-crypto

[PATCH 0/9] f2fs: use iomap for direct I/O
 2021-07-23  8:05 UTC  (12+ messages)
` [PATCH 2/9] f2fs: remove allow_outplace_dio()
` [PATCH 6/9] f2fs: implement iomap operations

[PATCH v2 0/2] f2fs: use iomap for direct I/O
 2021-07-23  7:59 UTC  (3+ messages)
` [PATCH v2 1/2] f2fs: implement iomap operations
` [PATCH v2 2/2] f2fs: use iomap for direct I/O

prepare for removing support to disable quota accounting v2
 2021-07-23  5:10 UTC  (14+ messages)
` [PATCH 1/7] common/quota: allow removing quota options entirely in _qmount_option
` [PATCH 2/7] xfs/007: unmount after disabling quota
` [PATCH 3/7] xfs/106: don't test disabling quota accounting
` [PATCH 4/7] xfs/220: avoid failure when disabling quota accounting is not supported
` [PATCH 5/7] xfs/304: don't turn quota accounting off
` [PATCH 6/7] xfs/305: "
` [PATCH 7/7] xfs: use $XFS_QUOTA_PROG instead of hardcoding xfs_quota
` [PATCH 8/7] xfs/152: avoid failure when quotaoff is not supported

don't allow disabling quota accounting on a mounted file system v2
 2021-07-23  5:05 UTC  (8+ messages)
` [PATCH 1/3] xfs: remove support for disabling quota accounting on a mounted file system
` [PATCH 2/3] xfs: remove the flags argument to xfs_qm_dquot_walk
` [PATCH 3/3] xfs: remove the active vs running quota differentiation

[PATCH AUTOSEL 5.13 17/19] iomap: remove the length variable in iomap_seek_data
 2021-07-23  3:57 UTC  (2+ messages)
` [PATCH AUTOSEL 5.13 18/19] iomap: remove the length variable in iomap_seek_hole

[PATCH AUTOSEL 5.4 12/14] iomap: remove the length variable in iomap_seek_data
 2021-07-23  3:58 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 13/14] iomap: remove the length variable in iomap_seek_hole

[PATCH AUTOSEL 5.10 15/17] iomap: remove the length variable in iomap_seek_data
 2021-07-23  3:57 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 16/17] iomap: remove the length variable in iomap_seek_hole

[PATCH 0/5] xfs: fix log cache flush regressions
 2021-07-22 23:13 UTC  (22+ messages)
` [PATCH 1/5] xfs: flush data dev on external log write
` [PATCH 2/5] xfs: external logs need to flush data device
` [PATCH 3/5] xfs: fix ordering violation between cache flushes and tail updates
` [PATCH 4/5] xfs: log forces imply data device cache flushes
` [PATCH 5/5] xfs: avoid unnecessary waits in xfs_log_force_lsn()

[PATCH] [RFC] xfs: logging the on disk inode LSN can make it go backwards
 2021-07-22 21:34 UTC  (3+ messages)

cleanup the bio handling in iomap v2
 2021-07-22 19:35 UTC  (5+ messages)
` [PATCH 1/2] iomap: simplify iomap_readpage_actor
` [PATCH 2/2] iomap: simplify iomap_add_to_ioend

[PATCHSET 0/1] fstests: regression tests for 5.14 fixes
 2021-07-22 19:02 UTC  (4+ messages)
` [PATCH 1/1] xfs: test regression in shrink when EOFS splits a sparse inode cluster

[PATCH v4 00/13] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-07-22 17:26 UTC  (21+ messages)
` [PATCH v4 01/13] ext4/xfs: add page refcount helper
` [PATCH v4 02/13] mm: remove extra ZONE_DEVICE struct page refcount
` [PATCH v4 03/13] kernel: resource: lookup_resource as exported symbol
` [PATCH v4 04/13] drm/amdkfd: add SPM support for SVM
` [PATCH v4 05/13] drm/amdkfd: generic type as sys mem on migration to ram
` [PATCH v4 06/13] include/linux/mm.h: helpers to check zone device generic type
` [PATCH v4 07/13] mm: add generic type support to migrate_vma helpers
` [PATCH v4 08/13] mm: call pgmap->ops->page_free for DEVICE_GENERIC pages
` [PATCH v4 09/13] lib: test_hmm add ioctl to get zone device type
` [PATCH v4 10/13] lib: test_hmm add module param for "
` [PATCH v4 11/13] lib: add support for device generic type in test_hmm
` [PATCH v4 12/13] tools: update hmm-test to support device generic type
` [PATCH v4 13/13] tools: update test_hmm script to support SP config

[PATCH v4] fs: forbid invalid project ID
 2021-07-22  8:15 UTC  (2+ messages)

[PATCHSET v2 0/1] fstests: random fixes
 2021-07-22  6:37 UTC  (3+ messages)
` [PATCH 1/1] generic/561: hide assertions when duperemove is killed

[PATCHSET v2 0/1] fstests: fixes for test control code
 2021-07-22  6:35 UTC  (3+ messages)
` [PATCH 1/1] new: allow users to specify a new test id

[PATCH] iomap: Convert from atomic_t to refcount_t on iomap_dio->ref
 2021-07-21 23:30 UTC 

[PATCH] iomap: Add missing flush_dcache_page
 2021-07-20 15:56 UTC  (5+ messages)

[PATCH 1/2] iomap: simplify iomap_readpage_actor
 2021-07-20 13:41 UTC  (7+ messages)
` [PATCH 2/2] iomap: simplify iomap_add_to_ioend

[PATCH v5 0/9] fsdax: introduce fs query to support reflink
 2021-07-20 10:37 UTC  (6+ messages)
` [PATCH v5 2/9] dax: Introduce holder for dax_device
` [PATCH v5 9/9] fs/dax: Remove useless functions

RFC: switch iomap to an iterator model
 2021-07-20  9:52 UTC  (47+ messages)
` [PATCH 01/27] iomap: fix a trivial comment typo in trace.h
` [PATCH 02/27] iomap: remove the iomap arguments to ->page_{prepare,done}
` [PATCH 03/27] iomap: mark the iomap argument to iomap_sector const
` [PATCH 04/27] fs: mark the iomap argument to __block_write_begin_int const
` [PATCH 05/27] fsdax: mark the iomap argument to dax_iomap_sector as const
` [PATCH 06/27] iomap: mark the iomap argument to iomap_read_inline_data const
` [PATCH 07/27] iomap: mark the iomap argument to iomap_read_page_sync const
` [PATCH 08/27] iomap: add the new iomap_iter model
` [PATCH 09/27] iomap: switch readahead and readpage to use iomap_iter
` [PATCH 10/27] iomap: switch iomap_file_buffered_write "
` [PATCH 11/27] iomap: switch iomap_file_unshare "
` [PATCH 12/27] iomap: switch iomap_zero_range "
` [PATCH 13/27] iomap: switch iomap_page_mkwrite "
` [PATCH 14/27] iomap: switch __iomap_dio_rw "
` [PATCH 15/27] iomap: switch iomap_fiemap "
` [PATCH 16/27] iomap: switch iomap_bmap "
` [PATCH 17/27] iomap: switch iomap_seek_hole "
` [PATCH 18/27] iomap: switch iomap_seek_data "
` [PATCH 19/27] iomap: switch iomap_swapfile_activate "
` [PATCH 20/27] fsdax: switch dax_iomap_rw "
` [PATCH 21/27] iomap: remove iomap_apply
` [PATCH 22/27] iomap: pass an iomap_iter to various buffered I/O helpers
` [PATCH 23/27] iomap: rework unshare flag
` [PATCH 24/27] fsdax: factor out helpers to simplify the dax fault code
` [PATCH 25/27] fsdax: factor out a dax_fault_actor() helper
` [PATCH 26/27] fsdax: switch the fault handlers to use iomap_iter
` [PATCH 27/27] iomap: constify iomap_iter_srcmap

prepare for removing support to disable quota accounting
 2021-07-20  6:37 UTC  (4+ messages)
` [PATCH 4/6] xfs/220: avoid failure when disabling quota accounting is not supported

don't allow disabling quota accounting on a mounted file system
 2021-07-20  6:35 UTC  (6+ messages)
` [PATCH 1/3] xfs: remove support for "

xfs/319 vs 1k block size file systems
 2021-07-20  4:51 UTC  (5+ messages)

[PATCH] xfs: Convert from atomic_t to refcount_t on xlog_ticket->t_ref
 2021-07-20  2:20 UTC  (2+ messages)

[PATCHSET 0/3] common/dm*: support external log and rt devices
 2021-07-20  1:09 UTC  (4+ messages)
` [PATCH 1/3] dmflakey: support external log and realtime devices
` [PATCH 2/3] dmerror: export configuration so that subprograms don't have to reinit
` [PATCH 3/3] dmflakey: support external log and realtime devices

[PATCHSET 0/2] fstests: regression tests for 5.13 fixes
 2021-07-20  1:08 UTC  (3+ messages)
` [PATCH 1/2] xfs: test fsx with extent size hints set on a realtime file
` [PATCH 2/2] xfs: test correct propagation of rt extent size hints on rtinherit dirs

[PATCHSET 0/2] fstests: exercise code refactored in 5.14
 2021-07-20  1:08 UTC  (3+ messages)
` [PATCH 1/2] generic: test xattr operations only
` [PATCH 2/2] generic: test shutdowns of a nested filesystem

[GIT PULL] iomap: fixes for 5.14-rc2
 2021-07-18 18:48 UTC  (2+ messages)

[GIT PULL] xfs: bug fixes for 5.14-rc2
 2021-07-18 18:48 UTC  (2+ messages)

[PATCHSET 0/1] fstests: fixes for test control code
 2021-07-18 16:23 UTC  (4+ messages)
` [PATCH 1/1] new: allow users to specify a new test id

[PATCHSET 0/8] fstests: random fixes
 2021-07-18 14:35 UTC  (5+ messages)
` [PATCH 4/8] dmthin: erase the metadata device properly before starting

[patch 07/54] mm/slub: use stackdepot to save stack trace in objects
 2021-07-18 14:17 UTC  (6+ messages)

[PATCH v3 0/8] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-07-17 19:54 UTC  (6+ 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).