linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-11 01:27:20 to 2022-06-16 20:18:25 UTC [more...]

[PATCH v3 0/8] make statx() return DIO alignment information
 2022-06-16 20:15 UTC  (2+ messages)
` [PATCH v3 2/8] vfs: support STATX_DIOALIGN on block devices

[linux-next:master] BUILD REGRESSION c6d7e3b385f19869ab96e9404c92ff1abc34f2c8
 2022-06-16 19:52 UTC 

[PATCH] usercopy: use unsigned long instead of uintptr_t
 2022-06-16 19:18 UTC  (13+ messages)

[PATCH 5.15 CANDIDATE v2 0/8] xfs stable candidate patches for 5.15.y (part 1)
 2022-06-16 18:27 UTC  (9+ messages)
` [PATCH 5.15 CANDIDATE v2 1/8] xfs: use kmem_cache_free() for kmem_cache objects
` [PATCH 5.15 CANDIDATE v2 2/8] xfs: punch out data fork delalloc blocks on COW writeback failure
` [PATCH 5.15 CANDIDATE v2 3/8] xfs: Fix the free logic of state in xfs_attr_node_hasname
` [PATCH 5.15 CANDIDATE v2 4/8] xfs: remove all COW fork extents when remounting readonly
` [PATCH 5.15 CANDIDATE v2 5/8] xfs: check sb_meta_uuid for dabuf buffer recovery
` [PATCH 5.15 CANDIDATE v2 6/8] xfs: prevent UAF in xfs_log_item_in_current_chkpt
` [PATCH 5.15 CANDIDATE v2 7/8] xfs: only bother with sync_filesystem during readonly remount
` [PATCH 5.15 CANDIDATE v2 8/8] xfs: use setattr_copy to set vfs inode attributes

[ANNOUNCE] xfs-linux: for-next updated to e89ab76d7e25
 2022-06-16 14:43 UTC 

[PATCH v2 0/2] fix the improper assignment for did_zero
 2022-06-16 13:55 UTC  (5+ messages)
` [PATCH v2 1/2] iomap: set did_zero to true when zeroing successfully
` [PATCH v2 2/2] dax: "

[Bug 216141] New: xfs corrupted directly after sized mkfs
 2022-06-16 13:39 UTC 

[RFC] [PATCH 00/50] xfs: per-ag centric allocation alogrithms
 2022-06-16 12:01 UTC  (61+ messages)
` [PATCH 01/50] xfs: make last AG grow/shrink perag centric
` [PATCH 02/50] xfs: kill xfs_ialloc_pagi_init()
` [PATCH 03/50] xfs: pass perag to xfs_ialloc_read_agi()
` [PATCH 04/50] xfs: kill xfs_alloc_pagf_init()
` [PATCH 05/50] xfs: pass perag to xfs_alloc_read_agf()
` [PATCH 06/50] xfs: pass perag to xfs_read_agi
` [PATCH 07/50] xfs: pass perag to xfs_read_agf
` [PATCH 08/50] xfs: pass perag to xfs_alloc_get_freelist
` [PATCH 09/50] xfs: pass perag to xfs_alloc_put_freelist
` [PATCH 10/50] xfs: pass perag to xfs_alloc_read_agfl
` [PATCH 11/50] xfs: Pre-calculate per-AG agbno geometry
` [PATCH 12/50] xfs: Pre-calculate per-AG agino geometry
` [PATCH 16/50] xfs: rework the perag trace points to be perag centric
` [PATCH 18/50] xfs: use active perag references for inode allocation
` [PATCH 19/50] xfs: inobt can use perags in many more places than it does
` [PATCH 21/50] xfs: perags need atomic operational state
` [PATCH 23/50] xfs: rework xfs_alloc_vextent()
` [PATCH 25/50] xfs: combine __xfs_alloc_vextent_this_ag and xfs_alloc_ag_vextent
` [PATCH 26/50] xfs: use xfs_alloc_vextent_this_ag() where appropriate
` [PATCH 27/50] xfs: factor xfs_bmap_btalloc()
` [PATCH 28/50] xfs: use xfs_alloc_vextent_first_ag() where appropriate
` [PATCH 29/50] xfs: use xfs_alloc_vextent_start_bno() "
` [PATCH 30/50] xfs: introduce xfs_alloc_vextent_near_bno()
` [PATCH 31/50] xfs: introduce xfs_alloc_vextent_exact_bno()
` [PATCH 32/50] xfs: introduce xfs_alloc_vextent_prepare()
` [PATCH 33/50] xfs: move allocation accounting to xfs_alloc_vextent_set_fsbno()
` [PATCH 34/50] xfs: fold xfs_alloc_ag_vextent() into callers
` [PATCH 35/50] xfs: convert xfs_alloc_vextent_iterate_ags() to use perag walker
` [PATCH 36/50] xfs: convert trim to use for_each_perag_range
` [PATCH 37/50] xfs: factor out filestreams from xfs_bmap_btalloc_nullfb
` [PATCH 38/50] xfs: get rid of notinit from xfs_bmap_longest_free_extent
` [PATCH 39/50] xfs: use xfs_bmap_longest_free_extent() in filestreams
` [PATCH 40/50] xfs: move xfs_bmap_btalloc_filestreams() to xfs_filestreams.c
` [PATCH 41/50] xfs: merge filestream AG lookup into xfs_filestream_select_ag()
` [PATCH 42/50] xfs: merge new filestream AG selection "
` [PATCH 43/50] xfs: remove xfs_filestream_select_ag() longest extent check
` [PATCH 44/50] xfs: factor out MRU hit case in xfs_filestream_select_ag
` [PATCH 45/50] xfs: track an active perag reference in filestreams
` [PATCH 46/50] xfs: use for_each_perag_wrap in xfs_filestream_pick_ag
` [PATCH 47/50] xfs: pass perag to filestreams tracing
` [PATCH 48/50] xfs: return a referenced perag from filestreams allocator
` [PATCH 49/50] xfs: refactor the filestreams allocator pick functions
` [PATCH 50/50] xfs: fix low space alloc deadlock

[PATCH] iomap: set did_zero to true when zeroing successfully
 2022-06-16 11:14 UTC  (4+ messages)

[RFC PATCH v2 0/7] make statx() return I/O alignment information
 2022-06-16  6:29 UTC  (10+ messages)
` [RFC PATCH v2 1/7] statx: add "

[PATCH v1 00/17] Return of the Parent Pointers
 2022-06-16  6:03 UTC  (25+ messages)
` [PATCH v1 01/17] xfs: Add larp state XFS_DAS_CREATE_FORK
` [PATCH v1 02/17] xfs: Hold inode locks in xfs_ialloc
` [PATCH v1 03/17] xfs: get directory offset when adding directory name
` [PATCH v1 04/17] xfs: get directory offset when removing "
` [PATCH v1 05/17] xfs: get directory offset when replacing a "
` [PATCH v1 06/17] xfs: add parent pointer support to attribute code
` [PATCH v1 07/17] xfs: define parent pointer xattr format
` [PATCH v1 08/17] xfs: Add xfs_verify_pptr
` [PATCH v1 09/17] xfs: extent transaction reservations for parent attributes
` [PATCH v1 10/17] xfs: parent pointer attribute creation
` [PATCH v1 11/17] xfs: add parent attributes to link
` [PATCH v1 12/17] xfs: remove parent pointers in unlink
` [PATCH v1 13/17] xfs: Add parent pointers to rename
` [PATCH v1 14/17] xfs: Add the parent pointer support to the superblock version 5
` [PATCH v1 15/17] xfs: Add helper function xfs_attr_list_context_init
` [PATCH v1 16/17] xfs: Increase XFS_DEFER_OPS_NR_INODES to 4
` [PATCH v1 17/17] xfs: Add parent pointer ioctl

[PATCHSET v2 0/3] xfs: random fixes for 5.19-rc2
 2022-06-15 22:32 UTC  (8+ messages)
` [PATCH 1/3] xfs: fix TOCTOU race involving the new logged xattrs control knob
` [PATCH 2/3] xfs: fix variable state usage
` [PATCH 3/3] xfs: preserve DIFLAG2_NREXT64 when setting other inode attributes

[PATCH 0/2 V2] xfs: xfs: non-blocking inodegc pushes
 2022-06-15 22:04 UTC  (3+ messages)
` [PATCH 1/2] xfs: bound maximum wait time for inodegc work
` [PATCH 2/2] xfs: introduce xfs_inodegc_push()

[RFC PATCH] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2022-06-15 12:54 UTC  (2+ messages)
` [RFC PATCH v3] "

[xfs] 5349b2afc1: xfstests.xfs.299.fail
 2022-06-15  9:04 UTC  (3+ messages)

[PATCH v2 00/19] Convert aops->migratepage to aops->migrate_folio
 2022-06-15  8:11 UTC  (3+ messages)
` [PATCH v2 14/19] f2fs: Convert to filemap_migrate_folio()
  ` [f2fs-dev] "

[PATCH 00/14 v8] xfs: improve CIL scalability
 2022-06-15  7:53 UTC  (15+ messages)
` [PATCH 01/14] xfs: use the CIL space used counter for emptiness checks
` [PATCH 02/14] xfs: lift init CIL reservation out of xc_cil_lock
` [PATCH 03/14] xfs: rework per-iclog header CIL reservation
` [PATCH 04/14] xfs: introduce per-cpu CIL tracking structure
` [PATCH 05/14] xfs: implement percpu cil space used calculation
` [PATCH 06/14] xfs: track CIL ticket reservation in percpu structure
` [PATCH 07/14] xfs: convert CIL busy extents to per-cpu
` [PATCH 08/14] xfs: Add order IDs to log items in CIL
` [PATCH 09/14] xfs: convert CIL to unordered per cpu lists
` [PATCH 10/14] xfs: convert log vector chain to use list heads
` [PATCH 11/14] xfs: move CIL ordering to the logvec chain
` [PATCH 12/14] xfs: avoid cil push lock if possible
` [PATCH 13/14] xfs: xlog_sync() manually adjusts grant head space
` [PATCH 14/14] xfs: expanding delayed logging design with background material

[xfs] 63fcc99497: aim7.jobs-per-min 11.4% improvement
 2022-06-15  6:49 UTC 

[PATCH v1 0/1] parent pointer tests
 2022-06-14 22:01 UTC  (2+ messages)
` [PATCH v1 1/1] xfstests: Add parent pointer test

[PATCH v2] iomap: skip pages past eof in iomap_do_writepage()
 2022-06-13 22:04 UTC  (5+ messages)

[PATCH 5.15 01/15] xfs: use kmem_cache_free() for kmem_cache objects
 2022-06-13 17:31 UTC  (4+ messages)
` [PATCH 5.15 12/15] xfs: async CIL flushes need pending pushes to be made stable

[PATCH 0/3] Fixes for usercopy
 2022-06-13 17:04 UTC  (17+ messages)
` [PATCH 1/3] usercopy: Handle vm_map_ram() areas
` [PATCH 2/3] usercopy: Cast pointer to an integer once
` [PATCH 3/3] usercopy: Make usercopy resilient against ridiculously large copies

[fs] b6c81e63ec: phoronix-test-suite.fio.SequentialWrite.Sync.Yes.No.4KB.DefaultTestDirectory.mb_s -4.3% regression
 2022-06-13  8:50 UTC 

[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)!
 2022-06-12 20:53 UTC  (12+ messages)

[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)!
 2022-06-12 20:53 UTC  (14+ messages)

[PATCH 0/2] xfs: random fixes for lock flags
 2022-06-11 12:54 UTC  (3+ messages)
` [PATCH 1/2] xfs: factor out the common lock flags assert
` [PATCH 2/2] xfs: use invalidate_lock to check the state of mmap_lock

[PATCH V3 0/4] Large extent counters tests
 2022-06-11 11:10 UTC  (5+ messages)
` [PATCH V3 1/4] xfs/270: Fix ro mount failure when nrext64 option is enabled
` [PATCH V3 2/4] common/xfs: Add helper to check if nrext64 option is supported
` [PATCH V3 3/4] xfs: Verify that the correct inode extent counters are updated with/without nrext64
` [PATCH V3 4/4] xfs: Verify correctness of upgrading an fs to support large extent counters

[xfs] rmap.c:696: mark_inode_rl: Assertion failed
 2022-06-11 11:09 UTC 


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