linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-20 01:12:13 to 2021-07-27 03:23:08 UTC [more...]

[PATCH 0/9] f2fs: use iomap for direct I/O
 2021-07-27  3:23 UTC  (21+ messages)
` [PATCH 1/9] f2fs: make f2fs_write_failed() take struct inode
` [PATCH 3/9] f2fs: rework write preallocations
` [PATCH 6/9] f2fs: implement iomap operations

[PATCH 0/10 v2] xfs: fix log cache flush regressions and bugs
 2021-07-26 22:34 UTC  (27+ messages)
` [PATCH 01/10] xfs: flush data dev on external log write
` [PATCH 02/10] xfs: external logs need to flush data device
` [PATCH 03/10] xfs: fold __xlog_state_release_iclog into xlog_state_release_iclog
` [PATCH 04/10] xfs: fix ordering violation between cache flushes and tail updates
` [PATCH 05/10] xfs: factor out forced iclog flushes
` [PATCH 06/10] xfs: log forces imply data device cache flushes
` [PATCH 07/10] xfs: avoid unnecessary waits in xfs_log_force_lsn()
` [PATCH 08/10] xfs: logging the on disk inode LSN can make it go backwards
` [PATCH 09/10] xfs: Enforce attr3 buffer recovery order
` [PATCH 10/10] xfs: need to see iclog flags in tracing

[PATCH] xfs: drop experimental warnings for bigtime and inobtcount
 2021-07-26 20:40 UTC  (3+ messages)

[PATCH V2 00/12] xfs: Extend per-inode extent counters
 2021-07-26 18:00 UTC  (14+ messages)
` [PATCH V2 01/12] xfs: Move extent count limits to xfs_format.h
` [PATCH V2 02/12] xfs: Rename MAXEXTNUM, MAXAEXTNUM to XFS_IFORK_EXTCNT_MAXS32, XFS_IFORK_EXTCNT_MAXS16
` [PATCH V2 03/12] xfs: Introduce xfs_iext_max() helper
` [PATCH V2 04/12] xfs: Use xfs_extnum_t instead of basic data types
` [PATCH V2 05/12] xfs: Introduce xfs_dfork_nextents() helper
` [PATCH V2 06/12] xfs: xfs_dfork_nextents: Return extent count via an out argument
` [PATCH V2 07/12] xfs: Rename inode's extent counter fields based on their width
` [PATCH V2 08/12] xfs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectively
` [PATCH V2 09/12] xfs: Rename XFS_IOC_BULKSTAT to XFS_IOC_BULKSTAT_V5
` [PATCH V2 10/12] xfs: Enable bulkstat ioctl to support 64-bit extent counters
` [PATCH V2 11/12] xfs: Extend per-inode extent counter widths
` [PATCH V2 12/12] xfs: Error tag to test if v5 bulkstat skips inodes with large extent count

[PATCH 1/3] xfs/530: Do not pass block size argument to _scratch_mkfs
 2021-07-26 17:19 UTC  (5+ messages)
` [PATCH 2/3] common/xfs: Add helpers to obtain reflink/rmapbt status of a filesystem
` [PATCH 3/3] xfs/530: Bail out if either of reflink or rmapbt is enabled

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

RFC: switch iomap to an iterator model
 2021-07-26 16:41 UTC  (21+ messages)
` [PATCH 03/27] iomap: mark the iomap argument to iomap_sector const
` [PATCH 08/27] iomap: add the new iomap_iter model
` [PATCH 16/27] iomap: switch iomap_bmap to use iomap_iter
` [PATCH 17/27] iomap: switch iomap_seek_hole "
` [PATCH 20/27] fsdax: switch dax_iomap_rw "

[PATCH V2 00/12] xfsprogs: Extend per-inode extent counters
 2021-07-26 11:47 UTC  (13+ messages)
` [PATCH V2 01/12] xfsprogs: Move extent count limits to xfs_format.h
` [PATCH V2 02/12] xfsprogs: Rename MAXEXTNUM, MAXAEXTNUM to XFS_IFORK_EXTCNT_MAXS32, XFS_IFORK_EXTCNT_MAXS16
` [PATCH V2 03/12] xfsprogs: Introduce xfs_iext_max() helper
` [PATCH V2 04/12] xfsprogs: Use xfs_extnum_t instead of basic data types
` [PATCH V2 05/12] xfsprogs: Introduce xfs_dfork_nextents() helper
` [PATCH V2 06/12] xfsprogs: xfs_dfork_nextents: Return extent count via an out argument
` [PATCH V2 07/12] xfsprogs: Rename inode's extent counter fields based on their width
` [PATCH V2 08/12] xfsprogs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectively
` [PATCH V2 09/12] xfsprogs: Rename XFS_IOC_BULKSTAT to XFS_IOC_BULKSTAT_V5
` [PATCH V2 10/12] xfsprogs: Enable bulkstat ioctl to support 64-bit extent counters
` [PATCH V2 11/12] xfsprogs: Extend per-inode extent counter widths
` [PATCH V2 12/12] xfsprogs: Add extcnt64bit mkfs option

prepare for removing support to disable quota accounting v2
 2021-07-25 15:02 UTC  (15+ 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

[PATCH 0/2] iomap: make inline data support more flexible
 2021-07-24 15:14 UTC  (8+ messages)
` [PATCH 1/2] iomap: Support file tail packing
` [PATCH 2/2] iomap: Support inline data with block size < page size

[PATCH v9 0/9] add support for direct I/O with fscrypt using blk-crypto
 2021-07-24  7:19 UTC  (9+ messages)
` [PATCH v9 3/9] fscrypt: add functions for direct I/O support
` [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 v3 0/8] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-07-23 22:46 UTC  (7+ messages)

[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

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  (5+ messages)
` [PATCH v4 10/13] lib: test_hmm add module param for zone device type

[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  (4+ messages)
` [PATCH v5 2/9] dax: Introduce holder for dax_device

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


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