Linux XFS
[Prev Page][Next Page]
- Re: [PATCH 1/3] usercopy: Handle vm_map_ram() areas, (continued)
- [PATCH 0/2] xfs: random fixes for lock flags,
xiakaixu1987
- [PATCH V3 0/4] Large extent counters tests,
Chandan Babu R
- [xfs] rmap.c:696: mark_inode_rl: Assertion failed,
GDD Media
- [PATCH v1 00/17] Return of the Parent Pointers,
Allison Henderson
- [PATCH v1 02/17] xfs: Hold inode locks in xfs_ialloc, Allison Henderson
- [PATCH v1 01/17] xfs: Add larp state XFS_DAS_CREATE_FORK, Allison Henderson
- [PATCH v1 03/17] xfs: get directory offset when adding directory name, Allison Henderson
- [PATCH v1 05/17] xfs: get directory offset when replacing a directory name, Allison Henderson
- [PATCH v1 06/17] xfs: add parent pointer support to attribute code, Allison Henderson
- [PATCH v1 15/17] xfs: Add helper function xfs_attr_list_context_init, Allison Henderson
- [PATCH v1 04/17] xfs: get directory offset when removing directory name, Allison Henderson
- [PATCH v1 08/17] xfs: Add xfs_verify_pptr, Allison Henderson
- [PATCH v1 09/17] xfs: extent transaction reservations for parent attributes, Allison Henderson
- [PATCH v1 13/17] xfs: Add parent pointers to rename, Allison Henderson
- [PATCH v1 07/17] xfs: define parent pointer xattr format, Allison Henderson
- [PATCH v1 14/17] xfs: Add the parent pointer support to the superblock version 5., Allison Henderson
- [PATCH v1 12/17] xfs: remove parent pointers in unlink, Allison Henderson
- [PATCH v1 17/17] xfs: Add parent pointer ioctl, Allison Henderson
- [PATCH v1 11/17] xfs: add parent attributes to link, Allison Henderson
- [PATCH v1 10/17] xfs: parent pointer attribute creation, Allison Henderson
- [PATCH v1 16/17] xfs: Increase XFS_DEFER_OPS_NR_INODES to 4, Allison Henderson
- [RFC] [PATCH 00/50] xfs: per-ag centric allocation alogrithms,
Dave Chinner
- [PATCH 13/50] xfs: replace xfs_ag_block_count() with perag accesses, Dave Chinner
- [PATCH 07/50] xfs: pass perag to xfs_read_agf, Dave Chinner
- [PATCH 02/50] xfs: kill xfs_ialloc_pagi_init(), Dave Chinner
- [PATCH 04/50] xfs: kill xfs_alloc_pagf_init(), Dave Chinner
- [PATCH 18/50] xfs: use active perag references for inode allocation, Dave Chinner
- [PATCH 15/50] xfs: active perag reference counting, Dave Chinner
- [PATCH 22/50] xfs: introduce xfs_for_each_perag_wrap(), Dave Chinner
- [PATCH 03/50] xfs: pass perag to xfs_ialloc_read_agi(), Dave Chinner
- [PATCH 14/50] xfs: make is_log_ag() a first class helper, Dave Chinner
- [PATCH 06/50] xfs: pass perag to xfs_read_agi, Dave Chinner
- [PATCH 05/50] xfs: pass perag to xfs_alloc_read_agf(), Dave Chinner
- [PATCH 09/50] xfs: pass perag to xfs_alloc_put_freelist, Dave Chinner
- [PATCH 17/50] xfs: convert xfs_imap() to take a perag, Dave Chinner
- [PATCH 20/50] xfs: convert xfs_ialloc_next_ag() to an atomic, Dave Chinner
- [PATCH 24/50] xfs: use xfs_alloc_vextent_this_ag() in _iterate_ags(), Dave Chinner
- [PATCH 28/50] xfs: use xfs_alloc_vextent_first_ag() where appropriate, Dave Chinner
- [PATCH 21/50] xfs: perags need atomic operational state, Dave Chinner
- [PATCH 01/50] xfs: make last AG grow/shrink perag centric, Dave Chinner
- [PATCH 32/50] xfs: introduce xfs_alloc_vextent_prepare(), Dave Chinner
- [PATCH 12/50] xfs: Pre-calculate per-AG agino geometry, Dave Chinner
- [PATCH 10/50] xfs: pass perag to xfs_alloc_read_agfl, Dave Chinner
- [PATCH 16/50] xfs: rework the perag trace points to be perag centric, Dave Chinner
- [PATCH 45/50] xfs: track an active perag reference in filestreams, Dave Chinner
- [PATCH 29/50] xfs: use xfs_alloc_vextent_start_bno() where appropriate, Dave Chinner
- [PATCH 08/50] xfs: pass perag to xfs_alloc_get_freelist, Dave Chinner
- [PATCH 23/50] xfs: rework xfs_alloc_vextent(), Dave Chinner
- [PATCH 11/50] xfs: Pre-calculate per-AG agbno geometry, Dave Chinner
- [PATCH 30/50] xfs: introduce xfs_alloc_vextent_near_bno(), Dave Chinner
- [PATCH 34/50] xfs: fold xfs_alloc_ag_vextent() into callers, Dave Chinner
- [PATCH 19/50] xfs: inobt can use perags in many more places than it does, Dave Chinner
- [PATCH 38/50] xfs: get rid of notinit from xfs_bmap_longest_free_extent, Dave Chinner
- [PATCH 25/50] xfs: combine __xfs_alloc_vextent_this_ag and xfs_alloc_ag_vextent, Dave Chinner
- [PATCH 31/50] xfs: introduce xfs_alloc_vextent_exact_bno(), Dave Chinner
- [PATCH 26/50] xfs: use xfs_alloc_vextent_this_ag() where appropriate, Dave Chinner
- [PATCH 44/50] xfs: factor out MRU hit case in xfs_filestream_select_ag, Dave Chinner
- [PATCH 50/50] xfs: fix low space alloc deadlock, Dave Chinner
- [PATCH 48/50] xfs: return a referenced perag from filestreams allocator, Dave Chinner
- [PATCH 33/50] xfs: move allocation accounting to xfs_alloc_vextent_set_fsbno(), Dave Chinner
- [PATCH 43/50] xfs: remove xfs_filestream_select_ag() longest extent check, Dave Chinner
- [PATCH 39/50] xfs: use xfs_bmap_longest_free_extent() in filestreams, Dave Chinner
- [PATCH 27/50] xfs: factor xfs_bmap_btalloc(), Dave Chinner
- [PATCH 37/50] xfs: factor out filestreams from xfs_bmap_btalloc_nullfb, Dave Chinner
- [PATCH 40/50] xfs: move xfs_bmap_btalloc_filestreams() to xfs_filestreams.c, Dave Chinner
- [PATCH 49/50] xfs: refactor the filestreams allocator pick functions, Dave Chinner
- [PATCH 42/50] xfs: merge new filestream AG selection into xfs_filestream_select_ag(), Dave Chinner
- [PATCH 35/50] xfs: convert xfs_alloc_vextent_iterate_ags() to use perag walker, Dave Chinner
- [PATCH 41/50] xfs: merge filestream AG lookup into xfs_filestream_select_ag(), Dave Chinner
- [PATCH 46/50] xfs: use for_each_perag_wrap in xfs_filestream_pick_ag, Dave Chinner
- [PATCH 47/50] xfs: pass perag to filestreams tracing, Dave Chinner
- [PATCH 36/50] xfs: convert trim to use for_each_perag_range, Dave Chinner
- Re: [RFC] [PATCH 00/50] xfs: per-ag centric allocation alogrithms, Christoph Hellwig
- [PATCH V2 0/4] Large extent counters tests,
Chandan Babu R
- [Bug 216110] New: rmdir sub directory cause i_nlink of parent directory down from 0 to 0xffffffff,
bugzilla-daemon
- xfsprogs_5.18.0-1_source.changes ACCEPTED into unstable, Debian FTP Masters
- Processing of xfsprogs_5.18.0-1_source.changes, Debian FTP Masters
- [PATCH] xfs: fail dax mount if reflink is enabled on a partition,
Shiyang Ruan
- Re: [PATCH] xfs: fail dax mount if reflink is enabled on a partition, Christoph Hellwig
- Re: [PATCH] xfs: fail dax mount if reflink is enabled on a partition, Darrick J. Wong
- Re: [PATCH] xfs: fail dax mount if reflink is enabled on a partition, Shiyang Ruan
- Re: [PATCH] xfs: fail dax mount if reflink is enabled on a partition, ruansy.fnst@xxxxxxxxxxx
- Re: [PATCH] xfs: fail dax mount if reflink is enabled on a partition, Darrick J. Wong
- Re: [PATCH] xfs: fail dax mount if reflink is enabled on a partition, ruansy.fnst@xxxxxxxxxxx
- Re: [PATCH] xfs: fail dax mount if reflink is enabled on a partition, Darrick J. Wong
- Re: [PATCH] xfs: fail dax mount if reflink is enabled on a partition, ruansy.fnst@xxxxxxxxxxx
- Re: [PATCH] xfs: fail dax mount if reflink is enabled on a partition, Darrick J. Wong
- Re: [PATCH] xfs: fail dax mount if reflink is enabled on a partition, Shiyang Ruan
- Re: [PATCH] xfs: fail dax mount if reflink is enabled on a partition, Shiyang Ruan
- Re: [PATCH] xfs: fail dax mount if reflink is enabled on a partition, Brian Foster
- Re: [PATCH] xfs: fail dax mount if reflink is enabled on a partition, Yang, Xiao/杨 晓
- Re: [PATCH] xfs: fail dax mount if reflink is enabled on a partition, Yang, Xiao/杨 晓
- Re: [PATCH] xfs: fail dax mount if reflink is enabled on a partition, Brian Foster
- Re: [PATCH] xfs: fail dax mount if reflink is enabled on a partition, Darrick J. Wong
- Re: [PATCH] xfs: fail dax mount if reflink is enabled on a partition, Yang, Xiao/杨 晓
- Re: [PATCH] xfs: fail dax mount if reflink is enabled on a partition, Yang, Xiao/杨 晓
- Re: [PATCH] xfs: fail dax mount if reflink is enabled on a partition, Yang, Xiao/杨 晓
- Re: [PATCH] xfs: fail dax mount if reflink is enabled on a partition, Gotou, Yasunori/五島 康文
- Re: [PATCH] xfs: fail dax mount if reflink is enabled on a partition, Darrick J. Wong
- Re: [PATCH] xfs: fail dax mount if reflink is enabled on a partition, Gotou, Yasunori/五島 康文
- Re: [PATCH] xfs: fail dax mount if reflink is enabled on a partition, Darrick J. Wong
- Re: [PATCH] xfs: fail dax mount if reflink is enabled on a partition, Yang, Xiao/杨 晓
- Re: [PATCH] xfs: fail dax mount if reflink is enabled on a partition, Darrick J. Wong
- Message not available
- RE: [PATCH] xfs: fail dax mount if reflink is enabled on a partition, yangx.jy@xxxxxxxxxxx
- Re: [PATCH] xfs: fail dax mount if reflink is enabled on a partition, Dave Chinner
- Re: [PATCH] xfs: fail dax mount if reflink is enabled on a partition, ruansy.fnst@xxxxxxxxxxx
- Re: [PATCH] xfs: fail dax mount if reflink is enabled on a partition, Darrick J. Wong
- Re: [PATCH] xfs: fail dax mount if reflink is enabled on a partition, Dave Chinner
- Re: [PATCH] xfs: fail dax mount if reflink is enabled on a partition, ruansy.fnst@xxxxxxxxxxx
- Re: [PATCH] xfs: fail dax mount if reflink is enabled on a partition, Darrick J. Wong
- Re: [PATCH] xfs: fail dax mount if reflink is enabled on a partition, Darrick J. Wong
- Re: [PATCH] xfs: fail dax mount if reflink is enabled on a partition, Dan Williams
- Re: [PATCH] xfs: fail dax mount if reflink is enabled on a partition, Shiyang Ruan
- Re: [PATCH] xfs: fail dax mount if reflink is enabled on a partition, Darrick J. Wong
- Re: [PATCH] xfs: fail dax mount if reflink is enabled on a partition, ruansy.fnst@xxxxxxxxxxx
- Re: [PATCH] xfs: fail dax mount if reflink is enabled on a partition, Dave Chinner
- Re: [PATCH] xfs: fail dax mount if reflink is enabled on a partition, Dan Williams
[PATCH v8 00/14] io-uring/xfs: support async buffered writes,
Stefan Roesch
Message not available
Message not available
Message not available
Message not available
[PATCH v2 00/19] Convert aops->migratepage to aops->migrate_folio,
Matthew Wilcox (Oracle)
- [PATCH v2 13/19] ubifs: Convert to filemap_migrate_folio(), Matthew Wilcox (Oracle)
- [PATCH v2 10/19] mm/migrate: Convert migrate_page() to migrate_folio(), Matthew Wilcox (Oracle)
- [PATCH v2 07/19] mm/migrate: Convert expected_page_refs() to folio_expected_refs(), Matthew Wilcox (Oracle)
- [PATCH v2 08/19] btrfs: Convert btree_migratepage to migrate_folio, Matthew Wilcox (Oracle)
- [PATCH v2 11/19] mm/migrate: Add filemap_migrate_folio(), Matthew Wilcox (Oracle)
- [PATCH v2 05/19] mm/migrate: Convert writeout() to take a folio, Matthew Wilcox (Oracle)
- [PATCH v2 09/19] nfs: Convert to migrate_folio, Matthew Wilcox (Oracle)
- [PATCH v2 15/19] aio: Convert to migrate_folio, Matthew Wilcox (Oracle)
- [PATCH v2 01/19] secretmem: Remove isolate_page, Matthew Wilcox (Oracle)
- [PATCH v2 06/19] mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio(), Matthew Wilcox (Oracle)
- [PATCH v2 12/19] btrfs: Convert btrfs_migratepage to migrate_folio, Matthew Wilcox (Oracle)
- [PATCH v2 19/19] mm/folio-compat: Remove migration compatibility functions, Matthew Wilcox (Oracle)
- [PATCH v2 02/19] mm: Convert all PageMovable users to movable_operations, Matthew Wilcox (Oracle)
- [PATCH v2 03/19] fs: Add aops->migrate_folio, Matthew Wilcox (Oracle)
- [PATCH v2 04/19] mm/migrate: Convert fallback_migrate_page() to fallback_migrate_folio(), Matthew Wilcox (Oracle)
- [PATCH v2 17/19] secretmem: Convert to migrate_folio, Matthew Wilcox (Oracle)
- [PATCH v2 14/19] f2fs: Convert to filemap_migrate_folio(), Matthew Wilcox (Oracle)
- [PATCH v2 16/19] hugetlb: Convert to migrate_folio, Matthew Wilcox (Oracle)
- [PATCH v2 18/19] fs: Remove aops->migratepage(), Matthew Wilcox (Oracle)
[PATCH v2] iomap: skip pages past eof in iomap_do_writepage(),
Chris Mason
[PATCHSET v2 0/3] xfs: random fixes for 5.19-rc2,
Darrick J. Wong
lilo booting problem,
Marco Berizzi
[linux-next:master 728/1207] fs/xfs/xfs_file.c:1266:31: sparse: sparse: incorrect type in return expression (different base types),
kernel test robot
xfs/148 fails with 5.19-rc1 kernel,
Guoqing Jiang
[PATCHSET 0/8] xfs: design documentation for online fsck,
Darrick J. Wong
Re: [Bug 216073] New: [s390x] kernel BUG at mm/usercopy.c:101! usercopy: Kernel memory exposure attempt detected from vmalloc 'n o area' (offset 0, size 1)!,
Andrew Morton
[PATCH 00/20] Convert aops->migratepage to aops->migrate_folio,
Matthew Wilcox (Oracle)
- [PATCH 11/20] ubifs: Convert to filemap_migrate_folio(), Matthew Wilcox (Oracle)
- [PATCH 04/20] mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio(), Matthew Wilcox (Oracle)
- [PATCH 18/20] zsmalloc: Convert to migrate_folio, Matthew Wilcox (Oracle)
- [PATCH 19/20] fs: Remove aops->migratepage(), Matthew Wilcox (Oracle)
- [PATCH 09/20] mm/migrate: Add filemap_migrate_folio(), Matthew Wilcox (Oracle)
- [PATCH 03/20] mm/migrate: Convert writeout() to take a folio, Matthew Wilcox (Oracle)
- [PATCH 01/20] fs: Add aops->migrate_folio, Matthew Wilcox (Oracle)
- [PATCH 13/20] aio: Convert to migrate_folio, Matthew Wilcox (Oracle)
- [PATCH 02/20] mm/migrate: Convert fallback_migrate_page() to fallback_migrate_folio(), Matthew Wilcox (Oracle)
- [PATCH 17/20] z3fold: Convert to migrate_folio, Matthew Wilcox (Oracle)
- [PATCH 12/20] f2fs: Convert to filemap_migrate_folio(), Matthew Wilcox (Oracle)
- [PATCH 10/20] btrfs: Convert btrfs_migratepage to migrate_folio, Matthew Wilcox (Oracle)
- [PATCH 06/20] btrfs: Convert btree_migratepage to migrate_folio, Matthew Wilcox (Oracle)
- [PATCH 08/20] mm/migrate: Convert migrate_page() to migrate_folio(), Matthew Wilcox (Oracle)
- [PATCH 20/20] mm/folio-compat: Remove migration compatibility functions, Matthew Wilcox (Oracle)
- [PATCH 16/20] secretmem: Convert to migrate_folio, Matthew Wilcox (Oracle)
- [PATCH 05/20] mm/migrate: Convert expected_page_refs() to folio_expected_refs(), Matthew Wilcox (Oracle)
- [PATCH 07/20] nfs: Convert to migrate_folio, Matthew Wilcox (Oracle)
- [PATCH 14/20] hugetlb: Convert to migrate_folio, Matthew Wilcox (Oracle)
- [PATCH 15/20] balloon: Convert to migrate_folio, Matthew Wilcox (Oracle)
[PATCH 5.10 CANDIDATE 0/7] xfs stable candidate patches for 5.10.y (part 3),
Amir Goldstein
[PATCH 5.10 v2 0/8] xfs fixes for 5.10.y (part 2),
Amir Goldstein
[PATCH 0/4] Large extent counters tests,
Chandan Babu R
[PATCH 0/3] xfsprogs: avoid to use NULL pointer,
zhanchengbin
[PATCH 1/2] xfs: fix TOCTOU race involving the new logged xattrs control knob,
Darrick J. Wong
[PATCH] xfs: preserve DIFLAG2_NREXT64 when setting other inode attributes,
Darrick J. Wong
[Bug 216074] New: [xfstests generic/388] BUG: Bad page state in process fsstress pfn:220bb5, bugzilla-daemon
[Bug 216073] [s390x] kernel BUG at mm/usercopy.c:101! usercopy: Kernel memory exposure attempt detected from vmalloc 'n o area' (offset 0, size 1)!,
bugzilla-daemon
- <Possible follow-ups>
- [Bug 216073] [s390x] kernel BUG at mm/usercopy.c:101! usercopy: Kernel memory exposure attempt detected from vmalloc 'n o area' (offset 0, size 1)!, bugzilla-daemon
- [Bug 216073] [s390x] kernel BUG at mm/usercopy.c:101! usercopy: Kernel memory exposure attempt detected from vmalloc 'n o area' (offset 0, size 1)!, bugzilla-daemon
- [Bug 216073] [s390x] kernel BUG at mm/usercopy.c:101! usercopy: Kernel memory exposure attempt detected from vmalloc 'n o area' (offset 0, size 1)!, bugzilla-daemon
- [Bug 216073] [s390x] kernel BUG at mm/usercopy.c:101! usercopy: Kernel memory exposure attempt detected from vmalloc 'n o area' (offset 0, size 1)!, bugzilla-daemon
- [Bug 216073] [s390x] kernel BUG at mm/usercopy.c:101! usercopy: Kernel memory exposure attempt detected from vmalloc 'n o area' (offset 0, size 1)!, bugzilla-daemon
- [Bug 216073] [s390x] kernel BUG at mm/usercopy.c:101! usercopy: Kernel memory exposure attempt detected from vmalloc 'n o area' (offset 0, size 1)!, bugzilla-daemon
- [Bug 216073] [s390x] kernel BUG at mm/usercopy.c:101! usercopy: Kernel memory exposure attempt detected from vmalloc 'n o area' (offset 0, size 1)!, bugzilla-daemon
- [Bug 216073] [s390x] kernel BUG at mm/usercopy.c:101! usercopy: Kernel memory exposure attempt detected from vmalloc 'n o area' (offset 0, size 1)!, bugzilla-daemon
- [Bug 216073] [s390x] kernel BUG at mm/usercopy.c:101! usercopy: Kernel memory exposure attempt detected from vmalloc 'n o area' (offset 0, size 1)!, bugzilla-daemon
- [Bug 216073] [s390x] kernel BUG at mm/usercopy.c:101! usercopy: Kernel memory exposure attempt detected from vmalloc 'n o area' (offset 0, size 1)!, bugzilla-daemon
- [Bug 216073] [s390x] kernel BUG at mm/usercopy.c:101! usercopy: Kernel memory exposure attempt detected from vmalloc 'n o area' (offset 0, size 1)!, bugzilla-daemon
- [Bug 216073] [s390x] kernel BUG at mm/usercopy.c:101! usercopy: Kernel memory exposure attempt detected from vmalloc 'n o area' (offset 0, size 1)!, bugzilla-daemon
- [Bug 216073] [s390x] kernel BUG at mm/usercopy.c:101! usercopy: Kernel memory exposure attempt detected from vmalloc 'n o area' (offset 0, size 1)!, bugzilla-daemon
- [Bug 216073] [s390x] kernel BUG at mm/usercopy.c:101! usercopy: Kernel memory exposure attempt detected from vmalloc 'n o area' (offset 0, size 1)!, bugzilla-daemon
- [Bug 216073] [s390x] kernel BUG at mm/usercopy.c:101! usercopy: Kernel memory exposure attempt detected from vmalloc 'n o area' (offset 0, size 1)!, bugzilla-daemon
- [Bug 216073] [s390x] kernel BUG at mm/usercopy.c:101! usercopy: Kernel memory exposure attempt detected from vmalloc 'n o area' (offset 0, size 1)!, bugzilla-daemon
- [Bug 216073] [s390x] kernel BUG at mm/usercopy.c:101! usercopy: Kernel memory exposure attempt detected from vmalloc 'n o area' (offset 0, size 1)!, bugzilla-daemon
- [Bug 216073] [s390x] kernel BUG at mm/usercopy.c:101! usercopy: Kernel memory exposure attempt detected from vmalloc 'n o area' (offset 0, size 1)!, bugzilla-daemon
[ANNOUNCE] xfsprogs-5.18.0 released, Eric Sandeen
[PATCH 5.15 01/15] xfs: use kmem_cache_free() for kmem_cache objects,
Leah Rumancik
- [PATCH 5.15 02/15] xfs: punch out data fork delalloc blocks on COW writeback failure, Leah Rumancik
- [PATCH 5.15 03/15] xfs: Fix the free logic of state in xfs_attr_node_hasname, Leah Rumancik
- [PATCH 5.15 04/15] xfs: remove xfs_inew_wait, Leah Rumancik
- [PATCH 5.15 05/15] xfs: remove all COW fork extents when remounting readonly, Leah Rumancik
- [PATCH 5.15 06/15] xfs: only run COW extent recovery when there are no live extents, Leah Rumancik
- [PATCH 5.15 07/15] xfs: check sb_meta_uuid for dabuf buffer recovery, Leah Rumancik
- [PATCH 5.15 08/15] xfs: prevent UAF in xfs_log_item_in_current_chkpt, Leah Rumancik
- [PATCH 5.15 11/15] xfs: use setattr_copy to set vfs inode attributes, Leah Rumancik
- [PATCH 5.15 10/15] xfs: don't generate selinux audit messages for capability testing, Leah Rumancik
- [PATCH 5.15 09/15] xfs: only bother with sync_filesystem during readonly remount, Leah Rumancik
- [PATCH 5.15 12/15] xfs: async CIL flushes need pending pushes to be made stable, Leah Rumancik
- [PATCH 5.15 13/15] xfs: don't include bnobt blocks when reserving free block pool, Leah Rumancik
- [PATCH 5.15 15/15] xfs: drop async cache flushes from CIL commits., Leah Rumancik
- [PATCH 5.15 14/15] xfs: run callbacks before waking waiters in xlog_state_shutdown_callbacks, Leah Rumancik
[PATCH 5.15 00/15] xfs stable candidate patches for 5.15.y,
Leah Rumancik
[PATCH v2] xfs: corrupted xattr should not block removexattr,
Zorro Lang
[PATCHSETS v2] v14 fsdax-rmap + v11 fsdax-reflink,
Shiyang Ruan
- [PATCH v2 05/14] mm: Introduce mf_dax_kill_procs() for fsdax case, Shiyang Ruan
- [PATCH v2 11/14] fsdax: Add dax_iomap_cow_copy() for dax zero, Shiyang Ruan
- [PATCH v2 14/14] xfs: Add dax dedupe support, Shiyang Ruan
- [PATCH v2 03/14] pagemap,pmem: Introduce ->memory_failure(), Shiyang Ruan
- [PATCH v2 10/14] fsdax: Replace mmap entry in case of CoW, Shiyang Ruan
- [PATCH v2 02/14] mm: factor helpers for memory_failure_dev_pagemap, Shiyang Ruan
- [PATCH v2 04/14] fsdax: Introduce dax_lock_mapping_entry(), Shiyang Ruan
- [PATCH v2 07/14] fsdax: set a CoW flag when associate reflink mappings, Shiyang Ruan
- [PATCH v2 08/14] fsdax: Output address in dax_iomap_pfn() and rename it, Shiyang Ruan
- [PATCH v2 09/14] fsdax: Introduce dax_iomap_cow_copy(), Shiyang Ruan
- [PATCH v2 13/14] xfs: support CoW in fsdax mode, Shiyang Ruan
- [PATCH v2 06/14] xfs: Implement ->notify_failure() for XFS, Shiyang Ruan
- [PATCH v2 12/14] fsdax: Dedup file range to use a compare function, Shiyang Ruan
- [PATCH v2 01/14] dax: Introduce holder for dax_device, Shiyang Ruan
- Re: [PATCHSETS v2] v14 fsdax-rmap + v11 fsdax-reflink, Andrew Morton
[xfs] 5349b2afc1: xfstests.xfs.299.fail,
kernel test robot
[PATCH] xfs: Fix build error for implicit function declaration, sunliming
[GIT PULL] xfs: changes for 5.19-rc1 [2nd set],
Dave Chinner
[PATCH] xfsprogs: more autoconf modernisation,
Darrick J. Wong
[PATCH v7 00/15] io-uring/xfs: support async buffered writes,
Stefan Roesch
Message not available
Message not available
Message not available
Message not available
Message not available
[PATCH v2] generic/623: fix test for runing on overlayfs,
Amir Goldstein
[PATCH 5.10 CANDIDATE 0/8] xfs stable candidate patches for 5.10.y (part 2),
Amir Goldstein
[PATCH RFC] iomap: invalidate pages past eof in iomap_do_writepage(),
Chris Mason
xfsprogs: 5.19 libxfs kernel sync (updated), Dave Chinner
[PATCH v5 00/13] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping,
Alex Sierra
- [PATCH v5 01/13] mm: add zone device coherent type memory support, Alex Sierra
- [PATCH v5 02/13] mm: handling Non-LRU pages returned by vm_normal_pages, Alex Sierra
- [PATCH v5 04/13] mm: remove the vma check in migrate_vma_setup(), Alex Sierra
- [PATCH v5 05/13] mm/gup: migrate device coherent pages when pinning instead of failing, Alex Sierra
- [PATCH v5 07/13] lib: test_hmm add ioctl to get zone device type, Alex Sierra
- [PATCH v5 03/13] mm: add device coherent vma selection for memory migration, Alex Sierra
- [PATCH v5 06/13] drm/amdkfd: add SPM support for SVM, Alex Sierra
- [PATCH v5 08/13] lib: test_hmm add module param for zone device type, Alex Sierra
- [PATCH v5 09/13] lib: add support for device coherent type in test_hmm, Alex Sierra
- [PATCH v5 11/13] tools: update test_hmm script to support SP config, Alex Sierra
- [PATCH v5 12/13] tools: add hmm gup tests for device coherent type, Alex Sierra
- [PATCH v5 10/13] tools: update hmm-test to support device coherent type, Alex Sierra
- [PATCH v5 13/13] tools: add selftests to hmm for COW in device memory, Alex Sierra
- Re: [PATCH v5 00/13] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping, Andrew Morton
[PATCH v4 00/13] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping,
Alex Sierra
- [PATCH v4 01/13] mm: add zone device coherent type memory support, Alex Sierra
- [PATCH v4 03/13] mm: add device coherent vma selection for memory migration, Alex Sierra
- [PATCH v4 04/13] mm: remove the vma check in migrate_vma_setup(), Alex Sierra
- [PATCH v4 02/13] mm: handling Non-LRU pages returned by vm_normal_pages, Alex Sierra
- [PATCH v4 05/13] mm/gup: migrate device coherent pages when pinning instead of failing, Alex Sierra
- [PATCH v4 06/13] drm/amdkfd: add SPM support for SVM, Alex Sierra
- [PATCH v4 07/13] lib: test_hmm add ioctl to get zone device type, Alex Sierra
- [PATCH v4 08/13] lib: test_hmm add module param for zone device type, Alex Sierra
- [PATCH v4 09/13] lib: add support for device coherent type in test_hmm, Alex Sierra
- [PATCH v4 10/13] tools: update hmm-test to support device coherent type, Alex Sierra
- [PATCH v4 11/13] tools: update test_hmm script to support SP config, Alex Sierra
- [PATCH v4 13/13] tools: add selftests to hmm for COW in device memory, Alex Sierra
- [PATCH v4 12/13] tools: add hmm gup tests for device coherent type, Alex Sierra
[PATCH] xfs: Test trashing of suspect inode chunks by xfs_repair, Chandan Babu R
[PATCH] generic/623: fix test for runing on overlayfs,
Amir Goldstein
[ANNOUNCE] xfs: for-next updated to 7146bda743e6, Dave Chinner
Potential regression on kernel 5.19-rc0: kernel BUG at mm/page_table_check.c:51!,
Zorro Lang
[PATCH V2] xfs_repair: Search for conflicts in certain inode tree when processing uncertain inodes, Chandan Babu R
[Bug 216047] New: [generic/623 DAX with XFS] kernel BUG at mm/page_table_check.c:51!,
bugzilla-daemon
[PATCH] xfs: corrupted xattr should not block removexattr,
Zorro Lang
Re: [PATCH] f2fs: add sysfs entry to avoid FUA,
Eric Biggers
[Index of Archives]
[XFS Filesystem Development]
[Linux USB Devel]
[Linux SCSI]
[Linux RAID]
[Yosemite Forum]