linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-16 01:37:35 to 2022-02-25 17:11:35 UTC [more...]

[PATCH] xfs: do not clear S_ISUID|S_ISGID for idmapped mounts
 2022-02-25 17:11 UTC  (16+ messages)

[RFC PATCH 0/7] block, fs: convert Direct IO to FOLL_PIN
 2022-02-25 16:40 UTC  (12+ messages)
` [RFC PATCH 1/7] mm/gup: introduce pin_user_page()
` [RFC PATCH 2/7] block: add dio_w_*() wrappers for pin, unpin user pages
` [RFC PATCH 3/7] block, fs: assert that key paths use iovecs, and nothing else
` [RFC PATCH 4/7] block, bio, fs: initial pin_user_pages_fast() changes
` [RFC PATCH 5/7] NFS: direct-io: convert to FOLL_PIN pages
` [RFC PATCH 6/7] fuse: convert direct IO paths to use FOLL_PIN
` [RFC PATCH 7/7] block, direct-io: flip the switch: use pin_user_pages_fast()

Performance regression when large number of tasks perform random I/O
 2022-02-25 14:01 UTC 

[PATCH V6 00/17] xfs: Extend per-inode extent counters
 2022-02-25  6:59 UTC  (24+ messages)
` [PATCH V6 01/17] xfs: Move extent count limits to xfs_format.h
` [PATCH V6 02/17] xfs: Introduce xfs_iext_max_nextents() helper
` [PATCH V6 03/17] xfs: Use xfs_extnum_t instead of basic data types
` [PATCH V6 04/17] xfs: Introduce xfs_dfork_nextents() helper
` [PATCH V6 05/17] xfs: Use basic types to define xfs_log_dinode's di_nextents and di_anextents
` [PATCH V6 06/17] xfs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectively
` [PATCH V6 07/17] xfs: Introduce XFS_SB_FEAT_INCOMPAT_NREXT64 and associated per-fs feature bit
` [PATCH V6 08/17] xfs: Introduce XFS_FSOP_GEOM_FLAGS_NREXT64
` [PATCH V6 09/17] xfs: Introduce XFS_DIFLAG2_NREXT64 and associated helpers
` [PATCH V6 10/17] xfs: Use xfs_rfsblock_t to count maximum blocks that can be used by BMBT
` [PATCH V6 11/17] xfs: Introduce macros to represent new maximum extent counts for data/attr forks
` [PATCH V6 12/17] xfs: Introduce per-inode 64-bit extent counters
` [PATCH V6 13/17] xfs: xfs_growfs_rt_alloc: Unlock inode explicitly rather than through iop_committing()
` [PATCH V6 14/17] xfs: Conditionally upgrade existing inodes to use 64-bit extent counters
` [PATCH V6 15/17] xfs: Enable bulkstat ioctl to support 64-bit per-inode "
` [PATCH V6 16/17] xfs: Add XFS_SB_FEAT_INCOMPAT_NREXT64 to the list of supported flags
` [PATCH V6 17/17] xfs: Define max extent length based on on-disk format definition

experience with very large filesystems
 2022-02-24 20:58 UTC  (4+ messages)

[PATCH V6 00/19] xfsprogs: Extend per-inode extent counters
 2022-02-24 13:03 UTC  (20+ messages)
` [PATCH V6 01/19] xfs_repair: check filesystem geometry before allowing upgrades
` [PATCH V6 02/19] xfsprogs: Move extent count limits to xfs_format.h
` [PATCH V6 03/19] xfsprogs: Introduce xfs_iext_max_nextents() helper
` [PATCH V6 04/19] xfsprogs: Use xfs_extnum_t instead of basic data types
` [PATCH V6 05/19] xfsprogs: Introduce xfs_dfork_nextents() helper
` [PATCH V6 06/19] xfsprogs: Use basic types to define xfs_log_dinode's di_nextents and di_anextents
` [PATCH V6 07/19] xfsprogs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectively
` [PATCH V6 08/19] xfsprogs: Introduce XFS_SB_FEAT_INCOMPAT_NREXT64 and associated per-fs feature bit
` [PATCH V6 09/19] xfsprogs: Introduce XFS_FSOP_GEOM_FLAGS_NREXT64
` [PATCH V6 10/19] xfsprogs: Introduce XFS_DIFLAG2_NREXT64 and associated helpers
` [PATCH V6 11/19] xfsprogs: Use xfs_rfsblock_t to count maximum blocks that can be used by BMBT
` [PATCH V6 12/19] xfsprogs: Introduce macros to represent new maximum extent counts for data/attr forks
` [PATCH V6 13/19] xfsprogs: Introduce per-inode 64-bit extent counters
` [PATCH V6 14/19] xfsprogs: Enable bulkstat ioctl to support "
` [PATCH V6 15/19] xfsprogs: Add XFS_SB_FEAT_INCOMPAT_NREXT64 to the list of supported flags
` [PATCH V6 16/19] xfsprogs: xfs_info: Report NREXT64 feature status
` [PATCH V6 17/19] mkfs: add option to create filesystem with large extent counters
` [PATCH V6 18/19] xfsprogs: Add support for upgrading to NREXT64 feature
` [PATCH V6 19/19] xfsprogs: Define max extent length based on on-disk format definition

[REPORT] kernel BUG at fs/ext4/inode.c:2620 - page_buffers()
 2022-02-24 10:29 UTC  (15+ messages)

[mm/readahead] a0b99df1aa: xfstests.xfs.421.fail
 2022-02-23 20:19 UTC  (6+ messages)

[PATCH RFC 0/4] xfs: track and skip realloc of busy inodes
 2022-02-23  7:00 UTC  (12+ messages)
` [PATCH RFC 1/4] xfs: require an rcu grace period before inode recycle
` [PATCH RFC 2/4] xfs: tag reclaimable inodes with pending RCU grace periods as busy
` [PATCH RFC 3/4] xfs: crude chunk allocation retry mechanism
` [PATCH RFC 4/4] xfs: skip busy inodes on finobt inode allocation

Help deciding about backported patch (kernel bug 214767, 19f4e7cc8197 xfs: Fix CIL throttle hang when CIL space used going backwards)
 2022-02-23  6:17 UTC  (3+ messages)

[PATCH v7 0/1] xfstests: add log attribute replay test
 2022-02-23  3:37 UTC  (2+ messages)
` [PATCH v7 1/1] xfstests: Add Log Attribute Replay test

WARNING: CPU: 5 PID: 25802 at fs/xfs/libxfs/xfs_bmap.c:4530 xfs_bmapi_convert_delalloc+0x434/0x4a0 [xfs]
 2022-02-21 15:29 UTC  (11+ messages)

Intel QAT on A2SDi-8C-HLN4F causes massive data corruption with dm-crypt + xfs
 2022-02-21 11:47 UTC  (4+ messages)

[PATCH v3 0/6] fstests: fix _scratch_mkfs_sized failure handling
 2022-02-21 11:02 UTC  (11+ messages)
` [PATCH v3 1/6] common/rc: fix btrfs mixed mode usage in _scratch_mkfs_sized
` [PATCH v3 2/6] generic/204: remove unnecessary _scratch_mkfs call
` [PATCH v3 3/6] generic/{171,172,173,174}: check _scratch_mkfs_sized return code
` [PATCH v3 4/6] ext4/021: "
` [PATCH v3 5/6] xfs/015: "
` [PATCH v3 6/6] common: factor out xfs unique part from _filter_mkfs

[PATCH v6 00/10] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-02-18 19:37 UTC  (27+ messages)
` [PATCH v6 01/10] mm: add zone device coherent type memory support

[PATCH] xfs: add missing cmap->br_state = XFS_EXT_NORM update
 2022-02-18 11:30 UTC  (4+ messages)

[PATCHSET 0/2] fstests: new stuff for kernel 5.17
 2022-02-18  5:26 UTC  (5+ messages)
` [PATCH 1/2] generic: test suid/sgid behavior with reflink and dedupe
  ` [PATCH v1.1 "

"No space left on device" issue
 2022-02-17 22:34 UTC  (2+ messages)

[ANNOUNCE] xfsdump 3.1.10 released
 2022-02-17 14:58 UTC  (4+ messages)

[PATCH v2 0/3] xfs: some end COW remapping optimization
 2022-02-17 12:16 UTC  (5+ messages)
` [PATCH v2 1/3] xfs: get rid of LEFT, RIGHT, PREV in xfs_bmap_add_extent_unwritten_real()
` [PATCH v2 2/3] xfs: introduce xfs_bmap_update_extent_real()
` [PATCH v2 3/3] xfs: introduce xfs_bremapi_from_cowfork()
  ` [PATCH v3 "

[PATCH] xfs_admin: open with O_EXCL if we will be writing
 2022-02-16 17:46 UTC  (3+ messages)

[next-20220215] WARNING at fs/iomap/buffered-io.c:75 with xfstests
 2022-02-16 17:46 UTC  (6+ messages)

[PATCH v27 00/15] xfs: Log Attribute Replay
 2022-02-16 15:00 UTC  (19+ messages)
` [PATCH v27 01/15] xfs: Fix double unlock in defer capture code
` [PATCH v27 02/15] xfs: don't commit the first deferred transaction without intents
` [PATCH v27 07/15] xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
` [PATCH v27 08/15] xfs: Remove unused xfs_attr_*_args
` [PATCH v27 09/15] xfs: Add log attribute error tag
` [PATCH v27 10/15] xfs: Add larp debug option
` [PATCH v27 11/15] xfs: Merge xfs_delattr_context into xfs_attr_item
` [PATCH v27 12/15] xfs: Add helper function xfs_attr_leaf_addname
` [PATCH v27 13/15] xfs: Add helper function xfs_init_attr_trans
` [PATCH v27 14/15] xfs: add leaf split error tag
` [PATCH v27 15/15] xfs: add leaf to node "

[PATCH v2] xfs: test xfsdump with bind-mounted filesystem
 2022-02-16 14:55 UTC 

[PATCH] xfs: test xfsdump with bind-mounted filesystem
 2022-02-16 14:32 UTC  (3+ messages)

[PATCH V5 13/16] xfs: Conditionally upgrade existing inodes to use 64-bit extent counters
 2022-02-16 12:34 UTC  (12+ messages)

[PATCH v10 0/9] fsdax: introduce fs query to support reflink
 2022-02-16  3:09 UTC  (16+ messages)
` [PATCH v10 5/9] fsdax: Introduce dax_load_page()
` [PATCH v10 6/9] mm: move pgoff_address() to vma_pgoff_address()
` [PATCH v10 7/9] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v10 8/9] xfs: Implement ->notify_failure() for XFS
` [PATCH v10 9/9] fsdax: set a CoW flag when associate reflink mappings

[PATCH 0/3] xfs: some end COW remapping optimization
 2022-02-16  2:03 UTC  (4+ messages)
` [PATCH 3/3] xfs: introduce xfs_bremapi_from_cowfork()


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