public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-06-15 07:53:41 to 2022-06-22 16:41:15 UTC [more...]

[PATCH 5.10 CANDIDATE 00/11] xfs stable candidate patches for 5.10.y (v5.15+)
 2022-06-22 16:41 UTC  (15+ messages)
` [PATCH 5.10 CANDIDATE 01/11] xfs: use kmem_cache_free() for kmem_cache objects
` [PATCH 5.10 CANDIDATE 02/11] xfs: punch out data fork delalloc blocks on COW writeback failure
` [PATCH 5.10 CANDIDATE 03/11] xfs: Fix the free logic of state in xfs_attr_node_hasname
` [PATCH 5.10 CANDIDATE 04/11] xfs: remove all COW fork extents when remounting readonly
` [PATCH 5.10 CANDIDATE 05/11] xfs: check sb_meta_uuid for dabuf buffer recovery
` [PATCH 5.10 CANDIDATE 06/11] xfs: refactor xfs_file_fsync
` [PATCH 5.10 CANDIDATE 07/11] xfs: xfs_log_force_lsn isn't passed a LSN
` [PATCH 5.10 CANDIDATE 08/11] xfs: prevent UAF in xfs_log_item_in_current_chkpt
` [PATCH 5.10 CANDIDATE 09/11] xfs: only bother with sync_filesystem during readonly remount
` [PATCH 5.10 CANDIDATE 10/11] xfs: fix up non-directory creation in SGID directories
` [PATCH 5.10 CANDIDATE 11/11] xfs: use setattr_copy to set vfs inode attributes

[PATCH 5.15 CANDIDATE v2 0/8] xfs stable candidate patches for 5.15.y (part 1)
 2022-06-22 16:35 UTC  (13+ 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

[POC][PATCH] xfs: reduce ilock contention on buffered randrw workload
 2022-06-22 16:26 UTC  (19+ messages)

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

[PATCH v3] xfs: add check before calling xfs_mod_fdblocks
 2022-06-22  5:57 UTC  (3+ messages)

[PATCH v5 00/13] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-06-22  0:16 UTC  (23+ messages)
` [PATCH v5 01/13] mm: add zone device coherent type memory support
` [PATCH v5 02/13] mm: handling Non-LRU pages returned by vm_normal_pages

[PATCH 0/8 v3] xfs: more shutdown/recovery fixes
 2022-06-21 23:48 UTC  (6+ messages)
` [PATCH 8/8] xfs: drop async cache flushes from CIL commits

[PATCH] xfs_repair: Use xfs_extnum_t instead of basic data types
 2022-06-21 23:13 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION 34d1d36073ea4d4c532e8c8345627a9702be799e
 2022-06-21 22:59 UTC  (2+ messages)

[PATCH v2] xfs: add check before calling xfs_mod_fdblocks
 2022-06-21  8:39 UTC  (4+ messages)

[PATCH] xfs: return when delta equals 0 in xfs_mod_freecounter
 2022-06-21  7:04 UTC  (3+ messages)

[PATCH] xfs/122: escape %zu in printf with %% not \\%
 2022-06-21  4:27 UTC  (2+ messages)

[RFC] [PATCH 00/50] xfs: per-ag centric allocation alogrithms
 2022-06-21  2:08 UTC  (24+ 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] xfs: add selinux labels to whiteout inodes
 2022-06-21  1:38 UTC  (4+ messages)
` [PATCH V2] "

[Bug report] fstests g/465 panic on NFS over XFS (linux v5.19-rc2+)
 2022-06-20  6:21 UTC 

[Bug 216151] New: kernel panic after BUG: KASAN: use-after-free in _copy_to_iter+0x830/0x1030
 2022-06-20  6:10 UTC  (3+ messages)
` [Bug 216151] "

[PATCH v9 03/14] mm: Add balance_dirty_pages_ratelimited_flags() function
 2022-06-20  0:53 UTC 

[PATCH v1 00/17] Return of the Parent Pointers
 2022-06-20  0:21 UTC  (22+ messages)
` [PATCH v1 01/17] xfs: Add larp state XFS_DAS_CREATE_FORK
` [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 14/17] xfs: Add the parent pointer support to the superblock version 5
` [PATCH v1 16/17] xfs: Increase XFS_DEFER_OPS_NR_INODES to 4

[PATCHSET v2 0/3] xfs: random fixes for 5.19-rc2
 2022-06-19 23:52 UTC  (9+ 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

[GIT PULL] xfs: bug fixes for 5.19-rc3
 2022-06-19 15:01 UTC  (2+ messages)

[PATCH v3 0/8] make statx() return DIO alignment information
 2022-06-19 11:30 UTC  (10+ messages)
` [PATCH v3 1/8] statx: add direct I/O "
` [PATCH v3 2/8] vfs: support STATX_DIOALIGN on block devices
` [PATCH v3 3/8] fscrypt: change fscrypt_dio_supported() to prepare for STATX_DIOALIGN
` [PATCH v3 4/8] ext4: support STATX_DIOALIGN
` [PATCH v3 5/8] f2fs: move f2fs_force_buffered_io() into file.c
` [PATCH v3 6/8] f2fs: don't allow DIO reads but not DIO writes
` [PATCH v3 7/8] f2fs: simplify f2fs_force_buffered_io()
` [PATCH v3 8/8] f2fs: support STATX_DIOALIGN

[linux-next:master] BUILD REGRESSION 07dc787be2316e243a16a33d0a9b734cd9365bd3
 2022-06-17 22:36 UTC 

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

[PATCH] usercopy: use unsigned long instead of uintptr_t
 2022-06-17 12:51 UTC  (17+ messages)

[PATCHSETS v2] v14 fsdax-rmap + v11 fsdax-reflink
 2022-06-17  2:31 UTC  (2+ messages)

[man-pages RFC PATCH] statx.2, open.2: document STATX_DIOALIGN
 2022-06-16 20:21 UTC 

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

[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 

[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 "

[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  (14+ messages)
` [PATCH 01/14] xfs: use the CIL space used counter for emptiness checks
` [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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox